??-????-2020 - 6.27.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.27.0-SNAPSHOT.
This is a minor release.
New and noteworthy
Fixed Issues
- java-performance
- #2441: [java] RedundantFieldInitializer can not detect a special case for char initialize:
char foo = '\0';
- #2441: [java] RedundantFieldInitializer can not detect a special case for char initialize:
API Changes
External Contributions
- #2677: [java] RedundantFieldInitializer can not detect a special case for char initialize:
char foo = '\0';
- Mykhailo Palahuta