mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Add change note
This commit is contained in:
4
java/ql/src/change-notes/2024-07-30-unused.md
Normal file
4
java/ql/src/change-notes/2024-07-30-unused.md
Normal 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`.
|
||||
Reference in New Issue
Block a user