Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] can I see how the woven code looks like?

Maciej Zywno wrote:

Sorry, if this question appeared many times here..

I've been around about 3 months and it has been asked twice already ;-)

I couldn't find an option for aspectj compiler to generate both class
files and source. I would like to see how the woven code looks like
without having to decompile it. Also.. does aspectj compiler 1.5
modifies sourcedoe first and then compiles or does it modify class
files?

AspectJ had an option to generate / leave around modified source files, but it is gone now, since weaving is done at bytecode level exclusively. I believe that there are some decompile on the fly plugins for eclipse floating around.

Rafal


Back to the top