ImmutableSetForContains
This private static ImmutableList is only used for contains, containsAll or isEmpty checks; prefer ImmutableSet.

Severity
SUGGESTION

Suppression

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