|
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.DuplicateNumberLiteralRule
class DuplicateNumberLiteralRule extends AbstractAstVisitorRule
Checks for duplication of constant number literal values.
Set the optionalignoreNumbers property to a comma-separated list (String) of
the numbers that should be ignored by this rule (i.e., not cause a violation). This property
defaults to "0,1" to ignore the constants zero and one.
By default, this rule does not apply to test files.
| Property Summary | |
|---|---|
String |
doNotApplyToFilesMatching
|
String |
ignoreNumbers
|
String |
name
|
int |
priority
|
| Method Summary | |
|---|---|
AstVisitor
|
getAstVisitor()
|
| Property Detail |
|---|
String doNotApplyToFilesMatching
String ignoreNumbers
String name
int priority
| Method Detail |
|---|
@Override AstVisitor getAstVisitor()
Groovy Documentation