[
https://issues.apache.org/jira/browse/MYFACES-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Andraschko resolved MYFACES-3504.
----------------------------------------
Resolution: Fixed
Also applied it for the HtmlFormRendererBase as StringBuilder is already used
there in some places.
> [perf] use shared StringBuilder instance where possible
> -------------------------------------------------------
>
> Key: MYFACES-3504
> URL: https://issues.apache.org/jira/browse/MYFACES-3504
> Project: MyFaces Core
> Issue Type: Improvement
> Reporter: Martin Kočí
> Assignee: Thomas Andraschko
> Priority: Trivial
> Fix For: 2.3.0
>
> Attachments: HtmlFormRendererBase.patch, ResourceUtils.patch
>
>
> Some parts of code can use
> org.apache.myfaces.shared.renderkit.html.util.SharedStringBuilder and replace:
> 1) String concatenation
> 2) new StringBuilder/Buffer
> with one shared StringBuilder instance.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)