
Date Created:
Sat, 2013-06-22 05:32
Date Updated:
Mon, 2016-02-22 14:23
Submitted by:
The eclipse-pmd plug-in integrates the well-known source code analyzer PMD into the Eclipse IDE.
Everytime you save your work, eclipse-pmd scans your source code and looks for potential problems like possible bugs and suboptimal, duplicate, dead or overly complicated code.
Where possible, eclipse-pmd offers quick fixes that automatically fix the problems. These quick fixes can be used to fix a single problem or all occurrences in your entire code base.