Bug 13284 - Cancel search doesn't cancel
Summary: Cancel search doesn't cancel
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 10:00 EDT by Christophe Elek CLA
Modified: 2002-05-16 21:36 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 Christophe Elek CLA 2002-04-10 10:00:19 EDT
M5

I created my own folder and my own regular expression search
I checked include my computer in the search
I selected teh drive C
I started the search
After 4 minutes I clicked on Cancel

the search 'seemed' to stop (the searching label does nto show any new file)But
the progressMonitor is still moving, the button still show cancel
Comment 1 Dejan Glozic CLA 2002-04-13 18:52:49 EDT
I have experienced this myself. Sometimes there is a RuntimeException thrown 
from 'ArrayList.toArray' method that makes no sense (happens in native 
arraycopy) and I am not catching it properly.
Comment 2 Christophe Elek CLA 2002-04-16 22:02:05 EDT
P1
Comment 3 Dejan Glozic CLA 2002-05-16 21:36:21 EDT
Working now as a consequence of running in a secondary thread.