<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> <p>Welcome <a href="http://bluej.org/">BlueJ</a> users! Notes on installing the PMD extension for BlueJ are <a href="integrations.html#bluej">here</a>.</p>
Project metadata download: pmd-3.9.pom
Binary download: pmd-3.9.jar
Source download: pmd-3.9-sources.jar
Release date: 21 December 2006
Mailing Lists: PMD development
Files: 529,
Classes: 571,
Lines of code: 56483
Google AppEngine: Partial support
Depends on:(View as diagram)
  • Maven-Central / ant / ant
  • Maven-Central / asm / asm
  • Maven-Central / backport-util-concurrent / backport-util-concurrent
  • JDK / jdk / openjdk
Used by:
  • Maven-Central / net.sf.xradar / maven-xradar-plugin
MD5 Signatures:
  • 6660eab2d312b553e82a6c2416085877
  • 9efe0b8a4cb6a7aa6295a44aaab881b0
New to GrepCode? Check out our FAQ X