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 "MDT/UML2/New and Noteworthy/Galileo"

< MDT‎ | UML2
(Milestone 6)
(Milestone 5)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
Some bugs of note are listed below:
 
Some bugs of note are listed below:
  
 +
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=265703 265703] Regenerate UMLSwitch to fix base class ordering.
 +
 +
This defect may be of interest to those who depend on the UML2 Switch mechanism.  The order of the switch items has been changed to properly follow the inheritance hierarchy.
  
 
====Other Enhancements====
 
====Other Enhancements====
Line 28: Line 33:
 
Some bugs of note are listed below:
 
Some bugs of note are listed below:
  
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=261204 261204] New meta type StartObjectBehaviorAction needs an Icon.
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=260563 260563] Adapt to proposed EMF optimizations.
  
 
====Other Enhancements====
 
====Other Enhancements====

Latest revision as of 18:07, 24 March 2009

Milestone 6

The milestone was completed on Monday, 16 March 2009

Milestone 6 involved minor bug fixing and 1 minor enhancement.


Enhancements

267688 Apply stereotype should specify resource.

This enhancement allows users to change where the stereotype application resides. This is useful for users who may want to add stereotypes to a model that is checked into a version control system without modifying the model to which the stereotype is applied.

Bugs

Some bugs of note are listed below:


265703 Regenerate UMLSwitch to fix base class ordering.

This defect may be of interest to those who depend on the UML2 Switch mechanism. The order of the switch items has been changed to properly follow the inheritance hierarchy.

Other Enhancements

A complete list of the enhancement requests resolved in this milestone can be found here.

Milestone 5

The milestone was completed on Tuesday, 4 February 2009

Milestone 5 involved minor bug fixing. Some bugs of note are listed below:


261204 New meta type StartObjectBehaviorAction needs an Icon.

260563 Adapt to proposed EMF optimizations.

Other Enhancements

A complete list of the enhancement requests resolved in this milestone can be found here.

Milestone 4

The milestone was completed on Friday, 16 January 2009

Milestone 4 involved minor bug fixing and the application of patches contributed by the community. Some bugs of note are listed below:

232663 Avoid relative paths to models provided by plugins.

241411 No eGet, eSet, eIsSet, eUnset generated for certain redefined features.

242726 Genmodel copyright fields setting ignored for operations classes.

248008 Cache Adapter should complain very loudly when system property points to non-existent class.

256689 Missing generated package extension.

Other Enhancements

A complete list of the enhancement requests resolved in this milestone can be found here.

Milestone 3

This milestone was completed on Wednesday, 5 November 2008.

Migration to UML 2.2

The latest version of the UML superstructure specification (UML 2.2) is ready and in keeping in lock step with the changes at the OMG, the UML2 API has been updated.

*  The version of UML as defined by the OMG is UML 2.2.
*  The latest version of the UML2 API is 3.0.0.

In M3 ...

+ The UML2 API was regenerated based on updated specification changes.

+ All metamodels from which the UML2 api is generated were updated.

+ Migration code was added to migrate previous versions of serialized UML to the latest.

+ A migration guide was created: http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_3.0_Migration_Guide/guide.html

Other Enhancements

A complete list of the enhancement requests resolved in this milestone can be found here.

Milestone 2

This milestone was completed on Wednesday, 24 September 2008.

Catching up to EMF

The UML2 project directly extends EMF and as such, must keep up with version number updates and feature updates concerning code templates in the EMF project. All version numbers were updated and code templates were updated.

Associations between Stereotypes

The PackageOperations.applyProfile() now takes into account associations between stereotypes in the same profile.

Creating associations between stereotypes really implies having properties typed by the DynamicEObject's representing the stereotype application.

The StereotypeApplicationCopier now more carefully considers the impact of associations during migration.

Other Enhancements

A complete list of the enhancement requests resolved in this milestone can be found here.

Back to the top