Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-10632

‘String#toLowercase()’ and ‘String#toUppercase()’ should be used when possible

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • None
    • None

    Description

      Usage of "foo".toLowerCase() should be preferred to "foo".toLowerCase(Locale.getDefault()) which is equivalent but more verbose. Likewise for toUpperCase().

      Attachments

        Activity

          People

            Unassigned Unassigned
            mthl Mathieu Lirzin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: