Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 223340

Summary: Unable to select a type from the installed JRE
Product: [Eclipse Project] JDT Reporter: Xiaonan Jiang <xiaonan_jiang>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert, martinae
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Xiaonan Jiang CLA 2008-03-20 08:23:13 EDT
Build ID: 3.0M5-20080218

Steps To Reproduce:
1. Launch the workbench in a new workspace
2. Select the menu "Windows/Preference".
3. Open the preference page "Java/Editor/Content Assist/Favorites".
4. Click the button "New Type".
5. Click the button "Browse"
Problem:
  In the "Type Selection" dialog, nothing will appear in the "Matching items" list.


More information:
Comment 1 Dani Megert CLA 2008-03-20 09:18:13 EDT
This uses JavaUI.createTypeDialog(...). Same problem on Organize Imports preference page.

NOTE: Simply create a Java project and you can then choose your prefs.
Comment 2 Martin Aeschlimann CLA 2008-04-04 10:55:30 EDT
Our type selection dialogs only offer types from the workspace. No changes planed.

The dialog allows you to enter the name by typing. The browse dialog is just there to help.
Comment 3 Xiaonan Jiang CLA 2010-05-04 09:34:36 EDT
accept