We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadbb32 commit 54caf50Copy full SHA for 54caf50
java/ql/test/library-tests/dataflow/fluent-methods/flow.ql
@@ -1,8 +1,8 @@
1
import java
2
-import semmle.code.java.dataflow.TaintTracking
+import semmle.code.java.dataflow.DataFlow
3
import TestUtilities.InlineExpectationsTest
4
5
-class Conf extends TaintTracking::Configuration {
+class Conf extends DataFlow::Configuration {
6
Conf() { this = "qltest:dataflow:fluent-methods" }
7
8
override predicate isSource(DataFlow::Node n) {
0 commit comments