Edit me

??-?????-2021 - 6.34.0-SNAPSHOT

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

This is a minor release.

New and noteworthy

New rules

  • The new Java rule UseStandardCharsets finds usages of Charset.forName, where StandardCharsets can be used instead.

    This rule is also part of the Quickstart Ruleset (rulesets/java/quickstart.xml) for Java.

Fixed Issues

  • java-bestpractices
    • #3190: [java] Use StandardCharsets instead of Charset.forName

API Changes

External Contributions