Java: Add a changenote for the MissingEnumInSwitch change

This commit is contained in:
Ian Lynagh
2024-03-27 15:12:55 +00:00
parent 59ae6dd5f5
commit fda3c92612

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The `java/missing-case-in-switch` query now gives only a single alert for each switch statement, giving some examples of the missing cases as well as a count of how many are missing.