0 Replies Latest reply on May 24, 2012 9:50 PM by indika.kuma

    How to get method parameter names from a class generated by Javaassist

      Hi All,

       

      I highly appreciate your time and help.

       

      I cannot access the names of the method’s parameters from a class file generated with Javaassist.  To access the method names, the class needs to be complied with debug information. I tried ‘debugwritefile’ too. But, seems it also does not create a class similar to when I compile a class with ‘-g’ option enable with a general Java compiler. Is there any way to achieve this with a class generated with Javaassist?

       

      We are using Javaassit for an academic research project.

       

      Thanks,

       

      Regards

       

      Indika