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.
2 parents 0b82289 + a9c5fd2 commit 4de1deeCopy full SHA for 4de1dee
java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll
@@ -2,10 +2,10 @@
2
* Provides Java-specific definitions for use in sign analysis.
3
*/
4
module Private {
5
+ private import java as J
6
import semmle.code.java.dataflow.RangeUtils as RU
7
private import semmle.code.java.dataflow.SSA as Ssa
8
private import semmle.code.java.controlflow.Guards as G
- private import java as J
9
private import Sign
10
import Impl
11
0 commit comments