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/06/24 15:35:07 UTC

[jira] Resolved: (HARMONY-6241) java.text.SimpleDateFormat.SimpleDateFormat(String, Locale) performance can be improved

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

Tim Ellison resolved HARMONY-6241.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.0M10)
                   5.0M11

Thanks Deven,

I applied a modified version of your patch to the TEXT module at repo revision r788016.
Some minor formatting changes, and rolling some constructors together rather than duplicating the code.

Please check it is ok.


> java.text.SimpleDateFormat.SimpleDateFormat(String, Locale) performance can be improved
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6241
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M10
>            Reporter: deven you
>            Assignee: Tim Ellison
>             Fix For: 5.0M11
>
>         Attachments: SimpleDateFormat-performance-patch.diff
>
>
> SimpleDateFormat.SimpleDateFormat(String, Locale) create lots of  redundant formatSymbols. I have write a change to remove these formatSymbols to improve its performance.

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