Tried to build from CVS tonight and am getting the following warnings.

compile:
    [javac] Compiling 737 source files to /home/development/cvs/freenet/build
    [javac] 
/home/development/cvs/freenet/src/freenet/client/SplitFileRequestManager.java:362:
 warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]             assert(decoded != null);
    [javac]             ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/SplitFileRequestManager.java:363:
 warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]             assert(decoded.length == requestedIndices.length);
    [javac]             ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/SplitFileRequestManager.java:607:
 warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]             assert(blocks[i] != null);
    [javac]             ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/SplitFileRequestManager.java:618:
 warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]         assert(segmentLength <= byteCount);
    [javac]         ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/RequestManager.java:82: 
warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]         assert(ref != null);
    [javac]         ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/RequestManager.java:311: 
warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]     final void assert(boolean condition) {
    [javac]                ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/RequestManager.java:529: 
warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]                 assert(i != null);
    [javac]                 ^
    [javac] 
/home/development/cvs/freenet/src/freenet/client/RequestManager.java:530: 
warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javac]                 assert(c != null);
    [javac]                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 8 warnings


Mandrake 2.4.19-16mdk, Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.0_02-b02).







Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2 

Big $$$ to be made with the HushMail Affiliate Program: 
https://www.hushmail.com/about.php?subloc=affiliate&l=427

_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to