Bug 36896 - [search] Add visibility to ITypeNameRequestor
Summary: [search] Add visibility to ITypeNameRequestor
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 42381 49007 50175
  Show dependency tree
 
Reported: 2003-04-25 09:12 EDT by Jerome Lanneluc CLA
Modified: 2005-03-30 15:07 EST (History)
0 users

See Also:


Attachments

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