ModifyingCollectionWithItself
Using a collection function with itself as the argument.

Severity
ERROR

The problem

Invoking a collection method with the same collection as the argument is likely incorrect.

Suppression

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