You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/06/13 01:13:26 UTC

[jira] Created: (TRINIDAD-56) Static instances of DateFormat cannot be used

Static instances of DateFormat cannot be used
---------------------------------------------

                 Key: TRINIDAD-56
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-56
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.1-core
            Reporter: Adam Winer
            Priority: Minor


Three classes - UIXComponentTag, Coercions, and TagUtils - have static instances of SimpleDateFormat
that are reused.  This is illegal, as SimpleDateFormat is not threadsafe.

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


[jira] Resolved: (TRINIDAD-56) Static instances of DateFormat cannot be used

Posted by "Adam Winer (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved TRINIDAD-56.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2-core
         Assignee: Adam Winer

Fixed.

> Static instances of DateFormat cannot be used
> ---------------------------------------------
>
>                 Key: TRINIDAD-56
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-56
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.1-core
>            Reporter: Adam Winer
>            Assignee: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.2-core
>
>
> Three classes - UIXComponentTag, Coercions, and TagUtils - have static instances of SimpleDateFormat
> that are reused.  This is illegal, as SimpleDateFormat is not threadsafe.

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