Bug 335931 - [EMF DataProvider] Missing support for EReference
Summary: [EMF DataProvider] Missing support for EReference
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 03:02 EST by Erdal Karaca CLA
Modified: 2013-01-24 15:32 EST (History)
0 users

See Also:


Attachments
Support for EReference in value proeprty creation (1.98 KB, patch)
2011-02-01 03:03 EST, Erdal Karaca CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erdal Karaca CLA 2011-02-01 03:02:22 EST
EReferences are not handled in this method: org.eclipse.e4.xwt.emf.EMFDataProvider.createValueProperty(Object, String).

E.g. if the data binding tries to resolve a reference that is not contained in the container (no containment), the resolution of that binding will fail.
Comment 1 Erdal Karaca CLA 2011-02-01 03:03:46 EST
Created attachment 188024 [details]
Support for EReference in value proeprty creation