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

Reply via email to