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 97356 - NPE when d'n'd class between packages
Summary: NPE when d'n'd class between packages
Status: RESOLVED DUPLICATE of bug 82142
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 09:47 UTC by Petr Chytil
Modified: 2008-12-22 10: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 Petr Chytil 2007-03-07 09:47:52 UTC
NetBeans IDE Dev (Build 200703061900)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-11-generic running on i386
en_US (nb); UTF-8

- I started IDE with clean user dir. 
- Created new project, new class in it's default package. 
- Created new package.
- Dragged and dropped the new class from it's package to the other one in
Projects window
- NPE occurred.

NPE:
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-03-14 12:05:29 UTC
Looks like JDK bug :
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6182905
Comment 2 Marian Mirilovic 2007-04-28 20:33:23 UTC
r
Comment 3 Marian Mirilovic 2007-04-28 20:35:38 UTC

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