Groovy Documentation

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

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

class ThreadGroupRule
extends AbstractAstVisitorRule

Avoid using ThreadGroup; although it is intended to be used in a threaded environment it contains methods that are not thread safe.

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