Abstract and Final modifiers are mutually exclusive, so this is a bug. It is fixed in #606. Thank you for the bugreport!
Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Anuan Wolfenberger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 22:24 Subject: Re: [Eap-list] Extracting an abstract superclass > >The extracted class is made abstarct automatically when needed. If you want > >to force the class to be abstract you should do it explicitly in the editor. > >Introducing a dedicated checkbox in the dialog is not worthwhile imho. > > I also think that this automatism is ok. But another problem: When marking > a final method to get abstract, the extracted super class method gets > declared as "abstract final". > > Best regards, > Anuan > > > _______________________________________________ > 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
