StringCaseLocaleUsage
Specify a `Locale` when calling `String#to{Lower,Upper}Case`

Severity
WARNING
Tags
FragileCode

Suppression

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