commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath daily snapshot 20041019 FAILED


From: Michael Koch
Subject: [commit-cp] classpath daily snapshot 20041019 FAILED
Date: Tue, 19 Oct 2004 05:42:52 +0200 (CEST)

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 7 semantic errors compiling 
"../../vm/reference/java/lang/VMClassLoader.java":

   159.     StringTokenizer st = new StringTokenizer(
            <------------->
*** Error: Type java/lang/StringTokenizer was not found.


   161.       File.pathSeparator);
              <-->
*** Error: No field named "File" was found in type "java/lang/VMClassLoader".


   162.     Vector v = new Vector();
            <---->
*** Error: Type java/lang/Vector was not found.


   165.         File file = new File(st.nextToken(), name);
                <-->
*** Error: Type java/lang/File was not found.


   172.         catch (MalformedURLException e)
                       <--------------------->
*** Error: This catch block is unreachable because there is no exception whose 
type is assignable to "java/lang/MalformedURLException" that can be thrown 
during execution of the body of the try block.


   172.         catch (MalformedURLException e)
                       <------------------->
*** Error: Type java/lang/MalformedURLException was not found.


   177.     return v.elements();
            <------------------>
*** Error: This statement is unreachable.

Found 6 semantic errors compiling 
"../../vm/reference/java/util/VMTimeZone.java":

   142.     File f = new File(file);
            <-->
*** Error: Type File is imported on demand from java/lang and java/io.


   142.     File f = new File(file);
                         <-->
*** Error: Type File is imported on demand from java/lang and java/io.


   149.         FileInputStream fis = new FileInputStream(f);
                                      <-------------------->
*** Error: No match was found for constructor "FileInputStream(java.lang.File)".


   206.     File f = new File(file);
            <-->
*** Error: Type File is imported on demand from java/lang and java/io.


   206.     File f = new File(file);
                         <-->
*** Error: Type File is imported on demand from java/lang and java/io.


   213.         FileInputStream fis = new FileInputStream(f);
                                      <-------------------->
*** Error: No match was found for constructor "FileInputStream(java.lang.File)".

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

   106.             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.


   111.             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":

   426.       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 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]