StringCharset
StringCharset

Severity
WARNING

The problem

Prefer StandardCharsets over using string names for charsets

Suppression

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