Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
pmd - Scans Java source code and looks for potential problems
- Description:
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
PMD has plugins for JDeveloper, JEdit, JBuilder,
NetBeans/Sun ONE Studio, IntelliJ IDEA, TextPad,
Maven, Ant, Eclipse, Gel, and Emacs.
Packages
| pmd-4.2.5-2.jpp6.src
[2.0 MiB] |
Changelog
by Ralph Apel (2010-12-06):
- Prepare for JPP-6
- Build with maven2 by default
- Drop backport-util-concurrent: not needed
|
| pmd-4.2.5-2.jpp6.noarch
[1.1 MiB] |
Changelog
by Ralph Apel (2010-12-06):
- Prepare for JPP-6
- Build with maven2 by default
- Drop backport-util-concurrent: not needed
|