Groovy Documentation

groovy.org.codenarc.rule.naming
[Groovy] Class ObjectOverrideMisspelledMethodNameRule

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.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


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation