[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čí
            Priority: Trivial


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to