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 "QVTo/New and Noteworthy/Helios"

Line 30: Line 30:
 
===Implement concept of debuggable QVT Virtual Machine===
 
===Implement concept of debuggable QVT Virtual Machine===
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295844 295844]<br/>
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295844 295844]<br/>
=== ===
+
===Provide QVT debug core implementation===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295060 295060]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295845 295845]<br/>
=== ===
+
===Provide debug.ui implementation===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295060 295060]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=296633 296633]<br/>
=== ===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295060 295060]<br/>
+
=== ===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295060 295060]<br/>
+
=== ===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=295060 295060]<br/>
+
  
 
== M5 ==
 
== M5 ==
===Dictionary type added to Standard Library===
+
===Provide support for standalone QVTO execution===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=259556 259556]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=287685 287685]<br/>
===ListType added to Standard Library===
+
===Revise excessive checking for [inout] and [out] parameter types===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=259554 259554]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=287714 287714]<br/>
===Align QVTO grammar with the OMG specification===
+
===QVTo should align their grammars to LPGv2===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=249942 249942]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=297966 297966]<br/>
===Constructor operation support===
+
===Sync with OCL grammar on reintroducing official LPG 2 templates===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=250628 250628]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=300560 300560]<br/>
===Operation overriding in extended module===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=271320 271320]<br/>
+
===String escape characters===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=250630 250630]<br/>
+
===Multiline String literals===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=262733 262733]<br/>
+
  
 
== M6 ==
 
== M6 ==
===Break expression support===
+
===Sync with changes in OCL on implementing new _ prefix policies===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=264211 264211]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=302592 302592]<br/>
===Continue expression support===
+
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=264214 264214]<br/>
+
== M7 ==
===Import by access semantics===
+
===Accessing Eclipse console from QVTo black-box library===
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=268131 268131]<br/>
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=308049 308049]<br/>
===Import by extends semantics===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=275275 275275]<br/>
+
===New transformation invocation API===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=267751 267751]<br/>
+
===New QVT Operational Ant task===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=247429 247429]
+

Revision as of 16:23, 26 May 2010

QVT Operational 3.0.0 New & Noteworthy

M2

Support XMI serialization of AST models created by the parser

204085

Allow contextual operation in Java black-box library as non-static Java method

256149

UI creation wizard for Qvto Ant tasks

267493

Invocation API does not handle dynamic models

284989

Provide semantic highlighting to QVT editor

285007

Performance degradation of trace generation and lookup

287589

Direct support for nullable enumerations

287594

[Invocation API] input EObjects having eContainer != null can't be accessed as model extent root objects

287711

M3

Provide content viewer for qvto concrete syntax files

291458

M4

Adopt QVT CST to latest OCL 3.0.0 CST

290002

Transformation executor must accept a generic transformation URI

295060

Implement concept of debuggable QVT Virtual Machine

295844

Provide QVT debug core implementation

295845

Provide debug.ui implementation

296633

M5

Provide support for standalone QVTO execution

287685

Revise excessive checking for [inout] and [out] parameter types

287714

QVTo should align their grammars to LPGv2

297966

Sync with OCL grammar on reintroducing official LPG 2 templates

300560

M6

Sync with changes in OCL on implementing new _ prefix policies

302592

M7

Accessing Eclipse console from QVTo black-box library

308049

Back to the top