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                                        [EMAIL PROTECTED]
Founder & Coordinator, The Freenet Project    http://freenetproject.org/
Chief Technology Officer, Uprizer Inc.           http://www.uprizer.com/
Personal Homepage                                       http://locut.us/

Attachment: msg03671/pgp00000.pgp
Description: PGP signature

Reply via email to