rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4024 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -21,16 +21,17 @@
|
||||
<td>
|
||||
<p>PMD scans Java source code and looks for potential problems like:</p>
|
||||
<ul>
|
||||
<li>Empty try/catch/finally/switch blocks</li>
|
||||
<li>Unused local variables, parameters and private methods</li>
|
||||
<li>Empty if/while statements</li>
|
||||
<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>Classes with high Cyclomatic Complexity measurements</li>
|
||||
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
|
||||
</ul>
|
||||
<p>You can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
|
||||
<p>PMD has <a href="integrations.html">plugins</a> for JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant,
|
||||
Gel, JCreator, and Emacs. You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>.</p>
|
||||
<p>Welcome <a href="http://bluej.org/">BlueJ</a> users! Notes on installing the PMD extension for BlueJ are <a href="http://pmd.sourceforge.net/current/integrations.html#bluej">here</a></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>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>.</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>
|
||||
<p>Want more information? Get the book - <a href="http://pmdapplied.com/">"PMD Applied"</a>!</p>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
@ -100,16 +101,6 @@ Gel, JCreator, and Emacs. You can <b><a href="http://sourceforge.net/project/sh
|
||||
</roles>
|
||||
</developer>
|
||||
|
||||
<developer>
|
||||
<name>David Craine</name>
|
||||
<id>dcraine</id>
|
||||
<email>dave@infoether.com</email>
|
||||
<organization>InfoEther</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
|
||||
<developer>
|
||||
<name>Ole-Martin Mork</name>
|
||||
<id>olemartin</id>
|
||||
@ -138,15 +129,6 @@ Gel, JCreator, and Emacs. You can <b><a href="http://sourceforge.net/project/sh
|
||||
</roles>
|
||||
</developer>
|
||||
|
||||
<developer>
|
||||
<name>Gunnlaugur Thor Briem</name>
|
||||
<id>gthb</id>
|
||||
<email>gthb@users.sourceforge.net</email>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
|
||||
<developer>
|
||||
<name>Jiger Patel</name>
|
||||
<id>jigerjava</id>
|
||||
|
Reference in New Issue
Block a user