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 - Remember IDE state on each change rather than at application exit
Summary: Remember IDE state on each change rather than at application exit
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-16 17:53 UTC by andylaw
Modified: 2016-07-16 17:56 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 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.