Bug 343679

Summary: Support "change method signature" refactoring across multiple methods
Product: [Eclipse Project] JDT Reporter: Glenview Jeff <junk>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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