This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 424423 - Mark deprecated platform UI extension points for actions to be removed in Luna
Summary: Mark deprecated platform UI extension points for actions to be removed in Luna
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 05:14 EST by Lars Vogel CLA
Modified: 2015-02-03 09:57 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2013-12-19 05:14:05 EST
Based on https://wiki.eclipse.org/Eclipse/API_Central/Deprecation_Policy I suggest to mark the following extension points and the related coding for removal:

org.eclipse.ui.actionDefinitions
org.eclipse.ui.actionSetPartAssociations
org.eclipse.ui.actionSets
org.eclipse.ui.editorActions
org.eclipse.ui.popupmenus
org.eclipse.ui.viewActions

I suggest to remove them out of the following reasons:

1.) Reduction of future code complexity to make the maintenance of the existing code basis easier
2.) Reduction of complexity (available options) for new adapters
3.) Less support workload for the platform team

According to the policy it would take two additional releases after Luna until this API could be remove which should give adapters sufficient time to migrate.
Comment 1 Lars Vogel CLA 2014-04-28 14:18:06 EDT
WONTFIX for Luna.