2017-08-15 14:08:48 +02:00
|
|
|
---
|
|
|
|
title: PMD Release Notes
|
|
|
|
permalink: pmd_release_notes.html
|
|
|
|
keywords: changelog, release notes
|
|
|
|
---
|
2014-01-03 11:55:46 +01:00
|
|
|
|
2017-12-23 09:54:03 +01:00
|
|
|
## ????? - 6.0.1-SNAPSHOT
|
2016-04-23 18:30:13 +02:00
|
|
|
|
2017-12-23 09:54:03 +01:00
|
|
|
The PMD team is pleased to announce PMD 6.0.1-SNAPSHOT.
|
2016-07-27 22:03:51 +02:00
|
|
|
|
2017-12-15 16:05:14 +01:00
|
|
|
This is a bug fixing release.
|
2016-07-07 20:48:01 +02:00
|
|
|
|
2017-04-29 20:22:28 +02:00
|
|
|
### Table Of Contents
|
|
|
|
|
2017-08-15 14:08:48 +02:00
|
|
|
* [New and noteworthy](#new-and-noteworthy)
|
|
|
|
* [Fixed Issues](#fixed-issues)
|
|
|
|
* [API Changes](#api-changes)
|
|
|
|
* [External Contributions](#external-contributions)
|
2017-04-29 20:22:28 +02:00
|
|
|
|
|
|
|
### New and noteworthy
|
|
|
|
|
2016-12-13 13:38:59 -03:00
|
|
|
### Fixed Issues
|
2016-06-25 13:51:03 +02:00
|
|
|
|
2017-12-20 23:24:37 -03:00
|
|
|
* apex-errorprone
|
|
|
|
* [#792](https://github.com/pmd/pmd/issues/792): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes
|
2017-12-21 00:35:05 -03:00
|
|
|
* apex-security
|
|
|
|
* [#788](https://github.com/pmd/pmd/issues/788): \[apex] Method chaining breaks ApexCRUDViolation
|
2017-12-23 02:03:41 -03:00
|
|
|
* doc
|
|
|
|
* [#794](https://github.com/pmd/pmd/issues/794): \[doc] Broken documentation links for 6.0.0
|
2017-12-20 22:37:49 +01:00
|
|
|
* java
|
2017-12-24 11:44:55 +01:00
|
|
|
* [#783](https://github.com/pmd/pmd/issues/783): \[java] GuardLogStatement regression
|
2017-12-20 22:37:49 +01:00
|
|
|
* [#793](https://github.com/pmd/pmd/issues/793): \[java] Parser error with private method in nested classes in interfaces
|
2017-12-20 23:31:54 -03:00
|
|
|
* java-design
|
2017-12-23 00:57:09 -03:00
|
|
|
* [#785](https://github.com/pmd/pmd/issues/785): \[java] NPE in DataClass rule
|
2017-12-20 23:24:37 -03:00
|
|
|
|
2017-06-24 22:28:05 +02:00
|
|
|
### API Changes
|
2017-04-29 20:22:28 +02:00
|
|
|
|
2017-12-20 23:24:37 -03:00
|
|
|
### External Contributions
|
|
|
|
|
|
|
|
* [#796](https://github.com/pmd/pmd/pull/796): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes - [Robert Sösemann](https://github.com/up2go-rsoesemann)
|
2017-12-21 00:35:05 -03:00
|
|
|
* [#799](https://github.com/pmd/pmd/pull/799): \[apex] Method chaining breaks ApexCRUDViolation - [Robert Sösemann](https://github.com/up2go-rsoesemann)
|