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 249481 - 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 FIXED
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:
: 254234 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-21 17:20 UTC by Exceptions Reporter
Modified: 2015-09-07 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214368


Attachments
stacktrace (3.51 KB, text/plain)
2014-12-21 17:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-21 17:20:45 UTC
This bug was originally marked as duplicate of bug 187882, 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.1 (Build 201408251540)
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:
GUEST: JOptionPane.showMessageDialog Is Showing red line...why???




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.nodes.AbstractNode.drag(AbstractNode.java:495)
Comment 1 Exceptions Reporter 2014-12-21 17:20:47 UTC
Created attachment 151233 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-03 16:00:20 UTC
Fix: core-main #d2206adcf2a4
Changeset: d2206adcf2a4
Message:   Replacing the MessageFormat with a simple String concatenation.
Using MessageFormat for this simple case looks like an overkill and
evidently does not work in all times.
Comment 3 Quality Engineering 2015-03-05 04:08:19 UTC
Integrated into 'main-silver', will be available in build *201503050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d2206adcf2a4
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Replacing the MessageFormat with a simple String concatenation.
Using MessageFormat for this simple case looks like an overkill and
evidently does not work in all times.
Task #249481 - IllegalArgumentException: failed to parse:application/x-java-openide-nodednd;class=org.openide.nodes.Node;mask=?
Comment 4 Ondrej Vrabec 2015-09-07 14:30:46 UTC
*** Bug 254234 has been marked as a duplicate of this bug. ***