net.sourceforge.pmd.rules.design

Class LongParameterListRule

public class LongParameterListRule extends ExcessiveNodeCountRule

This rule detects an abnormally long parameter list. Note: This counts Nodes, and not necessarily parameters, so the numbers may not match up. (But topcount and sigma should work.)
Constructor Summary
LongParameterListRule()
Method Summary
Objectvisit(ASTFormalParameter node, Object data)

Constructor Detail

LongParameterListRule

public LongParameterListRule()

Method Detail

visit

public Object visit(ASTFormalParameter node, Object data)