Build: 517

Renaming Problem
----------------

When I rename a class and that class is the "Main Class" of a run/debug/test target, 
the target is not updated and so 
ends up pointing at a non-existant class.

Static Field Problem
--------------------

When I do code completion on a variable it does not show the static instance 
variables. For example

   Node n = ...;
   if ( n.getNodeT|ype() == n.ELE|

does not expand to n.ELEMENT_TYPE, but using Node.ELE| does.

(I'm not saying this is good practice of course ;) ).

Pete


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

Reply via email to