This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve 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]

gnu.testlet.java.io.FilterWriter.write NullPointerException


Hello all,

I got the following:
FAIL: uncaught exception loading gnu.testlet.java.io.FilterWriter.write:
java.lang.NullPointerException

And looking at the code for write.java I found that it calls "this(null);" in the constructor.
According to the specs for 1.4.2 this _should_ throw a NullPointerException: http://java.sun.com/
j2se/1.4.2/docs/api/java/io/FilterWriter.html

I suppose the test should have "this(new Writer());" instead?

Andrew Bachmann



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