Merge branch 'changelog-modifier' into pmd/5.4.x

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-02-19 19:16:26 -03:00

View File

@@ -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