You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/02/03 22:49:38 UTC

DO NOT REPLY [Bug 26646] New: - [lang] FastDateFormat.getDateInstance(int, Locale) always uses the pattern from the first invocation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26646>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26646

[lang] FastDateFormat.getDateInstance(int, Locale)  always uses the pattern from the first invocation

           Summary: [lang] FastDateFormat.getDateInstance(int, Locale)
                    always uses the pattern from the first invocation
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: fredrik.westermarck@mdh.se


The first time calling FastDateFormat.getDateInstance(int style, Locale locale)
results in a correct stylepattern. Subsequent calls to the method with a
different locale does not return the stylepattern for the Locale - but the one
from the first invocation.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org