1.2 KiB
1.2 KiB
title, permalink, keywords
title | permalink | keywords |
---|---|---|
PMD Release Notes | pmd_release_notes.html | changelog, release notes |
{{ site.pmd.date }} - {{ site.pmd.version }}
The PMD team is pleased to announce PMD {{ site.pmd.version }}.
This is a {{ site.pmd.release_type }} release.
{% tocmaker is_release_notes_processor %}
New and noteworthy
Modified Rules
-
The Java rule {% rule "java/bestpractices/UnusedPrivateField" %} (
java-bestpractices
) now ignores by default fields, that are annotated with the Lombok experimental annotation@Delegate
. This can be customized with the propertyignoredAnnotations
. -
The Java rule {% rule "java/design/SingularField" %} (
java-design
) now ignores by default fields, that are annotated with the Lombok experimental annotation@Delegate
. This can be customized with the propertyignoredAnnotations
.
Fixed Issues
- java-bestpractices
- #1703: [java] UnusedPrivateField on member annotated with lombok @Delegate
API Changes
External Contributions
{% endtocmaker %}