Bug 43089

Summary: Search engine doesn't report all matches
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.