add patch 3155140 to changelog
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7351 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user