Edit me

??-May-2020 - 6.24.0-SNAPSHOT

The PMD team is pleased to announce PMD 6.24.0-SNAPSHOT.

This is a minor release.

New and noteworthy

CPD now supports XML as well

Thanks to Fernando Cosso CPD can now find duplicates in XML files as well. This is useful to find duplicated sections in XML files.

Fixed Issues

  • apex-bestpractices
    • #2468: [apex] Unused Local Variable fails on blocks
  • core
    • #2484: [core] Update maven-enforcer-plugin to require Java 118
  • java-bestpractices
    • #2288: [java] JUnitTestsShouldIncludeAssert: Add support for Hamcrest MatcherAssert.assertThat

API Changes

Deprecated APIs

Experimental APIs

Note: Experimental APIs are identified with the annotation Experimental, see its javadoc for details

External Contributions