You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jim Yu (JIRA)" <ji...@apache.org> on 2009/04/22 07:47:47 UTC

[jira] Created: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

[classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
-----------------------------------------------------------------------

                 Key: HARMONY-6166
                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M9
            Reporter: Jim Yu
             Fix For: 5.0M10


As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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


[jira] Updated: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

Posted by "Jim Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Yu updated HARMONY-6166:
----------------------------

    Attachment: HARMONY-6166.diff

> [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-6166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6166.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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


[jira] Resolved: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu resolved HARMONY-6166.
-------------------------------

    Resolution: Fixed

Thanks Jim.

Patch apply at r767387.
Please verify it was applied as you expected.


> [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-6166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6166.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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


[jira] Commented: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

Posted by "Jim Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701404#action_12701404 ] 

Jim Yu commented on HARMONY-6166:
---------------------------------

Verified at r767387. Thanks, Regis.

> [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-6166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6166.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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


[jira] Closed: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu closed HARMONY-6166.
-----------------------------


> [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-6166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6166.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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


[jira] Assigned: (HARMONY-6166) [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu reassigned HARMONY-6166:
---------------------------------

    Assignee: Regis Xu

> [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-6166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6166
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6166.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As spec mentioned, "StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split  method of String or the java.util.regex package instead. " I made a patch to replace the usage of StringTokenizer with String.split method.

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