From 15db5ad0b419dd8abb768d1656be5d8fc0cfdf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sun, 21 Jan 2018 06:21:55 -0300 Subject: [PATCH] [java] typeresolution points directly to categories - Fixes #866 --- docs/pages/release_notes.md | 2 ++ .../src/main/resources/rulesets/java/typeresolution.xml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 899af7ecff..8e63a8d345 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -65,6 +65,8 @@ at . * [#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 diff --git a/pmd-java/src/main/resources/rulesets/java/typeresolution.xml b/pmd-java/src/main/resources/rulesets/java/typeresolution.xml index d4c8f9b29b..d1f297d069 100644 --- a/pmd-java/src/main/resources/rulesets/java/typeresolution.xml +++ b/pmd-java/src/main/resources/rulesets/java/typeresolution.xml @@ -10,9 +10,9 @@ All rules in this ruleset have been moved to other rulesets. Please use the othe directly and don't use this ruleset anymore. - - - - + + + +