Skip to content

Commit 843fd37

Browse files
committed
Java: Add change note.
1 parent 75c549b commit 843fd37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

change-notes/1.24/analysis-java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ The following changes in version 1.24 affect Java analysis in all applications.
3232
general file classification mechanism and thus suppression of alerts, and
3333
also any security queries using taint tracking, as test classes act as
3434
default barriers stopping taint flow.
35+
* Parentheses are now no longer modelled directly in the AST, that is, the
36+
`ParExpr` class is empty. Instead, a parenthesized expression can be
37+
identified with the `Expr.isParenthesized()` member predicate.

0 commit comments

Comments
 (0)