c07e17d8bc
problems. PR: 57956 Submitted by: Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
12 lines
353 B
Text
12 lines
353 B
Text
PMD scans Java source code and looks for potential problems like:
|
|
|
|
* Unused local variables
|
|
* Empty catch blocks
|
|
* Unused parameters
|
|
* Empty 'if' statements
|
|
* Duplicate import statements
|
|
* Unused private methods
|
|
* Classes which could be Singletons
|
|
* Short/long variable and method names
|
|
|
|
WWW: http://pmd.sourceforge.net/
|