Class ErroneousThreadPoolConstructorChecker

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.ErroneousThreadPoolConstructorChecker
All Implemented Interfaces:
BugChecker.NewClassTreeMatcher, Suppressible, Serializable

public final class ErroneousThreadPoolConstructorChecker extends BugChecker implements BugChecker.NewClassTreeMatcher
ErrorProne checker to generate warning whenever ThreadPoolExecutor is constructed with different corePoolSize and maximumPoolSize using an unbounded workQueue
See Also: