You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kevin Zhou (JIRA)" <ji...@apache.org> on 2009/04/28 11:28:30 UTC

[jira] Closed: (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 ]

Kevin Zhou closed HARMONY-6142.
-------------------------------


Thanks, Tim.

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