mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c07e17d8bc
problems. PR: 57956 Submitted by: Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
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/
|