This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79168

Summary: Forgotten 'Refreshing root selection model...' progress bar
Product: profiler Reporter: ehucka <ehucka>
Component: BaseAssignee: issues@profiler <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2006-06-27 08:04:09 UTC
I've selected a root method of a web application. After I had finished the
progress bar 'Refreshing root selection model...' was still animating.
Comment 1 J Bachorik 2006-06-27 09:58:29 UTC
The tree content generation process runs in a separate thread. It may have
happened that the selector window had been closed before the process finished
and the progress bar wasn't closed properly.
Added a tracking mechanism for all active progress bars - they are closed upon
closing the selector window.
Comment 2 ehucka 2006-07-24 13:46:26 UTC
verified