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 33129

Summary: TopComponent.getSystemActions() provides CloneViewAction even if TopComponent.Cloneable is not implemented
Product: platform Reporter: _ tboudreau <tboudreau>
Component: Window SystemAssignee: mslama <mslama>
Status: CLOSED DUPLICATE    
Severity: blocker CC: jglick, pzavadsky
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2003-04-22 15:49:45 UTC
See issue 33117, CCE on clone action in output window.
The core problem is that OutputTabTerm does not
implement
TopComponent.Cloneable, but CloneViewAction is
supplied
anyway.
Comment 1 Jesse Glick 2003-04-22 17:53:28 UTC
Agreed that it is a poor default, but does not seem critical - any
component has the opportunity to override the list with a better set
of actions. Thus only really affects module developers, assuming all
kinds of TC's used in NetBeans have been checked for a sane action list.
Comment 2 mslama 2003-05-14 12:33:08 UTC
Fixed as part of issue #33557.
Comment 3 mslama 2003-05-14 12:33:29 UTC

*** This issue has been marked as a duplicate of 33557 ***
Comment 4 Marian Mirilovic 2003-07-23 15:52:17 UTC
verified, closed - it's duplicate.