PMD (software)

Not to be confused with .pmd.
PMD
Stable release 5.4.1 / December 4, 2015 (2015-12-04)
Development status Active
Written in Java
Operating system Windows, Linux, OS X
Type Static program analysis tool
License BSD License, Apache License 2.0, GNU Lesser General Public License[1]
Website pmd.github.io

PMD is a static Java source code analyzer. It uses rule-sets to define when a piece of source is erroneous. PMD includes a set of built-in rules and supports the ability to write custom rules. Typically, issues reported by PMD are not true errors, but rather inefficient code, i.e. the application could still function properly even if they were not corrected.

While PMD does not officially stand for anything, it has several unofficial names, the most appropriate probably being Programming Mistake Detector.

Features

PMD is able to detect flaws or possible flaws in source code, like:

License

PMD is released under a BSDish license while parts of it are under Apache License 2.0 and the LGPL.[1]

Copy/Paste Detector (CPD)

The Copy/Paste Detector (CPD) is an add-on to PMD that uses the Rabin–Karp string search algorithm to find duplicated code. CPD works with Java, JSP, C, C++, Fortran, PHP, and C# code.

Plugins

PMD has plugins for JDeveloper, Eclipse, jEdit, JBuilder, Omnicore's CodeGuide, NetBeans/Sun Studio, IntelliJ IDEA, TextPad, Maven, Ant, Gradle, Gel, JCreator, Hudson, Jenkins, SonarQube and Emacs.

See also

References

  1. 1 2 "License". 18 January 2015. Retrieved 13 August 2015.

External links


This article is issued from Wikipedia - version of the Sunday, January 10, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.