Bug 36896

Summary: [search] Add visibility to ITypeNameRequestor
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 42381, 49007, 50175    

Description Jerome Lanneluc CLA 2003-04-25 09:12:18 EDT
Build 2.1

When searching all type names, UI would like the type visibility reported as 
well.
Comment 1 Philipe Mulet CLA 2003-06-13 05:09:45 EDT
Should only be part of new search APIs (for java-like languages)
Comment 2 Philipe Mulet CLA 2004-05-10 05:54:04 EDT
Post 3.0
Comment 3 Philipe Mulet CLA 2004-05-10 13:15:36 EDT
Need to be fixed only in new search API. Provide equivalent mechanism for type 
names.
Comment 4 Jerome Lanneluc CLA 2004-09-23 09:20:52 EDT
Reconsidering in 3.1
Comment 5 Frederic Fusier CLA 2005-03-12 11:31:14 EST
In fact this requirement has been addressed while fixing bug 81498.
ITypeNameRequestor has been deprecated and TypeNameRequestor which replaces it
carry on modifier flags where client may get type visibility while accepting it.
Caution, as said in @param modifiers javadoc comment, visibility may sometimes
be implicit as public for interface...
Comment 6 Olivier Thomann CLA 2005-03-30 15:07:41 EST
Verified in I20050330-0500