Groovy Documentation

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

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

class InconsistentPropertyLockingRule
extends AbstractAstVisitorRule

Class contains similarly-named get and set methods where one method of the pair is marked either

WithReadLock:
or
WithWriteLock:
and the other is not locked at all.
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