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 220717 - NullPointerException at sun.awt.datatransfer.DataTransferer.translateTransferable
Summary: NullPointerException at sun.awt.datatransfer.DataTransferer.translateTransfer...
Status: RESOLVED DUPLICATE of bug 207923
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 08:30 UTC by sreimers
Modified: 2012-10-24 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193996


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2012-10-24 08:30:52 UTC
This bug was originally marked as duplicate of bug 207923, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201210210002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b05, Java(TM) SE Runtime Environment, 1.8.0-ea-b61
OS: Mac OS X

User Comments:
sreimers: Copy two files from different folders in projects view




Stacktrace: 
java.lang.NullPointerException
   at sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:1411)
   at sun.lwawt.macosx.CDataTransferer.translateTransferable(CDataTransferer.java:131)
   at sun.lwawt.macosx.CClipboard.setContentsNative(CClipboard.java:76)
   at sun.awt.datatransfer.SunClipboard.setContents(SunClipboard.java:110)
   at org.netbeans.NbClipboard$SetContents.run(NbClipboard.java:446)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
Comment 1 Marian Mirilovic 2012-10-24 09:31:51 UTC

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