[Kaffe] bug found and fixed in java.io.File!
Archie Cobbs
archie at whistle.com
Tue Jan 26 20:42:27 PST 1999
Moses DeJong writes:
> > Your patches are appreciated but don't exactly implement what's
> > described in:
> >
> > http://java.sun.com/products/jdk/1.2/docs/api/index.html
>
> Well, I guess I missed that one. I think this will fix it.
>
> public File(File dir, String name) {
> this( (dir == null) ? null : dir.getPath() , name);
> }
>
> Did you find any other problems with the patch?
No, but that's because I was lazy and stopped there.. :-)
Can you send an updated patch (diff -u please)?
Thanks,
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
More information about the kaffe
mailing list