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
This commit is contained in:
Tom Copeland
2003-03-31 21:40:59 +00:00
parent 606256d13e
commit 269658c010

View File

@ -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