Class ModifyCollectionInEnhancedForLoop

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

public class ModifyCollectionInEnhancedForLoop extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
[email protected] (Anish Visaria)
See Also: