eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

QueryResultView.loadExistingEngine assumes engine is prepared #141

Closed eclipse-viatra-bot closed 3 months ago

eclipse-viatra-bot commented 3 months ago

| --- | --- | | Bugzilla Link | 582050 | | Status | ASSIGNED | | Importance | P3 normal | | Reported | Jun 09, 2023 08:58 EDT | | Modified | Jun 09, 2023 10:05 EDT | | Version | 2.8.0 | | Reporter | Balazs Grill |

Description

The implementation of org.eclipse.viatra.query.tooling.ui.queryresult.QueryResultView.loadExistingEngine(AdvancedViatraQueryEngine) handles the created input as "read-only" preventing further queries to be loaded on it.\ In our use case we'd like to inject a Viatra Query Engine prepared on a model scope, but the patterns would be loaded later.

eclipse-viatra-bot commented 3 months ago

By Balazs Grill on Jun 09, 2023 10:05

https://git.eclipse.org/r/c/viatra/org.eclipse.viatra/+/202451

ujhelyiz commented 3 months ago

This was already fixed for version 2.8 just the ticket was not closed.