![Andreas Dangel](/assets/img/avatar_default.png)
Cherry picked from master * 1a110587f005704a2e8354ef241cae23d35f5169 * 51f17c60104edd731bcfa0abcf6d617fae69d3ae * 36bc2c2dee8d3c64bcd73fcfb257b97fbcb9630f * cbf598c92c1ca251a4a7a2d8e3c30b49979d997b
25 lines
749 B
Markdown
25 lines
749 B
Markdown
PMD
|
|
===
|
|
|
|
[![Build Status](https://travis-ci.org/pmd/pmd.svg?branch=master)](https://travis-ci.org/pmd/pmd)
|
|
|
|
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, XML, XSL.
|
|
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in
|
|
Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript.
|
|
|
|
Source
|
|
------
|
|
Our latest source of PMD can be found on [GitHub]. Fork us!
|
|
|
|
News and Website
|
|
----------------
|
|
More information can be found on our [Website] and on [SourceForge].
|
|
|
|
|
|
[GitHub]: https://github.com/pmd/pmd
|
|
[Website]: https://pmd.github.io
|
|
[SourceForge]: https://sourceforge.net/projects/pmd/
|