classpath-testresults
[Top][All Lists]
Advanced

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

[cp-testresults] classpath daily snapshot 20061013 FAILED


From: Michael Koch
Subject: [cp-testresults] classpath daily snapshot 20061013 FAILED
Date: Fri, 13 Oct 2006 05:50:57 +0200 (CEST)

*** Semantic Caution: The shift count -3 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   310.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   312.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   314.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   316.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   318.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   320.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   322.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   324.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   326.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   328.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   330.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.

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.

Found 1 semantic error compiling 
"../../javax/swing/tree/DefaultTreeSelectionModel.java":

   205.     cloned.selection = selection.clone();
            ^----------------------------------^
*** Semantic Error: The type of the right sub-expression, "java.lang.Object", 
is not assignable to the variable, of type "javax.swing.tree.TreePath[]".

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

   102.     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 2 semantic warnings compiling 
"../../javax/swing/plaf/metal/MetalSliderUI.java":

   129.   protected final int TICK_BUFFER = 4;
                              ^-------------^
*** Semantic Warning: Final field "TICK_BUFFER" is initialized with a constant 
expression and could be made static to save space.


   132.   protected final String SLIDER_FILL = "JSlider.isFilled";
                                 ^------------------------------^
*** Semantic Warning: Final field "SLIDER_FILL" is initialized with a constant 
expression and could be made static to save space.

Issued 1 semantic warning compiling 
"../../javax/swing/plaf/basic/BasicInternalFrameUI.java":

   178.     protected final int RESIZE_NONE = 0;
                                ^-------------^
*** Semantic Warning: Final field "RESIZE_NONE" is initialized with a constant 
expression and could be made static to save space.

Issued 1 lexical warning in 
"../../gnu/java/rmi/registry/RegistryImpl_Stub.java":

    61.     private static java.lang.reflect.Method $method_bind_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]