Package pmd: Information
Source package: pmd
Version: 4.2.5-alt4_14jpp7
Build time: Apr 1, 2013, 10:11 PM
Category: Development/Java
Report package bugHome page: http://pmd.sourceforge.net/
License: BSD
Summary: Scans Java source code and looks for potential problems
Description:
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 PMD has plugins for JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.
Maintainer: Igor Vlasenko
Last changed
April 1, 2013 Igor Vlasenko 0:4.2.5-alt4_14jpp7
- fixed build with new junit
March 17, 2013 Igor Vlasenko 0:4.2.5-alt3_14jpp7
- fc update
March 20, 2012 Igor Vlasenko 0:4.2.5-alt3_2jpp6
- dropped velocity14