-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Java: Update query console links in "Learning CodeQL" docs #3902
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
Java: Update query console links in "Learning CodeQL" docs #3902
Conversation
Removes 'gradle/gradle' from the queried projects because it cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'gradle/gradle' from the queried projects because it cannot be queried currently, and instead queries all demo projects which are currently available.
…d predicates Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
shati-patel
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.
Thank you again for fixing all these links (and spotting the typos and deprecated predicates!)
I've found a small issue with one of the links, but otherwise this is great 😃
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
shati-patel
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! I'll merge this as soon as the tests pass.
Follow-up for #3817. The currently used query console links selected the projects
gradle/gradleandeclipse-cdt/cdtwhich can both currently not be queried. This prevents the user to re-run the query after applying their own changes.This pull request updates the query console links to run on all currently available demo projects.
It also fixes some minor typos and formatting issues and replaces outdated predicates in
source-locations.rst.