commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath daily snapshot 20041207 FAILED


From: Michael Koch
Subject: [commit-cp] classpath daily snapshot 20041207 FAILED
Date: Tue, 7 Dec 2004 05:43:36 +0100 (CET)

config.status: creating native/jni/java-util/Makefile
config.status: creating native/jni/gtk-peer/Makefile
config.status: creating native/target/Makefile
config.status: creating native/target/Linux/Makefile
config.status: creating native/target/generic/Makefile
config.status: creating resource/Makefile
config.status: creating resource/gnu/Makefile
config.status: creating resource/gnu/java/Makefile
config.status: creating resource/gnu/java/awt/Makefile
config.status: creating resource/gnu/java/awt/peer/Makefile
config.status: creating resource/gnu/java/awt/peer/gtk/Makefile
config.status: creating resource/gnu/regexp/Makefile
config.status: creating resource/java/Makefile
config.status: creating resource/java/util/Makefile
config.status: creating resource/java/util/logging/Makefile
config.status: creating resource/java/security/Makefile
config.status: creating resource/org/Makefile
config.status: creating resource/org/ietf/Makefile
config.status: creating resource/org/ietf/jgss/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/Makefile
config.status: creating lib/gen-classlist.sh
config.status: creating examples/Makefile
config.status: creating include/config.h
config.status: linking ../include/jni_md-x86-linux-gnu.h to include/jni_md.h
config.status: executing depfiles commands
config.status: executing gen-classlist commands
Making all in lib
make[1]: Entering directory `/home/mkoch/src/classpath/build/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/jikes +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath 
../..:../../vm/reference:.: -d . @classes

Found 2 semantic errors compiling "../../gnu/classpath/SystemProperties.java":

    68.         VMSystemProperties.preInit(defaultProperties);
                <------------------------------------------->
*** Error: No applicable overload for the method named "preInit" was found in 
type "gnu/classpath/VMSystemProperties". Perhaps you wanted the overloaded 
version "void preInit(gnu.classpath.Properties properties);" instead?


   224.         VMSystemProperties.postInit(defaultProperties);
                <-------------------------------------------->
*** Error: No applicable overload for the method named "postInit" was found in 
type "gnu/classpath/VMSystemProperties". Perhaps you wanted the overloaded 
version "void postInit(gnu.classpath.Properties properties);" instead?

Found 1 semantic error compiling 
"../../vm/reference/gnu/classpath/VMSystemProperties.java":

    84.     static native void preInit(Properties properties);
                                       <-------->
*** Error: Type gnu/classpath/Properties was not found.

Issued 2 semantic warnings compiling "../../java/awt/MenuItem.java":

   180.           setEnabled(false);
                  <--------------->
*** Caution: Ambiguous reference to member named "setEnabled" inherited from 
type "java/awt/MenuComponent$AccessibleAWTMenuComponent" but also declared or 
inherited in the enclosing type "java/awt/MenuItem". Explicit qualification is 
suggested.


   184.       setEnabled(true);
              <-------------->
*** Caution: Ambiguous reference to member named "setEnabled" inherited from 
type "java/awt/MenuComponent$AccessibleAWTMenuComponent" but also declared or 
inherited in the enclosing type "java/awt/MenuItem". Explicit qualification is 
suggested.

Issued 1 semantic warning compiling "../../java/awt/Checkbox.java":

            <---------------------------------------------
   108.     firePropertyChange(ACCESSIBLE_STATE_PROPERTY,
       . . .
   110.                        state ? AccessibleState.CHECKED : null);
        ------------------------------------------------------------->
*** Caution: Ambiguous reference to member named "firePropertyChange" inherited 
from type "javax/accessibility/AccessibleContext" but also declared or 
inherited in the enclosing type "java/awt/Checkbox". Explicit qualification is 
suggested.

Issued 2 semantic warnings compiling "../../javax/swing/JToggleButton.java":

   107.             firePropertyChange(ACCESSIBLE_STATE_PROPERTY, null, 
AccessibleState.SELECTED);
                    
<--------------------------------------------------------------------------->
*** Caution: Ambiguous reference to member named "firePropertyChange" inherited 
from type "javax/accessibility/AccessibleContext" but also declared or 
inherited in the enclosing type "javax/swing/JToggleButton". Explicit 
qualification is suggested.


   112.             firePropertyChange(ACCESSIBLE_STATE_PROPERTY, 
AccessibleState.ENABLED, null);
                    
<-------------------------------------------------------------------------->
*** Caution: Ambiguous reference to member named "firePropertyChange" inherited 
from type "javax/accessibility/AccessibleContext" but also declared or 
inherited in the enclosing type "javax/swing/JToggleButton". Explicit 
qualification is suggested.

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

   427.       setBorder(null);
              <------------->
*** Caution: Ambiguous reference to member named "setBorder" inherited from 
type "javax/swing/JComponent" but also declared or inherited in the enclosing 
type "javax/swing/plaf/basic/BasicInternalFrameTitlePane". Explicit 
qualification is suggested.

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

    87.     public void EditorContainer()
                   <------------------>
*** 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 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]