mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Java: Remove duplicate class.
This commit is contained in:
@@ -36,10 +36,6 @@ private class PredictableSeedFlowConfiguration extends DataFlow::Configuration {
|
||||
}
|
||||
}
|
||||
|
||||
private class TypeNumber extends Class {
|
||||
TypeNumber() { this.getQualifiedName() = "java.lang.Number" }
|
||||
}
|
||||
|
||||
private predicate predictableCalcStep(Expr e1, Expr e2) {
|
||||
e2.(BinaryExpr).hasOperands(e1, any(PredictableSeedExpr p))
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user