Bug 21576 - Refactor: Add/Remove parameter from function
Summary: Refactor: Add/Remove parameter from function
Status: RESOLVED DUPLICATE of bug 21516
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: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 02:14 EDT by Scott Ellsworth CLA
Modified: 2002-07-15 04:48 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 Scott Ellsworth CLA 2002-07-15 02:14:55 EDT
When coding in Java, I often need to add or remove a parameter from a function 
declaration.  While I could use the "find usage" tools to find every usage, it would be a 
great convenience if I could have an automated process.


1.  Bring up a dialog to add or remove a parameter from the current function.  This should 
list all current parameters in order.
2.  For adding a parameter, I would want to give it a type, a name, and a default for 
existing entries e.g. null.
3.  Eclipse should then find every usage and add/remove as needed.
Comment 1 Adam Kiezun CLA 2002-07-15 04:48:28 EDT

*** This bug has been marked as a duplicate of 21516 ***