Groovy Documentation

groovy.org.codenarc.rule.concurrency
[Groovy] Class InconsistentPropertySynchronizationRule

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.concurrency.InconsistentPropertySynchronizationRule

class InconsistentPropertySynchronizationRule
extends AbstractAstVisitorRule

Class contains similarly-named get and set methods where the set method is synchronized and the get method is not, or the get method is synchronized and the set method is not.

Authors:
'Hamlet D'Arcy'


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation