Posted by download in Software on 29-01-2019
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty
catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, XML,
XSL.
Available Plugins include:
Maven PMD.
Eclipse.
NetBeans.
JBuilder.
JDeveloper.
IntelliJ IDEA.
PMD additionally includes CPD, the copy-pas...