---------->
*** 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/NameTest.java":

              <------------------------
    78.       case Node.ATTRIBUTE_NODE:
   . . .
    86.           }
        ---------->
*** 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 "../../gnu/xml/xpath/NamespaceTest.java":

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

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/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 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 
"../../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.

Found 7 semantic errors compiling "../../org/omg/CORBA/TestContextList.java":

     5. import junit.framework.TestCase;
               ^----------------------^
*** Semantic Error: The import "junit/framework/TestCase" is not valid, since 
it does not name a type in a package.


     8.   extends TestCase
                  ^------^
*** Semantic Error: Type "TestCase" was not found.


    30.     assertEquals(b.toString(), "acd");
            ^-------------------------------^
*** Semantic Error: No accessible method with signature 
"assertEquals(java.lang.String, java.lang.String)" was found in type 
"org.omg.CORBA.TestContextList".


    40.     assertEquals(c.count(), 1);
            ^------------------------^
*** Semantic Error: No accessible method with signature "assertEquals(int, 
int)" was found in type "org.omg.CORBA.TestContextList".


    42.     assertEquals(c.item(0).id(), "a");
            ^-------------------------------^
*** Semantic Error: No accessible method with signature 
"assertEquals(java.lang.String, java.lang.String)" was found in type 
"org.omg.CORBA.TestContextList".


    43.     assertEquals(c.item(0).name(), "b");
            ^---------------------------------^
*** Semantic Error: No accessible method with signature 
"assertEquals(java.lang.String, java.lang.String)" was found in type 
"org.omg.CORBA.TestContextList".


    47.     assertEquals(c.count(), 0);
            ^------------------------^
*** Semantic Error: No accessible method with signature "assertEquals(int, 
int)" was found in type "org.omg.CORBA.TestContextList".
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/mkoch/src/classpath/build/lib'
make: *** [all-recursive] Error 1


_______________________________________________
Commit-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to