Hello. You should check out the abc compiler at www.aspectbench.org. It has a commandline option "-f dava" which makes it output Java source instead of class files. It can handle full AspectJ.
Cheers, Eric On 2/20/07, Fayezin Islam <[EMAIL PROTECTED]> wrote:
Hello, My Msc project is about Automated Testing of AspectJ programs. A part of the project involves converting fully compilable AspectJ program code to equivalent & compilable Java code. I have tried to decompile the compiled AspectJ class files using JAD decompiler, but the resulting code is not compilable. I heard that ajc 1.0 has an option that outputs Java code of the AspectJ code using the "-preprocess" option. But I don't want to be limited to using ajc 1.0. Therefore, I request your help on this matter. Please help me to find a suitable solution for this problem. Thanks, Fayezin King's College London _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
-- Eric Bodden Sable Research Group McGill University, Montréal, Canada _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
