> There should be two messages: "Import statement is unused" and "Import
> statement is redundant", one for each case.

Actually, the first case is not detected at all at the moment (however, it
does not seem to be a frequent case). So we should choose only one message.
What is better "unused" or "unnecessary"?

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 9:12 PM
Subject: RE: Re: [Eap-list] 606: Minor misleading error message


>
> Redundant means that there is another statement that already has the
> same effect:
>
> import a.b.*;
> import a.b.SomeClass;
>
> -> import a.b.SomeClass is redundant.
>
> There should be two messages: "Import statement is unused" and "Import
> statement is redundant", one for each case.
>
> If you only use one message for both cases: "Import statement is unused
> or redundant".
>
> Carlos
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: quarta-feira, 27 de Fevereiro de 2002 17:35
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Eap-list] 606: Minor misleading error message
> >
> >
> > Hello Russ,
> >
> > Why do you find it misleading ?  Maybe you have suggestions regarding
> > what the message should be like ?
> >
> > Best regards,
> > Yura Cangea
>
>
> _______________________________________________
> 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