Java: Add a change note, and a minor ql comment.

This commit is contained in:
Anders Schack-Mulligen
2025-09-15 10:14:26 +02:00
parent e302616135
commit b308c5438f
2 changed files with 5 additions and 0 deletions

View 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.