Files
pmd/docs/pages/release_notes.md
2019-05-31 19:34:03 +02:00

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 property ignoredAnnotations.

  • 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 property ignoredAnnotations.

Fixed Issues

  • java-bestpractices
    • #1703: [java] UnusedPrivateField on member annotated with lombok @Delegate

API Changes

External Contributions

  • #1792: [java] Added lombok.experimental to AbstractLombokAwareRule - jakivey32

{% endtocmaker %}