|
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.UnusedArrayRule
class UnusedArrayRule extends AbstractAstVisitorRule
Checks for array allocations that are not assigned or used (i.e., it is ignored). Ignores unassigned arrays if the construction is the last statement within a block, because it may be the intentional return value.
Property Summary | |
---|---|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
Property Detail |
---|
Class astVisitorClass
String name
int priority
Groovy Documentation