qtil
advanced-security/qtil-java 0.0.3
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