- Create a domain model with two entities Parent and Child, with a containment relationship beween them.
- In another project, create a instance of Parent, add a Child in it.
- Select the Parent.
- Open the "Related Elements" view in the right panel.
Exception while fetching data (/relatedElementsEvent) : The string resource '_UI_Parent_children_feature' could not be located
CurrentTreeProvider.getContainmentReferenceLabel(EObject, EReference) (and maybe other providers) do some EMF.Edit-specific magic to get the label of the containment feature which breaks for domain instances.