commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath daily snapshot 20050304 FAILED


From: Michael Koch
Subject: [commit-cp] classpath daily snapshot 20050304 FAILED
Date: Fri, 4 Mar 2005 05:43:55 +0100 (CET)

        ----------------------------------------------------------->
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Issued 1 semantic warning compiling 
"../../external/sax/org/xml/sax/helpers/ParserAdapter.java":

   564.                             atts.addAttribute (nsSupport.XMLNS, prefix,
                                                                 ^---^
*** Semantic Warning: Accessing the class field "XMLNS" via an instance is 
discouraged because the field accessed will be the one in the variable's 
declared type, not the instance's dynamic type.

Issued 1 semantic warning compiling "../../java/text/RuleBasedCollator.java":

                    <--------------
   970.             case SECONDARY:
   . . .
   972.               ord |= CollationElementIterator.secondaryOrder(ord);
        ----------------------------------------------------------------->
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Issued 1 semantic warning compiling "../../gnu/java/net/LineInputStream.java":

                      <-------
   167.               case -1:
   . . .
   172.                   }
        ------------------>
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Issued 1 semantic warning compiling 
"../../gnu/java/net/protocol/ftp/FTPConnection.java":

              <---------------------------------------
   980.       case 426:                 // interrupted
   . . .
   985.           }
        ---------->
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Found 1 semantic error compiling "../../org/omg/CORBA/CompletionStatus.java":

   114.         throw new BAD_OPERATION("Invalid completion status " + 
completion);
                          ^-----------^
*** Semantic Error: Type "org.omg.CORBA.BAD_OPERATION" was not found.

Issued 1 semantic warning compiling 
"../../javax/swing/tree/DefaultTreeCellEditor.java":

    87.     public void EditorContainer()
                   ^------------------^
*** Semantic Warning: The name of this method "EditorContainer" matches the 
name of the containing class. However, the method is not a constructor since 
its declarator is qualified with a type.

Issued 1 semantic warning compiling 
"../../javax/imageio/stream/ImageInputStreamImpl.java":

                  <---------
   352.           case '\r':
   . . .
   356.                seek(oldPosition);
        -------------------------------->
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Issued 1 semantic warning compiling "../../gnu/xml/util/XCat.java":

                        <--------
   635.                 case '%':
   . . .
   637.                     hasbug = true;
        --------------------------------->
*** Semantic Warning: This switch block can fall through to the next case. Did 
you forget a break statement?

Issued 1 lexical warning in "../../gnu/java/rmi/dgc/DGCImpl_Stub.java":

    58.     private static java.lang.reflect.Method $method_clean_0;
                                                    ^-------------^
*** Lexical Warning: The use of "$" in an identifier, while legal, is strongly 
discouraged, since it can conflict with compiler-generated names. If you are 
trying to access a nested type, use "." instead of "$".

Found 5 semantic errors compiling "../../org/omg/CORBA/TypeCode.java":

   186.   public abstract Any member_label(int index)
                          ^-^
*** Semantic Error: Type "org.omg.CORBA.Any" was not found.


   187.                             throws BadKind, Bounds;
                                                    ^----^
*** Semantic Error: Type "org.omg.CORBA.Bounds" was not found.


   202.                               throws BadKind, Bounds;
                                                      ^----^
*** Semantic Error: Type "Bounds" was not found.


   217.                                 throws BadKind, Bounds;
                                                        ^----^
*** Semantic Error: Type "Bounds" was not found.


   234.                                    throws BadKind, Bounds;
                                                           ^----^
*** Semantic Error: Type "Bounds" was not found.
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/mkoch/src/classpath/build/lib'
make: *** [all-recursive] Error 1




reply via email to

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