Rogue Chameleon wrote
> FYI: We are using WSAD 5.0 as our IDE.
>
> Is there a simple (perhaps automated) way to find all methods in a
> project that are not referenced by any other methods/classes? I'm sure
> that there are some in our project, but short of checking each method
> individually, I don't know how to get at them.
>
> rogue chameleon
>
In Menu Window -> Preferences -> Java -> Compiler -> Problems
is possible to set:
unused private types, methods or fields:
Warning
This works only for private methods, but for other scopes.
It's possible to using public methods per reflection.
This is the reason for no checking this methods.
Heiner Kuecker
Internet:
http://www.heinerkuecker.de http://www.heiner-kuecker.de
JSP WorkFlow PageFlow Page Flow FlowControl Navigation:
http://www.control-and-command.de
Expression Language Parser:
http://www.heinerkuecker.de/Expression.html