Merge pull request #20267 from aschackmull/java/nullness-fix

Java: Add more nullness tests and fix a bug causing false negatives.
This commit is contained in:
Anders Schack-Mulligen
2025-08-25 09:13:25 +02:00
committed by GitHub
5 changed files with 95 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed a bug that was causing false negatives in rare cases in the query `java/dereferenced-value-may-be-null`.