-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: locations for range analysis #17998
Conversation
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (11)
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/SemanticExpr.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/FloatDelta.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisConstantSpecific.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisImpl.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisRelativeSpecific.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/SignAnalysisCommon.qll: Language not supported
- java/ql/lib/semmle/code/java/dataflow/RangeAnalysis.qll: Language not supported
- java/ql/lib/semmle/code/java/dataflow/RangeUtils.qll: Language not supported
- shared/rangeanalysis/codeql/rangeanalysis/ModulusAnalysis.qll: Language not supported
- shared/rangeanalysis/codeql/rangeanalysis/RangeAnalysis.qll: Language not supported
- shared/rangeanalysis/codeql/rangeanalysis/internal/RangeUtils.qll: Language not supported
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
For C++, the |
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.
LGTM
DCA for C failed, I have started a new one after merging in main... |
Note that I'd like to see results for the |
During a hackathon, I was experimenting with the Java range analysis. It was a bit annoying to not have locations on the nodes so I add them here.
I ran DCA for the two languages affected (the _CPP experiment is for C). I just chose
nightly
for both source suite and query suite for both languages, please let me know if that was not appropriate (in particular if that does not exercise the range analysis or only does it so little that any adverse effect would be lost in noise).I believe this does not warrant a change note.