Community
Participate
Working Groups
ModelExplorerView#revealSemanticElement() does not seem to work anymore in trunk (0.8.0). In case the element to reveal is directly owned by the root (in a non-collapsible manner) the reveal and select may work, but it wont for most cases. This looks like a regression (worked in 0.7.X).
right, the bug comes from bad adaptation of a linkItem to obtain the reference do ((IAdaptable)wrapper).getAdapter(EReference.class); not ((IAdaptable)wrapper).getAdapter(EObject.class) done in the revision 3934 (in the head)