Bug 14594 - "Open type" doesn't find types in project with Java nature added
Summary: "Open type" doesn't find types in project with Java nature added
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-25 08:30 EDT by Jared Burns CLA
Modified: 2002-04-25 11:26 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 Jared Burns CLA 2002-04-25 08:30:17 EDT
Build 20020423

1. With an existing selfhosting workspace, I checked out a project that didn't
have Java nature.
2. I right clicked on the project, went to "Properties," and added Java nature
to the project's capabilities.
3. Now if I click the "Open Type" button and type the name of a type which
exists in the project, the type doesn't show up in the dialog. I can navigate to
the type in the packages view, so I know it exists.

<speculation>Could it be that we're not indexing projects which have Java nature
added on the fly?</speculation>
Comment 1 Philipe Mulet CLA 2002-04-25 09:19:19 EDT
Jerome - is this us or the platform not notifying us ?
Comment 2 Jerome Lanneluc CLA 2002-04-25 11:26:50 EDT
The configure()/deconfigure() methods would not index the project/remove the 
index when called.
Fixed.