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
