diff --git a/pmd/etc/astviewer.bat b/pmd/etc/astviewer.bat index 389022b102..94fb6bd8f0 100755 --- a/pmd/etc/astviewer.bat +++ b/pmd/etc/astviewer.bat @@ -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 diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 45663984fe..431eaedff6 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -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 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 diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml index 236ba7bc58..a5e9b3b4da 100644 --- a/pmd/xdocs/credits.xml +++ b/pmd/xdocs/credits.xml @@ -10,6 +10,7 @@
    +
  • Matthew Harrah - script bug report
  • Philippe T'Seyen - an XML renderer (with unit tests!) for CPD
  • Richard Jenson - CPD on Win32 troubleshooting
  • Daniel Bruguier - CPD on Win32 troubleshooting