mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Add a change note, and a minor ql comment.
This commit is contained in:
4
java/ql/src/change-notes/2025-09-15-nullness-reimp.md
Normal file
4
java/ql/src/change-notes/2025-09-15-nullness-reimp.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* The implementation of `java/dereferenced-value-may-be-null` has been completely replaced with a new general control-flow reachability library. This improves precision by reducing false positives. However, since the entire calculation has been reworked, there can be small corner cases where precision regressions might occur and new false positives may occur, but these cases should be rare.
|
||||
Reference in New Issue
Block a user