org.codenarc.rule.exceptions
[Groovy] Class CatchIndexOutOfBoundsExceptionRule
java.lang.Object
org.codenarc.rule.AbstractRule
org.codenarc.rule.AbstractAstVisitorRule
org.codenarc.rule.exceptions.CatchIndexOutOfBoundsExceptionRule
class CatchIndexOutOfBoundsExceptionRule
extends AbstractAstVisitorRule
Rule that checks for catching a IndexOutOfBoundsException
- Authors:
- Chris Mair
- Version:
- \$Revision: 504 \$ - \$Date: 2011-01-04 22:12:18 -0500 (Tue, 04 Jan 2011) \$
Methods inherited from class AbstractRule
|
applyTo, applyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getImportsSortedByLineNumber, getName, getPriority, isReady, packageNameForImport, setName, setPriority, sourceLineAndNumberForImport, sourceLineAndNumberForImport, toString, validate |
name
String name
-
priority
int priority
-
getAstVisitor
AstVisitor getAstVisitor()
-
Groovy Documentation