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 36944 - [doc] no manipulation of winsys from persistence routines
Summary: [doc] no manipulation of winsys from persistence routines
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 17:19 UTC by Pavel Buzek
Modified: 2008-12-22 16:47 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 Pavel Buzek 2003-10-30 17:19:46 UTC
T08 I've seen a fix in code commented like "Don't
do any winsys
manipulation from persistence routines!" Is this
mentioned somewhere
in the doc (not calling winsys from persistence
code)?
Comment 1 Peter Zavadsky 2003-11-03 12:58:12 UTC
I think it should be clear from the serialization spec itself. 
This case it was used in method readExternal (from Externalizable
interface). The javadoc to that method says that that method is used
for restoring of the object content by reading the stream. 
Also javadoc to TopComponent doesn't claim anything else then pure
deserialization.
I guess it is sufficient explanation, and should be just followed.

Pleae reopen, if you think it is needed to explicitelly to add there.
Comment 2 Marian Mirilovic 2004-03-16 16:24:07 UTC
verified