We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6526c6 commit fd14191Copy full SHA for fd14191
change-notes/1.24/analysis-java.md
@@ -15,3 +15,11 @@ The following changes in version 1.24 affect Java analysis in all applications.
15
16
## Changes to libraries
17
18
+* Identification of test classes have been improved. Previously, one of the
19
+ match conditions would classify any class with a name containing the string
20
+ "Test" as a test class, but now this matching has been replaced with one that
21
+ looks for the occurrence of actual unit-test annotations. This affects the
22
+ general file classification mechanism and thus suppression of alerts, and
23
+ also any security queries using taint tracking, as test classes act as
24
+ default barriers stopping taint flow.
25
+
0 commit comments