Bug 494648 - [Diagram][Reconciler] must allow to reconcile a model between several versions
Summary: [Diagram][Reconciler] must allow to reconcile a model between several versions
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Diagram (show other bugs)
Version: 1.2.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard: Confirmed
Keywords:
Depends on:
Blocks: 512478 492522
  Show dependency tree
 
Reported: 2016-05-26 09:23 EDT by Vincent Lorenzo CLA
Modified: 2019-02-15 09:20 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2016-05-26 09:23:07 EDT
I created a reconciler from luna to mars for the bug 492522, so this reconcilier is registered from 1.0.0 to 1.1.0. The current code of org.eclipse.papyrus.infra.gmfdiag.common.reconciler.DiagramReconcilersReader
ignore it, so 
- we are not able to open a model and reconcile it when there are more than 1 version of differences! 
- we need to increase the reconciler version for each new Papyrus version.

+ the class DiagramVersioningUtils contains the number of the current version. -> Big rick to forgot to update it for each new version.
Comment 1 Quentin Le Menez CLA 2019-02-15 09:20:42 EST
The reconciliers should allow the user to input and output the desired versions and let them chain the changes instead of having to find the correct one for the desired version and go though each of them manually.