Files
pmd/docs/pages/release_notes.md
T

1.2 KiB

title, permalink, keywords
title permalink keywords
PMD Release Notes pmd_release_notes.html changelog, release notes

????? - 6.4.0-SNAPSHOT

The PMD team is pleased to announce PMD 6.4.0.

This is a bug fixing release.

Table Of Contents

New and noteworthy

Fixed Issues

  • java
    • #1077: [java] Analyzing enum with lambda passed in constructor fails with "The enclosing scope must exist."
  • java-bestpractices
    • #1063: [java] MissingOverride is triggered in illegal places
  • java-codestyle
    • #1064: [java] ClassNamingConventions suggests to add Util suffix for simple exception wrappers
    • #1065: [java] ClassNamingConventions shouldn't prohibit numbers in class names
    • #1067: [java] [6.3.0] PrematureDeclaration false-positive

API Changes

External Contributions