Bug 5092 - Open type list - no longer works if ever cancelled during indexing
Summary: Open type list - no longer works if ever cancelled during indexing
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-19 05:13 EDT by Philipe Mulet CLA
Modified: 2001-10-19 09:55 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 2001-10-19 05:13:08 EDT
Build 205

Attempting to patch a binary project. I manually expanded its sources in a
source folder, and then force a refresh from local.

Then immediatly, I tried to open the type I wanted to patch, I got a dialog
indicating that indexing was still in progress. 

I then cancelled my action (open type), and got a "No types available".
Tried again later. The dialog came up again with "No types available", even
though indexing was finished by then.

It seems to have cached the empty list, and I remember this bug around 0.9.
Comment 1 Adam Kiezun CLA 2001-10-19 09:55:13 EDT
put a fix for 206
cache is not reused when last result was an empty list - this sould fix it.
will ask Philippe to verify it.