<p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - wasteful String/StringBuffer usage</li> <li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li> <li>Duplicate code - copied/pasted code means copied/pasted bugs</li> </ul> <p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p> <p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>
Project metadata download: pmd-4.2.6.pom
Binary download: pmd-4.2.6.jar
Source download: pmd-4.2.6-sources.jar
Release date: 29 September 2011
License: BSD-style
Mailing Lists: PMD development
Files: 623,
Classes: 650,
Lines of code: 67186
Google AppEngine: Partial support
Depends on:(View as diagram)
  • Maven-Central / ant / ant
  • Maven-Central / junit / junit
  • JDK / jdk / openjdk
Used by:
MD5 Signatures:
  • a1d6d9d80aeb2e8cc80b73b5635f5f49
  • bbe72b9a2cd2d17a44cff7ff5fb1ae3e
New to GrepCode? Check out our FAQ X