ReturnsNullCollection
Method has a collection return type and returns {@code null} in some cases but does not annotate the method as @Nullable. See Effective Java 3rd Edition Item 54.

Severity
SUGGESTION

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ReturnsNullCollection") to the enclosing element.