|
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.MethodCountRule
class MethodCountRule extends AbstractAstVisitorRule
A class with too many methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine-grained objects.
Property Summary | |
---|---|
Class |
astVisitorClass
|
int |
maxMethods
|
String |
name
|
int |
priority
|
Property Detail |
---|
Class astVisitorClass
int maxMethods
String name
int priority
Groovy Documentation