Bug 16016 - Opening a project after starting Eclipse misses project indexes (or other internal stuff)
Summary: Opening a project after starting Eclipse misses project indexes (or other int...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 04:55 EDT by Csaba Horvath CLA
Modified: 2002-05-15 09:48 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 Csaba Horvath CLA 2002-05-15 04:55:54 EDT
I and my colleagues use Eclipse M5 both Windows NT(with high encryption SP6) 
and Windows 2000. It seems very stable and the speed of the system is very good 
compared to other IDE-s we used before. 

After two weeks of heavy use we have the following problem: if I open a project 
which was closed after starting Eclipse the indexes (or some other internal 
stuff) use for code completion, open type and organize imports seem to be 
missed. I cannot see my classes (and classes in the jars added as libraries) so 
the above features makes no use.

Steps to reproduce this (it worked for me and my colleagues also):
1. Start Eclipse.
2. Assumes there are minimum 2 java projects within Eclipse. Open the first and 
close the second. Exit Eclipse.
3. Start Eclipse. After starting there is one project open and one closed. Code 
completion and open type works fine on the opened project.
4. Close project and open the other one.
5. Code completion and open type does not contain classes in the currently 
opened project.

We try to rebuild the project, removes jars and added them again. Neither 
works. The only thing we can do is open the projects we want to work with, 
closes Eclipse and start again.
Comment 1 Philipe Mulet CLA 2002-05-15 09:40:28 EDT
Szia Csaba,

Cannot reproduce this defect anymore with latest. With 2 projects P1 and P2, it 
works fine for me; maybe some steps are missing.

Could you give it a try with a more recent build (ideally 20020514 or better, 
if using 20020514, you need to apply patches).
Comment 2 Philipe Mulet CLA 2002-05-15 09:48:26 EDT
I tried a M5 build which indeed exposed this bug. This got resolved since then.
Closing