[java] typeresolution points directly to categories

- Fixes #866
This commit is contained in:
Juan Martín Sotuyo Dodero
2018-01-21 06:21:55 -03:00
parent c6bc5ff306
commit 15db5ad0b4
2 changed files with 6 additions and 4 deletions

View File

@ -65,6 +65,8 @@ at <https://pmd.github.io/latest/>.
* [#827](https://github.com/pmd/pmd/issues/827): \[java] GodClass crashes with java.lang.NullPointerException
* java-performance
* [#841](https://github.com/pmd/pmd/issues/841): \[java] InsufficientStringBufferDeclaration NumberFormatException
* java-typeresolution
* [#866](https://github.com/pmd/pmd/issues/866): \[java] rulesets/java/typeresolution.xml lists non-existent rules
### API Changes