🌐 US-Proxy
>

UnnamedVariable
Consider renaming unused variables and lambda parameters to `_`

Severity
WARNING

The problem

Prefer using an unnamed variable (_) to denote variables and patterns that are intentionally unused.

Suppression

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