Table of Contents
26-April-2024 - 7.0.1-SNAPSHOT
The PMD team is pleased to announce PMD 7.0.1-SNAPSHOT.
This is a bugfix release.
๐ New and noteworthy
๐ Fixed Issues
- java-codestyle
- #4881: [java] ClassNamingConventions: interfaces are identified as abstract classes (regression in 7.0.0)
- java-performance
- #4874: [java] StringInstantiation: False-positive when using
new String(charArray)
- #4874: [java] StringInstantiation: False-positive when using