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

Summary: [WinSys] Component is not serializable.
Product: platform Reporter: mslama <mslama>
Component: Window SystemAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)