DefaultLocale
Implicit use of the JVM default locale, which can result in differing behaviour between JVM executions.

Severity
WARNING

Suppression

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