On 15 November 2010 19:28, Adrian Crum <adri...@hlmksw.com> wrote: > On 11/15/2010 11:12 AM, sebb wrote: >> >> On 15 November 2010 08:58,<rgo...@apache.org> wrote: >>> >>> Author: rgoers >>> Date: Mon Nov 15 08:58:37 2010 >>> New Revision: 1035190 >>> >>> URL: http://svn.apache.org/viewvc?rev=1035190&view=rev >>> Log: >>> Sandbox was not dependent on vfs2. Convert many StringBuffers to >>> StringBuilder. >> >> That has broken the build, as some public/protected methods still >> expect StringBuffer. >> The methods cannot be changed to use StringBuilder without breaking >> API compatibility. >> >> IIRC, there's no suitable parent - unfortunately AbstractStringBuilder >> is not public, and the interfaces are likewise unsuitable. >> >> Either revert to StringBuffer, or add parallel StringBuilder methods? > > Or parallel Appendable methods?
That was looked at for Lang - problem is that Appendable is implemented by lots of classes that one might not want to allow. > -Adrian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org