hi,
I use javassist make a CtMethod.The method content is :
public void executor() {
String result="";
result=1;
}
and use CtClass.make() to build this method,but the javassist cant find the syntax
error.how could to correct it. hope somebody can help me!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239934#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...