obsolete //FUTURE removed
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6963 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user