java.net.URL bugs
Santoro Corrado
csanto at alpha4.cdc.unict.it
Wed Mar 24 01:50:03 PST 1999
Hi all,
I've tried to run under kaffe a program which works on Sun's JDK and on
the Linux porting for i386 (jdk1.1.7) and I've found several problems when
the program uses the java.net.URL class:
1. the .equals() method reports a java.lang.NullPointerException (only if
I use Kaffe);
2. if I use the 'new URL("http://myhost:5000")' a StringIndexOutOfBounds
exception is reported. This not happens if I use
'new URL("http://myhost:5000/")'.
There is anyone that has found these (or other) bugs ?
Bye,
Corrado.
More information about the kaffe
mailing list