PMD

PMD is a Java source code analyzer.
Download

PMD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Copeland
  • Publisher web site:

PMD Tags


PMD Description

PMD is a Java source code analyzer. PMD is a Java source code analyzer. PMD finds unused variables, empty catch blocks, unnecessary object creation, and more. PMD project includes CPD, a tool to detect chunks of identical codePMD 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 bugsPMD is integrated with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs. What's New in This Release: · This release includes bugfixes to existing rules, the new AvoidThrowingNewInstanceOfSameException rule in strictexception.xml, and the new android.xml ruleset for new rules specific to the Android platform.


PMD Related Software