We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c549b commit 843fd37Copy full SHA for 843fd37
change-notes/1.24/analysis-java.md
@@ -32,3 +32,6 @@ The following changes in version 1.24 affect Java analysis in all applications.
32
general file classification mechanism and thus suppression of alerts, and
33
also any security queries using taint tracking, as test classes act as
34
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