You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jakarta.apache.org by Elzbieta Krepska <ek...@cs.vu.nl> on 2010/09/24 16:59:19 UTC

[BCEL] visitStackMapTable missing from StringRepresentation ?

Dear Developers,

verifier/statics/StringRepresentation.java
seems to be missing a method like this:

     public void visitStackMapTable(StackMapTable obj) {
         tostring = "<StackMapTable: " + toString(obj) + ">";
     }

That's because I hit:

Exception in thread "main" 
org.apache.bcel.verifier.exc.AssertionViolatedException: INTERNAL ERROR: 
Please adapt 'class 
org.apache.bcel.verifier.statics.StringRepresentation' to deal with 
objects of class 'class org.apache.bcel.classfile.StackMapTable'.

Kind regards,
Elzbieta Krepska

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org