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 36143 - [2003-10-03] Make persistent state of TopComponentGroup
Summary: [2003-10-03] Make persistent state of TopComponentGroup
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 36118
  Show dependency tree
 
Reported: 2003-09-16 17:44 UTC by Peter Zavadsky
Modified: 2008-12-22 16:52 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2003-09-16 17:44:34 UTC
Currently the state of group is not persistent
which makes problems after restart when some group
was opened.
Comment 1 Peter Zavadsky 2003-09-29 12:41:10 UTC
Fixed first part in winsys_29836 branch.

There were added falgs:
opened    into GroupConfig (type boolean)
wasOpened into TCGroupConfig (type boolean).

Those flags needs to be serialized actually.
Reassigning to Marek.
(You can debug deserialized values thru
-J-Dorg.netbeans.core.windows.PersistenceHandler=0).

Change:
core/windows/../windows/Central.java 1.1.2.104
                       /PersistenceHanlder.java 1.1.2.33
                       /TopComponentGroupImpl.java 1.1.2.8
                       /model/DefaultModel.java 1.1.2.53
                             /DefaultTopComponentGroupModel.java 1.1.2.7
                             /Model.java 1.1.2.44
                             /TopComponentGroupModel.java 1.1.2.6
                       /persistence/TCGroupConfig.java 1.1.2.2

Comment 2 mslama 2003-10-01 09:09:48 UTC
Done in persistence, DTDs and tests are updated.