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:
[email protected] (Siyuan Liu), [email protected] (Eleanor Harris)
See Also: