Bug 18621

Summary: Query all types when project is closed prevents reindexing when project is open
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-06-01 15:03:13 EDT
Build 20020601

1. Import org.eclipse.swt and its required plugins
2. Close org.eclipse.swt.win32
3. Query all types (Ctrl+Shift+T)
4. Open org.eclipse.swt.win32
Observe: SWT is not amongst the types
Comment 1 Jerome Lanneluc CLA 2002-06-01 15:04:37 EDT
IndexSelector.computeIndexes uses getIndex(IPath) which creates an empty index 
in memory, instead of using getIndex(IPath, false).
Comment 2 Philipe Mulet CLA 2002-06-03 04:46:15 EDT
Please fix asap.
Comment 3 Jerome Lanneluc CLA 2002-06-03 04:49:02 EDT
Fixed.
Comment 4 Olivier Thomann CLA 2002-06-04 14:22:39 EDT
Verified.
Comment 5 David Audel CLA 2002-06-13 12:28:57 EDT
Verified.