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

Cleanup redundant methods in sun.util.locale.LocaleUtils

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 25
    • core-libs

      There are some String/char methods in LocaleUtils that are redundant. We can do some cleanup by replacing these methods. The corresponding replacement methods in String and Character are also probably better optimized as well.

      However, it should be noted that the LocaleUtils methods are intended for the ASCII range, and String/Character operate beyond that. Thus consideration is required, see below comment.

            jlu Justin Lu
            jlu Justin Lu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: