--- Audeon Guillaume <[EMAIL PROTECTED]> wrote:
> > > FAIL: uncaught exception loading > gnu.testlet.java.io.PrintStream.subclass > > > > This is because it tries to construct a > PrintStream with a null > > OutputStream. Now, some jvm seem to throw an > exception because of the > > null and others don't... > > AFAIK, the JDK 1.1 specs does not mention that the > constructor shall > throw an exception if it is given the null argument. > But that's what does the Sun implementation;-) > And in addition, PrintStream is deprecated in JDK > 1.1. hm. the java class libraries book says "non-null" output stream explicitely, so I think that's a bug in mauve. I'll send them a patch. cheers, dalibor topic __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
