[ http://issues.apache.org/jira/browse/LANG-302?page=comments#action_12460905 ] Henri Yandell commented on LANG-302: ------------------------------------
Neither StringBuffer, StringBuilder or String itself is cloneable, so we're not doing this because it's needed. > StrBuilder does not implement clone() > ------------------------------------- > > Key: LANG-302 > URL: http://issues.apache.org/jira/browse/LANG-302 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 2.2 > Reporter: Henri Yandell > Fix For: 2.3 > > > As reported by FindBugs. > Does StrBuilder need to be Cloneable? -- 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]
