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 137000

Summary: Let's have a JMX back door to save and exit
Product: platform Reporter: soupdragon <soupdragon>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description soupdragon 2008-06-11 14:49:11 UTC
Let's face up to the fact that Netbeans is prone to hang the dispatcher thread, issues causing this are resolved, but
expansion of the UI is always likely to introduce new ones. Naturally, whatever the specific cause, this happens when
you've got the maximum amount of unsaved text.

How about adding a back door way to save everything and close down when the IDE has frozen? It should be relatively easy
to expose an MBean to do this. This could have a "save all and exit" and a "exit without save" button, and maybe a list
of unsaved files.

Then, when the IDE hangs up we can run jconsole and save ourselves a lot of frustration.