Table of Contents
29-November-2024 - 7.8.0-SNAPSHOT
The PMD team is pleased to announce PMD 7.8.0-SNAPSHOT.
This is a minor release.
๐ New and noteworthy
๐ Fixed Issues
- ant
- #1860: [ant] Reflective access warnings on java > 9 and java < 17
- apex
- #5333: [apex] Token recognition errors for string containing unicode escape sequence
- html
- 5322: [html] CPD throws exception on when HTML file is missing closing tag
- java
- java-performance
- #5314: [java] InsufficientStringBufferDeclarationRule: Lack of handling for char type parameters
๐จ API Changes
Deprecations
- pmd-xml
XMLLexer
is deprecated for removal. Usenet.sourceforge.pmd.lang.xml.ast.XMLLexer
instead (note different packageast
instead ofantlr4
).
โจ External Contributions
- #5284: [apex] Use case-insensitive input stream to avoid choking on Unicode escape sequences - Willem A. Hajenius (@wahajenius)