Bug 43089 - Search engine doesn't report all matches
Summary: Search engine doesn't report all matches
Status: VERIFIED FIXED
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: 3.0 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 09:26 EDT by Dirk Baeumer CLA
Modified: 2003-10-08 07:53 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 Dirk Baeumer CLA 2003-09-15 09:26:22 EDT
N20030915

The following bug leads to failing test cases in JDT/UI tests

- create new workspace
- create project Test
- create class A in package p1
- create class B in package p2
- create class Bogus in package p3
package p3;

import p1.A;
import p2.B;

public class Bogus {
}

- open search dialog
- enter B
- specify type and all occurences

observe: class Bogus is missing in the search results

b - com.sun.rsasign
B - p2
b - sun.security.krb5.internal.crypto
Comment 1 Kent Johnson CLA 2003-09-15 14:21:37 EDT
Fixed.
Comment 2 David Audel CLA 2003-10-08 07:53:04 EDT
Verified.