Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-6485

Replace usage of String#toUpperCase() with String#toUpperCase(Locale.ENGLISH)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Using String#toUpperCase() can be problematic for some locales (e.g. turkish), so any usage of this method in the Groovy codebase should be inspected and replaced by String#toUpperCase(Locale.ENGLISH) were necessary.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pschumacher Pascal Schumacher
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: