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 "VIATRA/Releases/NewAndNoteworthy1.6"

(Add Coverage link)
Line 18: Line 18:
  
 
* New customization options, e.g. EMF Scope, general Java comparison support, see {{bug|506498}}, {{bug|513147}} and {{bug|513391}}
 
* New customization options, e.g. EMF Scope, general Java comparison support, see {{bug|506498}}, {{bug|513147}} and {{bug|513391}}
* Test coverage for query evaluation prototype, see {{bug|514628}}
+
* Query test coverage can be measured and reported, see [[VIATRA/Query/UserDocumentation/QueryTestFramework#Coverage_analysis_and_reporting|the feature's documentation]] for details.
  
 
= GEF5-based visualization =
 
= GEF5-based visualization =
  
 
The Zest-based graph visualization components (Rete visualizer, Local search debugger and the graph visualization support of Viewers) was updated to rely on the latest GEF version 5.0 (available with Eclipse Oxygen). As GEF5 depends on JavaFX and e(fx)clipse, they have to be available in the runtime.
 
The Zest-based graph visualization components (Rete visualizer, Local search debugger and the graph visualization support of Viewers) was updated to rely on the latest GEF version 5.0 (available with Eclipse Oxygen). As GEF5 depends on JavaFX and e(fx)clipse, they have to be available in the runtime.

Revision as of 14:29, 15 May 2017

Development environment

  • Better error messages bug 507732
  • Tutorial bug 506618
  • New compiler options not to touch MANIFEST.MF and plugin.xml files, see bug 513754
  • Updated structure for generated private patterns, see bug 514627

Resource mapping support in Maven generator

You can now specify the location of metamodels referred to via platform:/resource URIs with the uriMappings configuration element. See this wiki page for more details. bug 507748

Query Evaluation

  • Better compatibility with incorrect notifications, e.g. duplicate delete events: strict mode in Base bug 514525
  • Dangling edges bug 512752

Query Test Framework updates

GEF5-based visualization

The Zest-based graph visualization components (Rete visualizer, Local search debugger and the graph visualization support of Viewers) was updated to rely on the latest GEF version 5.0 (available with Eclipse Oxygen). As GEF5 depends on JavaFX and e(fx)clipse, they have to be available in the runtime.

Back to the top