|
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.unused.UnusedVariableRule
class UnusedVariableRule extends AbstractAstVisitorRule
Rule that checks for variables that are not referenced.
| Property Summary | |
|---|---|
String |
name
|
int |
priority
|
| Method Summary | |
|---|---|
void
|
applyTo(SourceCode sourceCode, List violations)
|
| Property Detail |
|---|
String name
int priority
| Method Detail |
|---|
@Override void applyTo(SourceCode sourceCode, List violations)
Groovy Documentation