File tree Expand file tree Collapse file tree
csharp/ql/lib/semmle/code/csharp/dataflow
java/ql/lib/semmle/code/java/dataflow
shared/rangeanalysis/change-notes/released Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ overlay[local?]
55module ;
66
77private import csharp as CS
8- private import semmle.code.csharp.dataflow.SSA:: Ssa as Ssa
8+ private import semmle.code.csharp.dataflow.SSA:: Ssa
99private import semmle.code.csharp.dataflow.internal.rangeanalysis.ConstantUtils as CU
1010private import semmle.code.csharp.dataflow.internal.rangeanalysis.RangeUtils as RU
1111private import semmle.code.csharp.dataflow.internal.rangeanalysis.SsaUtils as SU
@@ -17,7 +17,7 @@ private module BoundDefs implements SharedBound::BoundDefinitions<CS::Location>
1717
1818 class SsaVariable = SU:: SsaVariable ;
1919
20- class SsaSourceVariable = Ssa :: SourceVariable ;
20+ class SsaSourceVariable = SourceVariable ;
2121
2222 class Expr = CS:: ControlFlowNodes:: ExprNode ;
2323
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ overlay[local?]
55module ;
66
77private import java as J
8- private import semmle.code.java.dataflow.SSA as Ssa
8+ private import semmle.code.java.dataflow.SSA
99private import semmle.code.java.dataflow.RangeUtils as RU
1010private import codeql.rangeanalysis.Bound as SharedBound
1111
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments