Bug 88281 - NullPointerException when doing Ctrl+O in java editor
Summary: NullPointerException when doing Ctrl+O in java editor
Status: RESOLVED DUPLICATE of bug 53390
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 85438 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-16 23:50 EST by Genady Beryozkin CLA
Modified: 2005-03-17 16:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Genady Beryozkin CLA 2005-03-16 23:50:11 EST
Although it happened in Java editor I think it's a swt bug:

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:3480)
	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:2539)
	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:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	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 07:49:33 EST
What version of Eclipse are you running? You can get the build ID from Help -> 
About Eclipse Platform.
Comment 2 Genady Beryozkin CLA 2005-03-17 08:30:29 EST
Sorry I forgot it: 3.1M5a on WinXP SP2, Hebrew Enabled.
Comment 3 Veronika Irvine CLA 2005-03-17 16:14:45 EST
Looks like another duplicate of bug 53390.
Comment 4 Veronika Irvine CLA 2005-03-17 16:15:13 EST

*** This bug has been marked as a duplicate of 53390 ***
Comment 5 John Arthorne CLA 2005-03-17 16:19:54 EST
*** Bug 85438 has been marked as a duplicate of this bug. ***