Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ Decompling

That was dropped when AspectJ moved from being a source pre-processor
to a bytecode weaver - in AspectJ1.1.

We have enhancements open that include a tool that takes an Aspect
.class file and will produce a summary of what is in it (what are the
pointcuts, what is the advice) - there is a prototype tool attached to
the enhancement I seem to recall, but it doesn't reconstruct source.

Andy.

On 07/08/06, wag81uk <wag81uk@xxxxxxxxxxx> wrote:

Does any one know why ajc no longer supports the -preprocess flag. In
addition has any work been done on an AspectJ Decomplier... i.e. a
reconstitution of the original aspects and Java classes from decompiled
bytecode.

Many thanks

wag81
--
View this message in context: http://www.nabble.com/AspectJ-Decompling-tf2062713.html#a5682299
Sent from the AspectJ - dev forum at Nabble.com.

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top