mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
415 B
415 B
0.3.2
New Features
- The QL predicate
Expr::getUnderlyingExprhas been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
Minor Analysis Improvements
- The JUnit5 version of
AssertNotNullis now recognized, which removes related false positives in the nullness queries. - Added data flow models for
java.util.Scanner.