NegativeCharLiteral
Casting a negative signed literal to an (unsigned) char might be misleading.

Severity
WARNING

Suppression

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