Class ModifySourceCollectionInStream

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

public class ModifySourceCollectionInStream extends BugChecker implements BugChecker.MemberReferenceTreeMatcher, BugChecker.MethodInvocationTreeMatcher
Identify the backing collection source of a stream and reports if the source is mutated during the stream operations.
Author:
deltazulu@google.com (Donald Duo Zhao)
See Also: