Release preparation for version 2.22.2

This commit is contained in:
github-actions[bot]
2025-07-22 14:04:14 +00:00
parent 5fb7541a94
commit 997547b8ef
199 changed files with 572 additions and 265 deletions

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 1.6.1
### Minor Analysis Improvements
* Java analysis of guards has been switched to use the new and improved shared guards library. This improves precision of a number of queries, in particular `java/dereferenced-value-may-be-null`, which now has fewer false positives, and `java/useless-null-check` and `java/constant-comparison`, which gain additional true positives.