summaryrefslogtreecommitdiff
path: root/java/eclipse-pmd/pkg-descr
blob: 25c584ae9a449668bb071a061015dcc4d4efaec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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/