Click to See Complete Forum and Search --> : java code analyzer - finding unused methods


blackrax
03-04-2004, 11:05 PM
greetings people.

i've recently discovered the great code analyzer pmd (http://pmd.sourceforge.net/), however - i'm still lacking a program to check for unused public/protected methods and unused protected and public objects in classes. i've done some googling, but nothing meeting my criterias have turned up. anyone here using/know of such a program?

heh, come to think of it, javac is a rather poor compiler when it comes to output - the verbose flag doesn't do me much good.

cheers,
//blackrax

pmd in action (http://abraxas.homelinux.net:8080/screen.jpg) (with a wrapper script to format the output):D