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

Reply via email to