Add change note

This commit is contained in:
Owen Mansel-Chan
2024-07-30 15:57:34 +01:00
parent cd0af0fc57
commit 1cb5f35c56

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The query "Unused classes and interfaces" (`java/unused-reference-type`) now recognizes that if a method of a class has an annotation then it may be accessed reflectively. This should remove false positive alerts, especially for JUnit 4-style tests annotated with `@test`.