Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329015 - [Property View] Element edit service should be used to set values in the model
Summary: [Property View] Element edit service should be used to set values in the model
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Remi Schnekenburger CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 329016 329017 329018
Blocks:
  Show dependency tree
 
Reported: 2010-10-29 04:50 EDT by Remi Schnekenburger CLA
Modified: 2010-10-29 05:01 EDT (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 Remi Schnekenburger CLA 2010-10-29 04:50:21 EDT
Element edit service should be used to set values in the model when editing an element in the property view. For now, eSet() has been used, but this does not ensure coherence of the model.
Comment 1 Remi Schnekenburger CLA 2010-10-29 05:01:16 EDT
This is taken in charge in the class org.eclipse.papyrus.properties.runtime.controller.EMFTPropertyEditorController#updateModel() method. The method setValueInModel() should niot be used anymore...