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 33514

Summary: ClassCastException from CloneViewAction
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: issues@guibuilder <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P4    
Version: -S1S-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 33557    
Bug Blocks:    
Attachments: ClassCastException - stack trace

Description Marian Mirilovic 2003-05-09 11:35:16 UTC
[s1s5](030502)

Invoke Clove View action on Form designer panel ->
ClassCastException rises (see attachment)
Comment 1 Marian Mirilovic 2003-05-09 11:36:52 UTC
Created attachment 10254 [details]
ClassCastException - stack trace
Comment 2 Marian Mirilovic 2003-05-09 11:38:13 UTC
The same for Component Inspactor and Component Palette.

It will be better solve this exception by removing "Clone View" action
from the popup menu.
Comment 3 mslama 2003-05-14 12:36:28 UTC
As issue #33557 is fixed (TopComponent does not provide
CloneViewAction when it does not implement TopComponent.Cloneable
interface in trunk.) it is not necessary to fix this.
Comment 4 Marian Mirilovic 2003-07-14 13:18:38 UTC
It's fixed by fixing issue 33557 -> closing.