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 2009/04/27 13:43:30 UTC

[jira] Resolved: (HARMONY-6142) [classlib][luni] java.util.StringTokenizer.nextToken(String delim) should throw NullPointerException when the given delim is null

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

Tim Ellison resolved HARMONY-6142.
----------------------------------

    Resolution: Fixed

Thanks Kevin.

Patch applied to LUNI module at repo revision r768935.

Please check it was applied as you expected.


> [classlib][luni] java.util.StringTokenizer.nextToken(String delim) should throw NullPointerException when the given delim is null
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6142
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Kevin Zhou
>            Assignee: Tim Ellison
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6142.diff
>
>
> The java spec says that the nextToken(String delim) method should throw NullPointerException when the given delim is null.
> It seems that HY doesn't have this feature implemented here.

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