Bug 48353 - Indexes deleted on shutdown
Summary: Indexes deleted on shutdown
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 13:37 EST by Jerome Lanneluc CLA
Modified: 2003-12-17 10:10 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-12-09 13:37:08 EST
I20031209

Everytime the Eclipse workbench is exited, indexes are deleted and thus are 
recomputed when the workbench is restarted on the next Java search query.
Comment 1 Jerome Lanneluc CLA 2003-12-09 13:42:36 EST
SearchEngine.getSearchParticipants() always return an empty array if no one 
extends the extension point.
Fixed by always returning an array with at least the default search participant.
Comment 2 Jerome Lanneluc CLA 2003-12-17 10:10:12 EST
Verified in I200312162000