Receive the following VerifyError after inserting code before and after a 
toString() method in a class called TestObjectSuper:

java.lang.VerifyError: (class: org/aero/sbedrock/TestObjectSuper, method: 
toString signature: ()Ljava/lang/String;) Register 1 contains wrong type
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
        at java.lang.Class.getDeclaredMethod(Class.java:1262)
        at javassist.Loader.run(Loader.java:273)
        at org.aero.sbedrock.SRun.main(SRun.java:58)

I'm trying to narrow down the problem, but it would be very helpful if someone 
could tell me what exactly is in Register 1 validation of this method. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884781#3884781

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884781


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to