classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report


From: Etienne M. Gagnon
Subject: Bug report
Date: Sun, 03 Dec 2000 22:58:43 -0500

Hi there.

I have got a snapshot of Classpath from CVS, on Sat Dec 2 21:30:00 UTC
2000.

It has new bugs.  Some classes are checked-in that do not compile!  (Why
is this?)

I remember writing  on this list that java/awt/Event.java is missing. 
Is there a plan to provide it, any time soon?  How are people running &
testing other awt classes, if some of the key library classes are
missing?

Anyway, here are the error messages I get (from jikes).  [This is a
subset of all errors, as I did not attempt to compile all of Classpath's
classes].

Etienne

------------
Found 1 semantic error compiling "java/io/LineNumberReader.java":

    92.   this(in, DEFAULT_BUFFER_SIZE);
                   <----------------->
*** Error: No entity named "DEFAULT_BUFFER_SIZE" was found in this
environment.
------------
Found 9 semantic errors compiling "java/io/RandomAccessFile.java":

   399.   return(DataInputStream.convertToBoolean(byte_read));
                 <----------------------------------------->
*** Error: No method named "convertToBoolean" was found in type
"java/io/DataInputStream".


   426.   return(DataInputStream.convertToByte(byte_read));
                 <-------------------------------------->
*** Error: No method named "convertToByte" was found in type
"java/io/DataInputStream".


   453.   return(DataInputStream.convertToUnsignedByte(byte_read));
                 <---------------------------------------------->
*** Error: No method named "convertToUnsignedByte" was found in type
"java/io/DataInputStream".


   488.   return(DataInputStream.convertToChar(buf));
                 <-------------------------------->
*** Error: No method named "convertToChar" was found in type
"java/io/DataInputStream".


   525.   return(DataInputStream.convertToShort(buf));
                 <--------------------------------->
*** Error: No method named "convertToShort" was found in type
"java/io/DataInputStream".


   560.   return(DataInputStream.convertToUnsignedShort(buf));
                 <----------------------------------------->
*** Error: No method named "convertToUnsignedShort" was found in type
"java/io/DataInputStream".


   598.   return(DataInputStream.convertToInt(buf));
                 <------------------------------->
*** Error: No method named "convertToInt" was found in type
"java/io/DataInputStream".


   638.   return(DataInputStream.convertToLong(buf));
                 <-------------------------------->
*** Error: No method named "convertToLong" was found in type
"java/io/DataInputStream".


   830.   return(DataInputStream.convertFromUTF(buf));
                 <--------------------------------->
*** Error: No method named "convertFromUTF" was found in type
"java/io/DataInputStream".
------------


-- 
----------------------------------------------------------------------
Etienne M. Gagnon, M.Sc.                     e-mail: address@hidden
Author of SableCC:                 http://www.sable.mcgill.ca/sablecc/
and SableVM:                                   http://www.sablevm.org/
----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]