is not current version
Last Version 6.47.0

PMD Java 6.37.0

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.

License

License

Categories

Categories

Java Languages Net PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.sourceforge.pmd
ArtifactId

ArtifactId

pmd-java
Version

Version

6.37.0
Type

Type

jar
Description

Description

PMD Java
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.
Project Organization

Project Organization

PMD

Download pmd-java 6.37.0


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

Dependencies

compile (5)

Group / Artifact Type Version
net.sourceforge.pmd : pmd-core jar 6.37.0
net.sourceforge.saxon : saxon jar 9.1.0.8
org.ow2.asm : asm jar 9.2
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.8.1

test (18)

Group / Artifact Type Version
net.sourceforge.pmd : pmd-lang-test jar 6.37.0
net.sourceforge.pmd : pmd-test jar 6.37.0
org.hamcrest : hamcrest jar 2.2
junit : junit jar 4.13.1
com.github.stefanbirkner : system-rules jar 1.19.0
org.apache.ant : ant-testutil jar 1.10.9
com.github.oowekyala.treeutils : tree-matchers jar 2.1.0
com.github.oowekyala.treeutils : tree-printers jar 2.1.0
io.kotest : kotest-assertions-core-jvm jar 4.3.1
io.kotest : kotest-runner-junit5-jvm jar 4.3.1
com.google.guava : guava jar 30.0-android
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.10
org.jetbrains : annotations jar 13.0
org.slf4j : slf4j-api jar 1.7.25
org.apache.logging.log4j : log4j-api jar 2.13.3
org.apache.logging.log4j : log4j-core jar 2.13.3
org.assertj : assertj-core jar 3.11.0

Project Modules

There are no modules declared in this project.