pmd/docs/pages/release_notes.md
Juan Martín Sotuyo Dodero eeca5bbf3a Update changelog, refs #1153
2018-06-12 00:51:25 -03:00

838 B

title permalink keywords
PMD Release Notes pmd_release_notes.html changelog, release notes

????? - 6.5.0-SNAPSHOT

The PMD team is pleased to announce PMD 6.5.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified Rules

  • The Java rule UnnecessaryModifier (java-codestyle) now detects enum constrcutors with explicit private modifier. The rule now produces better error messages letting you know exactly which modifiers are redundant at each declaration.

Fixed Issues

API Changes

External Contributions