is not current version
Last Version 6.47.0

PMD 6.45.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

Net PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.sourceforge.pmd
ArtifactId

ArtifactId

pmd
Version

Version

6.45.0
Type

Type

pom
Description

Description

PMD
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 URL

Project URL

https://pmd.github.io/
Project Organization

Project Organization

PMD
Source Code Management

Source Code Management

https://github.com/pmd/pmd

Download pmd 6.45.0

Filename Size
pmd-6.45.0.pom 46 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • pmd-core
  • pmd-cpp
  • pmd-cs
  • pmd-dart
  • pmd-dist
  • pmd-fortran
  • pmd-go
  • pmd-groovy
  • pmd-lua
  • pmd-java
  • pmd-jsp
  • pmd-kotlin
  • pmd-matlab
  • pmd-modelica
  • pmd-objectivec
  • pmd-perl
  • pmd-php
  • pmd-plsql
  • pmd-python
  • pmd-ruby
  • pmd-swift
  • pmd-test
  • pmd-vm
  • pmd-xml
  • pmd-apex-jorje
  • pmd-apex
  • pmd-html
  • pmd-java8
  • pmd-javascript
  • pmd-doc
  • pmd-lang-test
  • pmd-scala
  • pmd-scala-modules/pmd-scala-common
  • pmd-scala-modules/pmd-scala_2.13
  • pmd-scala-modules/pmd-scala_2.12
  • pmd-visualforce