ImmutableMemberCollection
If you don't intend to mutate a member collection prefer using Immutable types.

Severity
SUGGESTION

Suppression

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