PMD Eclipse

68  

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
Login or register to tag items

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

Reviews

Add a Review

PMD

Powerful tool for source code analysis.

How install/download?

How install to Eclipse Helios?