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 126795

Summary: CloneViewAction seems to be redundant
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: ActionsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: API
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Jaromir Uhrik 2008-02-06 07:56:13 UTC
It looks like action org.openide.actions.CloneViewAction is no more used. I haven't found any usage in the repository
and it seems to me that for the purpose of cloning documents we have
org.netbeans.core.windows.actions.CloneDocumentAction. Feel free to close this issue if I am wrong.
Comment 1 Jiri Rechtacek 2008-02-06 11:42:59 UTC
CloneViewAction should be marked as deprecated at first.
Comment 2 Jaroslav Tulach 2010-10-08 04:01:51 UTC
Almost all actions in org.openide.actions are or should be useless. There is not much to do about I think.