Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362491

Summary: KDMEntity.group does not return all union parents
Product: [Modeling] MoDisco Reporter: Christian Wulf <chwchw>
Component: TechnologiesAssignee: Project Inbox <modisco.web-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P5 CC: gdupe
Version: 0.9.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Christian Wulf CLA 2011-10-31 10:02:11 EDT
Build Identifier: 

Concerning your KDM Ecore model:

For example, ClassUnit.getGroup() should return all its parents. Here, ClassUnit is only within the Container of a Package.
Thus, ClassUnit.getGroup() should return its Package.

If an entity is within several groups and a container, the parents of each group and the container must be returned by getGroup().

Reproducible: Always