From 1708791fa41dc8fb0197fbf2b54aec43e3c0994d Mon Sep 17 00:00:00 2001 From: Jennifer Strater Date: Sun, 30 Sep 2018 10:47:07 +0200 Subject: [PATCH] update changelog to include recent PRs --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f9c087..ab7fc41f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ New Rules - #359: **ClassEndsWithBlankLine** rule: Check whether the class ends with a blank line. - #362: **ClassStartsWithBlankLine** rule: Check whether the class starts with a blank line. -Bug Fixes +Updated/Enhanced Rules and Bug Fixes - #364: **UnnecessarySetter** rule: Fix StringIndexOutOfBoundsException for single-letter property names (e.g. account.setE(3)). - + - #363: **CouldBeSwitchStatement** rule: Fix the false positive that occurs when if statements are in different methods of the same class. (Jenn Strater) + - #360: **NoWildcardImports** rule: Add a configuration option to ignore non-static imports. (Jenn Strater) + - #357: **PrivateFieldCouldBeFinal** rule: Fix the fasle positive that occurs when a field is marked with the Lazy annotation. (Jenn Strater) Version 1.2.1 (Aug 2018) -------------------------------------- @@ -42,8 +44,8 @@ Updated/Enhanced Rules and Bug Fixes - #314: **VariableTypeRequired** rule: Add *ignoreVariableNames* property. - #314: **FieldTypeRequired** rule: Add *ignoreFieldNames* property. - #235: **UnnecessaryGetter** rule: Ignore getters within calls to Spock `Stub()`/`Mock()`. - - #157 **SpaceAroundOperator** rule: Check for space around equals for declaration expressions in variables and fields. - - #157 **SpaceAroundOperator** rule: Check for space around equals for method/constructor parameters. Add *ignoreParameterDefaultValueAssignments* flag. + - #157: **SpaceAroundOperator** rule: Check for space around equals for declaration expressions in variables and fields. + - #157: **SpaceAroundOperator** rule: Check for space around equals for method/constructor parameters. Add *ignoreParameterDefaultValueAssignments* flag. - #346: **UnnecessarySetter** rule: Ignore setter calls if they are part of an expression. Framework and Infrastructure