[
http://issues.apache.org/jira/browse/LANG-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461869
]
Stephen Colebourne commented on LANG-306:
-----------------------------------------
Decision of the Release Manager. I wasn't expecting that they would make it in.
Especially as they don't have tests yet, and its late...
> Extra StrBuilder methods
> ------------------------
>
> Key: LANG-306
> URL: http://issues.apache.org/jira/browse/LANG-306
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Stephen Colebourne
> Priority: Minor
> Fix For: 2.3
>
> Attachments: StrBuilder.java
>
>
> Append all the elements in a collection with no separator:
> StrBuilder.appendAll(Collection)
> StrBuilder.appendAll(Object[])
> StrBuilder.appendAll(Iterator)
> Append the data followed by a new line:
> StrBuilder.appendln(...)
> Append a separator if the buffer is not empty:
> StrBuilder.appendSeparator(String)
> Append a separator if the index > 0:
> StrBuilder.appendSeparator(String, index)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]