Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Finding dead-code

Howdy,

I'm quite new to AspectJ and am not sure my question is a newbie' one.

I have to refactor a very large Java codebase and feel that there is too much dead-code in it. I wish I could find and remove all this obsolete code and I'm wondering if AspectJ can help.

So, the question is: can I use static crosscutting to list all references to all methods of all classes in this codebase?

Thanks in advance,
Ricardo.


Back to the top