commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath daily snapshot 20050309 FAILED


From: Michael Koch
Subject: [commit-cp] classpath daily snapshot 20050309 FAILED
Date: Wed, 9 Mar 2005 05:43:25 +0100 (CET)

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


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


                      <--------
  2920.               case '%':
   . . .
  2924.                   }
        ------------------>
*** 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/xpath/XPathParser.java":

                    <------
   438.             case 0:
   439.               yyerror("syntax error", yyExpecting(yyState));
        ----------------------------------------------------------->
*** 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?

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 1 semantic error compiling "../../org/omg/CORBA/AnyHolder.java":

    56.   private static final TypeCode t_any = new 
primitiveTypeCode(TCKind.tk_any);
                                                    ^---------------^
*** Semantic Error: Type "org.omg.CORBA.primitiveTypeCode" 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]