You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stevan Malesevic (JIRA)" <de...@myfaces.apache.org> on 2008/05/13 20:15:55 UTC

[jira] Created: (TRINIDAD-1074) Use shared string builder in org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey

Use shared string builder in org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey
---------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1074
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1074
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: Stevan Malesevic


org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey should use shared StringBuilder to reduce memory (similar to org.apache.myfaces.trinidad.component.UIXComponentBase::getClientId)

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


[jira] Resolved: (TRINIDAD-1074) Use shared string builder in org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey

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

Jeanne Waldman resolved TRINIDAD-1074.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.9-core
                   1.0.9-core

it will get into 1.0.9 and 1.2.9 when those are released.

> Use shared string builder in org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey
> ---------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1074
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1074
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>            Reporter: Stevan Malesevic
>             Fix For: 1.0.9-core, 1.2.9-core
>
>
> org.apache.myfaces.trinidad.bean.FacesBeanFactory::_buildTypeKey should use shared StringBuilder to reduce memory (similar to org.apache.myfaces.trinidad.component.UIXComponentBase::getClientId)

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