pmd/docs/pages/release_notes.md
2021-12-17 09:54:31 +01:00

1.4 KiB

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

Fixed Issues

  • java-bestpractices
    • #3209: [java] UnusedPrivateMethod false positive with static method and cast expression
    • #3468: [java] UnusedPrivateMethod false positive when outer class calls private static method on inner class
  • java-performance
    • #3492: [java] UselessStringValueOf: False positive when there is no initial String to append to

API Changes

External Contributions

  • #3631: [java] Fixed False positive for UselessStringValueOf when there is no initial String to append to - John Armgardt
  • #3683: [java] Fixed 3468 UnusedPrivateMethod false positive when outer class calls private static method on inner class - John Armgardt
  • #3688: [java] Bump log4j to 2.16.0 - Sergey Nuyanzin

{% endtocmaker %}