Release Note: java.util.UUID#fromString(String) now throws IllegalArgumentException if the parameter is too long

XMLWordPrintable

    • Verified

      As part of the fix for JDK-8006627, a check of the `String` parameter of `java.util.UUID.fromString(String)` was added which will result in an `IllegalArgumentException` being thrown if the length of the parameter is greater than 36.

            Assignee:
            Brian Burkhalter
            Reporter:
            Roger Calnan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: