bcel
24014e5
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
finding-1
org/apache/commons/bcel6/verifier/structurals/InstConstraintVisitor.java
visitTABLESWITCH(TABLESWITCH)
class InstConstraintVisitor { /** * Ensures the specific preconditions of the said instruction. */ @Override public void visitTABLESWITCH(TABLESWITCH o){ indexOfInt(o, stack().peek()); // See Pass 3a. } }
1
0.99
104.05
107