Class ReturnsNullCollection

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

public class ReturnsNullCollection extends BugChecker
Flags methods with collection return types which return null in some cases but don't annotate the method as @Nullable.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: