classpath
[Top][All Lists]
Advanced

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

Re: updating java.beans class to 1.5


From: Michael Koch
Subject: Re: updating java.beans class to 1.5
Date: Tue, 26 Oct 2004 15:00:15 +0200
User-agent: KMail/1.6.2

Am Dienstag, 26. Oktober 2004 13:51 schrieb Robert Schuster:
> Hi there,
> in an attempt to fix bug 10799 I saw that the affected class
> (java.beans.PropertyEditorSupport) needs some general cleanup and
> fixing (it was last modified in 1998!). I took the online version
> of the 1.5 API documentation and realized that the 2 constructors
> are now public (were protected) and two new methods have been
> added.
> My question is: Should I stick with strict 1.4 compatibility (no
> public constructors, no new methods) or upgrade everything to be up
> to date?

I would say go ahead but add @specnote tags telling what got changed 
in the public API.

> AFAIK the changes Sun made are binary compatible or am I wrong?

Yes this is binary compatible.


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

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