Bug 18621 - Query all types when project is closed prevents reindexing when project is open
Summary: Query all types when project is closed prevents reindexing when project is open
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 15:03 EDT by Jerome Lanneluc CLA
Modified: 2002-06-13 12:28 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 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.