From 7d026e717d1f6905e740b2586e731764afe82b61 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Sun, 25 Sep 2011 20:05:04 +0000 Subject: [PATCH] add patch 3155140 to changelog git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7351 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 98fe6e31c4..dbde8e0618 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -342,6 +342,7 @@ AssignmentInOperand enhanced to catch assignment in 'for' condition, as well as Fix false positive on CastExpressions for UselessParentheses Fix false positive where StringBuffer.setLength(0) was using default constructor size of 16, instead of actual constructor size. Fix false negative for non-primitive types for VariableNamingConventions, also expanded scope to local and method/constructors, and enhanced customization options to choose between members/locals/parameters (all checked by default) +Improve TooManyMethods rule - thanks to a patch from Riku Nykanen Correct -benchmark reporting of Rule visits via the RuleChain Creating an Empty Code Ruleset and moved the following rules from Basic ruleset: * Empty Code Rules