You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/04/27 11:49:15 UTC

[jira] Closed: (HARMONY-2042) [classlib][luni]UUID.fromString unexpectedly throws IllegalArgumentException while the input string is not exactly 36 characters long.

     [ https://issues.apache.org/jira/browse/HARMONY-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li closed HARMONY-2042.
---------------------------


> [classlib][luni]UUID.fromString unexpectedly throws IllegalArgumentException while the input string is not exactly 36 characters long.
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2042
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2042
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Leo Li
>         Assigned To: Paulex Yang
>         Attachments: patch.diff
>
>
> On Harmony, UUID.fromString unexpectedly throws IllegalArgumentException while the input string is not exactly 36 characters while RI does not.
> Here is the testcase:
>          public void testUUIDFromString() 
>         {
>         UUID uuid=UUID.fromString("12345-11f1-1f11-a222-08002bc003");        
>         }
> Test Result:
> RI passes
> Harmony fails

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.