mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
18 lines
788 B
Markdown
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
|
|
|