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 251379

Summary: Delay IDE window disappearance and finishing of pending tasks during exit should be monitored
Product: platform Reporter: kalle1
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description kalle1 2015-03-23 14:17:42 UTC
When exiting the IDE the window disappears, but some tasks are still pending, e.g. closing native projects. The progress of these pending tasks should be monitored (e.g. with a progress dialog) until the closing has been finished. Only some tasks (e.g. "closing native projects") use such a dialog which leads to the rather strange behavior that up to 30 seconds after the window disappeared the progress monitor of the tasks shows up. The user has to monitor the `java` process in order get an idea whether `netbeans` has been shutdown. That's not too elegant.