I have a large Eclipse project in which there exist several classes which, although they ceased to be used anywhere, were never marked @Deprecated.
How can I easily find all of these?
|
I have a large Eclipse project in which there exist several classes which, although they ceased to be used anywhere, were never marked @Deprecated. How can I easily find all of these? |
|||
|
|
|
I also like to use UCDetector:
Bonus: it can also find cyclic dependencies between classes (also a number of other tools -- including Findbugs -- knows how do do that too) Caveat: Cid mentions in the comments:
|
|||||||||||||
|