classpath
[Top][All Lists]
Advanced

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

More compilation errors from the latest checkins


From: Stephen Crawley
Subject: More compilation errors from the latest checkins
Date: Thu, 12 Jun 2003 23:54:16 +1000

Folks,

I resync'd mith the Classpath CVS (one minute ago), and now I get the
following compilation errors.

-- Steve


Found 1 syntax error in "../java/io/FileOutputStream.java":

                                              <-----------------------
    88.                                     ? (FileDescriptor.WRITE |
    89.                                        FileDescriptor.APPEND
        -----------------------------------------------------------^

*** Syntax: ")" inserted to complete AssignmentExpression


Found 1 syntax error in "../java/util/zip/InflaterInputStream.java":

   194.         if (inf.needsDictionary())
                                         <>

*** Syntax: Unexpected symbol ignored


Found 2 semantic errors compiling "../gnu/java/nio/MappedByteFileBuffer.java":

    62.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "MappedByteBuffer(int, int, int, 
int)".


    70.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "MappedByteBuffer(int, int, int, 
int)".

Found 2 semantic errors compiling "../gnu/java/nio/MappedCharFileBuffer.java":

    63.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "CharBuffer(int, int, int, int)".

    71.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "CharBuffer(int, int, int, int)".
Found 2 semantic errors compiling "../gnu/java/nio/MappedShortFileBuffer.java":
    55.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "ShortBuffer(int, int, int, int)".

    61.     super (b.capacity (), b.limit (), b.position (), 0);
            <-------------------------------------------------->
*** Error: No match was found for constructor "ShortBuffer(int, int, int, int)".
Found 2 semantic errors compiling "../gnu/java/nio/MappedIntFileBuffer.java":

    54.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "IntBuffer(int, int, int, int)".


    61.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "IntBuffer(int, int, int, int)".

Found 2 semantic errors compiling "../gnu/java/nio/MappedLongFileBuffer.java":

    54.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "LongBuffer(int, int, int, int)".

    61.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "LongBuffer(int, int, int, int)".
Found 2 semantic errors compiling "../gnu/java/nio/MappedFloatFileBuffer.java":
    54.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "FloatBuffer(int, int, int, int)".

    61.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "FloatBuffer(int, int, int, int)".
Found 2 semantic errors compiling "../gnu/java/nio/MappedDoubleFileBuffer.java":
    54.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "DoubleBuffer(int, int, int, 
int)".


    61.     super (0, 0, 0, 0);
            <----------------->
*** Error: No match was found for constructor "DoubleBuffer(int, int, int, 
int)".

Found 1 semantic error compiling "../javax/swing/border/TitledBorder.java":

   782.     return UIManager.getFont("TitledBorder.font");
                   <------------------------------------>
*** Error: The method "java.awt.Font getFont(java.lang.Object key);" in type 
"javax/swing/UIManager" with default access is not accessible here.




reply via email to

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