|
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.groovyism.UseCollectNestedRule
class UseCollectNestedRule extends AbstractAstVisitorRule
Instead of nested collect{}-calls use collectNested{}
| Field Summary | |
|---|---|
protected static String |
MESSAGE
|
| Property Summary | |
|---|---|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
| Field Detail |
|---|
protected static final String MESSAGE
| Property Detail |
|---|
Class astVisitorClass
String name
int priority
Groovy Documentation