is not current version
Last Version 4.3

pmd:pmd 2.1

<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>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li> <li>Classes with high Cyclomatic Complexity measurements</li> </ul> <p>PMD has plugins for JDeveloper, Eclipse, JEdit, JBuilder, Omnicore's CodeGuide, NetBeans/Sun ONE Studio, IntelliJ IDEA, TextPad, Maven, Ant, Gel, and Emacs. You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>.</p> <p>Thanks to the <a href="http://cougaar.org/index.php?referrer=pmd">Cougaar</a> program for sponsoring PMD!</p>

Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

2.1
Type

Type

jar

Download pmd 2.1

Filename Size
pmd-2.1.pom
pmd-2.1.jar 558 KB
Browse

<!-- https://jarcasting.com/artifacts/pmd/pmd/ -->
<dependency>
    <groupId>pmd</groupId>
    <artifactId>pmd</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/pmd/pmd/
implementation 'pmd:pmd:2.1'
// https://jarcasting.com/artifacts/pmd/pmd/
implementation ("pmd:pmd:2.1")
'pmd:pmd:jar:2.1'
<dependency org="pmd" name="pmd" rev="2.1">
  <artifact name="pmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='pmd', module='pmd', version='2.1')
)
libraryDependencies += "pmd" % "pmd" % "2.1"
[pmd "2.1"]