Remove confusion AbstractDSLLaunchConfigurationDelegateUI classes#31
Remove confusion AbstractDSLLaunchConfigurationDelegateUI classes#31
Conversation
To better distinguish the classes org.eclipse.gemoc.dsl.debug.ide.sirius.ui.launch .AbstractDSLLaunchConfigurationDelegateUI and org.eclipse.gemoc.dsl.debug.ide.ui.launch .AbstractDSLLaunchConfigurationDelegateUI this commit renames the former to AbstractDSLLaunchConfigurationDelegateUI2 For some reason, this caused me really strange compilation errors in Eclipse, while probably tycho is not bothered.
|
Please not AbstractDSLLaunchConfigurationDelegateUI2... let say org.eclipse.gemoc.dsl.debug.ide.sirius.ui.launch.AbstractDSLLaunchConfigurationDelegateSiriusUI If it's ok with you ? I know it's a bit long but meaningful. |
|
That's perfectly OK for me! I was not very inspired for the new name :) I'll refactor the PR later today then. |
|
thanks a lot |
…ConfigurationDelegateSiriusUI
|
with the transfer of the code to the Eclipse foundation (see gemoc@eclipse), this repository is now deprecated and replaced by https://github.com/eclipse/gemoc-studio-modeldebugging/ Since only the master branch was transfered, this pull request was not taken into account. Please consider contributing/adapting this pull request to the new official repository https://github.com/eclipse/gemoc-studio-modeldebugging/ |
To better distinguish the classes
org.eclipse.gemoc.dsl.debug.ide.sirius.ui.launch.AbstractDSLLaunchConfigurationDelegateUIand
org.eclipse.gemoc.dsl.debug.ide.ui.launch.AbstractDSLLaunchConfigurationDelegateUIthis commit renames the former to
AbstractDSLLaunchConfigurationDelegateUI2For some reason, this caused me really strange compilation errors in Eclipse, while probably tycho is not bothered.