[ http://issues.apache.org/jira/browse/LANG-302?page=comments#action_12460912 ] Henri Yandell commented on LANG-302: ------------------------------------
As we don't have the public clone(), this is only of value to subclasses. The state of this class is currently in 4 attributes. Two are protected, two are private. Both of the private attributes have public get/set methods. So no reason for subclasses to need a clone. > 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]
