Bug 48308 - lazy evaluation in indexer causes code assist to block for a long time
Summary: lazy evaluation in indexer causes code assist to block for a long time
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 2.0.1   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 15:10 EST by John Camelon CLA
Modified: 2004-06-29 10:57 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Camelon CLA 2003-12-08 15:10:54 EST
Steps to reproduce.  

1.  Import a huge source tree into 
2.  Shut down eclipse ASAP.  
==> Index will not be fully generated.  
3.  Restart Eclipse.  
==> Indexer is not currently processing jobs it had upon shutdown. 
4.  Open up a file that you imported and try to code assist into it.
Comment 1 Andrew Niefer CLA 2004-06-14 10:45:37 EDT
Content assist no longer blocks on indexing, if the indexer is running and 
content assist needs to do a search, then it content assist will use the 
FORCE_IMMEDIATE_SEARCH waiting policy to search on the partial index instead of 
waiting for the index to complete.

The indexer still needs to start working on waiting jobs right away though.
Comment 2 Bogdan Gheorghe CLA 2004-06-24 00:08:55 EDT
Moving to future...
Comment 3 David Daoust CLA 2004-06-29 10:56:07 EDT
The original defect has been fixed.  If you wish to open another issue, please 
raise another defect.   Since the Indexer no longer blocks content assist, I am 
marking this defect as resolved