Update changelog, refs #1190

This commit is contained in:
Juan Martín Sotuyo Dodero
2019-04-16 16:55:05 -03:00
parent cb1b5c16bf
commit 407b2d1efe

View File

@ -31,6 +31,7 @@ Being based on a proper Antlr grammar, CPD can:
* java
* [#1729](https://github.com/pmd/pmd/issues/1729): \[java] JavaRuleViolation loses information in `className` field when class has package-private access level
* java-bestpractices
* [#1190](https://github.com/pmd/pmd/issues/1190): \[java] UnusedLocalVariable/UnusedPrivateField false-positive
* [#1720](https://github.com/pmd/pmd/issues/1720): \[java] UnusedImports false positive for Javadoc link with array type
* java-design
* [#1760](https://github.com/pmd/pmd/issues/1760): \[java] UseObjectForClearerAPI flags private methods