On Tue, May 13, 2003 at 07:06:28AM -0400, Greg Wooledge wrote:
> Toad (toad at amphibian.dyndns.org) wrote:
> 
> > Stable build 594 is now available from the snapshots and from CVS.
> 
> Welcome back to the land of the living!
> 
> I still get warnings during the builds (ant, jikes, Debian unstable):
> 
>     [javac] Issued 2 semantic warnings compiling 
> "/usr/src/freenet/freenet/src/freenet/client/InternalClient.java":
> 
>     [javac]    130.         return 
> getClass().getName()+":request={"+req+"},key="+clientKey+",skipBytes="+skipBytes;
>     [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/client/InternalClient". Explicit qualification is 
> required.

Yup, I saw these on hawk, thanks for reminding me. Fixed in unstable 6030.
> 
>     [javac]    301.             return 
> getClass().getName()+":"+InternalGetToken.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/client/InternalClient$InternalGetToken". Explicit 
> qualification is required.
> 
> 
>     [javac] Issued 1 semantic warning compiling 
> "/usr/src/freenet/freenet/src/freenet/client/AutoRequester.java":
> 
>     [javac]    841.         return getClass().getName()+" for 
> "+AutoRequester.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/client/AutoRequester". Explicit qualification is 
> required.
> 
> -- 
> Greg Wooledge                  |   "Truth belongs to everybody."
> greg at wooledge.org              |    - The Red Hot Chili Peppers
> http://wooledge.org/~greg/     |


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

Reply via email to