This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Properties.list( ) Regression in 3.3
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 14 Feb 2003 09:14:15 -0700
- Subject: Re: Properties.list( ) Regression in 3.3
- References: <3E4AA6A2.B1D0FBB1@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "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