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

Summary: D&D of .java files from one package to another
Product: platform Reporter: Tim Lebedkov <lebedkov>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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