Skip to content

Commit 5a2ed9f

Browse files
committed
Java: Add change note.
1 parent 2c3a6d7 commit 5a2ed9f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

change-notes/1.24/analysis-java.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Improvements to Java analysis
2+
3+
The following changes in version 1.24 affect Java analysis in all applications.
4+
5+
## New queries
6+
7+
| **Query** | **Tags** | **Purpose** |
8+
|-----------------------------|-----------|--------------------------------------------------------------------|
9+
10+
## Changes to existing queries
11+
12+
| **Query** | **Expected impact** | **Change** |
13+
|------------------------------|------------------------|-----------------------------------|
14+
| 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. |
15+
16+
## Changes to libraries
17+

0 commit comments

Comments
 (0)