From 36796de75539b56425b587b2b67f130bd23cd7a4 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 2 Jun 2004 20:55:20 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2728 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 91e3e609d8..bf462b1f90 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,7 +1,7 @@ ????, 2004 - 1.9: Some minor performance optimizations - removed some unnecessary casts from the grammar, simplified some XPath rules. Implemented RFE 743460: The XML report now contains the ruleset name. -Postfix expressions (i.e., x++) are now available in the grammar. To access them, search for StatementExpressions with an image of "++" or "--" - i.e., //StatementExpression[@Image="++"]. This is an odd hack and hopefully will get cleared up later. +Postfix expressions (i.e., x++) are now available in the grammar. To access them, search for StatementExpressions with an image of "++" or "--" - i.e., in XPath, //StatementExpression[@Image="++"]. This is an odd hack and hopefully will get cleared up later. May 19, 2004 - 1.8: New rules: ExceptionAsFlowControlRule, BadComparisonRule, AvoidThrowingCertainExceptionTypesRule, AvoidCatchingNPERule, OptimizableToArrayCallRule