This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 300703 - Refactor "Model Refactoring Wizard" code for better reuse and realignment.
Summary: Refactor "Model Refactoring Wizard" code for better reuse and realignment.
Status: CLOSED WONTFIX
Alias: None
Product: Tigerstripe (Archived)
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 11:54 EST by Jim Strawn CLA
Modified: 2012-03-19 09:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Strawn CLA 2010-01-25 11:54:49 EST
Refactor "Model Refactoring Wizard" code for better reuse and realignment. 

Some changes were made to the rename and move wizards. Both wizards are now functional, but the previous inheritance hierarchy is now broken (some reuse is still possible, but there differences present now that were not there before). This code should be revisited to see if there is a logical opportunity for code reuse, or if the wizards should be independent. If the latter is the case, the "Move" wizard should be cleaned up.
Comment 1 Navid Mehregani CLA 2012-03-19 09:46:36 EDT
This will likely result in regressions if we change around the code.