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 262836

Summary: Remember IDE state on each change rather than at application exit
Product: ide Reporter: andylaw <andylaw>
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description andylaw 2016-07-16 17:53:51 UTC
Application crash results in a loss of IDE state - project group contents and open file sets are not remembered correctly. Symptoms suggest that the IDE state is not being written to storage safely whilst the application is running. If this *is* the cause of the problem, then NetBeans should be modified to write the data out on each successful state change rather than held in memory until Exit.