Remove unused GEF/SWT editors/views
In the course of the transition of GEF/SWT editors and views to JavaFX, those editors and views have been removed from the plugin.xml files of the respective plugins but the source code still exists. The reason for this is that if anything does not work in the newly built editors/views, we can immediatly switch back to the old implemention. In particular, w.r.t. to the practical course during summer 2020 this is necessary to prevent from blockers in the course.
The source code of the following editors/views (binding+editor) still
has to be removed:
(IMPORTANT: This list is not complete. Further editors/views may be
added to this list)
Kernel:
- org.fortiss.tooling.kernel.ui.internal.views.LibraryView [Model Elements View]
AF3:
- org.fortiss.af3.task.ui.editor.TaskArchitectureEditorBinding
- org.fortiss.af3.state.ui.editor.StateAutomatonEditorBinding
- org.fortiss.af3.state.ui.editor.StateAutomatonTabularEditorBinding
- org.fortiss.af3.state.ui.editor.StateEditorBinding
- org.fortiss.af3.state.ui.editor.DataStateEditorBinding
- org.fortiss.af3.safetycases.ui.editor.SafetyCasesEditorBinding
- org.fortiss.af3.safetycases.ui.editor.ArgumentModuleEditorBinding
- org.fortiss.af3.safetycases.ui.editor.ContractModuleEditorBinding
- org.fortiss.af3.safetycases.ui.editor.ModuleRefEditorBindings
- org.fortiss.af3.platform.ui.editor.PlatformArchitectureEditorBinding
- org.fortiss.af3.platform.hierarchic.ui.editor.ClusterStructureEditorBinding
- org.fortiss.af3.platform.hierarchic.ui.editor.NodeStructureEditorBinding
- org.fortiss.af3.platform.hierarchic.ui.editor.OffChipNetworkStructureEditorBinding
- org.fortiss.af3.platform.hierarchic.ui.editor.TileStructureEditorBinding
- org.fortiss.af3.partition.ui.editor.PartitionEditorBinding
- org.fortiss.af3.operatorpanel.ui.editor.OperatorPanelEditorBinding
- org.fortiss.af3.operatorpanel.ui.editor.OP3DDisplayEditorBinding
- org.fortiss.af3.mode.ui.editor.ModeAutomatonEditorBinding
- org.fortiss.af3.mode.ui.editor.ModeEditorBinding
- org.fortiss.af3.mode.ui.editor.ModeComponentStructureBinding
- org.fortiss.af3.mira.ui.editorbinding.RequirementEditorBinding
- org.fortiss.af3.mira.ui.editorbinding.GlossaryEditorBinding
- org.fortiss.af3.mira.ui.editorbinding.AnalysisEditorBinding
- org.fortiss.af3.mira.ui.editorbinding.RequirementsContainerEditorBinding
- org.fortiss.af3.mira.ui.editorbinding.RequirementsPackageEditorBinding
- org.fortiss.af3.expression.ui.editor.DataDictionaryEditorBinding
- org.fortiss.af3.expression.ui.editor.DataDictionaryEvaluatorBinding
- org.fortiss.af3.cosimulation.ui.editor.ExternalSpecificationEditorBinding
- org.fortiss.af3.component.ui.editor.ComponentStructureEditorBinding
- org.fortiss.af3.component.ui.editor.ComponentArchitectureEditorBinding
(from redmine: issue id 3946, created on 2020-03-17)