Table of Contents
27-December-2024 - 7.9.0-SNAPSHOT
The PMD team is pleased to announce PMD 7.9.0-SNAPSHOT.
This is a minor release.
🚀 New and noteworthy
New: CPD support for Rust
CPD now supports Rust, a blazingly fast and memory-efficient programming language.
It is shipped in the new module pmd-rust
.
🐛 Fixed Issues
- cli
- java
- #5096: [java] StackOverflowError with recursively bound type variable
- java-bestpractices
- #4861: [java] UnusedPrivateMethod - false positive with static methods in core JDK classes
- java-documentation
- #2996: [java] CommentSize rule violation is not suppressed at method level
🚨 API Changes
Experimental API
- pmd-core:
RuleContext#addViolationWithPosition
✨ Merged pull requests
- #5414: Add Rust CPD - Julia Paluch (@juliapaluch)