Bug 39005 - Should avoid reindexing entire project when reopened (rsc)
Summary: Should avoid reindexing entire project when reopened (rsc)
Status: RESOLVED WONTFIX
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 M2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-17 06:00 EDT by Philipe Mulet CLA
Modified: 2003-06-17 10:25 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 Philipe Mulet CLA 2003-06-17 06:00:47 EDT
Build 3.0M1

When a project is closed, then reopened, JDT/Core will reindex it fully, though 
it may not have changed at all.

Should investigate whether the rsc delta contains sufficient information to 
avoid doing it if not necessary.
Comment 1 Kent Johnson CLA 2003-06-17 10:25:53 EDT
The project could have been closed for days. Core doesn't maintain any delta 
tree for closed projects.

There is no way to tell how much was changed on disk by other applications.