some small patches

Aaron Place beavis at ihug.co.nz
Sun Apr 25 22:06:19 PDT 1999


On Sun, Apr 25, 1999 at 10:34:05AM -0300, Alexandre Oliva wrote:
> On Apr 18, 1999, Aaron Place <beavis at ihug.co.nz> wrote:
> 
> > 	* libraries/javalib/java/io/StringReader.java (ready): fix
> 
> Doesn't make much sense to me; `closed' would never be `true'.  Maybe
> you meant to set it to `true' in close().  And then, shouldn't it be
> checked in *every* method, not only in ready()?

Yes, it should have been set to true and checked in most of the other
methods.  Now that read through the docs again it seems that all of
the java.io.*[Reader|Writer] classes should have this behavior (as
described for close() in java.io.*[Reader|Writer].

Aaron.


More information about the kaffe mailing list