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 187882 - 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 WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 10:27 UTC by Exceptions Reporter
Modified: 2010-07-17 03:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 13452


Attachments
stacktrace (1.90 KB, text/plain)
2010-06-21 10:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-06-21 10:27:29 UTC
This issue was reported manually by mmirilovic.
It already has 29 duplicates 


Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
GUEST: dragging a button and dropping it in jframe

GUEST: First time running the Netbeans IDE




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:383)
   at org.openide.nodes.NodeTransfer.createDndFlavor(NodeTransfer.java:125)
   at org.openide.nodes.NodeTransfer.transferable(NodeTransfer.java:140)
   at org.openide.nodes.AbstractNode.clipboardCopy(AbstractNode.java:470)
   at org.openide.loaders.DataNode.clipboardCopy(DataNode.java:618)
   at org.openide.loaders.DataFolder$FolderNode.createNodeTransferable(DataFolder.java:1427)
Comment 1 Exceptions Reporter 2010-06-21 10:27:32 UTC
Created attachment 100273 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-07-16 13:08:29 UTC
Changeset: 9c06f1ba8bd2
Author:    Jaroslav Tulach <jtulach@netbeans.org>
Date:      2010-07-16 15:08
Message:   #187882 - {message}
I am not sure how to reproduce the problem, but I've added more detailed logging when the problem re-appears.
Comment 3 Quality Engineering 2010-07-17 03:46:04 UTC
Integrated into 'main-golden', will be available in build *201007170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9c06f1ba8bd2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #187882 - {message}
I am not sure how to reproduce the problem, but I've added more detailed logging when the problem re-appears.