org.codenarc.rule.naming
[Groovy] Class ObjectOverrideMisspelledMethodNameRule
java.lang.Object
org.codenarc.rule.AbstractRule
org.codenarc.rule.AbstractAstVisitorRule
org.codenarc.rule.naming.ObjectOverrideMisspelledMethodNameRule
class ObjectOverrideMisspelledMethodNameRule
extends AbstractAstVisitorRule
Rule that checks that the names of the most commonly overridden methods: equals,
hashCode and toString, are correct.
- Authors:
- @Hackergarten
- Hamlet D'Arcy
Methods inherited from class AbstractRule
|
applyTo, applyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getImportsSortedByLineNumber, getName, getPriority, isReady, packageNameForImport, setName, setPriority, sourceLineAndNumberForImport, sourceLineAndNumberForImport, toString, validate |
astVisitorClass
Class astVisitorClass
-
name
String name
-
priority
int priority
-
Groovy Documentation