Bug 85438 - NPE in Widget.wmKeyDown
Summary: NPE in Widget.wmKeyDown
Status: RESOLVED DUPLICATE of bug 88281
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 10:52 EST by John Arthorne CLA
Modified: 2005-03-17 16:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2005-02-16 10:52:05 EST
Build: I20050215-0800

I found this NPE in my log file using yesterday's build.  Sorry, I don't know
what I was doing at the time and didn't observe any adverse side-effects.

java.lang.NullPointerException
	at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1348)
	at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3333)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3053)
	at org.eclipse.swt.widgets.Text.windowProc(Text.java:1742)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3481)
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1619)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2540)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1612)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
	at org.eclipse.core.launcher.Main.run(Main.java:887)
	at org.eclipse.core.launcher.Main.main(Main.java:871)
Comment 1 Veronika Irvine CLA 2005-03-17 16:08:45 EST

*** This bug has been marked as a duplicate of 8821 ***
Comment 2 John Arthorne CLA 2005-03-17 16:19:41 EST
Wrong duplicate
Comment 3 John Arthorne CLA 2005-03-17 16:19:53 EST

*** This bug has been marked as a duplicate of 88281 ***