History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17044
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Won't Fix
Assignee: Unassigned
Reporter: Howard M. Lewis Ship
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Extract Method refactoring to a super class

Created: 01 Feb 08 20:59   Updated: 01 Feb 08 21:03
Component/s: Refactoring

Build: 7,675
Severity: Low


 Description  « Hide
I often extract common code into a method, then move that method to a base class. It would be nice if those two things could be combined into a single step.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 01 Feb 08 21:03
Such an option would clutter the extract method dialog. We prefer to provide refactorings that are easily chainable, rather than trying to providing UI to perform all possible code transformations in one dialog.