Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
AF3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 258
    • Issues 258
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • af3
  • AF3
  • Issues
  • #3946

Closed
Open
Opened Dec 05, 2020 by Johannes Eder@ederOwner

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
AF3 2.19 - Feature Freeze
Milestone
AF3 2.19 - Feature Freeze
Assign milestone
Time tracking
None
Due date
None
Reference: af3/af3#3946