Hello,

I am new to AspectJ and have been reading AspectJ in Action.
Using @AspectJ, I want to count the total number of classes and methods in
the entire code base I am working with (hundreds of classes). This includes
ones that are not necessarily ever loaded or executed.

Any ideas of how to do this using only AspectJ? I have already been able to
do simple things like point cut specific methods before running the huge Ant
build script to build the code base.



--
View this message in context: 
http://aspectj.2085585.n4.nabble.com/Counting-of-Methods-Classes-tp4650617.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

Reply via email to