I am seeing loads of warnings when Jikes tries to compile NativeBuffer:
189. if (waswaiting) notify();
<------>
*** Caution: Ambiguous reference to member named "notify" inherited from
type "java/lang/Object" but also declared or inherited in the enclosing
type "freenet/fs/dir/NativeBuffer". Explicit qualification is required.
...and...
97. wait();
<---->
*** Caution: Ambiguous reference to member named "wait" inherited from
type "java/lang/Object" but also declared or inherited in the enclosing
type "freenet/fs/dir/NativeBuffer". Explicit qualification is required.
The main issues seem to be the ambiguity with the notify() and wait()
methods.
Ian.
--
Ian Clarke ian at freenetproject.org
Founder & Coordinator, The Freenet Project http://freenetproject.org/
Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/
Personal Homepage http://locut.us/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20020826/6c6b84e1/attachment.pgp>