31-August-2022 - 6.49.0-SNAPSHOT

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

This is a minor release.

New and noteworthy

Fixed Issues

  • java-codestyle
    • #4082: [java] UnnecessaryImport false positive for on-demand imports of nested classes

API Changes

External Contributions

  • #4083: [java] UnnecessaryImport false positive for on-demand imports of nested classes (fix for #4082) - @abyss638