From 912df6aa0ee4f076efc8c5ece5f5d4b99dc3b63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sun, 19 Feb 2017 19:15:42 -0300 Subject: [PATCH] Add severely modified rules to changelog --- src/site/markdown/overview/changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index a4f547aef8..e82def74a8 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -9,14 +9,21 @@ This is a bug fixing release. ### Table Of Contents * [New and noteworthy](#New_and_noteworthy) + * [Modified Rules](#Modified_Rules) * [Fixed Issues](#Fixed_Issues) * [API Changes](#API_Changes) * [External Contributions](#External_Contributions) ### New and noteworthy -This is a bug fixing release, no major changes were introduced. +#### Modified Rules +* The Java rule `UnusedModifier` (ruleset java-unusedcode) has been expanded to consider more redundant modifiers. + * Annotations marked as `abstract`. + * Nested annotations marked as `static`. + * Nested annotations within another interface or annotation marked as `public`. + * Classes, interfaces or annotations nested within an annotation marked as `public` or `static`. + * Nested enums marked as `static`. ### Fixed Issues