Bug 577892 - Refactor XMLMemento to avoid code duplication
Summary: Refactor XMLMemento to avoid code duplication
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 577893
  Show dependency tree
 
Reported: 2021-12-19 12:50 EST by Sarika Sinha CLA
Modified: 2021-12-19 12:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sarika Sinha CLA 2021-12-19 12:50:37 EST
Based on Bug 577341, we need to move org.eclipse.ui.XMLMemento class in org.eclipse.ui.workbench to refactor to a place such that org.eclipse.debug.internal.core.XMLMemento and some other implementations can directly extend and avoid code duplication.