Bug 62068

Summary: Index manager should use client's index location
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: pavery
Version: 3.0   
Target Milestone: 3.0 M9   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jerome Lanneluc CLA 2004-05-13 06:17:42 EDT
I20040512

Currently the index manager encodes the index location given by the client and 
put this encoded location into org.eclipse.jdt.core's metadata area. As a 
result, on shutdown the client's indexes are cleaned up since they do not 
belong to the default Java search participant.
Comment 1 Jerome Lanneluc CLA 2004-05-13 12:48:20 EDT
Fixed IndexManager to key the indexes table with the index location instead of 
the container path. The encoding of index locations for the default Java 
search participant is now done separately.
Comment 2 Frederic Fusier CLA 2004-05-19 05:44:59 EDT
Verified for 3.0 M9 with build I200405190010.