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 237362 - NullPointerException at java.awt.datatransfer.SystemFlavorMap.getAllNativesForType
Summary: NullPointerException at java.awt.datatransfer.SystemFlavorMap.getAllNativesFo...
Status: VERIFIED DUPLICATE of bug 236827
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.4
Hardware: All All
: P1 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: JDK_8, JDK_SPECIFIC
: 237506 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-20 07:53 UTC by robyter
Modified: 2013-10-24 06:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204643


Attachments
stacktrace (853 bytes, text/plain)
2013-10-20 07:53 UTC, robyter
Details
stacktrace (5.29 KB, text/plain)
2013-10-23 08:17 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description robyter 2013-10-20 07:53:24 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 25.0-b53, Java(TM) SE Runtime Environment, 1.8.0-ea-b111
OS: Windows 7

User Comments:
GUEST: after click ctrl+space

robyter: Happened when I tried to copy text (ctrl + c)

lhochet: happens every time I do a ctrl+c, reported as a RequestProcessor$SlowItem exception though

GUEST: don't know what happened.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.datatransfer.SystemFlavorMap.getAllNativesForType(SystemFlavorMap.java:1327)
   at java.awt.datatransfer.SystemFlavorMap.getNativesForFlavor(SystemFlavorMap.java:702)
   at sun.awt.datatransfer.DataTransferer.getFormatsForFlavors(DataTransferer.java:721)
   at sun.awt.windows.WDataTransferer.getFormatsForFlavors(WDataTransferer.java:177)
   at sun.awt.datatransfer.DataTransferer.getFormatsForTransferable(DataTransferer.java:659)
   at sun.awt.windows.WClipboard.setContentsNative(WClipboard.java:75)
Comment 1 robyter 2013-10-20 07:53:25 UTC
Created attachment 141305 [details]
stacktrace
Comment 2 Jiri Skrivanek 2013-10-23 08:17:54 UTC
Created attachment 141451 [details]
stacktrace

Select something in editor and do copy action (Ctrl+C).
Comment 3 Exceptions Reporter 2013-10-23 08:18:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=204643
Comment 4 Jiri Skrivanek 2013-10-23 08:20:50 UTC
It is easily reproducible and it blocks tests.
Comment 5 Jan Peska 2013-10-23 10:41:03 UTC
*** Bug 237506 has been marked as a duplicate of this bug. ***
Comment 6 Antonin Nebuzelsky 2013-10-23 14:53:10 UTC

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