mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
415 B
Markdown
11 lines
415 B
Markdown
## 0.3.2
|
|
|
|
### New Features
|
|
|
|
* The QL predicate `Expr::getUnderlyingExpr` has 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 `AssertNotNull` is now recognized, which removes related false positives in the nullness queries.
|
|
* Added data flow models for `java.util.Scanner`.
|