Bug 45000 - Search engine finds too many types
Summary: Search engine finds too many types
Status: RESOLVED DUPLICATE of bug 44884
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-16 06:21 EDT by Martin Aeschlimann CLA
Modified: 2003-10-16 09:29 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 Martin Aeschlimann CLA 2003-10-16 06:21:51 EDT
20031010

- create:
public class A {
   Vector vector;
}
- select 'Vector', invoke 'add import'
- the wizard suggests 'A' and 'Vector', A is obviously wrong.

Set a breakpoint at AddImportOnSelectionAction line 132 to see that the search
engine (all types with name 'Vector') returns A.
Comment 1 Jerome Lanneluc CLA 2003-10-16 09:29:37 EDT

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