We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0094c25 commit 5d80f08Copy full SHA for 5d80f08
java/ql/test/ext/TestModels/Test.java
@@ -93,7 +93,7 @@ public void test() throws Exception {
93
sink(sj1.add((CharSequence)source())); // $hasTaintFlow
94
95
StringJoiner sj2 = (StringJoiner)source();
96
- sink(sj2.add("test")); // $hasTaintFlow
+ sink(sj2.add("test")); // $hasValueFlow
97
}
98
99
// top 300-500 JDK APIs tests
0 commit comments