Merge pull request #11712 from aschackmull/java/constant-guards

Java: Apply deadcode guard to data flow nodes.
This commit is contained in:
Anders Schack-Mulligen
2023-02-07 09:14:20 +01:00
committed by GitHub
11 changed files with 251 additions and 143 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `java/index-out-of-bounds` query has improved its handling of arrays of constant length, and may report additional results in those cases.