Fixed version, thx to Matthew Harrah for the bug report

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1802 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-17 15:23:50 +00:00
parent 6bfd78586c
commit f56a7a15a7
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
java -cp ../build;../lib/pmd-1.03.jar;../lib/xercesImpl-2.0.2.jar;../lib/xmlParserAPIs-2.0.2.jar;../lib/jaxen-core-1.0-fcs.jar;../lib/saxpath-1.0-fcs.jar net.sourceforge.pmd.util.ASTViewer
java -cp ../build;../lib/pmd-1.04.jar;../lib/xercesImpl-2.0.2.jar;../lib/xmlParserAPIs-2.0.2.jar;../lib/jaxen-core-1.0-fcs.jar;../lib/saxpath-1.0-fcs.jar net.sourceforge.pmd.util.ASTViewer

View File

@ -1,11 +1,12 @@
????? - 1.05:
Added new rule: ReturnFromFinallyBlock, SimplifyBooleanExpressions
Added new rules: ReturnFromFinallyBlock, SimplifyBooleanExpressions
Added a new Ant task for CPD; thanks to Andy Glover for the code.
Added ability to specify a class name as a renderer on the command line or in the formatter "type" attribute of the Ant task.
Brian Ewins completely rewrote CPD using a portion of the Burrows-Wheeler Transform - it's much, much, much faster now.
Rebuilt parser with JavaCC 3.0; made several parser optimizations.
The Ant task now accepts a <classpath> element to aid in loading custom rulesets. Thanks to Luke Francl for the suggestion.
Fixed several bugs in UnnecessaryConstructorRule; thanks to Adam Nemeth for the reports and fixes.
All test-data classes have been inlined into their respective JUnit tests.
TODO - fix it so tests and rules don't duplicate the xpath expressions
March 21, 2003 - 1.04

View File

@ -10,6 +10,7 @@
<section name="Credits">
<subsection name="Individuals">
<ul>
<li>Matthew Harrah - script bug report</li>
<li>Philippe T'Seyen - an XML renderer (with unit tests!) for CPD</li>
<li>Richard Jenson - CPD on Win32 troubleshooting</li>
<li>Daniel Bruguier - CPD on Win32 troubleshooting</li>