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!