Files
pmd/docs/pages/release_notes.md
2017-12-23 09:54:03 +01:00

1.4 KiB

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

????? - 6.0.1-SNAPSHOT

The PMD team is pleased to announce PMD 6.0.1-SNAPSHOT.

This is a bug fixing release.

Table Of Contents

New and noteworthy

Fixed Issues

  • apex-errorprone
    • #792: [apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes
  • apex-security
    • #788: [apex] Method chaining breaks ApexCRUDViolation
  • doc
    • #794: [doc] Broken documentation links for 6.0.0
  • java
    • #793: [java] Parser error with private method in nested classes in interfaces
  • java-design
    • #785: [java] NPE in DataClass rule

API Changes

External Contributions