Java: Move more dataflow configurations to *Query.qll files#12721
Merged
egregius313 merged 23 commits intogithub:mainfrom May 5, 2023
Merged
Conversation
8f91949 to
5d84728
Compare
*Query.qll files*Query.qll files
12dcabe to
44b6e86
Compare
e8c9b57 to
7c1a1a4
Compare
2a18631 to
1804292
Compare
4059fd4 to
850ed80
Compare
atorralba
reviewed
Apr 27, 2023
Contributor
atorralba
left a comment
There was a problem hiding this comment.
Mostly LGTM, the majority of my comments are about import visibility. If I missed something that would break when making something private, please just say so and move on :) (i.e. don't jump through hoops to get it done)
826cdaf to
631e262
Compare
7b2610c to
ce4ddb1
Compare
ce4ddb1 to
5f3c8fe
Compare
atorralba
approved these changes
May 4, 2023
Contributor
atorralba
left a comment
There was a problem hiding this comment.
Assuming CI is green, LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves configurations defined in query files to their own files under
java/ql/lib, making them importable.