You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/11/09 14:20:40 UTC

[jira] Created: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

[classlib][luni] Double.toHexString misses significant zeros
------------------------------------------------------------

                 Key: HARMONY-2132
                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tim Ellison


The expression 

    Double.toHexString(0x1.01p10)

results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').


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

        

[jira] Closed: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2132?page=all ]

Tim Ellison closed HARMONY-2132.
--------------------------------


Verified by Sian.


> [classlib][luni] Double.toHexString misses significant zeros
> ------------------------------------------------------------
>
>                 Key: HARMONY-2132
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Assigned To: Tim Ellison
>         Attachments: lunipatch.txt
>
>
> The expression 
>     Double.toHexString(0x1.01p10)
> results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').

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

        

[jira] Commented: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

Posted by "Sian January (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2132?page=comments#action_12449631 ] 
            
Sian January commented on HARMONY-2132:
---------------------------------------

Yes the patch was applied as expected - Thanks.

> [classlib][luni] Double.toHexString misses significant zeros
> ------------------------------------------------------------
>
>                 Key: HARMONY-2132
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Assigned To: Tim Ellison
>         Attachments: lunipatch.txt
>
>
> The expression 
>     Double.toHexString(0x1.01p10)
> results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').

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

        

[jira] Updated: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2132?page=all ]

Sian January updated HARMONY-2132:
----------------------------------

    Attachment: lunipatch.txt

I have attached a patch containing fixes and tests for this bug and the equivalent bug in Float.toHexString.

> [classlib][luni] Double.toHexString misses significant zeros
> ------------------------------------------------------------
>
>                 Key: HARMONY-2132
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Attachments: lunipatch.txt
>
>
> The expression 
>     Double.toHexString(0x1.01p10)
> results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').

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

        

[jira] Resolved: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2132?page=all ]

Tim Ellison resolved HARMONY-2132.
----------------------------------

    Resolution: Fixed

Thanks Sian.

Patch applied to LUNI module at repo revision r474549.

Please check that it was applied as you expected.


> [classlib][luni] Double.toHexString misses significant zeros
> ------------------------------------------------------------
>
>                 Key: HARMONY-2132
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Assigned To: Tim Ellison
>         Attachments: lunipatch.txt
>
>
> The expression 
>     Double.toHexString(0x1.01p10)
> results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').

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

        

[jira] Assigned: (HARMONY-2132) [classlib][luni] Double.toHexString misses significant zeros

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2132?page=all ]

Tim Ellison reassigned HARMONY-2132:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] Double.toHexString misses significant zeros
> ------------------------------------------------------------
>
>                 Key: HARMONY-2132
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2132
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Assigned To: Tim Ellison
>         Attachments: lunipatch.txt
>
>
> The expression 
>     Double.toHexString(0x1.01p10)
> results in "0x1.01p10" on the RI, but produces "0x1.1p10" on Harmony (note the missing zero after the '.').

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