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 243249 - NullPointerException at javax.swing.TransferHandler$DropHandler.drop
Summary: NullPointerException at javax.swing.TransferHandler$DropHandler.drop
Status: RESOLVED DUPLICATE of bug 239479
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 11:09 UTC by zdenek.rod
Modified: 2015-02-04 06:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201768


Attachments
stacktrace (2.68 KB, text/plain)
2014-03-25 11:09 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2014-03-25 11:09:56 UTC
Build: NetBeans IDE Dev (Build 201403160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
zdenek.rod: I moved file *.class by mouse to editor.

GUEST: jsp




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.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:851)
Comment 1 zdenek.rod 2014-03-25 11:09:58 UTC
Created attachment 146299 [details]
stacktrace
Comment 2 Marian Mirilovic 2015-02-04 06:36:39 UTC

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