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 5a11aac commit 4e67b8fCopy full SHA for 4e67b8f
java/ql/lib/semmle/code/java/dataflow/DataFlow.qll
@@ -10,6 +10,6 @@ import java
10
module DataFlow {
11
private import semmle.code.java.dataflow.internal.DataFlowImplSpecific
12
private import codeql.dataflow.DataFlow
13
- import DataFlowMake<Location, JavaDataFlow>
+ import DataFlowMakeOverlay<Location, JavaDataFlow>
14
import Public
15
}
0 commit comments