Bug 89735 - Type selection dialog not showing interfaces.
Summary: Type selection dialog not showing interfaces.
Status: VERIFIED DUPLICATE of bug 82208
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-30 18:31 EST by Luc Bourlier CLA
Modified: 2005-05-11 08:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luc Bourlier CLA 2005-03-30 18:31:04 EST
I20050330-0500

If a type selection dialog is created using
IJavaElementSearchConstants.CONSIDER_CLASSES_AND_INTERFACES (or
IJavaElementSearchConstants.CONSIDER_TYPES) as argument for
JavaUI#createTypeDialog(), no interfaces are displayed in the selection dialog.

It looks like this happens because the Java search engine doesn't handle the new
search constants added by the fix for bug 88219.
Comment 1 Frederic Fusier CLA 2005-03-31 04:36:27 EST
This implementation was delayed to M7 due to lack of time.
We needed to split this in 2 bugs as M6 was API freeze...
 

*** This bug has been marked as a duplicate of 82208 ***
Comment 2 Maxime Daniel CLA 2005-05-11 08:51:17 EDT
Verified for 3.1 M7 using build I20050509-2010 + jdt.core HEAD.
[jdt-core internal]
Considering that JavaSearchBugsTests.testBug82208_TYPE and
testBug82208_CLASS_AND_INTERFACE show that the search completes OK.