-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Change MethodAccess to MethodCall in query example #20979
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
Conversation
MethodAccess has been deprecated.
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-language-guides/basic-query-for-java-code.rst
Outdated
Show resolved
Hide resolved
This is slightly less confusing, given the type name is now `MethodCall`.
owen-mc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution. I tried to change the variable name from ma to mc as well, but something went wrong with the UI and it applied the patches wrongly. Please delete the commit that I added, and add another commit changing the variable name.
The UI bug was caused by a global find-and-replace operation that accidentally changed "image" to "imcge" in image URLs. I've created a new PR that also fixes the incorrect "MethodAccess" references in other files. #20992 |
MethodAccess has been deprecated.