??-?????-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 ofCharset.forName
, whereStandardCharsets
can be used instead.This rule is also part of the Quickstart Ruleset (
rulesets/java/quickstart.xml
) for Java.
Fixed Issues
- apex-performance
- #3198: [apex] OperationWithLimitsInLoopRule: Support more limit consuming static method invocations
- java-bestpractices
- #3190: [java] Use StandardCharsets instead of Charset.forName
- java-errorprone
- #2757: [java] CloseResource: support Lombok’s @Cleanup annotation
API Changes
External Contributions
- #3193: [java] New rule: UseStandardCharsets - Andrea Aime
- #3198: [apex] OperationWithLimitsInLoopRule: Support more limit consuming static method invocations - Jonathan Wiesel