Bug 161190 - [search] All type search doesn't find all types
Summary: [search] All type search doesn't find all types
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 3.3 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 03:24 EDT by Martin Aeschlimann CLA
Modified: 2006-10-30 14:32 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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