25-June-2022 - 6.47.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.47.0-SNAPSHOT.
This is a minor release.
New and noteworthy
Fixed Issues
- java-errorprone
- #3937: [java] AvoidDuplicateLiterals - uncompilable test cases
API Changes
External Contributions
- #3993: [java] AvoidDuplicateLiterals - Add the method “buz” definition to test cases - @dalizi007