Class ModifyingCollectionWithItself

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

public class ModifyingCollectionWithItself extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
scottjohnson@google.com (Scott Johnson)
See Also: