Bug 209083 - [search] WSDLComponentFinder keep searching even when the operation is canceled or done
Summary: [search] WSDLComponentFinder keep searching even when the operation is cancel...
Status: NEW
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.wsdl (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-11-07 14:57 EST by Mohamed Badr CLA
Modified: 2010-07-20 11:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mohamed Badr CLA 2007-11-07 14:57:30 EST
Build ID: M20070212-1330

Steps To Reproduce:
I have a dialog that allow the user to select some WSDL elements. I'm using org.eclipse.wst.wsdl.ui.internal.edit.WSDLComponentFinder to do the search. in the implementation, I noticed that the API is using a new NullProgressMonitor and doesn't give me ability to set my own progress monitor. 
As a result, when the user close the dialog (by canceling or selecting something) WSDL will still be searching for a while ( depending how big is the model)

It will be great to allow the API to take a progress monitor. 


More information: