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