Bug 54863 - [Editors] part activation not being fired
Summary: [Editors] part activation not being fired
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P1 critical (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 13:31 EST by Tod Creasey CLA
Modified: 2019-09-13 09:20 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2004-03-15 13:31:27 EST
20030310 with platform ui loaded from HEAD

IWorkbenchPageTest and IDeprecatedWorkbenchPage test are both failing all 
suites that listen for part activation on an editor

They are all of the form:

testOpenEditor4(org.eclipse.ui.tests.api.IWorkbenchPageTest)
junit.framework.AssertionFailedError: expected:<true> but was:<false>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:149)
	at junit.framework.Assert.assertEquals(Assert.java:155)
	at org.eclipse.ui.tests.api.IWorkbenchPageTest.testOpenEditor4
(IWorkbenchPageTest.java:404)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

testOpenEditor6(org.eclipse.ui.tests.api.IWorkbenchPageTest)
junit.framework.AssertionFailedError: expected:<true> but was:<false>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:149)
	at junit.framework.Assert.assertEquals(Assert.java:155)
	at org.eclipse.ui.tests.api.IWorkbenchPageTest.testOpenEditor6
(IWorkbenchPageTest.java:518)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

testOpenEditor4(org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest)
junit.framework.AssertionFailedError: expected:<true> but was:<false>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:149)
	at junit.framework.Assert.assertEquals(Assert.java:155)
	at 
org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest.testOpenEditor4
(IDeprecatedWorkbenchPageTest.java:322)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

testOpenEditor6(org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest)
junit.framework.AssertionFailedError: expected:<true> but was:<false>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:149)
	at junit.framework.Assert.assertEquals(Assert.java:155)
	at 
org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest.testOpenEditor6
(IDeprecatedWorkbenchPageTest.java:436)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test2(org.eclipse.ui.tests.zoom.ActivateTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test4(org.eclipse.ui.tests.zoom.ActivateTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test5(org.eclipse.ui.tests.zoom.ActivateTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test6(org.eclipse.ui.tests.zoom.ActivateTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test1(org.eclipse.ui.tests.zoom.CloseEditorTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test2(org.eclipse.ui.tests.zoom.CloseEditorTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test1(org.eclipse.ui.tests.zoom.HideViewTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test2(org.eclipse.ui.tests.zoom.OpenEditorTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test4(org.eclipse.ui.tests.zoom.OpenEditorTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test2(org.eclipse.ui.tests.zoom.ShowViewTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test3(org.eclipse.ui.tests.zoom.ShowViewTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)

test4(org.eclipse.ui.tests.zoom.ShowViewTest)
java.lang.NullPointerException
	at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds
(EditorWorkbook.java:948)
	at org.eclipse.ui.internal.EditorWorkbook.setState
(EditorWorkbook.java:926)
	at org.eclipse.ui.internal.EditorWorkbook.setContainer
(EditorWorkbook.java:897)
	at org.eclipse.ui.internal.PartSashContainer.dispose
(PartSashContainer.java:270)
	at org.eclipse.ui.internal.EditorArea.dispose(EditorArea.java:109)
	at org.eclipse.ui.internal.EditorPresentation.dispose
(EditorPresentation.java:129)
	at org.eclipse.ui.internal.WorkbenchPage.dispose
(WorkbenchPage.java:1178)
	at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages
(WorkbenchWindow.java:486)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose
(WorkbenchWindow.java:892)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:386)
	at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:368)
	at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:453)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:451)
	at org.eclipse.ui.tests.util.UITestCase.closeAllTestWindows
(UITestCase.java:172)
	at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:138)
	at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
(RemoteTestRunner.java:410)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
(RemoteTestRunner.java:294)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main
(RemotePluginTestRunner.java:30)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run
(UITestApplication.java:91)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2344)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2051)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1452)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1423)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:258)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:79)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.run
(UITestApplication.java:34)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:260)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:173)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:106)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:305)
	at org.eclipse.core.launcher.Main.run(Main.java:745)
	at org.eclipse.core.launcher.Main.main(Main.java:713)
Comment 1 Douglas Pollock CLA 2004-03-15 15:03:24 EST
This fails on Windows XP and Linux GTK. 
Comment 2 Douglas Pollock CLA 2004-03-15 19:47:48 EST
Chris: We've looked at this bug, and have no luck finding the actual change 
that caused it to happen.  Reassigning back to you.  Four tests have been 
commented out to allow the integration build to continue tomorrow.  Ask Nick, 
Stefan or I about this bug if you want more information. 
Comment 3 Douglas Pollock CLA 2004-03-16 12:28:47 EST
Ignore Comment #2.  Bug 54978 is the bug that covers what I describe.  This bug 
was fixed by removing some lines in BasicStackPresentation that activated the 
part.  Those lines were violating the interface spec anyway. 
Comment 4 Eclipse Genie CLA 2019-09-13 04:43:33 EDT
New Gerrit change created: https://git.eclipse.org/r/149459
Comment 5 Eclipse Genie CLA 2019-09-13 04:43:35 EDT
New Gerrit change created: https://git.eclipse.org/r/149458