eclipse-gemoc / eclipse-gemoc/gemoc-studio-modeldebugging
Clarify API about source locators and check them
- Dominant language
- Java
- Stars
- 6
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
in GEMOC it appears that we have 2 sources locators
ex: with java engine
it declares a `org.eclipse.gemoc.dsl.debug.locator` (see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L346)
and a `org.eclipse.debug.core.sourceLocators` (see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L173)
apparently the `org.eclipse.gemoc.dsl.debug.locator` is broken as the schema file name in https://github.com/eclipse/gemoc-studio-modeldebugging/blob/master/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/schema/fr.obeo.dsl.debug.locator.exsd is wrong
I'm not sure if they are redundant or if the `org.eclipse.gemoc.dsl.debug.locator` will add real value (when fixed)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.