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 - CloneViewAction seems to be redundant
Summary: CloneViewAction seems to be redundant
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2008-02-06 07:56 UTC by Jaromir Uhrik
Modified: 2010-10-08 04:01 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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