Bug 381540 - Different searches contains same result
Summary: Different searches contains same result
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Zhi Zhu CLA
QA Contact:
URL:
Whiteboard: EGLAR
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 05:41 EDT by Yang Yang CLA
Modified: 2017-02-23 14:07 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yang Yang CLA 2012-06-04 05:41:00 EDT
Build Identifier: 0.8.1.v201206022102

Search for "Library", "Service", "Delegate", etc. in org.eclipse.edt.compiler &  org.eclipse.edt.mof.eglx.jtopen all contains same result.

1) Open a new workspace. 
2) Check out org.eclipse.edt.compiler &  org.eclipse.edt.mof.eglx.jtopen into workspace. 
3) Open EGL search
4) Search "*", "Library", "All occurrences" & "Workspace", returns 46 matches, and org.eclipse.edt.compiler/egl.lang.reflect/ProxyTypes.egl contains 11, org.eclipse.edt.mof.eglx.jtopen/IBMiFunction.egl contains 1. 
5) Search "*", "Service", "All occurrences" & "Workspace", returns 16 matches, and also contains the 12 results mentioned previously.
6) Search "*", "Interface", "All occurrences" & "Workspace", returns 17 matches, and also contains these 12 results. 
7) After tried several searches, some other results also appears in different searches. 

Reproducible: Always
Comment 1 Brian Svihovec CLA 2012-06-05 15:15:13 EDT
I am guessing that this happens in 0.8.0 as well, so I am deferring this until Future so that it can be addressed with our other search defects.
Comment 2 Yang Yang CLA 2012-06-05 22:23:13 EDT
I did try in 0.8 (Version: 0.8.0.v201204041632), and the problem remains the same. 

(In reply to comment #1)
> I am guessing that this happens in 0.8.0 as well, so I am deferring this until
> Future so that it can be addressed with our other search defects.