classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cp-patches] StringBuilder and Appendable for CVS HEAD


From: Andrew John Hughes
Subject: RE: [cp-patches] StringBuilder and Appendable for CVS HEAD
Date: Mon, 13 Dec 2004 16:33:17 +0000

On Mon, 2004-12-13 at 16:04, Jeroen Frijters wrote:
> Andrew John Hughes wrote:
> > Attached is a patch to add StringBuilder (a non-threaded 
> > derivative of StringBuffer) and Appendable,
> 
> I'm not too thrilled about this. Last week I spent too much time
> tracking down a non problem caused by Classpath's broken
> javax.rmi.CORBA.Stub (it doesn't extend org.omg.CORBA.ObjectImpl). IMO
> these hacks cause too many headaches. We should focus on providing a
> stable (1.4 based) 1.0 release.
> 
> BTW, does anybody know what the status is wrt the licensing of the omg
> classes?
> 
> Regards,
> Jeroen

I agree; but this is code which has sat in the generics branch for
several months, not something that has just been put together.  Also,
this is something which will allow Classpath to work with existing code
that just happens to be compiled with a 1.5 compiler (which does a
StringBuffer for StringBuilder substitution in String use) but has no
actual 1.5 changes.
-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman

"We've all been part of the biggest beta test the world has ever known --
Windows"
-- Victor Wheatman, Gartner

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]