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 239479 - NullPointerException at javax.swing.TransferHandler$DropHandler.drop
Summary: NullPointerException at javax.swing.TransferHandler$DropHandler.drop
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 243249 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-12-13 15:55 UTC by petrk
Modified: 2016-10-25 18:44 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206002


Attachments
stacktrace (2.77 KB, text/plain)
2013-12-13 15:55 UTC, petrk
Details
stacktrace (2.77 KB, text/plain)
2014-04-09 07:16 UTC, Alexander Simon
Details
stacktrace (2.68 KB, text/plain)
2015-02-18 00:06 UTC, Exceptions Reporter
Details
stacktrace (2.77 KB, text/plain)
2015-04-08 16:30 UTC, Vladimir Voskresensky
Details
stacktrace (2.77 KB, text/plain)
2015-08-04 13:39 UTC, Vladimir Riha
Details
stacktrace (2.74 KB, text/plain)
2016-03-25 16:17 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2013-12-13 15:55:06 UTC
Build: NetBeans IDE Dev (Build 201311190002)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: SunOS

User Comments:
petrk: Drag and drop picture from browser to code editor by mistake.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.TransferHandler$DropHandler.drop(TransferHandler.java:1512)
   at java.awt.dnd.DropTarget.drop(DropTarget.java:450)
   at javax.swing.TransferHandler$SwingDropTarget.drop(TransferHandler.java:1274)
   at org.openide.text.QuietEditorPane$DelegatingDropTarget.drop(QuietEditorPane.java:526)
   at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:537)
   at sun.awt.X11.XDropTargetContextPeer.processDropMessage(XDropTargetContextPeer.java:184)
Comment 1 petrk 2013-12-13 15:55:07 UTC
Created attachment 143164 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-09 07:16:44 UTC
Created attachment 146641 [details]
stacktrace

d-n-d of imge
Comment 3 Marian Mirilovic 2015-02-04 06:36:39 UTC
*** Bug 243249 has been marked as a duplicate of this bug. ***
Comment 4 Exceptions Reporter 2015-02-18 00:06:42 UTC
Created attachment 152047 [details]
stacktrace

Attempting to drag text from a separate java application and drop it into an open "java" file.
Comment 5 Vladimir Voskresensky 2015-04-08 16:30:27 UTC
Created attachment 153098 [details]
stacktrace

copy paste
Comment 6 Vladimir Riha 2015-08-04 13:39:28 UTC
Created attachment 155166 [details]
stacktrace

D&D table from palette to PHP file
Comment 7 markiewb 2016-03-25 16:17:31 UTC
Created attachment 159002 [details]
stacktrace

Dropping .nbattrs-file into editor