UnnecessaryCopy
This collection is already immutable (just not ImmutableList/ImmutableMap); copying it is unnecessary.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnecessaryCopy")
to the enclosing element.