PMD is a Java source code analyzer. It finds
unused variables, empty catch blocks, unnecessary
object creation, and more. It includes CPD, a tool to detect chunks of identical code.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versión incluye correcciones a las normas vigentes. Se ha modificado (y esperemos que fija) el algoritmo de CPD. El analizador de JSP / JSF ahora puede analizar la entrada Unicode. El analizador de JSP / JSP puede ahora manejar <script>...</script> etiquetas. La AST HtmlScript nodo contiene el contenido. EcmaScript se ha añadido como un lenguaje compatible con CPD.
This release includes bugfixes to existing rules. It has modified (and hopefully fixed) the CPD algorithm. The JSP/JSF parser can now parse Unicode input. The JSP/JSP parser can now handle <script>...</script> tags. The AST HtmlScript node contains the content.
Ecmascript has been added as a supported language for CPD.
Esta versión incluye correcciones a las normas vigentes, el Estado AvoidThrowingNewInstanceOfSameException nuevo en strictexception.xml, y el nuevo conjunto de reglas android.xml de nuevas normas específicas para la plataforma Android.
Tags:
Minor bugfixes
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.
Esta versión corrige algunos errores pero no introduce cambios importantes. El esfuerzo de refactorización que conduzcan a 5,0 PMD se ha iniciado en el tronco principal.
Tags:
Minor bugfixes
This release fixes a few bugs but does not introduce major changes. The refactoring effort that will lead to PMD 5.0 has been started on the main trunk.