Bug 10655 - extend "extract method" refactoring [refactoring]
Summary: extend "extract method" refactoring [refactoring]
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-03-04 03:17 EST by Ilja Preuss CLA
Modified: 2009-08-30 02:20 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 Ilja Preuss CLA 2002-03-04 03:17:44 EST
please provide options to

- rename/reorder parameters
- change a parameter to a local variable (with an initial value)
- make the new method static/final (if applicable)

while extracting a method
Comment 1 Adam Kiezun CLA 2002-03-04 05:09:09 EST
to be considered after 2.0
Comment 2 Dirk Baeumer CLA 2002-07-23 09:16:24 EDT
[refactoring]

Consider for 2.1
Comment 3 Dirk Baeumer CLA 2002-10-08 12:27:15 EDT
(1) support for rename/reorder parameters is available since build > 20021008. 

(2) it only works if the expression used as an argument can be evaluated in 
    the extracted method as well.

(3) final is easy, for static we have to analyze the method body.

(2) and (3) are time permitted for 2.1
Comment 4 Dirk Baeumer CLA 2003-04-28 06:02:22 EDT
Chaning state from assigned later to resolved later. Assigned later got 
introduced by the last bug conversion and is not a supported Eclipse bug state.
Comment 5 Denis Roy CLA 2009-08-30 02:20:22 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.