Bug 7051 - Smoke: NPE in JavaOutlinePage
Summary: Smoke: NPE in JavaOutlinePage
Status: RESOLVED DUPLICATE of bug 5849
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-18 11:18 EST by Martin Aeschlimann CLA
Modified: 2001-12-19 05:39 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 Martin Aeschlimann CLA 2001-12-18 11:18:48 EST
- JUnit setup
- create method foo
- type: 'new H < code assist' choose HackWorkAround2DIndexed


4 org.eclipse.ui 0 Failed to execute runnable (java.lang.NullPointerException)
org.eclipse.swt.SWTException: java.lang.NullPointerException
	at 
org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer.update
(JavaOutlinePage.java:405)
	at 
org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer.update
(JavaOutlinePage.java:442)
	at 
org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer.reconci
le(JavaOutlinePage.java:278)
	at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$1.run
(JavaOutlinePage.java:103)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java
(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java
(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java
(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:758)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:820)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
	at org.eclipse.core.launcher.Main.run(Main.java:502)
	at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
Comment 1 Claude Knaus CLA 2001-12-19 05:39:13 EST
fixed > 20011218

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