Update changelog, refs #974

This commit is contained in:
Andreas Dangel
2018-03-24 22:13:27 +01:00
parent 603a306370
commit 8dfef6c165
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ On both scenarios, disabling the cache takes precedence over setting a cache loc
* [#907](https://github.com/pmd/pmd/issues/907): \[java] UnusedPrivateField false-positive with @FXML
* [#963](https://github.com/pmd/pmd/issues/965): \[java] ArrayIsStoredDirectly not triggered from variadic functions
* java-codestyle
* [#974](https://github.com/pmd/pmd/issues/974): \[java] Merge *StmtMustUseBraces rules
* [#983](https://github.com/pmd/pmd/issues/983): \[java] Detect annotations with single value element
* java-design
* [#837](https://github.com/pmd/pmd/issues/837): \[java] CFGs of declared but not called lambdas are treated as parts of an enclosing method's CFG

View File

@ -10,5 +10,6 @@ This ruleset contains links to rules that are new in PMD v6.2.0
<rule ref="category/java/bestpractices.xml/MissingOverride"/>
<rule ref="category/java/codestyle.xml/UnnecessaryAnnotationValueElement"/>
<rule ref="category/java/codestyle.xml/ControlStatementBraces"/>
</ruleset>