TransientMisuse
Static fields are implicitly transient, so the explicit modifier is unnecessary

Severity
WARNING

Suppression

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