PMD
Description
PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.
PMD Web SiteUser Ratings
User Reviews
-
Simple. Useful. Light.
-
very good project
-
One of the best tools to find all those nasty things that always slip by.
-
Your independent expert about good code :-)
-
using CPD with my own C# tokenizer and a few million lines of code. Works great!
-
Helps to establish code quality.