Groovy Documentation

org.codenarc.rule.concurrency
Class NestedSynchronizationRule

java.lang.Object
  org.codenarc.rule.AbstractRule
      org.codenarc.rule.AbstractAstVisitorRule
          org.codenarc.rule.concurrency.NestedSynchronizationRule

class NestedSynchronizationRule
extends AbstractAstVisitorRule

Rule to detect nested synchronization blocks.

author:
Hamlet D'Arcy
version:
$Revision: 342 $ - $Date: 2010-05-04 21:34:34 -0400 (Tue, 04 May 2010) $


Property Summary
Class astVisitorClass

String name

int priority

 
Constructor Summary
NestedSynchronizationRule()

 
Method Summary
 
Methods inherited from class AbstractAstVisitorRule
shouldApplyThisRuleTo
 
Methods inherited from class AbstractRule
applyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getImportsSortedByLineNumber, getName, getPriority, packageNameForImport, setName, setPriority, sourceLineAndNumberForImport, sourceLineAndNumberForImport
 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 
Constructor Detail

NestedSynchronizationRule

NestedSynchronizationRule()


 

Groovy Documentation