Class UnusedCollectionModifiedInPlace

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

public class UnusedCollectionModifiedInPlace extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
[email protected] (Eddie Aftandilian)
See Also: