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 9386 - Problems with deserialisation of "Status" and "Log" result window.
Summary: Problems with deserialisation of "Status" and "Log" result window.
Status: CLOSED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: All Windows ME/2000
: P4 normal (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-03 12:30 UTC by Jiri Kovalsky
Modified: 2007-01-04 17:14 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 Jiri Kovalsky 2001-02-03 12:30:33 UTC
Development build of NetBeans #117 (2001-02-03) on Windows 2000 with JDK 1.3.

Description:
============
There is a problem with deserialisation of both "Status" and "Log" windows. If
they are left opened while closing NetBeans after restart of the IDE they show
up but have no contents i.e. they are completely gray. Either don't serialize
them or remember their appropriate commands for execution after restart so that
the contents can be restored.

Steps to reproduce:
===================
1. Mount JavaCVS filesystem and run "Status" and "Log" commands on some file.
2. Quit and restart the IDE without closing mode with results of both commands.
3. After it is launched the mode will appear empty.
Comment 1 Milos Kleint 2001-03-08 11:07:28 UTC
there are 2 possible ways to go.
1. close all the diff/status/los windows upon leaving netbeans.
2. remember the command and switches for each window and re-run the command. 
(thus reconstucting and updating the info.

I'm not sure about a third way where we would store/serialize the current 
content of the window and re-display the same later.
That would mean to add serialization to Commands/FileInfoContainers (at least, 
maybe more) 
Opinions? Robert? Thomas?
Comment 2 Jan Chalupa 2001-03-12 10:48:43 UTC
Version: 'Dev' -> 3.2
Comment 3 Milos Kleint 2001-04-17 17:31:07 UTC
currently fixed by disabling serialization. (in trunk)
In future might be able to serialize and re-run the command.
Comment 4 Milos Kleint 2001-04-18 16:29:02 UTC
fixed in release32 as well. (build 32)
Comment 5 Jiri Kovalsky 2001-06-09 18:54:52 UTC
Behaves as declared. Nothing is serialized so we can consider it as fixed.
Verified in development build of NetBeans #206.
Comment 6 Quality Engineering 2003-07-01 12:47:29 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.