Java: Add change notes.

This commit is contained in:
Anders Schack-Mulligen
2023-02-06 13:55:34 +01:00
parent 2d6d8aaa74
commit b4607d3fab
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The data flow library now disregards flow through code that is dead based on some basic constant propagation, for example, guards like `if (1+1>3)`.

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.