Priority
Normal
Type
Feature 
State
Won't fix 
Assignee
Unassigned 
Subsystem
Refactoring 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7675
Severity
0
  • Submitted by   Howard M. Lewis Ship
    2 years ago (01 Feb 2008 20:59)
  • Updated by Howard M. Lewis Ship
    2 years ago (01 Feb 2008 21:03)
  • Jira: IDEA-17044
    (history, comments)

IDEA-17044

Extract Method refactoring to a super class

0
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.

Issue was resolved
Comments (1)
 
History (0)
 
Links
 
Dmitry Jemerov
  Dmitry Jemerov
01 Feb 2008 21:03
(2 years ago)
#permalink
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.