[jboss-user] [Javassist user questions] - Re: What is the best way to a add parameters to a method?
jonasb
do-not-reply at jboss.com
Sat Nov 18 18:26:00 EST 2006
Maybe it's a bug in how ExprEditor.edit(NewExpr e) handles $args, because I got it working by declaring new local variables at the top of the new method and assigning them to the new parameters (using $args), and then I used the those variables in the ExprEditor.edit code instead of $args.
/ Jonas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987113#3987113
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987113
More information about the jboss-user
mailing list