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 - ClassCastException from CloneViewAction
Summary: ClassCastException from CloneViewAction
Status: CLOSED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on: 33557
Blocks:
  Show dependency tree
 
Reported: 2003-05-09 11:35 UTC by Marian Mirilovic
Modified: 2003-12-11 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ClassCastException - stack trace (1023 bytes, text/plain)
2003-05-09 11:36 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
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.