这是indexloc提供的服务,不要输入任何密码

UnnecessaryCopy
This collection is already immutable (just not ImmutableList/ImmutableMap); copying it is unnecessary.

Severity
WARNING

Suppression

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