If I have:

class B {
  LinkedList list = new LinkedList();
  {
    LinkedList dummy = new LinkedList();
    String[] list = (String[])toar[TAB]
  }
}

I get:

(String[])dummy.toArray(new String[dummy.size()]);

With a drop down box listing "dummy" and "list".  Choosing list will not 
be valid (since I just declared a new String[] variable "list" to the 
left.  Typing "this" followed by a period results in the period getting 
eaten without it getting typed.  I can hit the period again and all is 
well, but it's a bit disconcerting to lose a keystroke.

Kirk


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to