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

Reply via email to