Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] list of modified methods

You may get advised methods (or join points, in general) by either of
the following way:
1. Use ajdoc (an aspect-aware replacement for javadoc) to generate
documentation. You will see advised join points from documentation page
for aspects.
2. Use an IDE with AspectJ plugin (for example, Eclipse with AJDT
plugin) to enable aspect-aware crosscutting view.
3. Use ajbrowser program that comes with AspectJ distribution and
examine the crosscutting view.

Of course, in each of the above cases, you will see only join points
based on static analysis.

-Ramnivas 

--- Nicolai Kuntze <g-8@xxxxxxx> wrote:
> Hi,
> 
> is it possible to get a list of the modified methods?
> 
> Yours,
> 
> Nicolai
> 
> 
> ---- 
> Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie
> Spam untersucht.
> 
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


Back to the top