PMD pmd
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, JBuild |
Packaging | jar |
Size | 1.03 MB |
文件 | pom jar |
网址 | http://pmd.sourceforge.net/ |
发布时间 | 2009-02-09 10:24 |
dependencies
Group | Artifact | Version |
---|---|---|
ant | ant | 1.6 |
jaxen | jaxen | 1.1.1 |
asm | asm | 3.1 |
junit | junit | 4.4 |
developers
tomcopeland | Tom Copeland | InfoEther |
dpeugh | David Dixon-Peugh | Lockheed Martin Corporation |
olemartin | Ole-Martin Mork | Bekk Consulting |
mikkey | Miguel Griffa | |
phherlin | Philippe Herlin | |
jigerjava | Jiger Patel | |
kubacki | Radim Kubacki | |
tomslot | Tomasz Slota | |
tomslot | Alan Ezust | |
nascif | Nascif Abousalh Neto | |
allancaplan | Allan Caplan | |
holobender | Sven Jacob | |
wfzelle | Wouter Zelle | |
hooperbloob | Brian Remedios | |
xlv | Xavier Le Vourch | |
rgustav | Ryan Gustafson | |
bluejohn | Johan Nagels | |
tkleiber | Torsten Kleiber | |
rpelisse | Romain Pelisse |
licenses
索引仓库
仓库 | 个数 |
Central | 592045 |