Bug 161190

Summary: [search] All type search doesn't find all types
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: frederic_fusier
Version: 3.2   
Target Milestone: 3.3 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2006-10-17 03:24:53 EDT
20061017 HEAD

1. start with an empty workpspace
2. open the 'New Plug-in Project' wizard, on the 3rd page select 'Plugin with a property page' and press finish
   note: The project references o.e.core.resources

3. use the open type dialog and look for 'ContentDescriptionManager':
   No element found
4. use the search engine and look for type declarations of 'ContentDescriptionManager': 1 match

5. the TypeNameMatchRequestorWrapper is getting the match but decides on access == null not to report it. My guess is that access restrictions should not play a role here.
Comment 1 Frederic Fusier CLA 2006-10-17 07:22:07 EDT
Remove test on access rule while accepting type.

Released for 3.3 M3 in HEAD stream.

I'll add a test case ASAP...
Comment 2 Frederic Fusier CLA 2006-10-17 09:22:33 EDT
Test case added to JavaSearchBugsTests#testBug161190()
Comment 3 Olivier Thomann CLA 2006-10-30 14:32:48 EST
Verified for 3.3 M3 using warm-up build I20061030-0800