From 269658c01035850194d72286903ae553c2eb9068 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Mon, 31 Mar 2003 21:40:59 +0000 Subject: [PATCH] Updated grammar - removed unneeded parameter from setPublic() and such. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1663 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 167df19915..9108830ff5 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -3,6 +3,7 @@ Added new rule: ReturnFromFinallyBlock 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. TODO - fix it so tests and rules don't duplicate the xpath expressions March 21, 2003 - 1.04