The Wayback Machine - https://web.archive.org/web/20190322171733/https://github.com/pmd/pmd
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
An extensible multilanguage static code analyzer.
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update issue template, release notes Mar 3, 2019
.mvn/wrapper
.travis [ci] Use travis wait for executing pmdtester Mar 8, 2019
docs Update documentation Mar 19, 2019
pmd-apex-jorje [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-apex Merge branch 'pr-1707' Mar 19, 2019
pmd-core Add escaping to the test, add extended test in pmd-core for Mar 19, 2019
pmd-cpp
pmd-cs [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-dist Add property "pmd-designer.version", update release procedure Mar 11, 2019
pmd-doc
pmd-fortran [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-go
pmd-groovy [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-java Add escaping to the test, add extended test in pmd-core for Mar 19, 2019
pmd-java8 [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-javascript [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-jsp
pmd-kotlin [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-lang-test
pmd-matlab
pmd-objectivec
pmd-perl
pmd-php
pmd-plsql [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-python [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-ruby [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-scala [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-swift [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-test
pmd-ui Leave a readme behind Mar 3, 2019
pmd-visualforce
pmd-vm [maven-release-plugin] prepare for next development iteration Feb 24, 2019
pmd-xml
.gitattributes
.gitignore
.travis.yml [ci] Do not use "sudo=false" for travis anymore Nov 25, 2018
BUILDING.md Updated outdated note in the building documentation. Oct 5, 2018
CONTRIBUTING.md Update CONTRIBUTING, README Mar 3, 2019
Dangerfile
Gemfile Add missing rouge dependency for release notes generation Dec 9, 2018
LICENSE
NOTICE Update changelog for scala pull request; update license infos Jan 18, 2015
README.md
do-release.sh
mvnw Update maven wrapper to 3.5.2 Nov 4, 2017
mvnw.cmd
pom.xml

README.md

PMD

Join the chat at https://gitter.im/pmd/pmd Build Status Maven Central Coverage Status Codacy Badge

About

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, PLSQL, Apache Velocity, XML, XSL.

Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, Groovy, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Salesforce.com Apex, Perl, Swift, Matlab, Python.

Source and Documentation

Our latest source of PMD can be found on GitHub. Fork us!

The rule designer is developed over at pmd/pmd-designer. Please see its README for developer documentation.

News and Website

More information can be found on our Website and on SourceForge.

You can’t perform that action at this time.