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/OCL/New and Noteworthy 3.0.1"

< MDT‎ | OCL
(New page: Eclipse OCL New and Noteworthy items for the Helios 3.0.1 SR1 release. ===Examples=== ====OCLinEcore editor==== [https://bugs.eclipse.org/320689 320689] Enum and DataType now conform to...)
 
Line 6: Line 6:
  
 
[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 Helios 3.0.1 SR1 release.

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