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 111319 - refactoring working, but some exception in status bar
Summary: refactoring working, but some exception in status bar
Status: RESOLVED DUPLICATE of bug 82142
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 16:57 UTC by cy6ergn0m
Modified: 2007-08-14 12:36 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 cy6ergn0m 2007-07-29 16:57:57 UTC
duaring refactoring (moving classes between packages):

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)


plarform: Linux x86_64 \ jdk1.6.0
X Window System Version 7.1.1
X Protocol Version 11, Revision 0, Release 7.1.1
+ KWM (kde window manager)
Comment 1 Jiri Prox 2007-07-30 12:24:10 UTC
This is JDK bug. It should be fixed in 6.0_u2.
Thanks for your report

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