Bug 313084 - [pull up] Pull up refactoring: Use compare when selecting items pull up
Summary: [pull up] Pull up refactoring: Use compare when selecting items pull up
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 05:02 EDT by Channing Walton CLA
Modified: 2010-05-18 09:22 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 Channing Walton CLA 2010-05-17 05:02:14 EDT
The pull up refactoring helpfully finds methods in all subclasses with the same signature as the method being pulled up, and allows you to select which ones to pull up.

It would be useful to be able to select two of the methods and be shown a comparison of the two methods.

Actually, what I really want to know is if all the suggested methods are identical (ignoring whitespace etc) so that I don't have to manually compare them all.
Comment 1 Dani Megert CLA 2010-05-18 09:22:37 EDT
Nice idea.