Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 95172 - [open type] Open Types dialog: types with same name not qualified if one in MRU list and other in workspace matches
Summary: [open type] Open Types dialog: types with same name not qualified if one in M...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 13:11 EDT by Nick Edgar CLA
Modified: 2006-06-16 16:15 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 Nick Edgar CLA 2005-05-13 13:11:08 EDT
build I20050513-0010

- Open Type on InternalPlatform
- it finds two matches, both show the package qualification
- choose one
- Open Type on InternalPlatform again
- the first is in the MRU list, the other is in the Workspace matches list
- neither show the package qualification

Should show the package qualification if there are multiple matches with the
same simple name, regardless of which section they're found in.
Comment 1 Dirk Baeumer CLA 2005-05-17 05:35:16 EDT
Currently the package name is only appended if the two types appear side by side.
Comment 2 Martin Aeschlimann CLA 2006-06-16 16:15:54 EDT
This seems to work in 3.2. Both entries (MRE and matches) show the qualification.