This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Adding methods to java.io.File.
- To: apbianco at cygnus dot com
- Subject: Re: [PATCH] Adding methods to java.io.File.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Feb 2001 00:29:38 -0700
- Cc: java-patches at gcc dot gnu dot org
- References: <200102080711.XAA08085@deliverance.cygnus.com>
- Reply-To: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> I wrote a patch once to add methods that were reported missing
Alex> while building some net packages. Here it is. Let me know what I
Alex> should do with it.
I'm not sure.
On the one hand, fixing divergences is nice. On the other, how
important is it, given that even with the change File won't be
compatible with 1.2?
Alex> + public File getAbsoluteFile () throws IOException {
This brace should go on a new line.
Alex> + public File getCanonicalFile () throws IOException {
Ditto.
Tom