|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.rule.AbstractAstVisitorRule
groovy.org.codenarc.rule.size.ParameterCountRule
class ParameterCountRule extends AbstractAstVisitorRule
Checks if the number of parameters in method/constructor exceeds the number of parameters specified by the maxParameters property.
| Property Summary | |
|---|---|
Class |
astVisitorClass
|
int |
maxParameters
|
String |
name
|
int |
priority
|
| Method Summary | |
|---|---|
void
|
setMaxParameters(int maxParameters)
|
| Property Detail |
|---|
Class astVisitorClass
int maxParameters
String name
int priority
| Method Detail |
|---|
void setMaxParameters(int maxParameters)
Groovy Documentation