Files
pmd/docs/pages/release_notes.md
2022-12-08 19:03:29 +01:00

956 B

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 %} has a new property annotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Fixed Issues

  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore

API Changes

External Contributions

{% endtocmaker %}