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 37722 - Bpt view Cut/Copy/Paste problems
Summary: Bpt view Cut/Copy/Paste problems
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: ARCH, UI
Depends on:
Blocks:
 
Reported: 2003-12-03 21:46 UTC by ivan
Modified: 2010-04-29 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2003-12-03 21:46:45 UTC
1) The bpt view has Delete Cut and Paste actions
but no    	    Copy. This doesn't make sense to
me. Cutting and pasting
    a bpt from`/to the same view doesn't make
sense.
    Copy/Pasting does make sense as a cloen&edit
operation.
    So why do we have a Cut but no Copy.
2) When I issue Paste I get the attached
exception.
3) In the short term I'd prefer that all three
actions be  eliminated since I"m not sure I can do
much with them anyway.
Comment 1 ivan 2003-12-03 21:47:59 UTC
java.lang.NullPointerException
	at java.util.Arrays$ArrayList.<init>(Arrays.java:2342)
	at java.util.Arrays.asList(Arrays.java:2328)
	at
org.openide.explorer.ExplorerActions$OwnPaste.actionPerformed(ExplorerActions.java:520)
	at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Comment 2 Milan Kubec 2004-01-06 14:22:00 UTC
Cannot reproduce the exception. Regarding Cut/Copy/Paste actions IMO
Cut and Paste are there only to move breakpoints between groups.
Comment 3 Maros Sandor 2004-02-10 10:28:24 UTC
We will reconsider all editing actions for the next promotion.
Comment 4 Jan Jancura 2004-05-31 13:25:59 UTC
has been redesigned - fixed in the main trunk
Comment 5 Quality Engineering 2010-04-29 09:15:29 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.