IntLiteralCast
Consider using a literal of the desired type instead of casting an int literal

Severity
WARNING

Suppression

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