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

Xpand/New And Noteworthy/Xpand 2.0

< Xpand‎ | New And Noteworthy
Revision as of 09:14, 27 October 2013 by Unnamed Poltroon (Talk) (Created page with "= Xpand 2.0 = == General == Version 2.0 is the first major release since Xpand's initial transition from former openArchitectureWare. Over the time, Xpand's codebase evolved ...")

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

Xpand 2.0

General

Version 2.0 is the first major release since Xpand's initial transition from former openArchitectureWare. Over the time, Xpand's codebase evolved with solution of numerous issues, while strong backward API compatibility was kept.

API Changes

  • Class org.eclipse.internal.xtend.util.ProfileCollector removed. It was used by Xpand's MWE components (Generator, CheckComponent, XtendComponent).
  • org.eclipse.internal.xtend.expression.ast.Identifier: toValue() was removed and replaced by toString().

Back to the top