Merge branch 'pr-849'

Closes #841
This commit is contained in:
Andreas Dangel
2018-01-15 20:44:50 +01:00
6 changed files with 130 additions and 47 deletions

View File

@ -62,6 +62,8 @@ at <https://pmd.github.io/latest/>.
* [#817](https://github.com/pmd/pmd/issues/817): \[java] UnnecessaryModifierRule crashes on valid code
* java-design
* [#785](https://github.com/pmd/pmd/issues/785): \[java] NPE in DataClass rule
* java-performance
* [#841](https://github.com/pmd/pmd/issues/841): \[java] InsufficientStringBufferDeclaration NumberFormatException
### API Changes