Skip to content

JAVA:could not resolve type MethodAccess #19615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ljfhhh opened this issue May 28, 2025 · 4 comments
Closed

JAVA:could not resolve type MethodAccess #19615

ljfhhh opened this issue May 28, 2025 · 4 comments
Labels
question Further information is requested

Comments

@ljfhhh
Copy link

ljfhhh commented May 28, 2025

Image
i try to use the test but smoething wrong, can you help me slove it?

@ljfhhh ljfhhh added the question Further information is requested label May 28, 2025
@smowton
Copy link
Contributor

smowton commented May 28, 2025

This was deprecated and renamed MethodCall.

@ljfhhh
Copy link
Author

ljfhhh commented May 28, 2025

This was deprecated and renamed MethodCall.

thinks,by the way where can we learn the changed rules

@smowton
Copy link
Contributor

smowton commented May 28, 2025

Current deprecations -- try searching for deprecated within the .qll files. Using anything deprecated should also produce an underline and a warning in VS Code. In this case the class had been deprecated and then subsequently completely removed. You can also try googling site:codeql.github.com changelog as a rough way to find change-notes announcing deprecations or removals.

@smowton smowton closed this as completed May 28, 2025
@ljfhhh
Copy link
Author

ljfhhh commented May 28, 2025

Current deprecations -- try searching for deprecated within the .qll files. Using anything deprecated should also produce an underline and a warning in VS Code. In this case the class had been deprecated and then subsequently completely removed. You can also try googling site:codeql.github.com changelog as a rough way to find change-notes announcing deprecations or removals.

Many thanks for your kind and warm help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants