Thanks Andy. I think Zelix Klassmaster does provide this option <http://www.zelix.com/klassmaster/docs/loadWarnings.html> . However, I need to extract the original method signature, which would not be possible if the string references were modified. Also, it would be preferable to obtain the string form directly, as opposed to going through class references (for efficiency).
Would I be able to make a few changes to the AspectJ source code to accomplish this? I actually went ahead and downloaded the git repository onto my RHEL6 box and am unsure how to set local.properties (I can't even find a JDK 1.1 for linux) given that I only have JDK 1.6 installed: /# for non-release builds, versions should all be DEVELOPMENT # except for build.version.base build.version=DEVELOPMENT build.version.base=1.5 build.version.long=DEVELOPMENT build.version.short=DEVELOPMENT # Repo version is for maven (as built with 'ant repo') repo.version=1.6.4 java11.home=c:/home/apps/jdk11 java13.home=c:/home/apps/jdk13 java14.home=c:/home/apps/jdk14 java15.home=c:/home/apps/jdk15 / Could you please give me some pointers on where to modify the code and how to compile a new aspectjtools.jar and aspectjrt.jar? -- View this message in context: http://aspectj.2085585.n4.nabble.com/jpsp-getSignature-getDeclaringTypeName-returns-java-lang-ClassNotFoundException-tp4650751p4650759.html Sent from the AspectJ - users mailing list archive at Nabble.com. _______________________________________________ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users