diff --git a/pmd/src/net/sourceforge/pmd/lang/java/rule/codesize/ExcessiveParameterListRule.java b/pmd/src/net/sourceforge/pmd/lang/java/rule/codesize/ExcessiveParameterListRule.java index c3e01bf56f..a4a82d2960 100644 --- a/pmd/src/net/sourceforge/pmd/lang/java/rule/codesize/ExcessiveParameterListRule.java +++ b/pmd/src/net/sourceforge/pmd/lang/java/rule/codesize/ExcessiveParameterListRule.java @@ -14,7 +14,6 @@ import net.sourceforge.pmd.util.NumericConstants; * so the numbers may not match up. (But topcount and sigma * should work.) */ -// FUTURE Rename to ExcessiveParameterListRule public class ExcessiveParameterListRule extends ExcessiveNodeCountRule { public ExcessiveParameterListRule() { super(ASTFormalParameters.class);