Edit me

??-November-2020 - 6.30.0-SNAPSHOT

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

This is a minor release.

New and noteworthy

Fixed Issues

  • core
    • #1939: [core] XPath expressions return handling
    • #1961: [core] Text renderer should include name of violated rule
    • #2874: [core] Fix XMLRenderer with UTF-16
  • cs
    • #2938: [cs] CPD: ignoring using directives could not be disabled
  • java
    • #2911: [java] ClassTypeResolver#searchNodeNameForClass leaks memory
  • scala
    • #2480: [scala] Support CPD suppressions

API Changes

Deprecated API

Internal API

Those APIs are not intended to be used by clients, and will be hidden or removed with PMD 7.0.0. You can identify them with the @InternalApi annotation. You’ll also get a deprecation warning.

External Contributions