Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 86604 - [encapsulate field] dialog opens with error status
Summary: [encapsulate field] dialog opens with error status
Status: CLOSED DUPLICATE of bug 546302
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 05:14 EST by Tobias Widmer CLA
Modified: 2019-06-17 08:38 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Widmer CLA 2005-02-25 05:14:47 EST
I20050222-0821:

Steps to reproduce:
- Create compilation unit

public class A {

private Collection fCollection;

  public Collection getCollection() {
    return fCollection;
  }
}

- Invoke "Encapsulate Field" on fCollection
-> Error, since the proposed name conflicts with getCollection
-> Should guess a unique name
Comment 1 Dirk Baeumer CLA 2005-02-25 05:41:07 EST
Not very likely to happen.
Comment 2 Eclipse Genie CLA 2019-06-14 20:07:17 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Kenneth Styrberg CLA 2019-06-16 15:11:40 EDT
Fixed in Bug 546302. https://bugs.eclipse.org/bugs/show_bug.cgi?id=546302
Comment 4 Noopur Gupta CLA 2019-06-17 08:38:38 EDT
(In reply to Kenneth Styrberg from comment #3)
> Fixed in Bug 546302. https://bugs.eclipse.org/bugs/show_bug.cgi?id=546302
Thanks, marking as a duplicate.

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