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
(New page: The list of API changes in MDT-OCL 2.0.0)
 
Line 1: Line 1:
 
The list of API changes in MDT-OCL 2.0.0
 
The list of API changes in MDT-OCL 2.0.0
 +
 +
{| border="1"
 +
!Situation description !! Related spec. sections !! Related bug/s !! Adopting Milestone
 +
|-
 +
| Special types (ElementType, TypeType) don't exist anymore || 8.2, 13.3|| [https://bugs.eclipse.org/190150 190150], [https://bugs.eclipse.org/259031 259031] || --
 +
|-
 +
| OclAny is the type to which all other types conform (including Collections) || 8.2 || [https://bugs.eclipse.org/189657 189657], [https://bugs.eclipse.org/191819 191819] || --
 +
|}

Revision as of 13:04, 30 June 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 --

Back to the top