??-????-2020 - 6.28.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.28.0-SNAPSHOT.
This is a minor release.
New and noteworthy
Fixed Issues
- pmd-java
- #2708: [java] False positive FinalFieldCouldBeStatic when using lombok Builder.Default
API Changes
External Contributions
- #2747: [java] Don’t trigger FinalFieldCouldBeStatic when field is annotated with lombok @Builder.Default - Ollie Abbey