1.4 KiB
1.4 KiB
title, permalink, keywords
title | permalink | keywords |
---|---|---|
PMD Release Notes | pmd_release_notes.html | changelog, release notes |
????? - 6.1.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.1.0-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
- #796: [apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes - Robert Sösemann
- #799: [apex] Method chaining breaks ApexCRUDViolation - Robert Sösemann