Community
Participate
Working Groups
= Problem description = org.eclipse.sphinx.emf.edit.ExtendedItemProviderAdapter#overlayImage(Object, Object) adds an exclamation mark as overlay image to the icons of EObjects that are proxies so as to facilitate their identification in the UI by the user. While this works well for single-valued reference features the overlay image is added for multi-valued reference features only if the first EObject in the list is a proxy but not if only one or several of the subsequent EObjects are proxies. = Resolution proposal = Improve implementation of org.eclipse.sphinx.emf.edit.ExtendedItemProviderAdapter#overlayImage(Object, Object) so as to fully support multi-valued EObject lists as well.
Fixed as proposed in description. The location to modify was however org.eclipse.sphinx.emf.edit.ExtendedItemPropertyDescriptor.getLabelProvider(...).new IItemLabelProvider() {...}.getImage(Object).
Mass-closing Resolved tickets