This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

FYI: java.io.Writer fixlet from GNU Classpath


Mark Wielaard writes:

 > The following fixlet from GNU Classpath fixes two Mauve tests.
 > 
 > 2004-05-16  Mark Wielaard  <mark@klomp.org>
 > 
 >        * java/io/Writer.java (Writer(Object)): Check for null lock object.

I'm wondering what the justification for the Mauve test is.

The old Java spec (2nd ed, paper copy) says that "lock" must be
non-null, but the current online spec says just "lock - Object to
synchronize on."

Andrew.


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