This is the mail archive of the java-patches@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]

Re: [PATCH] Adding methods to java.io.File.


>>>>> "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

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