Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Restructuring Reviews MetaclassInstancesAdapter From MoDisco To EMF Facet"

(Reasons of the move)
(Reasons for the move)
Line 15: Line 15:
 
== Reasons for the move ==
 
== Reasons for the move ==
  
The code to be moved implements the capability to know the instances of an EClass. This feature is required by both MoDisco and EMF Facet projects, and MoDisco actually depends of EMF Facet. That is why the best location for the corresponding implementation classes is into EMF Facet.
+
The code to be moved implements the capability to know the instances of an EClass. This feature is required by both MoDisco and EMF Facet projects, and MoDisco actually depends on EMF Facet. That is why the best location for the corresponding implementation classes is into EMF Facet.
  
 
== Move Plan ==
 
== Move Plan ==

Revision as of 05:18, 30 April 2013

DRAFT


This document has to be conform to Development_Resources/HOWTO/Restructuring_Reviews

Opened CQs

No CQs are currently opened for MoDisco (cf. MoDisco CQs into IPZilla).

PMC Approval(s)

Project Plan

IP Log Approval

Review Documentation

Reasons for the move

The code to be moved implements the capability to know the instances of an EClass. This feature is required by both MoDisco and EMF Facet projects, and MoDisco actually depends on EMF Facet. That is why the best location for the corresponding implementation classes is into EMF Facet.

Move Plan

This restructuring will be embedded into Luna.

The modifications required to achieve this restructuring are tracked by the Bug 405858.


List the CQs from IPzilla that need to be moved to the "new" project

No CQ move is required : all the code has been written by MoDisco committers.

Here are the contributor declarations containing a bug id :

  • Nicolas Bros (Mia-Software) - Bug 339930 - Anticipate UI freeze : MoDisco project & externalize Strings
  • Nicolas Bros (Mia-Software) - Bug 339930 - Anticipate UI freeze : MoDisco project & externalize Strings
  • Gregoire Dupe (Mia-Software) - Bug 405858 - Copy of MetaclassInstancesAdapter files from MoDisco
  • Gregoire Dupe (Mia-Software) - Bug 405858 - Copy of MetaclassInstancesAdapter files from MoDisco
  • Nicolas Bros (Mia-Software) - Bug 308234 - NPE with Facet when saving
  • Nicolas Bros (Mia-Software) - Bug 307999 - [Facet] Not real time update face
  • Nicolas Bros (Mia-Software) - Bug 327633 - [Model Browser] avoid blocking the UI
  • Fabien Giquel (Mia-Software) - Bug 336903 - [Model Browser] : metaclasses cache issue with some model update events
  • Gregoire Dupe (Mia-Software) - Bug 405858 - Copy of MetaclassInstancesAdapter files from MoDisco
  • Gregoire Dupe (Mia-Software) - Bug 405858 - Copy of MetaclassInstancesAdapter files from MoDisco

Non of the bug id are decatred in the MoDiso IP log

Here are the contributor declarations which does not any containing a bug id :

  • Nicolas Bros (Mia-Software) - initial API and implementation
  • Nicolas Bros (Mia-Software) - initial API and implementation
  • Nicolas Bros (Mia-Software) - initial API and implementation

Nicolas Bros is a MoDisco committer since July 2009, so those "initial API and implementation" are not associated to any CQ.

List committers who will be on the "new" project

This restructuring do not need any commiter changes.

List any committers who should be removed from the "old" project

This restructuring do not need any commiter changes.

Describe the project infrastructure changes that you need to support the move

No changes are required for this restructuring.

Back to the top