|
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.dry.DuplicateMapLiteralRule
class DuplicateMapLiteralRule extends AbstractAstVisitorRule
Check for multiple instances of the same Map literal, limited to Maps where the keys and values are all constants or literals.
Property Summary | |
---|---|
Class |
astVisitorClass
|
String |
doNotApplyToFilesMatching
|
String |
name
|
int |
priority
|
Property Detail |
---|
Class astVisitorClass
String doNotApplyToFilesMatching
String name
int priority
Groovy Documentation