Bug 14594

Summary: "Open type" doesn't find types in project with Java nature added
Product: [Eclipse Project] JDT Reporter: Jared Burns <jared_burns>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: Other   
OS: other   
Whiteboard:

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.