From 32b70b1d89deee49cdd343fe07f635f20bd55294 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 11 Apr 2024 14:48:17 +0200 Subject: [PATCH] [doc] Fix rule reference --- pmd-java/src/main/resources/category/java/codestyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-java/src/main/resources/category/java/codestyle.xml b/pmd-java/src/main/resources/category/java/codestyle.xml index 4600826fcc..6e41c32f32 100644 --- a/pmd-java/src/main/resources/category/java/codestyle.xml +++ b/pmd-java/src/main/resources/category/java/codestyle.xml @@ -1036,7 +1036,7 @@ public class MissingTheProperSuffix implements SessionBean {} // non-standard Reports method and constructor parameters that can be made final because they are never reassigned within the body of the method. - This rule ignores unused parameters so as not to overlap with the rule {% rule 'java/bestpractices/UnusedFormalParameter' %}. + This rule ignores unused parameters so as not to overlap with the rule {% rule java/bestpractices/UnusedFormalParameter %}. It will also ignore the parameters of abstract methods. 3