Class MixedMutabilityReturnType

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

public final class MixedMutabilityReturnType extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Flags methods which return mutable collections from some code paths, but immutable ones from others.
See Also: