forked from phoedos/pmd
9 lines
272 B
Markdown
9 lines
272 B
Markdown
# PMD
|
|
|
|
PMD is a source code analyzer. It finds unused variables,
|
|
empty catch blocks, unnecessary object creation, and so forth.
|
|
|
|
For more information, visit http://pmd.sourceforge.net
|
|
|
|
To see the current status of this repo, visit https://buildhive.cloudbees.com/job/pmd/
|