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 "MDT/OCL 3.0.0 API Changes"

< MDT
Line 10: Line 10:
 
| OclInvalid and invalid confusion (OclInvalid must be a type, invalid must be a literal) || 11.2.4 || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=281849 281849] || --
 
| OclInvalid and invalid confusion (OclInvalid must be a type, invalid must be a literal) || 11.2.4 || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=281849 281849] || --
 
|-
 
|-
| OrderedSet is not a subtype of Set. Set operations defined for OrderedSet in the standard library (union, intersection, including, etc.) must be dropped. || 11.6.3 || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=246962 246962] || --
+
| OrderedSet is not a subtype of Set. Set operations defined for OrderedSet in the standard library (union, intersection, including, etc.) must be dropped || 11.6.3 || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=246962 246962] || --
 +
|-
 +
| OclVoid doesn't conform to OclInvalid || 11.2.3 || || --
 +
|-
 +
| OclInvalid doesn't conform to OclVoid || 11.2.4 || || --
 
|}
 
|}

Revision as of 08:03, 8 July 2009

The list of API changes in MDT-OCL 2.0.0

Situation description Related spec. sections Related bug/s Adopting Milestone
Special types (ElementType, TypeType) don't exist anymore 8.2, 13.3 190150, 259031 --
OclAny is the type to which all other types conform (including Collections) 8.2 189657, 191819 --
OclInvalid and invalid confusion (OclInvalid must be a type, invalid must be a literal) 11.2.4 281849 --
OrderedSet is not a subtype of Set. Set operations defined for OrderedSet in the standard library (union, intersection, including, etc.) must be dropped 11.6.3 246962 --
OclVoid doesn't conform to OclInvalid 11.2.3 --
OclInvalid doesn't conform to OclVoid 11.2.4 --

Back to the top