Merge branch 'changelog-modifier'

This commit is contained in:
Juan Martín Sotuyo Dodero committed 2017-02-19 19:21:39 -03:00
commit 3e4a84ad4f
1 file changed
+7
+7
View File
@@ -256,6 +256,13 @@ This new rule is part of the `java-design` ruleset.
* The rule `AvoidConstantsInterface` (ruleset java-design) has been removed. It is completely replaced by
the rule `ConstantsInInterface`.
* 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`.
#### CPD Suppression