[ https://issues.apache.org/jira/browse/SLING-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carsten Ziegeler updated SLING-2908: ------------------------------------ Fix Version/s: Commons OSGi 2.2.2 > Replace StringBuffer with StringBuilder > --------------------------------------- > > Key: SLING-2908 > URL: https://issues.apache.org/jira/browse/SLING-2908 > Project: Sling > Issue Type: Improvement > Components: Engine > Affects Versions: Engine 2.2.8, Commons OSGi 2.2.0 > Reporter: Carsten Ziegeler > Assignee: Carsten Ziegeler > Priority: Minor > Fix For: Engine 2.2.10, Commons OSGi 2.2.2 > > > The StringBuilder is faster compared to the StringBuffer and is the prefered > way of string concatenation. (StringBuffer is thread safe and therefore uses > syncing) > While this is not super important it is an easy fix as usually the classes > can be used as replacements and therefore a low hanging fruit -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira