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

EMF/EMF 2.3/Migration Guide

< EMF‎ | EMF 2.3
Revision as of 12:40, 16 July 2007 by Codeslave.ca.ibm.com (Talk | contribs) (New page: {{stub}} There are a number of significant changes in EMF 2.3 over EMF 2.2 which require mention. This document will expand over time to include a complete list of such issues. == New...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are a number of significant changes in EMF 2.3 over EMF 2.2 which require mention.

This document will expand over time to include a complete list of such issues.

New Features

The structure of Features in EMF 2.3 has changed since EMF 2.2. See EMF 2.3 New Features Migration Guide

JDOM vs. AST

JDT's JDOM API has been deprecated for many years and it does not support Java 5.0 syntax at all. As of EMF 2.3, we've migrated to use JDT's AST API instead, which supports all Java syntax. It should now be the default for the "Facade Helper Class" property in the GenModel:

EMF2.3 FacadeHelperClass JDOMvsAST.png

So if you're friend's GenModel has this set to the older JDOMFacadeHelper, he should change it to the above value (or better yet, just use the circled button above to set it back to its default value which will be the above for EMF 2.3.0).

More Information

See also EMF 2.3 New and Noteworthy.

Back to the top