[
https://issues.apache.org/jira/browse/LANG-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud BRUNET updated LANG-355:
-------------------------------
Attachment: 355CharsequenceTest.patch
355Charsequence.patch
Hello,
I changed StrBuilder to implement CharSequence. So I added the subSequence(int,
int) method trying to respect the sun's javadoc.
For Appendable interface is a bit more complicated. Indeed, the
append(CharSequence) method breaks backward compatibility.
Sincerely,
Arnaud BRUNET
> StrBuilder should implement CharSequence and Appendable
> -------------------------------------------------------
>
> Key: LANG-355
> URL: https://issues.apache.org/jira/browse/LANG-355
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Stephen Colebourne
> Priority: Minor
> Fix For: LangTwo 1.0
>
> Attachments: 355Charsequence.patch, 355CharsequenceTest.patch
>
>
> StrBuilder should implement CharSequence and Appendable, which were
> introduced in JDK1.4 and JDK1.5.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.