Table of Contents

31-May-2024 - 7.2.0-SNAPSHOT

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

This is a minor release.

๐Ÿš€ New and noteworthy

๐Ÿ› Fixed Issues

  • core
    • #4978: [core] Referenced Rulesets do not emit details on validation errors
  • java
    • #4973: [java] Stop parsing Java for CPD
  • java-bestpractices
    • #4278: [java] UnusedPrivateMethod FP with Junit 5 @MethodSource and default factory method name
    • #4852: [java] ReplaceVectorWithList false-positive (neither Vector nor List usage)
    • #4975: [java] UnusedPrivateMethod false positive when using @MethodSource on a @Nested test
    • #4985: [java] UnusedPrivateMethod false-positive / method reference in combination with custom object

๐Ÿšจ API Changes

โœจ External Contributions