This is fixed in #612. Thank you! Best regards, Maxim Shafirov IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!"
----- Original Message ----- From: "Bevilacqua Raffaele" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 11:29 AM Subject: Re: [Eap-list] Can be static in code inspection > > What I mean is that IDEA #611 suggests me > that a method can be static even if it is > overridden in sub-classes. > > Raf > > ----- Original Message ----- > From: "Maxim Shafirov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 12, 2002 8:28 PM > Subject: Re: [Eap-list] Can be static in code inspection > > > > You are quite right. Static method cannot also have the same signature as > > one in a base class or interface. > > > > Best regards, > > Maxim Shafirov > > IntelliJ Software, http://www.intellij.com/ > > "Develop with pleasure!" > > > > > > ----- Original Message ----- > > From: "Bevilacqua Raffaele" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, March 12, 2002 7:13 PM > > Subject: [Eap-list] Can be static in code inspection > > > > > > > A method that does not use context instance fields or calls context > > instance > > > methods > > > can have static modifier. > > > This is true if there are no sub-classes that override that method. > > > Am I right ? > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > _______________________________________________ > 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
