IDEA doesn't seem to handle nested classes in import statements.  For
example:

package com.foo;
class A {
  public static class B {
  }
}

If I try to
  import com.foo.A.B;
in another class, IDEA flags this as an error. Worse, if I do an "optimize
imports", it removes the import entirely.




_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to