bcel
24014e5
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
finding-6
org/apache/commons/bcel6/verifier/structurals/InstConstraintVisitor.java
visitARRAYLENGTH(ARRAYLENGTH)
class InstConstraintVisitor { /** * Ensures the specific preconditions of the said instruction. */ @Override public void visitARRAYLENGTH(ARRAYLENGTH o){ Type arrayref = stack().peek(0); arrayrefOfArrayType(o, arrayref); } }
6
0.97
36.61
74