I'm compiling the "stable" branch with jikes 1.14 and ant, on Debian.
It builds, but gives these warnings:

compile:
    [javac] Compiling 775 source files to /usr/local/cvs/Freenet-head/freenet/build

    [javac] Issued 1 semantic warning compiling 
"/usr/local/cvs/Freenet-head/freenet/src/freenet/node/ds/FSDataStoreElement.java":

    [javac]    141.         return 
getClass().getName()+":"+FSDataStoreElement.this.toString()+
    [javac]                            <-------->
    [javac] *** Caution: Ambiguous reference to member named "getClass" inherited from 
type "java/lang/Object" but also declared or inherited in the enclosing type 
"freenet/node/ds/FSDataStoreElement". Explicit qualification is required.

    [javac] Issued 4 semantic warnings compiling 
"/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/InsertServlet_.java":

    [javac]   1159.             return path + "/" + makeContextURL(DUMMY_TAG + 
"/confirming");
    [javac]                                                        <------->
    [javac] *** Caution: Ambiguous reference to member named "DUMMY_TAG" inherited 
from type "freenet/client/http/BaseContext" but also declared or inherited in the 
enclosing type "freenet/client/http/InsertServlet_". Explicit qualification is 
required.


    [javac]   1162.             return path + "/" + makeContextURL(DUMMY_TAG + 
"/insert");
    [javac]                                                        <------->
    [javac] *** Caution: Ambiguous reference to member named "DUMMY_TAG" inherited 
from type "freenet/client/http/BaseContext" but also declared or inherited in the 
enclosing type "freenet/client/http/InsertServlet_". Explicit qualification is 
required.


    [javac]   1165.             return path + "/" + makeContextURL(DUMMY_TAG + 
"/status");
    [javac]                                                        <------->
    [javac] *** Caution: Ambiguous reference to member named "DUMMY_TAG" inherited 
from type "freenet/client/http/BaseContext" but also declared or inherited in the 
enclosing type "freenet/client/http/InsertServlet_". Explicit qualification is 
required.


    [javac]   1168.             return path + "/" + makeContextURL(DUMMY_TAG + 
"/cancel");
    [javac]                                                        <------->
    [javac] *** Caution: Ambiguous reference to member named "DUMMY_TAG" inherited 
from type "freenet/client/http/BaseContext" but also declared or inherited in the 
enclosing type "freenet/client/http/InsertServlet_". Explicit qualification is 
required.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
[EMAIL PROTECTED]              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to