Class ThreadPriorityCheck

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.threadsafety.ThreadPriorityCheck
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class ThreadPriorityCheck extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Bug checker to detect usage of Thread.stop(), Thread.yield(), and changing thread priorities.
Author:
siyuanl@google.com (Siyuan Liu), eleanorh@google.com (Eleanor Harris)
See Also: