Regarding Find Usages, it's a known problem and it's planned to be fixed in Ariadna.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 5:16 PM Subject: Re: [Eap-list] Inspection/Find Usages for parameter-less constructors > I can't reproduce it for Code Inspection, but for Find Usages: > > public class A { > > public A() { > } > > public A(int value) { > } > } > > public class B extends A { > > public B() { > } > } > > Performing an Find Usages on A.A(), it does not detect, that it is required > for B. If removed, B will not compile any longer. > > Tom > > > At 16:18 14.03.02 +0300, you wrote: > >Thomas, I can't reproduce this problem. Would you please provide an example? > >Thank you. > > > >Best regards, > >Maxim Shafirov > >IntelliJ Software, http://www.intellij.com/ > >"Develop with pleasure!" > > > > > >----- Original Message ----- > >From: "Thomas Singer" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Tuesday, March 12, 2002 2:26 PM > >Subject: [Eap-list] Inspection/Find Usages for parameter-less constructors > > > > > > > IDEA should not mark parameter-less constructors as unused, if they are > > > called implicitely from subclasses. > > > > > > Tom > > > > > > > > > _______________________________________________ > > > 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 > > > _______________________________________________ > 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
