Bug 383962 - Reconcile BPMN2 element creation mechanisms
Summary: Reconcile BPMN2 element creation mechanisms
Status: ASSIGNED
Alias: None
Product: BPMN2Modeler
Classification: SOA
Component: Core (show other bugs)
Version: 0.0.1   Edit
Hardware: PC Windows 7
: P4 enhancement (vote)
Target Milestone: 0.0.1-M1   Edit
Assignee: Robert Brodt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-30 07:35 EDT by Robert Brodt CLA
Modified: 2016-04-14 09:47 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 Robert Brodt CLA 2012-06-30 07:35:25 EDT
There are two ways of creating new BPMN2 elements:

1. ModelHandler#create() and
2. PropertyUtil.createObject()

#1 was part of the initial code contribution and lacked some extended functionality which was later added with #2. We should refactor these two and make sure only one method is used.
Comment 1 Eclipse Genie CLA 2015-11-28 04:22:06 EST
New Gerrit change created: https://git.eclipse.org/r/61514
Comment 2 Ralph Soika CLA 2015-11-28 04:25:41 EST
Hi Bob,
I was also about to fix this issue. So this is double checked now :-)