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 13524 - Some system options need to be deserialized aggressively
Summary: Some system options need to be deserialized aggressively
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-11 18:51 UTC by Jesse Glick
Modified: 2008-12-22 19:44 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 Jesse Glick 2001-07-11 18:51:05 UTC
[dev jul 11] Execution settings are not saved between restarts? Or
rather, they are, and show up correctly in Execution Settings in
Options window, but if you run something before opening this window
your choice of workspace will not be used. After opening it things are
OK, no need to even change it. Presumably ExecuteAction.setWorkspace
is only called when the setting is deserialized, but
ExecuteAction.getWorkspace can be called before then and be wrong.

So suggest certain system options be always deserialized early--generally,
anything which in its setter methods would call anything but putProperty.
Comment 1 Vitezslav Stejskal 2001-07-13 12:37:55 UTC
Fixed for SystemOptions used in core, module owners should check their modules, see message
http://www.netbeans.org/servlets/ReadMsg?msgId=112617&listName=nbdev
Comment 2 Jan Zajicek 2001-07-16 13:33:29 UTC
verified this case in dev #20010716
Comment 3 Quality Engineering 2003-07-01 16:45:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.