Does the interface even compile for you? "do" is a reserved word.
chris -----Original Message----- From: Razvan Peteanu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: [Eap-list] bug in #543: do() method not visible If you define an interface that has a method named 'do' and a class that implements this interface, the 'do' method is not visible in the "Implement methods" dialog while editing the class, nor is it marked as one defined in an interface if the method is added manually to the class. Other method names lead to the expected behaviour so there must something different about do() methods. The argument list does not appear to be relevant. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
