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 c8a6798 commit f590d25Copy full SHA for f590d25
java/ql/test/library-tests/dataflow/state/test.ql
@@ -3,10 +3,6 @@ import semmle.code.java.dataflow.DataFlow
3
import TestUtilities.InlineExpectationsTest
4
import DataFlow
5
6
-class TestState extends FlowState {
7
- TestState() { src(_, this) or sink(_, this) or step(_, _, this, _) or step(_, _, _, this) }
8
-}
9
-
10
predicate src(Node n, string s) {
11
exists(MethodAccess ma |
12
n.asExpr() = ma and
0 commit comments