Last Version

PMD Java 8 Integration 6.47.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 8 Languages Net PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.sourceforge.pmd
ArtifactId

ArtifactId

pmd-java8
Version

Version

6.47.0
Type

Type

jar
Description

Description

PMD Java 8 Integration
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-java8 6.47.0


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

Dependencies

compile (2)

Group / Artifact Type Version
net.sourceforge.pmd : pmd-java jar 6.47.0
net.sourceforge.pmd : pmd-core jar 6.47.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.