Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A AF3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • af3af3
  • AF3
  • Issues
  • #3946
Closed
Open
Issue created Dec 05, 2020 by Johannes Eder@ederGuest

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)

Assignee
Assign to
Time tracking