CodeQL library for Java/Kotlin
codeql/java-all 0.9.2-dev (changelog, source)
Search

Module JavaLangImpl

Import path

import semmle.code.java.dataflow.RangeAnalysis

Predicates

additionalBoundFlowStep

Holds if e2 >= e1 + delta (if upper = false) or e2 <= e1 + delta (if upper = true).

hasConstantBound

Holds if e >= bound (if upper = false) or e <= bound (if upper = true).

ignoreExprBound

Ignore the bound on this expression.

javaCompatibility