Update README.md

This commit is contained in:
@rsoese (Twitter handle) 2016-03-23 15:01:37 +01:00
parent a48224bf01
commit e648ab4b74

View File

@ -1,13 +1,9 @@
# 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.
Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript, Apex.
## Source