File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
java/ql/lib/semmle/code/java Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ private import DataFlowUtil
4
4
private import semmle.code.java.dataflow.InstanceAccess
5
5
private import semmle.code.java.dataflow.FlowSummary
6
6
private import semmle.code.java.dispatch.VirtualDispatch as VirtualDispatch
7
- private import semmle.code.java.dispatch.Unification
7
+ private import semmle.code.java.dispatch.internal. Unification
8
8
9
9
private module DispatchImpl {
10
10
/** Gets a viable implementation of the target of the given `Call`. */
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ private import semmle.code.java.dataflow.internal.DataFlowUtil
15
15
private import semmle.code.java.dataflow.internal.DataFlowPrivate
16
16
private import semmle.code.java.dataflow.internal.ContainerFlow
17
17
private import semmle.code.java.dataflow.InstanceAccess
18
- private import semmle.code.java.dispatch.Unification
18
+ private import semmle.code.java.dispatch.internal. Unification
19
19
20
20
/**
21
21
* Gets a viable dispatch target for `ma`. This is the input dispatch relation.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ private import DispatchFlow as DispatchFlow
9
9
private import ObjFlow as ObjFlow
10
10
private import semmle.code.java.dataflow.internal.BaseSSA
11
11
private import semmle.code.java.controlflow.Guards
12
- private import semmle.code.java.dispatch.Unification
12
+ private import semmle.code.java.dispatch.internal. Unification
13
13
14
14
/**
15
15
* A conservative analysis that returns a single method - if we can establish
File renamed without changes.
You can’t perform that action at this time.
0 commit comments