PMD is a source code analyzer

Posted on Sunday, April 21, 2013 by Tenderfoot


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.

Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript.

You can fork us on https://github.com/pmd

Source and download

No Response to "PMD is a source code analyzer"

Leave A Reply