File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImpl
2
+ private import codeql.dataflow.internal. DataFlowImpl
3
3
import MakeImpl< JavaDataFlow >
Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImplCommon
2
+ private import codeql.dataflow.internal. DataFlowImplCommon
3
3
import MakeImplCommon< JavaDataFlow >
Original file line number Diff line number Diff line change 2
2
* Provides Java-specific definitions for use in the data flow library.
3
3
*/
4
4
5
- private import codeql.dataflow.DataFlowParameter
5
+ private import codeql.dataflow.DataFlow
6
6
7
7
module Private {
8
8
import DataFlowPrivate
@@ -13,7 +13,7 @@ module Public {
13
13
import DataFlowUtil
14
14
}
15
15
16
- module JavaDataFlow implements DataFlowParameter {
16
+ module JavaDataFlow implements InputSig {
17
17
import Private
18
18
import Public
19
19
You can’t perform that action at this time.
0 commit comments