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 2007/08/24 17:29:30 UTC

[jira] Created: (HARMONY-4681) [classlib][text] Collator cache not working

[classlib][text] Collator cache not working
-------------------------------------------

                 Key: HARMONY-4681
                 URL: https://issues.apache.org/jira/browse/HARMONY-4681
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tim Ellison
            Priority: Minor


Looking at the code in java.text.Collator [1] it looks like it's intended to cache collators for each call to #getInstance(Locale).
However, the cache is a Vector<Collator> but the lookup is via a locale.toString().


[1] http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/Collator.java

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