Razvan Peteanu wrote: > 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.
"do" is a reserved word in Java: http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html -- Chris Woods ICQ UIN#21740987 [EMAIL PROTECTED] Experienced Java Developer Looking For Work in Nashua, NH area: http://resumes.dice.com/objectnetworks _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
