Hi,

In build 605, using the create class intention when the cursor is on a 
"new UndefinedClassHere()" statement results in a class like this:

public class UndefinedClassHere extends Object
{
   public UndefinedClassHere()
   {
      super();
   }
}

This is obviously more than a little wrong ;-)

I vote for no "extends Object" and not default constructor, please � the 
results should be just the same as selecting "New Class..." and they 
aren't.

Marc



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to