Bug 13284

Summary: Cancel search doesn't cancel
Product: [Eclipse Project] Platform Reporter: Christophe Elek <celek>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.