Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8334490

Normalize string with locale invariant `toLowerCase()`

XMLWordPrintable

    • b04
    • generic
    • generic

        The test utility class `jdk.test.lib.Platform` uses no-arg `String.toLowerCase()` for normalizing string arguments, which is fragile as it depends on the default locale. They should be replaced with `String.toLowerCase(Locale.ROOT)`

              naoto Naoto Sato
              naoto Naoto Sato
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: