Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OCL/New and Noteworthy/Indigo"

(New page: Eclipse OCL New and Noteworthy items for the pre-Indigo 3.1.0 release. 3.1.0 is an intermediate release between the 3.0.0 Helios and 3.2.0 Indigo releases. It's primary purpose is to make...)
 
Line 9: Line 9:
 
====OCLinEcore editor====
 
====OCLinEcore editor====
  
Bugzillas: [https://bugs.eclipse.org/320689 320689] Enum and DataType now conform to OclAny so that e.g. oclIsInvalid is no longer undefined.
+
[https://bugs.eclipse.org/320689 320689] Enum and DataType now conform to OclAny so that e.g. oclIsInvalid is no longer undefined.
 +
 
 +
[https://bugs.eclipse.org/321171 321171] Reference opposite is now resolvable when the type is qualified.
 +
 
 +
[https://bugs.eclipse.org/321903 321903] Supertype is now resolvable when qualified.

Revision as of 05:12, 17 August 2010

Eclipse OCL New and Noteworthy items for the pre-Indigo 3.1.0 release.

3.1.0 is an intermediate release between the 3.0.0 Helios and 3.2.0 Indigo releases. It's primary purpose is to make the Examples editors more robust.

Milestone 2

Examples

OCLinEcore editor

320689 Enum and DataType now conform to OclAny so that e.g. oclIsInvalid is no longer undefined.

321171 Reference opposite is now resolvable when the type is qualified.

321903 Supertype is now resolvable when qualified.

Back to the top