Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd14191 commit 0bbe571Copy full SHA for 0bbe571
1 file changed
change-notes/1.24/analysis-java.md
@@ -15,11 +15,10 @@ 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
+* Identification of test classes has 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