Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362491 - KDMEntity.group does not return all union parents
Summary: KDMEntity.group does not return all union parents
Status: NEW
Alias: None
Product: MoDisco
Classification: Modeling
Component: Technologies (show other bugs)
Version: 0.9.1   Edit
Hardware: PC Windows 7
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 10:02 EDT by Christian Wulf CLA
Modified: 2012-12-19 08:55 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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