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-design
- java-errorprone
API Changes
External Contributions
- #3985: [java] Fix false negative problem about Enum in AvoidFieldNameMatchingMethodName #3936 - @Scrsloota
- #3993: [java] AvoidDuplicateLiterals - Add the method “buz” definition to test cases - @dalizi007
- #4002: [java] ImmutableField - Ignore fields annotated with @Value (Spring) or @Captor (Mockito) - @jjlharrison