PMD is an extensible cross-language static code analyzer that finds potential coding problems such as possible bugs, dead codes and duplicate codes. The program also helps you find unused variables, unnecessary object creation, empty catch blocks, and so forth. The PMD code analysis tool comes with lots of ready-to-use built-in rules which should make code analysis tasks a lot easier and faster.
Comments