Even a package "goto" isn't working... Tom
At 15:58 15.01.02 +0000, you wrote: >Hmm - is that why my method > > void import( Object return, Class class ) > >isn't working..? > > > > -----Original Message----- > > From: Chris Woods [mailto:[EMAIL PROTECTED]] > > Sent: 15 January 2002 15:46 > > To: [EMAIL PROTECTED] > > Subject: Re: [Eap-list] bug in #543: do() method not visible > > > > > > 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/_key >words.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 > > >*************************************************************************************** >This email and any files transmitted with it are confidential and intended >solely for the use of the individual or entity to whom they are addressed. >If you have received this email in error please notify >[EMAIL PROTECTED] immediately. > >This footnote also confirms that this email message has been swept for the >presence of computer viruses. >*************************************************************************************** > >_______________________________________________ >Eap-list mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
