1.7 KiB
1.7 KiB
title, permalink, keywords
title | permalink | keywords |
---|---|---|
PMD Release Notes | pmd_release_notes.html | changelog, release notes |
????? - 6.5.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.5.0.
This is a minor release.
Table Of Contents
New and noteworthy
Fixed Issues
- all
- #1168: [core] xml renderer schema definitions (#538) break included xslt files
- ecmascript
- #861: [ecmascript] InnaccurateNumericLiteral false positive with hex literals
- java-bestpractices
- java-codestyle
- #1158: [java] Fix IdenticalCatchBranches false positive
- xml
- #715: [xml] ProjectVersionAsDependencyVersion false positive
API Changes
External Contributions
- #1159: [ui] Allow to setup the auxclasspath in the designer - Akshat Bahety
- #1169: [core] Update stylesheets with a default namespace - Matthew Duggan
- #1183: [java] fixed typos in rule remediation - Jake Hemmerle