Bug 59903 - renaming a class may change class instance names [refactoring]
Summary: renaming a class may change class instance names [refactoring]
Status: RESOLVED DUPLICATE of bug 37219
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 03:50 EDT by Zohar Amir CLA
Modified: 2005-03-09 08:59 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zohar Amir CLA 2004-04-26 03:50:34 EDT
Very often class instances' names are derived from the class name. For example, 
instances of 'MyClass' are often named 'myClass'. 
It would, therefore, be nice if these instances' names are also changed when 
the class name is changed (through refactoring). This, of course, should only 
be done when the instance name is indeed derived somehow from the class name.
Comment 1 Dirk Baeumer CLA 2004-04-26 09:53:30 EDT
Given that M9 is our last milestone for 3.0 this request has to be postponed.
Comment 2 Zohar Amir CLA 2005-03-09 04:47:08 EST
can this issue be addressed?
Comment 3 Dirk Baeumer CLA 2005-03-09 08:58:52 EST
Reopening to mark as duplicate.
Comment 4 Dirk Baeumer CLA 2005-03-09 08:59:22 EST
Unfortunatelly, our current focus for 3.1 is J2SE 5.0. As long as we have open
issues there we will not tackle new feature.

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