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 254234 - IllegalArgumentException: failed to parse:application/x-java-openide-nodednd;class=org.openide.nodes.Node;mask=?
Summary: IllegalArgumentException: failed to parse:application/x-java-openide-nodednd;...
Status: RESOLVED DUPLICATE of bug 249481
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 09:17 UTC by gauravkanungo27
Modified: 2015-09-07 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219052


Attachments
stacktrace (1.76 KB, text/plain)
2015-08-10 09:17 UTC, gauravkanungo27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gauravkanungo27 2015-08-10 09:17:55 UTC
This bug was originally marked as duplicate of bug 225506, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
gauravkanungo27: How To Solve This Problem




Stacktrace: 
java.lang.IllegalArgumentException: failed to parse:application/x-java-openide-nodednd;class=org.openide.nodes.Node;mask=?
   at java.awt.datatransfer.DataFlavor.<init>(DataFlavor.java:475)
   at org.openide.nodes.NodeTransfer.createDndFlavor(NodeTransfer.java:129)
   at org.openide.nodes.NodeTransfer.transferable(NodeTransfer.java:147)
   at org.openide.nodes.AbstractNode.clipboardCopy(AbstractNode.java:473)
   at org.openide.loaders.DataNode.clipboardCopy(DataNode.java:631)
   at org.openide.loaders.DataFolder$FolderNode.createNodeTransferable(DataFolder.java:1428)
Comment 1 gauravkanungo27 2015-08-10 09:17:57 UTC
Created attachment 155242 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-07 14:30:46 UTC

*** This bug has been marked as a duplicate of bug 249481 ***