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 103395 - D&D of .java files from one package to another
Summary: D&D of .java files from one package to another
Status: VERIFIED DUPLICATE of bug 82142
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-06 19:36 UTC by Tim Lebedkov
Modified: 2008-12-22 12:13 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 Tim Lebedkov 2007-05-06 19:36:16 UTC
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 Marian Mirilovic 2007-05-09 10:34:44 UTC
It's known JDK bug - see issue 82142. 

BTW: already fixed in JDK 7 & JDK 6 u2

*** This issue has been marked as a duplicate of 82142 ***
Comment 2 Tim Lebedkov 2007-09-19 18:41:06 UTC
ok