PMD Eclipse
68
2
Categories:
PMD scans Java source code and looks for potential problems like:
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private methods
* Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
* Duplicate code - copied/pasted code means copied/pasted bugs
Additional Details
- Version Number:
- Eclipse Versions: 2+, 3+
- Organization: -
- Date Created: 14/06/2010
- Date Updated: 14/06/2010
- Development Status: Mature
- License: BSD
- Submitted by: Emmanuel LESNE
Posted on 26/07/2011
By Ricardo Armas
By Ricardo Armas
Posted on 02/04/2011
By Javid
By Javid
How install/download?
How install to Eclipse Helios?

