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 - Delay IDE window disappearance and finishing of pending tasks during exit should be monitored
Summary: Delay IDE window disappearance and finishing of pending tasks during exit sho...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 14:17 UTC by kalle1
Modified: 2015-03-23 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.