Update release notes, refs #602
This commit is contained in:
14
TODO-6-0-0.md
Normal file
14
TODO-6-0-0.md
Normal 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
|
@ -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)
|
||||
|
Reference in New Issue
Block a user