PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.
This release fixes a few bugs in the 4.2.2 version but does not introduce major changes. See the Changelog for details.
The refactoring effort that will lead to pmd 5.0
has been started on the main trunk (5.0 will not
be backward compatible with pmd 4.x). We may
release other 4.2.x versions with minor fixes if
needed until 5.0 is released.
This release fixes a few bugs in the 4.2.1 version
but does not introduce major changes. See the
Changelog for details.
The refactoring effort that will lead to pmd 5.0
has been started on the main trunk (5.0 will not
be backward compatible with pmd 4.x). We may
release other 4.2.x versions with minor fixes if
needed until 5.0 is released.
PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.
Thanks to Torsten Kleiber, the JDeveloper plugin has been updated! It now includes PMD version 4.2 and the import/export feature is available for JDev 10.1.3. You can get it here: