eclipse-gemoc / eclipse-gemoc/gemoc-studio-modeldebugging

Create domain Model wizard does not take into account previous value from template

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Java
Stars
6
Forks
14
PR merge metrics
No merged PRs in 30d

Description

when creating a new sequential project, it creates a .dsl file with the following content:
```
name = org.eclipse.gemoc.example.k3fsm.K3fsm
ecore = platform:/resource/ecoreFilePath
k3 = qualified.class.name
```

then when trying to create a domain model project, it simply add a new value to the ecore entry

something like:
```
ecore = platform:/resource/ecoreFilePath,platform:/resource/org.eclipse.gemoc.example.k3fsm/model/k3fsm.ecore
```

It would be useful to detect that this value is actually a dummy value coming from the template and replace it with the new one.
Adding the value is still good but for next calls to the wizard of if it doesn't recognize the template.

Step to reproduce:
* File > New > Gemoc Sequential Xdsml project, Finish
* right click on the project, GEMOC Language > Create Domain Model Project for Language

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.