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 32098 - [WinSys] Component is not serializable.
Summary: [WinSys] Component is not serializable.
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 15:41 UTC by mslama
Modified: 2008-12-23 09:46 UTC (History)
1 user (show)

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 mslama 2003-03-18 15:41:24 UTC
This message is logged to console during project
switching. It happens when
WorkspaceImpl.findMode(TopComponent) is called
from TCRefImpl.fileDeleted() to find Mode. ->
TopComponent is searched also using ID but it is
not necessary in this case. We need to find simply
Mode with this component if it exists.
Comment 1 mslama 2003-03-18 16:30:57 UTC
Fixed in main trunk. Added method
WorkspaceImpl.findLoadedMode(TopComponent). It is used only from
TCRefImpl.fileDeleted().

Modified:
core/src/org/netbeans/core/windows/WorkspaceImpl.java r.1.117
core/src/org/netbeans/core/windows/layers/TCRefImpl.java r.1.53

Comment 2 Marian Mirilovic 2003-06-11 14:50:35 UTC
verified in [nb_dev](200306110100)