commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath daily snapshot 20050210 FAILED


From: Michael Koch
Subject: [commit-cp] classpath daily snapshot 20050210 FAILED
Date: Thu, 10 Feb 2005 05:43:49 +0100 (CET)

                    <------
   439.             case 0:
   440.               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 "../../gnu/xml/xpath/Predicate.java":

    66.     return expr._boolean(node, expr.evaluate(node, pos, len));
                   ^-----------^
*** Semantic Warning: Invoking the class method "_boolean" via an instance is 
discouraged because the method invoked 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":

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

Found 2 semantic errors compiling 
"../../gnu/java/net/protocol/jar/Connection.java":

   100.           jar_file = new JarFile (f, true,
                  ^------^
*** Semantic Error: The field "jar_file" is not static, and cannot be accessed 
in this static context.


   100.           jar_file = new JarFile (f, true,
                  ^------^
*** Semantic Error: An instance of "gnu.java.net.protocol.jar.Connection.this" 
is not accessible here. In general, an enclosing instance is accessible only in 
the body of an instance method, constructor (after the explicit constructor 
invocation, if any), initializer block, or in the initializer expression of an 
instance variable.

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 2 semantic warnings compiling 
"../../gnu/xml/util/SAXNullTransformerFactory.java":

   638.               producer.setFeature(handler.FEATURE_URI + 
"namespace-prefixes",
                                                  ^---------^
*** Semantic Warning: Accessing the class field "FEATURE_URI" 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.


   649.           handler.bind (producer, handler);
                  ^----------^
*** Semantic Warning: Invoking the class method "bind" via an instance is 
discouraged because the method invoked will be the one in the variable's 
declared type, not the instance's dynamic type.

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 "$".
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]