Groovy Documentation

Package org.codenarc.rule.concurrency

 

Class Summary
NestedSynchronizationAstVisitor
NestedSynchronizationRule Rule to detect nested synchronization blocks.
SynchronizedMethodAstVisitor
SynchronizedMethodRule Synchronized Method Rule - This rule reports uses of the synchronized keyword on methods.
SynchronizedOnThisAstVisitor
SynchronizedOnThisRule Synchronized On This Rule - This rule reports uses of the synchronized blocks where the synchronization reference is 'this'.
SystemRunFinalizersOnExitAstVisitor
SystemRunFinalizersOnExitRule Method calls to System.runFinalizersOnExit() should not be allowed.
ThreadLocalNotStaticFinalAstVisitor
ThreadLocalNotStaticFinalRule ThreadLocal fields should be static and final.
ThreadYieldAstVisitor
ThreadYieldRule Method calls to Thread.yield() should not be allowed.
VolatileLongOrDoubleFieldRule This rule reports long or double fields which are declared as volatile.
VolatileLongOrDoubleFieldVisitor
 


Groovy Documentation