Files
pmd/docs/pages/release_notes.md
Juan Martín Sotuyo Dodero 226d4c7c07 Merge branch 'pr-1163'
2018-06-09 20:06:55 -03:00

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
    • #651: [java] SwitchStmtsShouldHaveDefault should be aware of enum types
    • #869: [java] GuardLogStatement false positive on return statements and Math.log
  • java-codestyle
    • #1158: [java] Fix IdenticalCatchBranches false positive
  • xml
    • #715: [xml] ProjectVersionAsDependencyVersion false positive

API Changes

External Contributions