This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Properties.list( ) Regression in 3.3


>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:

Ranjit> a. Use Runtime.defaultProperties.clone( ) to create the Properties
Ranjit>    object returned by System.getProperties( ).

Note that there is no Properties.clone(); it is inherited from Hashtable.
That must be an oversight, since Properties adds fields.

Are you planning to fix the Properties bug?  It seems like a good
candidate for 3.3.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]