Community
Participate
Working Groups
Hey-- When I have a tree node expanded in the Package Explorer, and I add a class, the node that was at the old index of the expanded node is expanded, not the node that corresponds to the same class. Simplified conceptual example: PRIOR TO ADDING CLASS --------------------- - ClassB.java + ClassC.java - fieldC - methodC() POST ADDING CLASS ----------------- - ClassA.java + ClassB.java - fieldB - methodB() - ClassC.java Deletion doesn't appear to have the reverse effect.
Still exists under 2.0.1.
this is a known JFace expansion problem - moving to Platform UI
*** This bug has been marked as a duplicate of 3840 ***