Community
Participate
Working Groups
The implementation of method List<PictogramElement> getPictogramElements(Diagram diagram, EObject eObject); in the class LinkServiceImpl is wrong. It must consider all linked business objects and not only the first. Please, add an additional loop in the search.
Implementation in class LinkServiceImpl changed. It uses getAllBusinessObjectsForLinkedPictogramElement() instead of getBusinessObjectForLinkedPictogramElement(). The automated junit tests were also extended.
Part of 0.7.0 release