Update release notes, refs #602

This commit is contained in:
Andreas Dangel
2017-09-29 10:41:09 +02:00
parent d12e70aab5
commit b42ba5ea45
2 changed files with 15 additions and 1 deletions

14
TODO-6-0-0.md Normal file
View File

@ -0,0 +1,14 @@
# TODO for 6.0.0
* pmd-core/src/main/java/net/sourceforge/pmd/Rule.java:
Make use of java bean naming conventions for getters/setters/booleans
# Documentation need
* Document ruleset dtd
-> need to add "metrics" attribute
# Rules
* EmptyCatchBlock: By default ignore "ignored|expected" exception names

View File

@ -291,4 +291,4 @@ All existing rules have been updated to reflect these changes. If you have custo
* [#587](https://github.com/pmd/pmd/pull/587): \[core] Properties refactoring: Move static constants of ValueParser to class ValueParserConstants - [Clément Fournier](https://github.com/oowekyala)
* [#588](https://github.com/pmd/pmd/pull/588): \[java] XPath function to compute metrics - [Clément Fournier](https://github.com/oowekyala)
* [#598](https://github.com/pmd/pmd/pull/598): \[java] Fix #388: controversial.AvoidLiteralsInIfCondition 0.0 false positive - [Clément Fournier](https://github.com/oowekyala)
* [#602](https://github.com/pmd/pmd/pull/602): \[java] \[apex] Separate multifile analysis from metrics - [Clément Fournier](https://github.com/oowekyala)