We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a167577 commit 2a0a568Copy full SHA for 2a0a568
1 file changed
java/ql/src/semmle/code/java/security/Random.qll
@@ -36,10 +36,6 @@ private class PredictableSeedFlowConfiguration extends DataFlow::Configuration {
36
}
37
38
39
-private class TypeNumber extends Class {
40
- TypeNumber() { this.getQualifiedName() = "java.lang.Number" }
41
-}
42
-
43
private predicate predictableCalcStep(Expr e1, Expr e2) {
44
e2.(BinaryExpr).hasOperands(e1, any(PredictableSeedExpr p))
45
or
0 commit comments