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 197705 - ClassCastException: org.netbeans.modules.refactoring.impl.ClipboardConvertor$RefactoringPaste cannot be cast to org.openide.nodes.NodeTransfer$Paste
Summary: ClassCastException: org.netbeans.modules.refactoring.impl.ClipboardConvertor$...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 13:25 UTC by scanti
Modified: 2011-04-17 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 55306


Attachments
stacktrace (1.81 KB, text/plain)
2011-04-13 13:25 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2011-04-13 13:25:35 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
GUEST: Sorry, I have no idea what I was doing when this occurred.  I probably noticed it much later than it happened.

GUEST: Copy/Paste of a Panel




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.refactoring.impl.ClipboardConvertor$RefactoringPaste cannot be cast to org.openide.nodes.NodeTransfer$Paste
   at org.openide.nodes.NodeTransfer.findPaste(NodeTransfer.java:299)
   at org.openide.nodes.AbstractNode.createPasteTypes(AbstractNode.java:527)
   at org.openide.nodes.AbstractNode.getPasteTypes(AbstractNode.java:543)
   at org.openide.explorer.ExplorerActionsImpl.updatePasteTypes(ExplorerActionsImpl.java:349)
   at org.openide.explorer.ExplorerActionsImpl.updatePasteAction(ExplorerActionsImpl.java:335)
   at org.openide.explorer.ExplorerActionsImpl.access$500(ExplorerActionsImpl.java:91)
Comment 1 scanti 2011-04-13 13:25:40 UTC
Created attachment 107718 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-15 11:32:57 UTC
The exception was just reported, nothing else happened. Anyway lowering priority to INFO: ergonomics#d5bef6f91ba9
Comment 3 Quality Engineering 2011-04-17 08:41:53 UTC
Integrated into 'main-golden', will be available in build *201104170401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d5bef6f91ba9
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #197705: Lowering priority to INFO