You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/10/12 11:19:39 UTC

[jira] Assigned: (HARMONY-1645) [classlib][luni]Float.parseFloat() fails to parse HexString.

     [ http://issues.apache.org/jira/browse/HARMONY-1645?page=all ]

Paulex Yang reassigned HARMONY-1645:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni]Float.parseFloat() fails to parse HexString.
> ------------------------------------------------------------
>
>                 Key: HARMONY-1645
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1645
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Leo Li
>         Assigned To: Paulex Yang
>         Attachments: patch.diff
>
>
> Testcase:
>     public void testParseFloat()
> 	{
> 		String s = "0x1.2p10";
> 		float f = Float.parseFloat(s);
> 	}
> RI passes
> Harmony fails

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira