InitializeInline
Initializing variables in their declaring statement is clearer, where possible.

Severity
WARNING

Suppression

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