I could not reproduce this problem. BTW, it's ok that the decompiled interface is shown without "public" keyword. All members of interfaces are implicitly public and java spec. strongly discourages using unnecessary modifier public in this case. Could you provide more details to reproduce this problem? You could send me a jar with the class or even its part.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Brian Majewski" <[EMAIL PROTECTED]> To: "EAP List (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, February 18, 2002 8:57 PM Subject: [Eap-list] Problem resolving subinterfaces > If I have an interface with an inner interface, #604 often ( not always ) > highlights references to the inner interface as unresolvable, although it > compiles just fine. > > Example: > > import com.chrome.test.MyInterface; > > public class Test { > public Test( TestObject o ) { > MyInterface.SubInterface value = o.getValue(); > } > } > > > SubInterface appears in the code completion popup, but then highlights as an > error. > > > Brian Majewski > Systems Architect > Chrome Systems Corporation > [EMAIL PROTECTED] > > PHONE: +1-503-963-6410 / +1-800-936-8906 > FAX: +1-503-963-6312 > www.chrome.com > > > Notice: This e-mail transmission and/or the attachments accompanying it may > contain confidential information belonging to the sender or Chrome Systems > Corporation. The information is only for the use of the intended recipient. > If you have received this transmission in error, please notify the sender > immediately by reply e-mail, and then destroy all copies of the > transmission. > > _______________________________________________ > 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
