PMD pmd-jdk14

Group pmd
描述 <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, Bl
版本 仓库 发布时间
4.2.5 central 2009-02-09 10:26
4.2.4 central 2008-10-14 01:37
4.2.3 central 2008-09-01 04:44
4.2.2 central 2008-05-21 03:39
4.2.1 central 2008-04-12 06:16
4.2 central 2008-03-26 09:21
4.1.1 central 2007-12-16 06:02
4.1 central 2007-12-08 09:22
索引仓库
仓库 个数
Central 592045