PMD

Analyze and detect unused variables and blocks.
Download

PMD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • Free
  • Publisher Name:
  • By Dale Anson
  • Operating Systems:
  • Windows 2003, Windows Vista, Windows, Windows 7, Windows XP
  • Additional Requirements:
  • None
  • File Size:
  • 7.7 MB
  • Total Downloads:
  • 10204

PMD Tags


PMD Description

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, and unnecessary object creation. PMD scans Java source code and looks for potential problems like: possible bugs: empty try, catch, finally, or switch statements, dead code: unused local variables, parameters, and private methods, suboptimal code: wasteful String or StringBuffer usage, overcomplicated expressions: unnecessary if statements or for loops that could be while loops, and duplicate code: copied or pasted code.


PMD Related Software