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
