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 118507 - [60cat] Drag and drop works but shows NPE
Summary: [60cat] Drag and drop works but shows NPE
Status: RESOLVED DUPLICATE of bug 82142
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 09:37 UTC by gugrim
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gugrim 2007-10-11 09:37:42 UTC
[ BUILD # : 20071010000 ]
[ JDK VERSION : 1.6.0_02 ]

When moving some code using drag-and-drop I am notified that the
following exception has occured althoug everything works fine.

java.lang.NullPointerException
	at sun.awt.X11.XSelection.checkChange(XSelection.java:749)
	at sun.awt.X11.XSelection.access$200(XSelection.java:30)
	at
sun.awt.X11.XSelection$SelectionEventHandler.dispatchEvent(XSelection.
java:758)
	at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:482)
	at sun.awt.X11.XToolkit.run(XToolkit.java:626)
	at sun.awt.X11.XToolkit.run(XToolkit.java:560)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Vitezslav Stejskal 2007-10-11 10:20:58 UTC
A JDK problem, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6511815.

*** This issue has been marked as a duplicate of 82142 ***