Community
Participate
Working Groups
We should fix this, it's really annoying.
Assign to me
The fix is in the IdentifiableTreeNode (used to build the Decorators, Scenarios etc. nodes in the tree). JFace viewer class stores instances of IdentifiableTreeNode in a HashMap, but I had to override the hashCode and equals method to make sure the viewer could find them.
Complete