[
https://issues.apache.org/jira/browse/LANG-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769015#action_12769015
]
Sebb edited comment on LANG-541 at 10/23/09 1:48 AM:
-----------------------------------------------------
Two more:
URL: http://svn.apache.org/viewvc?rev=828909&view=rev
Log:
LANG-541 - Switched StringBuffer to StringBuilder when only used internally
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
==
URL: http://svn.apache.org/viewvc?rev=828910&view=rev
Log:
LANG-541 - Switched StringBuffer to StringBuilder when only used internally
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java
was (Author: [email protected]):
URL: http://svn.apache.org/viewvc?rev=828909&view=rev
Log:
LANG-541 - Switched StringBuffer to StringBuilder when only used internally
> Replace StringBuffer with StringBuilder
> ---------------------------------------
>
> Key: LANG-541
> URL: https://issues.apache.org/jira/browse/LANG-541
> Project: Commons Lang
> Issue Type: Task
> Reporter: Henri Yandell
> Fix For: 3.0
>
>
> As long as we don't need thread safety - so mostly for local usage within a
> method - use a StringBuilder instead of a StringBuffer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.