Bug 209083

Summary: [search] WSDLComponentFinder keep searching even when the operation is canceled or done
Product: [WebTools] WTP Webservices Reporter: Mohamed Badr <mobadr>
Component: wst.wsdlAssignee: Project Inbox <wst.wsdl-triaged>
Status: NEW --- QA Contact: Keith Chong <keith.chong.ca>
Severity: enhancement    
Priority: P3 CC: rmah
Version: 2.0Keywords: api
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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: