Files
codeql/change-notes/1.24/analysis-java.md
Anders Schack-Mulligen 5a2ed9fd81 Java: Add change note.
2019-12-06 11:50:27 +00:00

18 lines
788 B
Markdown

# Improvements to Java analysis
The following changes in version 1.24 affect Java analysis in all applications.
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
## Changes to existing queries
| **Query** | **Expected impact** | **Change** |
|------------------------------|------------------------|-----------------------------------|
| Expression always evaluates to the same value (`java/evaluation-to-constant`) | Fewer false positives | Expressions of the form `0 * x` are usually intended and no longer reported. |
## Changes to libraries