Bug 343679 - Support "change method signature" refactoring across multiple methods
Summary: Support "change method signature" refactoring across multiple methods
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 23:35 EDT by Glenview Jeff CLA
Modified: 2011-04-22 23:35 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glenview Jeff CLA 2011-04-22 23:35:31 EDT
Build Identifier: M20100909-0800

When I multi-select in the outline view with control-click/shift-click, I'd like to be able to apply a "change method signature" refactoring to all of the classes at once.

I've seen behavior like this implemented in good MP3 tagging software, where the attributes common across the multiple are shown, and the attributes that differ are blank.  When the user changes a field, it is applied to each of the items selected identically.

For instance, if I want to change multiple methods to private, it would be a one-step operation.  This would be very nice.


Reproducible: Always