Refactor uses of JLA.uncheckedNewStringNoRepl

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: core-libs
    • b12

      JLA.uncheckedNewStringNoRepl is overkill for many of its uses inside java.base.
      The uses case is creating a String from a byte array containing latin1 character.
      Even though it is known that creating a String from the bytes will not throw an exception the declared CharacterCodingException forces handling a non-occuring exception.

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: