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 15:11:36 UTC

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

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

Paulex Yang resolved HARMONY-1645.
----------------------------------

    Resolution: Fixed

Leo, patch applied at revision r463240, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [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