Edgar Asatryan created LANG-1523:
------------------------------------
Summary: Avoid unnecessary allocation in StringUtils.wrapIfMissing
Key: LANG-1523
URL: https://issues.apache.org/jira/browse/LANG-1523
Project: Commons Lang
Issue Type: Improvement
Components: lang.*
Affects Versions: 3.9
Reporter: Edgar Asatryan
The *StringUtils.wrapIfMissing* creates a new instance of *StringBuilder*
regardless of whether the input is wrapped or not.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)