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

Summary: NullPointerException at javax.swing.TransferHandler$DropHandler.drop
Product: platform Reporter: petrk
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: alexvsimon, bokc, halloei, legitalk, markiewb, petrk, vriha, vv159170, zdenek.rod
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206002
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

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