Edoardo, This bug is fixed in build #608.
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Edoardo Comar > Sent: Thursday, February 28, 2002 5:26 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] #607 bug with class creation on intention : extends > itself > > Given this class : > -------------------------------------- > package com.edocomar.ariadna.a0; > > public class Test { > > public void testSomething() { > FooBar _fb = new FooBar(); > } > } > -------------------------------------- > > Accept to create FooBar and you get : > > -------------------------------------- > package com.edocomar.ariadna.a0; > > public class FooBar extends FooBar { > public FooBar() { > } > } > -------------------------------------- > > A class that extends itself! > > Edo > --- > Edoardo Comar > Cape Clear Software > > *** Download the NEW CapeConnect Three *** > *** <http://www.capeclear.com/download> *** > > > > _______________________________________________ > 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
