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: is it absolute?


>>>>> "Vladimir" == Vladimir Puskas <vpuskas@eunet.yu> writes:

Vladimir> The line:
Vladimir> 	new File("").isAbsolute ();
Vladimir> returns false when executed by Sun's java, but both gij and
Vladimir> natively compiled code throws
Vladimir> StringIndexOutOfBoundsException. This little patch helps me.

This looks good.  I'm checking this in to 3.3 and 3.4.
I'm putting a similar fix in the Win32 code.

Tom


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