S
steve.chambers
I've recently been looking for some tools to help partly automate a
pretty labourious process of doing a big batch of code reviews. Very
happy with the ones I've found so far (PMD, CheckStyle and an obscure
plugin to find unused classes at http://seessle.de/dclj/de.seessle.
eclipse tools.zip ). Would recommend them to anyone!
But there's one thing that none of them seem to do - find public or
protected class member variables that aren't used within the whole
project. (The nearest to donig this is that PMD will find variables
that are declared within a particular class but not used in it - but
this isn't quite what I want as there seem to be quite a few constants
that aren't referenced anywhere within the project).
Does anyone know if such a tool exists, ideally for eclipse but if none
exists then I'd consider using a non-eclipse based one...
Thanks for any help / suggestions....
Cheers,
Steve
pretty labourious process of doing a big batch of code reviews. Very
happy with the ones I've found so far (PMD, CheckStyle and an obscure
plugin to find unused classes at http://seessle.de/dclj/de.seessle.
eclipse tools.zip ). Would recommend them to anyone!
But there's one thing that none of them seem to do - find public or
protected class member variables that aren't used within the whole
project. (The nearest to donig this is that PMD will find variables
that are declared within a particular class but not used in it - but
this isn't quite what I want as there seem to be quite a few constants
that aren't referenced anywhere within the project).
Does anyone know if such a tool exists, ideally for eclipse but if none
exists then I'd consider using a non-eclipse based one...
Thanks for any help / suggestions....
Cheers,
Steve