You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2008/09/05 16:05:44 UTC

[jira] Resolved: (HARMONY-5968) [pack200][classlib] NumberFormatException in NewAttributeBands.readNumber()

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

Sian January resolved HARMONY-5968.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M8

Fixed at r692141.  Please check that this fully resolves your issue.

> [pack200][classlib] NumberFormatException in NewAttributeBands.readNumber()
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-5968
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5968
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>         Environment: All Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>             Fix For: 5.0M8
>
>
> I have a test case which causes a NumberFormatException when doing NewAttributeBands.readNumber(). It appears that digits is "" (an empty String) so the return line:
> return Integer.parseInt((negative ? "-" : "") + new String(digits))
> is doing Integer.parseInt(""), which causes the exception.
> Unfortunately, the test case is proprietary code, so I've sent it to Sian via email.

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