Class CollectorShouldNotUseState

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

public class CollectorShouldNotUseState extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
sulku@google.com (Marsela Sulku)
See Also:
  • Field Details

    • COLLECTOR_OF_CALL

      public static final Matcher<com.sun.source.tree.ExpressionTree> COLLECTOR_OF_CALL
    • containsAnonymousClassUsingState

      public final Matcher<com.sun.source.tree.Tree> containsAnonymousClassUsingState
  • Constructor Details

    • CollectorShouldNotUseState

      public CollectorShouldNotUseState()
  • Method Details