[jboss-user] [Javassist user questions] - Possible bug: insertAfter with finally on a constructor caus

PaulKeeble do-not-reply at jboss.com
Sun Jan 6 08:46:39 EST 2008


If I use code something like the following I get a verifier failure:

CtConstructor c = ....
c.insertAfter("mycode;",true);

Then the Java byte code verififer will fail saying the return type is wrong (()V).

If however I don't set the finally boolean the verifier does not complain. This looks like a bug.

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

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



More information about the jboss-user mailing list