Class MultipleParallelOrSequentialCalls

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

public class MultipleParallelOrSequentialCalls extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
mariasam@google.com (Maria Sam)
See Also: