Bug 323400 - DestroyElementCommand only tries to use the GMF cross referencer
Summary: DestroyElementCommand only tries to use the GMF cross referencer
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 11:18 EDT by Mathieu Velten CLA
Modified: 2010-08-23 11:20 EDT (History)
0 users

See Also:


Attachments
patch v1 (2.03 KB, patch)
2010-08-23 11:20 EDT, Mathieu Velten CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Velten CLA 2010-08-23 11:18:46 EDT
Build Identifier: 

in the tearDownIncomingReferences of DestroyElementCommand, cross references are correctly retrieved only if the GMF cross referencer is available on the EObject.
After a model reload, this cross referencer can be unavailable on model elements that don't have a matching notation element.

The provided patch uses any cross referencer available to retrieve the references.

Reproducible: Always
Comment 1 Mathieu Velten CLA 2010-08-23 11:20:13 EDT
Created attachment 177230 [details]
patch v1