*** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2728 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
????, 2004 - 1.9:
|
????, 2004 - 1.9:
|
||||||
Some minor performance optimizations - removed some unnecessary casts from the grammar, simplified some XPath rules.
|
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.
|
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:
|
May 19, 2004 - 1.8:
|
||||||
New rules: ExceptionAsFlowControlRule, BadComparisonRule, AvoidThrowingCertainExceptionTypesRule, AvoidCatchingNPERule, OptimizableToArrayCallRule
|
New rules: ExceptionAsFlowControlRule, BadComparisonRule, AvoidThrowingCertainExceptionTypesRule, AvoidCatchingNPERule, OptimizableToArrayCallRule
|
||||||
|
Reference in New Issue
Block a user