!SESSION 2015-02-04 22:14:03.527 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_51
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\hb\workspace\ep44M-unit-win32/workarea/M20150204-1700/eclipse-testing/test-eclipse/eclipse/org.eclipse.ui.tests.UiTestSuite.xml -testPluginName org.eclipse.ui.tests -className org.eclipse.ui.tests.UiTestSuite -timeout 7200000 -junitReportOutput c:\hb\workspace\ep44M-unit-win32\workarea\M20150204-1700\eclipse-testing\results\win32.win32.x86_7.0
Command-line arguments:  -application org.eclipse.test.uitestapplication -data c:\hb\workspace\ep44M-unit-win32/workarea/M20150204-1700/eclipse-testing/test-eclipse/eclipse/ui_sniff_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\hb\workspace\ep44M-unit-win32/workarea/M20150204-1700/eclipse-testing/test-eclipse/eclipse/org.eclipse.ui.tests.UiTestSuite.xml -testPluginName org.eclipse.ui.tests -className org.eclipse.ui.tests.UiTestSuite -os win32 -ws win32 -arch x86 -consolelog -timeout 7200000 -junitReportOutput c:\hb\workspace\ep44M-unit-win32\workarea\M20150204-1700\eclipse-testing\results\win32.win32.x86_7.0

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:14:10.399
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:14:10.399
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:14:10.399
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.668
!MESSAGE Invalid activity: missing a translatable name (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.669
!MESSAGE Invalid activity: missing a unique identifier (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.670
!MESSAGE Invalid category description: missing a translatable name (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.671
!MESSAGE Invalid category description: has no ID (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.671
!MESSAGE Invalid activity pattern binding: missing the pattern to be bound (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.672
!MESSAGE Invalid activity requirement binding: missing ID of the required activity (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:14:10.673
!MESSAGE Invalid category activity binding: missing the ID of the activity to bind (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:14:10.710
!MESSAGE Expression activity cannot have requirements (id: org.eclipse.ui.tests.filter4.enabled)

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:14:10.711
!MESSAGE Expression activity cannot be required (id: org.eclipse.ui.tests.filter7.enabled)

!ENTRY org.eclipse.ui 2 2 2015-02-04 22:14:11.769
!MESSAGE Could not parse value for theme color badColor3
!STACK 0
org.eclipse.jface.resource.DataFormatException: For input string: "1x"
	at org.eclipse.jface.resource.StringConverter.asRGB(StringConverter.java:568)
	at org.eclipse.ui.themes.ColorUtil.getColorValue(ColorUtil.java:174)
	at org.eclipse.ui.internal.themes.ColorDefinition.getValue(ColorDefinition.java:117)
	at org.eclipse.ui.internal.themes.ThemeElementHelper.installColor(ThemeElementHelper.java:305)
	at org.eclipse.ui.internal.themes.ThemeElementHelper.populateRegistry(ThemeElementHelper.java:193)
	at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:1769)
	at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:32)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4734)
	at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:95)
	at org.eclipse.ui.internal.Workbench.initializeApplicationColors(Workbench.java:1763)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1657)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2916)
	at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:2797)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:633)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
----- testStartup
testStartup: setUp...
testStartup: tearDown...


!ENTRY org.eclipse.jface 2 0 2015-02-04 22:14:20.536
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2015-02-04 22:14:20.536
!MESSAGE A conflict occurred for CTRL+5 K:
Binding(CTRL+5 K,
	ParameterizedCommand(Command(org.eclipse.ui.tests.keyModel.conflict1,Conflict1,
		,
		Category(org.eclipse.ui.tests.category.keyModel,Key Model,null,true),
		org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1574dd9,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.dialog,,,system)
Binding(CTRL+5 K,
	ParameterizedCommand(Command(org.eclipse.ui.tests.keyModel.conflict2,Conflict2,
		,
		Category(org.eclipse.ui.tests.category.keyModel,Key Model,null,true),
		org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@b80312,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.dialog,,,system)
Binding(CTRL+5 K,
	ParameterizedCommand(Command(org.eclipse.ui.tests.keyModel.conflict3,Conflict3,
		,
		Category(org.eclipse.ui.tests.category.keyModel,Key Model,null,true),
		org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@d1b910,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.dialog,,,system)
----- testEditPage
testEditPage: setUp...
testEditPage: tearDown...

----- testTypePage
testTypePage: setUp...
testTypePage: tearDown...

----- testEditPage
testEditPage: setUp...
testEditPage: tearDown...

----- testGetDescriptor
testGetDescriptor: setUp...
testGetDescriptor: tearDown...

----- testOpenPage1
testOpenPage1: setUp...
testOpenPage1: tearDown...

----- testOpenPage2
testOpenPage2: setUp...
testOpenPage2: tearDown...

----- testClose
testClose: setUp...
testClose: tearDown...

----- testGetSharedImages
testGetSharedImages: setUp...
testGetSharedImages: tearDown...

----- testGetWorkingSetManager
testGetWorkingSetManager: setUp...
testGetWorkingSetManager: tearDown...

----- testGetPrefereneManager
testGetPrefereneManager: setUp...
testGetPrefereneManager: tearDown...

----- testGetEditorRegistry
testGetEditorRegistry: setUp...
testGetEditorRegistry: tearDown...

----- testGetWorkbenchWindows
testGetWorkbenchWindows: setUp...
testGetWorkbenchWindows: tearDown...

----- testGetPerspectiveRegistry
testGetPerspectiveRegistry: setUp...
testGetPerspectiveRegistry: tearDown...

----- testOpenPage2
testOpenPage2: setUp...
testOpenPage2: tearDown...

----- testGetPages
testGetPages: setUp...
testGetPages: tearDown...

----- testGetShell
testGetShell: setUp...
testGetShell: tearDown...

----- testClose
testClose: setUp...
testClose: tearDown...

----- testGetActivePage
testGetActivePage: setUp...
testGetActivePage: tearDown...

----- testOpenPage
testOpenPage: setUp...
testOpenPage: tearDown...

----- testIsApplicationMenu
testIsApplicationMenu: setUp...
testIsApplicationMenu: tearDown...

----- testGetWorkbench
testGetWorkbench: setUp...
testGetWorkbench: tearDown...

----- testClosePerspectiveDoesNotPromptBug272070
testClosePerspectiveDoesNotPromptBug272070: setUp...
testClosePerspectiveDoesNotPromptBug272070: tearDown...

----- testHideActionSet
testHideActionSet: setUp...
testHideActionSet: tearDown...

----- testGetPerspective
testGetPerspective: setUp...
testGetPerspective: tearDown...

----- testGetInput
testGetInput: setUp...
testGetInput: tearDown...

----- testGetLabel
testGetLabel: setUp...
testGetLabel: tearDown...

----- testGetViews
testGetViews: setUp...
testGetViews: tearDown...

----- testGetEditors
testGetEditors: setUp...
testGetEditors: tearDown...

----- testGetPerspectiveShortcuts
testGetPerspectiveShortcuts: setUp...
testGetPerspectiveShortcuts: tearDown...

----- testGetNewWizardShortcuts
testGetNewWizardShortcuts: setUp...
testGetNewWizardShortcuts: tearDown...

----- testActivate
testActivate: setUp...
testActivate: tearDown...

----- testCloseEditor
testCloseEditor: setUp...
testCloseEditor: tearDown...

----- testFindViewReference
testFindViewReference: setUp...
testFindViewReference: tearDown...

----- testBug76285
testBug76285: setUp...
testBug76285: tearDown...

----- testOpenEditor
testOpenEditor: setUp...
testOpenEditor: tearDown...

----- testWorkingSetsPersisted_Bug385592
testWorkingSetsPersisted_Bug385592: setUp...
testWorkingSetsPersisted_Bug385592: tearDown...

----- testIDESaveAllEditors
testIDESaveAllEditors: setUp...
testIDESaveAllEditors: tearDown...

----- testHideSaveableView
testHideSaveableView: setUp...
testHideSaveableView: tearDown...

----- testSaveEffectsSharedModel
testSaveEffectsSharedModel: setUp...
testSaveEffectsSharedModel: tearDown...

----- testCloseAllEditors
testCloseAllEditors: setUp...
testCloseAllEditors: tearDown...

----- testGetWorkbenchWindow
testGetWorkbenchWindow: setUp...
testGetWorkbenchWindow: tearDown...

----- testSaveEditor
testSaveEditor: setUp...
testSaveEditor: tearDown...

----- testFindView
testFindView: setUp...
testFindView: tearDown...

----- testCloseWithSaveNeeded
testCloseWithSaveNeeded: setUp...
testCloseWithSaveNeeded: tearDown...

----- testShowView
testShowView: setUp...
testShowView: tearDown...

----- testView_CREATE1
testView_CREATE1: setUp...
testView_CREATE1: tearDown...

----- testView_CREATE2
testView_CREATE2: setUp...
testView_CREATE2: tearDown...

----- testView_CREATE3
testView_CREATE3: setUp...
testView_CREATE3: tearDown...

----- testFindSecondaryViewReference
testFindSecondaryViewReference: setUp...
testFindSecondaryViewReference: tearDown...

----- testCloseAllPerspectivesDoesNotPromptBug272070
testCloseAllPerspectivesDoesNotPromptBug272070: setUp...
testCloseAllPerspectivesDoesNotPromptBug272070: tearDown...

----- testWorkingSets1
testWorkingSets1: setUp...
testWorkingSets1: tearDown...

----- testWorkingSets2
testWorkingSets2: setUp...
testWorkingSets2: tearDown...

----- testWorkingSets3
testWorkingSets3: setUp...
testWorkingSets3: tearDown...

----- testSetPartState
testSetPartState: setUp...
testSetPartState: tearDown...

----- testOpenEditors1
testOpenEditors1: setUp...
testOpenEditors1: tearDown...

----- testOpenEditors3
testOpenEditors3: setUp...
testOpenEditors3: tearDown...

----- testSetPerspective
testSetPerspective: setUp...
testSetPerspective: tearDown...

----- testShowEditorInput
testShowEditorInput: setUp...
testShowEditorInput: tearDown...

----- testHideViewWithReference
testHideViewWithReference: setUp...
testHideViewWithReference: tearDown...

----- testOpenEditor7_Bug203640
testOpenEditor7_Bug203640: setUp...
testOpenEditor7_Bug203640: tearDown...

----- testHideViewWithPart
testHideViewWithPart: setUp...
testHideViewWithPart: tearDown...

----- testShowActionSet
testShowActionSet: setUp...
testShowActionSet: tearDown...

----- testOpenEditor2
testOpenEditor2: setUp...
testOpenEditor2: tearDown...

----- testOpenEditor3
testOpenEditor3: setUp...
testOpenEditor3: tearDown...

----- testOpenEditor4
testOpenEditor4: setUp...
testOpenEditor4: tearDown...

----- testOpenEditor5
testOpenEditor5: setUp...
testOpenEditor5: tearDown...

----- testOpenEditor6
testOpenEditor6: setUp...
testOpenEditor6: tearDown...

----- testGetShowViewShortcuts
testGetShowViewShortcuts: setUp...
testGetShowViewShortcuts: tearDown...

----- testView_VISIBLE1
testView_VISIBLE1: setUp...
testView_VISIBLE1: tearDown...

----- testView_VISIBLE2
testView_VISIBLE2: setUp...
testView_VISIBLE2: tearDown...

----- testView_VISIBLE3
testView_VISIBLE3: setUp...
testView_VISIBLE3: tearDown...

----- testGet_SetEditorAreaVisible
testGet_SetEditorAreaVisible: setUp...
testGet_SetEditorAreaVisible: tearDown...

----- testBringToTop
testBringToTop: setUp...
testBringToTop: tearDown...

----- testCloseEditors
testCloseEditors: setUp...
testCloseEditors: tearDown...

----- testGetPerspective
testGetPerspective: setUp...
testGetPerspective: tearDown...

----- testGetInput
testGetInput: setUp...
testGetInput: tearDown...

----- testGetLabel
testGetLabel: setUp...
testGetLabel: tearDown...

----- testGetViews
testGetViews: setUp...
testGetViews: tearDown...

----- testGetEditors
testGetEditors: setUp...
testGetEditors: tearDown...

----- testHideView
testHideView: setUp...
testHideView: tearDown...

----- testActivate
testActivate: setUp...
testActivate: tearDown...

----- testCloseEditor
testCloseEditor: setUp...
testCloseEditor: tearDown...

----- testOpenEditor
testOpenEditor: setUp...
testOpenEditor: tearDown...

----- testCloseAllEditors
testCloseAllEditors: setUp...
testCloseAllEditors: tearDown...

----- testGetWorkbenchWindow
testGetWorkbenchWindow: setUp...
testGetWorkbenchWindow: tearDown...

----- testSaveEditor
testSaveEditor: setUp...
testSaveEditor: tearDown...

----- testFindView
testFindView: setUp...
testFindView: tearDown...

----- testShowView
testShowView: setUp...
testShowView: tearDown...

----- testSetPerspective
testSetPerspective: setUp...
testSetPerspective: tearDown...

----- testOpenEditor2
testOpenEditor2: setUp...
testOpenEditor2: tearDown...

----- testOpenEditor3
testOpenEditor3: setUp...
testOpenEditor3: tearDown...

----- testOpenEditor4
testOpenEditor4: setUp...
testOpenEditor4: tearDown...

----- testOpenEditor5
testOpenEditor5: setUp...
testOpenEditor5: tearDown...

----- testOpenEditor6
testOpenEditor6: setUp...
testOpenEditor6: tearDown...

----- testGet_SetEditorAreaVisible
testGet_SetEditorAreaVisible: setUp...
testGet_SetEditorAreaVisible: tearDown...

----- testBringToTop
testBringToTop: setUp...
testBringToTop: tearDown...

----- testStaticMenuContribution
testStaticMenuContribution: setUp...
testStaticMenuContribution: tearDown...

----- testDynamicMenuContribution
testDynamicMenuContribution: setUp...
testDynamicMenuContribution: tearDown...

----- testDynamicLifecycle
testDynamicLifecycle: setUp...
testDynamicLifecycle: tearDown...

----- testStaticLifecycle
testStaticLifecycle: setUp...
testStaticLifecycle: tearDown...

----- testPageClosed
testPageClosed: setUp...
testPageClosed: tearDown...

----- testPageOpened
testPageOpened: setUp...
testPageOpened: tearDown...

----- testPageActivate
testPageActivate: setUp...
testPageActivate: tearDown...

----- testGetActivePage
testGetActivePage: setUp...
testGetActivePage: tearDown...

----- testAddPerspectiveListener
testAddPerspectiveListener: setUp...
testAddPerspectiveListener: tearDown...

----- testAddPageListener
testAddPageListener: setUp...
testAddPageListener: tearDown...

----- testLocalPageService
testLocalPageService: setUp...
testLocalPageService: tearDown...

----- testPerspectiveChanged
testPerspectiveChanged: setUp...
testPerspectiveChanged: tearDown...

----- testPerspectiveActivated
testPerspectiveActivated: setUp...
testPerspectiveActivated: tearDown...

----- testInit
testInit: setUp...
testInit: tearDown...

----- testRun
testRun: setUp...
testRun: tearDown...

----- testSelectionChanged
testSelectionChanged: setUp...
testSelectionChanged: tearDown...

----- testInit
testInit: setUp...
testInit: tearDown...

----- testRun
testRun: setUp...
testRun: tearDown...

----- testSelectionChanged
testSelectionChanged: setUp...
testSelectionChanged: tearDown...

----- testGetActionBars
testGetActionBars: setUp...
testGetActionBars: tearDown...

----- testGetShell
testGetShell: setUp...
testGetShell: tearDown...

----- testINestableService
testINestableService: setUp...
testINestableService: tearDown...

----- testGetId
testGetId: setUp...
testGetId: tearDown...

----- testGetPage
testGetPage: setUp...
testGetPage: tearDown...

----- testGetPluginId
testGetPluginId: setUp...
testGetPluginId: tearDown...

----- testGetWorkbenchWindow
testGetWorkbenchWindow: setUp...
testGetWorkbenchWindow: tearDown...

----- testSetSelectionProvider
testSetSelectionProvider: setUp...
testSetSelectionProvider: tearDown...

----- testGetRegisteredName
testGetRegisteredName: setUp...
testGetRegisteredName: tearDown...

----- testGetSelectionProvider
testGetSelectionProvider: setUp...
testGetSelectionProvider: tearDown...

----- testGetActionBarContributor
testGetActionBarContributor: setUp...
testGetActionBarContributor: tearDown...

----- testGetShell
testGetShell: setUp...
testGetShell: tearDown...

----- testINestableService
testINestableService: setUp...
testINestableService: tearDown...

----- testGetId
testGetId: setUp...
testGetId: tearDown...

----- testGetPage
testGetPage: setUp...
testGetPage: tearDown...

----- testGetPluginId
testGetPluginId: setUp...
testGetPluginId: tearDown...

----- testGetWorkbenchWindow
testGetWorkbenchWindow: setUp...
testGetWorkbenchWindow: tearDown...

----- testSetSelectionProvider
testSetSelectionProvider: setUp...
testSetSelectionProvider: tearDown...

----- testGetRegisteredName
testGetRegisteredName: setUp...
testGetRegisteredName: tearDown...

----- testGetSelectionProvider
testGetSelectionProvider: setUp...
testGetSelectionProvider: tearDown...

----- testSetGlobalActionHandler
testSetGlobalActionHandler: setUp...
testSetGlobalActionHandler: tearDown...

----- testGetStatusLineManager
testGetStatusLineManager: setUp...
testGetStatusLineManager: tearDown...

----- testGetMenuManager
testGetMenuManager: setUp...
testGetMenuManager: tearDown...

----- testGetToolBarManager
testGetToolBarManager: setUp...
testGetToolBarManager: tearDown...

----- testGetGlobalActionHandler
testGetGlobalActionHandler: setUp...
testGetGlobalActionHandler: tearDown...

----- testOpenAndClose
testOpenAndClose: setUp...
testOpenAndClose: tearDown...

----- testOpenAndCloseWithNoMemento
testOpenAndCloseWithNoMemento: setUp...
testOpenAndCloseWithNoMemento: tearDown...

----- testOpenAndCloseSaveNotNeeded
testOpenAndCloseSaveNotNeeded: setUp...
testOpenAndCloseSaveNotNeeded: tearDown...

----- testOpenAndClose
testOpenAndClose: setUp...
testOpenAndClose: tearDown...

----- testInit
testInit: setUp...
testInit: tearDown...

----- testSetActiveEditor
testSetActiveEditor: setUp...
testSetActiveEditor: tearDown...

----- testPartVisibleWhenObscured
testPartVisibleWhenObscured: setUp...
testPartVisibleWhenObscured: tearDown...

----- testPartHiddenWhenClosedAndUnshared
testPartHiddenWhenClosedAndUnshared: setUp...
testPartHiddenWhenClosedAndUnshared: tearDown...

----- testAddPartListenerToPage
testAddPartListenerToPage: setUp...
testAddPartListenerToPage: tearDown...

----- testEditorFoundWhenOpened
testEditorFoundWhenOpened: setUp...
testEditorFoundWhenOpened: tearDown...

----- testRemovePartListenerFromWindow
testRemovePartListenerFromWindow: setUp...
testRemovePartListenerFromWindow: tearDown...

----- testRemovePartListenerFromPage
testRemovePartListenerFromPage: setUp...
testRemovePartListenerFromPage: tearDown...

----- testLocalPartService
testLocalPartService: setUp...
testLocalPartService: tearDown...

----- testPartVisibleWhenOpenedShared
testPartVisibleWhenOpenedShared: setUp...
testPartVisibleWhenOpenedShared: tearDown...

----- testPartHiddenBeforeClosing
testPartHiddenBeforeClosing: setUp...
testPartHiddenBeforeClosing: tearDown...

----- testAddPartListenerToWindow
testAddPartListenerToWindow: setUp...
testAddPartListenerToWindow: tearDown...

----- testPartHiddenWhenObscured
testPartHiddenWhenObscured: setUp...
testPartHiddenWhenObscured: tearDown...

----- testPartVisibleWhenOpenedUnshared
testPartVisibleWhenOpenedUnshared: setUp...
testPartVisibleWhenOpenedUnshared: tearDown...

----- testSelectionEventWhenInactive
testSelectionEventWhenInactive: setUp...
testSelectionEventWhenInactive: tearDown...

----- testSelectionEventWhenActivated
testSelectionEventWhenActivated: setUp...
testSelectionEventWhenActivated: tearDown...

----- testRemoveSelectionListener
testRemoveSelectionListener: setUp...
testRemoveSelectionListener: tearDown...

----- testLocalSelectionService
testLocalSelectionService: setUp...
testLocalSelectionService: tearDown...

----- testAddSelectionListener
testAddSelectionListener: setUp...
testAddSelectionListener: tearDown...

----- testBadFactory_Save
testBadFactory_Save: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:17.340
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.RuntimeException
	at org.eclipse.ui.tests.api.BadElementFactory$BadElementInstance.saveState(BadElementFactory.java:81)
	at org.eclipse.ui.internal.WorkingSet$2.run(WorkingSet.java:236)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkingSet.saveState(WorkingSet.java:231)
	at org.eclipse.ui.tests.api.IWorkingSetTest.testBadFactory_Save(IWorkingSetTest.java:304)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
testBadFactory_Save: tearDown...

----- testGetId
testGetId: setUp...
testGetId: tearDown...

----- testSetId
testSetId: setUp...
testSetId: tearDown...

----- testGetName
testGetName: setUp...
testGetName: tearDown...

----- testApplicableTo_Inheritance
testApplicableTo_Inheritance: setUp...
testApplicableTo_Inheritance: tearDown...

----- testApplicableTo_ResourceWorkingSet
testApplicableTo_ResourceWorkingSet: setUp...
testApplicableTo_ResourceWorkingSet: tearDown...

----- testApplicableTo_DirectComparison
testApplicableTo_DirectComparison: setUp...
testApplicableTo_DirectComparison: tearDown...

----- testBadFactory_Restore
testBadFactory_Restore: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:17.441
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.RuntimeException
	at org.eclipse.ui.tests.api.BadElementFactory$BadElementInstance.saveState(BadElementFactory.java:81)
	at org.eclipse.ui.internal.WorkingSet$2.run(WorkingSet.java:236)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkingSet.saveState(WorkingSet.java:231)
	at org.eclipse.ui.internal.AbstractWorkingSetManager$7.run(AbstractWorkingSetManager.java:513)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.saveWorkingSetState(AbstractWorkingSetManager.java:504)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.saveWorkingSetState(AbstractWorkingSetManager.java:492)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.saveState(AbstractWorkingSetManager.java:846)
	at org.eclipse.ui.internal.WorkingSetManager.saveState(WorkingSetManager.java:158)
	at org.eclipse.ui.internal.WorkingSetManager.workingSetChanged(WorkingSetManager.java:181)
	at org.eclipse.ui.internal.AbstractWorkingSet.fireWorkingSetChanged(AbstractWorkingSet.java:135)
	at org.eclipse.ui.internal.WorkingSet.setElements(WorkingSet.java:252)
	at org.eclipse.ui.tests.api.IWorkingSetTest.testBadFactory_Restore(IWorkingSetTest.java:277)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:17.507
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.RuntimeException
	at org.eclipse.ui.tests.api.BadElementFactory$BadElementInstance.saveState(BadElementFactory.java:81)
	at org.eclipse.ui.internal.WorkingSet$2.run(WorkingSet.java:236)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkingSet.saveState(WorkingSet.java:231)
	at org.eclipse.ui.tests.api.IWorkingSetTest.testBadFactory_Restore(IWorkingSetTest.java:279)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:17.609
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.RuntimeException
	at org.eclipse.ui.tests.api.BadElementFactory.createElement(BadElementFactory.java:92)
	at org.eclipse.ui.internal.WorkingSet$1.run(WorkingSet.java:186)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkingSet.restoreWorkingSet(WorkingSet.java:180)
	at org.eclipse.ui.internal.AbstractWorkingSet.getElementsArray(AbstractWorkingSet.java:168)
	at org.eclipse.ui.internal.AbstractWorkingSet.getElements(AbstractWorkingSet.java:156)
	at org.eclipse.ui.tests.api.IWorkingSetTest.testBadFactory_Restore(IWorkingSetTest.java:284)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
testBadFactory_Restore: tearDown...

----- testApplicableTo_Adapter1
testApplicableTo_Adapter1: setUp...
testApplicableTo_Adapter1: tearDown...

----- testNoDuplicateWorkingSetNamesDifferentLabels
testNoDuplicateWorkingSetNamesDifferentLabels: setUp...
testNoDuplicateWorkingSetNamesDifferentLabels: tearDown...

----- testNoDuplicateWorkingSetName
testNoDuplicateWorkingSetName: setUp...
testNoDuplicateWorkingSetName: tearDown...

----- testSetElements
testSetElements: setUp...
testSetElements: tearDown...

----- testGetElements
testGetElements: setUp...
testGetElements: tearDown...

----- testApplicableTo_AdapterManager1
testApplicableTo_AdapterManager1: setUp...
testApplicableTo_AdapterManager1: tearDown...

----- testApplicableTo_AdapterManager2
testApplicableTo_AdapterManager2: setUp...
testApplicableTo_AdapterManager2: tearDown...

----- testSetName
testSetName: setUp...
testSetName: tearDown...

----- testIsEmpty
testIsEmpty: setUp...
testIsEmpty: tearDown...

----- testConfigBlockFilter
testConfigBlockFilter: setUp...
testConfigBlockFilter: tearDown...

----- testAddPropertyChangeListener
testAddPropertyChangeListener: setUp...
testAddPropertyChangeListener: tearDown...

----- testRecentWorkingSetsLength
testRecentWorkingSetsLength: setUp...
testRecentWorkingSetsLength: tearDown...

----- testGetWorkingSets
testGetWorkingSets: setUp...
testGetWorkingSets: tearDown...

----- testCreateWorkingSetFromMemento
testCreateWorkingSetFromMemento: setUp...
testCreateWorkingSetFromMemento: tearDown...

----- testCreateWorkingSetSelectionDialog
testCreateWorkingSetSelectionDialog: setUp...
testCreateWorkingSetSelectionDialog: tearDown...

----- testRemoveWorkingSet
testRemoveWorkingSet: setUp...
testRemoveWorkingSet: tearDown...

----- testListenerSafety
testListenerSafety: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:18.777
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.RuntimeException
	at org.eclipse.ui.tests.api.IWorkingSetManagerTest$1.propertyChange(IWorkingSetManagerTest.java:402)
	at org.eclipse.ui.internal.AbstractWorkingSetManager$6$1.run(AbstractWorkingSetManager.java:426)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.AbstractWorkingSetManager$6.run(AbstractWorkingSetManager.java:434)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.firePropertyChange(AbstractWorkingSetManager.java:440)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.internalAddWorkingSet(AbstractWorkingSetManager.java:257)
	at org.eclipse.ui.internal.AbstractWorkingSetManager.addWorkingSet(AbstractWorkingSetManager.java:250)
	at org.eclipse.ui.internal.WorkingSetManager.addWorkingSet(WorkingSetManager.java:73)
	at org.eclipse.ui.tests.api.IWorkingSetManagerTest.testListenerSafety(IWorkingSetManagerTest.java:418)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
testListenerSafety: tearDown...

----- testCreateWorkingSet
testCreateWorkingSet: setUp...
testCreateWorkingSet: tearDown...

----- testGetRecentWorkingSets
testGetRecentWorkingSets: setUp...
testGetRecentWorkingSets: tearDown...

----- testAddRecentWorkingSet
testAddRecentWorkingSet: setUp...
testAddRecentWorkingSet: tearDown...

----- testRemoveWorkingSetAfterRename
testRemoveWorkingSetAfterRename: setUp...
testRemoveWorkingSetAfterRename: tearDown...

----- testGetWorkingSet
testGetWorkingSet: setUp...
testGetWorkingSet: tearDown...

----- testAddWorkingSet
testAddWorkingSet: setUp...
testAddWorkingSet: tearDown...

----- testRemovePropertyChangeListener
testRemovePropertyChangeListener: setUp...
testRemovePropertyChangeListener: tearDown...

----- testSaveWSet
testSaveWSet: setUp...
testSaveWSet: tearDown...

----- testGetElemets
testGetElemets: setUp...
testGetElemets: tearDown...

----- testWorkingSetSaveRestoreAggregates
testWorkingSetSaveRestoreAggregates: setUp...
testWorkingSetSaveRestoreAggregates: tearDown...

----- testWorkingSetCycle
testWorkingSetCycle: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:19.081
!MESSAGE Removed cyclic dependency in the working set 'testCycle'.
testWorkingSetCycle: tearDown...

----- testCycleCleanup
testCycleCleanup: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:19.141
!MESSAGE Removed cyclic dependency in the working set 'testCycle'.
testCycleCleanup: tearDown...

----- testErrorCondition
testErrorCondition: setUp...
testErrorCondition: tearDown...

----- testPerspectiveCloseStandaloneView
testPerspectiveCloseStandaloneView: setUp...
testPerspectiveCloseStandaloneView: tearDown...

----- testStackContents
testStackContents: setUp...
testStackContents: tearDown...

----- testStackPlacementBottom
testStackPlacementBottom: setUp...
testStackPlacementBottom: tearDown...

----- testPerspectiveReset
testPerspectiveReset: setUp...
testPerspectiveReset: tearDown...

----- testStackPlacementLeft
testStackPlacementLeft: setUp...
testStackPlacementLeft: tearDown...

----- testStackPlacementRight
testStackPlacementRight: setUp...
testStackPlacementRight: tearDown...

----- testStackPlacementTop
testStackPlacementTop: setUp...
testStackPlacementTop: tearDown...

----- testPerspectiveOpen
testPerspectiveOpen: setUp...
testPerspectiveOpen: tearDown...

----- testDependantBundleIcon
testDependantBundleIcon: setUp...
testDependantBundleIcon: tearDown...

----- testBadIcon
testBadIcon: setUp...
testBadIcon: tearDown...

----- testNonDependantBundleIcon
testNonDependantBundleIcon: setUp...
testNonDependantBundleIcon: tearDown...

----- testDefaults
testDefaults: setUp...
testDefaults: tearDown...

----- testCustomContentDescription
testCustomContentDescription: setUp...
testCustomContentDescription: tearDown...

----- testDefaults
testDefaults: setUp...
testDefaults: tearDown...

----- testNullTitle
testNullTitle: setUp...
testNullTitle: tearDown...

----- testCustomTitle
testCustomTitle: setUp...
testCustomTitle: tearDown...

----- testCustomContentDescription
testCustomContentDescription: setUp...
testCustomContentDescription: tearDown...

----- testCustomNameAndContentDescription
testCustomNameAndContentDescription: setUp...
testCustomNameAndContentDescription: tearDown...

----- testDefaults
testDefaults: setUp...
testDefaults: tearDown...

----- testEmptyContentDescription
testEmptyContentDescription: setUp...
testEmptyContentDescription: tearDown...

----- testCustomTitle
testCustomTitle: setUp...
testCustomTitle: tearDown...

----- testCustomName
testCustomName: setUp...
testCustomName: tearDown...

----- testJoin
testJoin: setUp...
testJoin: tearDown...

----- testBug72337
testBug72337: setUp...
testBug72337: tearDown...

----- testOpenMatchingEditor
testOpenMatchingEditor: setUp...
testOpenMatchingEditor: tearDown...

----- testFindMatchingEditor
testFindMatchingEditor: setUp...
testFindMatchingEditor: tearDown...

----- testViewProperties
testViewProperties: setUp...
testViewProperties: tearDown...

----- testEditorProperties
testEditorProperties: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:40.395
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.computeTitlePath(IDEWorkbenchWindowAdvisor.java:449)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.setTitlePath(IDEWorkbenchWindowAdvisor.java:435)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.recomputeTitle(IDEWorkbenchWindowAdvisor.java:426)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.updateTitle(IDEWorkbenchWindowAdvisor.java:498)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.access$3(IDEWorkbenchWindowAdvisor.java:461)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor$4.partBroughtToTop(IDEWorkbenchWindowAdvisor.java:310)
	at org.eclipse.ui.internal.PartService$7.run(PartService.java:162)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.PartService.partBroughtToTop(PartService.java:159)
	at org.eclipse.ui.internal.WorkbenchPage$25.run(WorkbenchPage.java:5029)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkbenchPage.firePartBroughtToTop(WorkbenchPage.java:5026)
	at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:5010)
	at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partBroughtToTop(WorkbenchPage.java:216)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$7.run(PartServiceImpl.java:305)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.firePartBroughtToTop(PartServiceImpl.java:302)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.access$4(PartServiceImpl.java:300)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:97)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4734)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:488)
	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:454)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:705)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1142)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3210)
	at org.eclipse.ui.internal.WorkbenchPage.access$23(WorkbenchPage.java:3125)
	at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:3107)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3102)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3066)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3047)
	at org.eclipse.ui.tests.api.workbenchpart.ArbitraryPropertyTest.testEditorProperties(ArbitraryPropertyTest.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
testEditorProperties: tearDown...


!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:40.630
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.computeTitlePath(IDEWorkbenchWindowAdvisor.java:449)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.setTitlePath(IDEWorkbenchWindowAdvisor.java:435)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.recomputeTitle(IDEWorkbenchWindowAdvisor.java:426)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.updateTitle(IDEWorkbenchWindowAdvisor.java:498)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.access$3(IDEWorkbenchWindowAdvisor.java:461)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor$4.partClosed(IDEWorkbenchWindowAdvisor.java:315)
	at org.eclipse.ui.internal.PartService$8.run(PartService.java:175)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.PartService.partClosed(PartService.java:172)
	at org.eclipse.ui.internal.WorkbenchPage$23.run(WorkbenchPage.java:4966)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:4963)
	at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$1.handleEvent(CompatibilityPart.java:98)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4734)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setWidget(UIElementImpl.java:261)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.unbindWidget(SWTPartRenderer.java:150)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.disposeWidget(SWTPartRenderer.java:173)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.disposeWidget(ContributedPartRenderer.java:266)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:933)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.disposeWidget(ElementReferenceRenderer.java:118)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:933)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:894)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:862)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:857)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:841)
	at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1937)
	at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1560)
	at org.eclipse.ui.internal.WorkbenchWindow.access$15(WorkbenchWindow.java:1527)
	at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1592)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1589)
	at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1603)
	at org.eclipse.ui.tests.harness.util.UITestCase.closeAllTestWindows(UITestCase.java:307)
	at org.eclipse.ui.tests.harness.util.UITestCase.doTearDown(UITestCase.java:216)
	at org.eclipse.ui.tests.api.workbenchpart.ArbitraryPropertyTest.doTearDown(ArbitraryPropertyTest.java:74)
	at org.eclipse.ui.tests.harness.util.UITestCase.tearDown(UITestCase.java:203)
	at junit.framework.TestCase.runBare(TestCase.java:146)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
----- testLifecycle
testLifecycle: setUp...
testLifecycle: tearDown...

----- test
test: setUp...
test: tearDown...

----- testSelectReveal
testSelectReveal: setUp...
testSelectReveal: tearDown...

----- testWorkingSet
testWorkingSet: setUp...
testWorkingSet: tearDown...

----- testFileAddition
testFileAddition: setUp...
testFileAddition: tearDown...

----- testInitialPopulation
testInitialPopulation: setUp...
testInitialPopulation: tearDown...

----- testEnableDecorator
testEnableDecorator: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:46.640
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy text decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.641
!MESSAGE Exception in Decorator. The 'Bug 41545 Heavy Text' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.642
!MESSAGE Heavy text decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy text decorator boom

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:46.643
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy image decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.644
!MESSAGE Exception in Decorator. The 'Bug 41545 Heavy Image' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.645
!MESSAGE Heavy image decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy image decorator boom

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:46.748
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Lighweight decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.750
!MESSAGE Exception in Decorator. The 'Bug 41545 Lightweight' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:46.750
!MESSAGE Lighweight decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Lighweight decorator boom
testEnableDecorator: tearDown...

----- testDisableDecorator
testDisableDecorator: setUp...

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:47.685
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy text decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.686
!MESSAGE Exception in Decorator. The 'Bug 41545 Heavy Text' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.686
!MESSAGE Heavy text decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy text decorator boom

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:47.687
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy image decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.688
!MESSAGE Exception in Decorator. The 'Bug 41545 Heavy Image' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.689
!MESSAGE Heavy image decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Heavy image decorator boom

!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:17:47.786
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
!FORCED BY TEST: this entry is intentional:Lighweight decorator boom

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.787
!MESSAGE Exception in Decorator. The 'Bug 41545 Lightweight' decorator will be disabled.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:47.788
!MESSAGE Lighweight decorator boom
!STACK 0
!FORCED BY TEST: this entry is intentional:Lighweight decorator boom
testDisableDecorator: tearDown...

----- testEnableDecorator
testEnableDecorator: setUp...
testEnableDecorator: tearDown...

----- testRefreshContributor
testRefreshContributor: setUp...
testRefreshContributor: tearDown...

----- testDisableDecorator
testDisableDecorator: setUp...
testDisableDecorator: tearDown...

----- testRefreshContributor
testRefreshContributor: setUp...
testRefreshContributor: tearDown...

----- testEnableDecorator
testEnableDecorator: setUp...
testEnableDecorator: tearDown...

----- testDisableDecorator
testDisableDecorator: setUp...
testDisableDecorator: tearDown...

----- testNoException
testNoException: setUp...
testNoException: tearDown...

----- testEnableDecorator
testEnableDecorator: setUp...
testEnableDecorator: tearDown...


!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.020
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.022
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.023
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.024
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.025
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.026
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.027
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.028
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.029
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.030
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17
----- testDisableDecorator
testDisableDecorator: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.336
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.337
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.338
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.339
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.340
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.341
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.342
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.343
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.344
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.345
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.346
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.347
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.349
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.350
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.352
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.354
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.929
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:58.930
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.637
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.638
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.639
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.640
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.640
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.641
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.643
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.644
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.645
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.646
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.647
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.648
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.649
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.650
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.651
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.652
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.653
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.654
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.655
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.656
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.657
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.658
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.659
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.660
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.661
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.668
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.669
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.670
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.671
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.672
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.673
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.674
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.675
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.676
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.677
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.678
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.680
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.681
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.682
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.683
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.684
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.685
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.686
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.687
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.687
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.688
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.689
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.691
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.692
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:17:59.693
!MESSAGE Unable to apply decoration for org.eclipse.ui.tests.decorators.badIndexDecorator invalid quadrant: 17
testDisableDecorator: tearDown...

----- testAdaptables
testAdaptables: setUp...
testAdaptables: tearDown...

----- testNonAdaptableContributions
testNonAdaptableContributions: setUp...
testNonAdaptableContributions: tearDown...

----- testContributorResourceAdapter
testContributorResourceAdapter: setUp...
testContributorResourceAdapter: tearDown...

----- testDecoratorCacheIsDisposed
testDecoratorCacheIsDisposed: setUp...
testDecoratorCacheIsDisposed: tearDown...

----- testSetFilesToImport
testSetFilesToImport: setUp...
testSetFilesToImport: tearDown...

----- testSetContext
testSetContext: setUp...
testSetContext: tearDown...

----- testImportSource
testImportSource: setUp...
testImportSource: tearDown...

----- testImportSourceList
testImportSourceList: setUp...
testImportSourceList: tearDown...

----- testImportList
testImportList: setUp...
testImportList: tearDown...

----- testSetOverwriteResources
testSetOverwriteResources: setUp...
testSetOverwriteResources: tearDown...

----- testGetStatus
testGetStatus: setUp...
testGetStatus: tearDown...

----- testSetCreateContainerStructure
testSetCreateContainerStructure: setUp...
testSetCreateContainerStructure: tearDown...

----- testZipGetStatus
testZipGetStatus: setUp...
testZipGetStatus: tearDown...

----- testTarGetStatus
testTarGetStatus: setUp...
testTarGetStatus: tearDown...

----- testTarImport
testTarImport: setUp...
testTarImport: tearDown...

----- testTarWithFileAtRoot
testTarWithFileAtRoot: setUp...
testTarWithFileAtRoot: tearDown...

----- testTarSetOverwriteResources
testTarSetOverwriteResources: setUp...
testTarSetOverwriteResources: tearDown...

----- testZipSetOverwriteResources
testZipSetOverwriteResources: setUp...
testZipSetOverwriteResources: tearDown...

----- testZipWithFileAtRoot
testZipWithFileAtRoot: setUp...
testZipWithFileAtRoot: tearDown...

----- testZipImport
testZipImport: setUp...
testZipImport: tearDown...

----- testExportFilesCreateDirectoryStructure
testExportFilesCreateDirectoryStructure: setUp...
testExportFilesCreateDirectoryStructure: tearDown...

----- testExportResources
testExportResources: setUp...
testExportResources: tearDown...

----- testExportFolderCreateDirectoryStructure
testExportFolderCreateDirectoryStructure: setUp...
testExportFolderCreateDirectoryStructure: tearDown...

----- testExportOverwrite
testExportOverwrite: setUp...
testExportOverwrite: tearDown...

----- testExportRootResource
testExportRootResource: setUp...
testExportRootResource: tearDown...

----- testGetStatus
testGetStatus: setUp...
testGetStatus: tearDown...

----- testExportTarCreateSelectedDirectoriesWithFolders
testExportTarCreateSelectedDirectoriesWithFolders: setUp...
testExportTarCreateSelectedDirectoriesWithFolders: tearDown...

----- testExportZipCompressed
testExportZipCompressed: setUp...
testExportZipCompressed: tearDown...

----- testExportTarCreateSelectedDirectories
testExportTarCreateSelectedDirectories: setUp...
testExportTarCreateSelectedDirectories: tearDown...

----- testExportStatus
testExportStatus: setUp...
testExportStatus: tearDown...

----- testExportZipCreateSelectedDirectoriesWithFolders
testExportZipCreateSelectedDirectoriesWithFolders: setUp...
testExportZipCreateSelectedDirectoriesWithFolders: tearDown...

----- testExportTarCompressed
testExportTarCompressed: setUp...
testExportTarCompressed: tearDown...

----- testExportTar
testExportTar: setUp...
testExportTar: tearDown...

----- testExportZip
testExportZip: setUp...
testExportZip: tearDown...

----- testExportZipCreateSelectedDirectoriesCompressed
testExportZipCreateSelectedDirectoriesCompressed: setUp...
testExportZipCreateSelectedDirectoriesCompressed: tearDown...

----- testExportTarCreateSelectedDirectoriesCompressed
testExportTarCreateSelectedDirectoriesCompressed: setUp...
testExportTarCreateSelectedDirectoriesCompressed: tearDown...

----- testExportZipCreateSelectedDirectories
testExportZipCreateSelectedDirectories: setUp...
testExportZipCreateSelectedDirectories: tearDown...

----- testFindSingleZip
testFindSingleZip: setUp...
testFindSingleZip: tearDown...

----- testFindSingleTar
testFindSingleTar: setUp...
testFindSingleTar: tearDown...

----- testFindSingleDirectory
testFindSingleDirectory: setUp...
testFindSingleDirectory: tearDown...

----- testDoNotShowProjectWithSameName
testDoNotShowProjectWithSameName: setUp...
testDoNotShowProjectWithSameName: tearDown...

----- testImportSingleZip
testImportSingleZip: setUp...
testImportSingleZip: tearDown...

----- testImportZipWithEmptyFolder
testImportZipWithEmptyFolder: setUp...
testImportZipWithEmptyFolder: tearDown...

----- testImportSingleTar
testImportSingleTar: setUp...
testImportSingleTar: tearDown...

----- testImportTarWithEmptyFolder
testImportTarWithEmptyFolder: setUp...
testImportTarWithEmptyFolder: tearDown...

----- testImportSingleDirectory
testImportSingleDirectory: setUp...
testImportSingleDirectory: tearDown...

----- testImportSingleDirectoryWithCopy
testImportSingleDirectoryWithCopy: setUp...
testImportSingleDirectoryWithCopy: tearDown...

----- testImportSingleDirectoryWithCopyDeleteProjectKeepContents
testImportSingleDirectoryWithCopyDeleteProjectKeepContents: setUp...
testImportSingleDirectoryWithCopyDeleteProjectKeepContents: tearDown...

----- testImportZipDeleteContentsImportAgain
testImportZipDeleteContentsImportAgain: setUp...
testImportZipDeleteContentsImportAgain: tearDown...

----- testInitialValue
testInitialValue: setUp...
testInitialValue: tearDown...


!ENTRY org.eclipse.core.tests.harness 2 0 2015-02-04 22:18:23.470
!MESSAGE ensureDoesNotExistInFileSystem(File) could not delete: C:\hb\workspace\ep44M-unit-win32\tmp\100256375965\helloworld.zip

!ENTRY org.eclipse.core.tests.harness 2 0 2015-02-04 22:18:23.472
!MESSAGE ensureDoesNotExistInFileSystem(File) could not delete: C:\hb\workspace\ep44M-unit-win32\tmp\100256375965
----- testImportArchiveMultiProject
testImportArchiveMultiProject: setUp...
testImportArchiveMultiProject: tearDown...

----- testGetProjectRecords
testGetProjectRecords: setUp...
testGetProjectRecords: tearDown...

----- testExportNoCategoryProvided
testExportNoCategoryProvided: setUp...
testExportNoCategoryProvided: tearDown...

----- testExportAddToParentedCategory
testExportAddToParentedCategory: setUp...
testExportAddToParentedCategory: tearDown...

----- testExportCategoryDoesNotExist
testExportCategoryDoesNotExist: setUp...
testExportCategoryDoesNotExist: tearDown...

----- testImportDuplicateCategory
testImportDuplicateCategory: setUp...
testImportDuplicateCategory: tearDown...

----- testImportUsingExportCategory
testImportUsingExportCategory: setUp...
testImportUsingExportCategory: tearDown...

----- testImportAddToNewCategory
testImportAddToNewCategory: setUp...
testImportAddToNewCategory: tearDown...

----- testImportCategoryDoesNotExist
testImportCategoryDoesNotExist: setUp...
testImportCategoryDoesNotExist: tearDown...

----- testExportUsingImportCategory
testExportUsingImportCategory: setUp...
testExportUsingImportCategory: tearDown...

----- testImportNoCategoryProvided
testImportNoCategoryProvided: setUp...
testImportNoCategoryProvided: tearDown...

----- testImportAddToParentedCategory
testImportAddToParentedCategory: setUp...
testImportAddToParentedCategory: tearDown...

----- testExportAddToNewCategory
testExportAddToNewCategory: setUp...
testExportAddToNewCategory: tearDown...

----- testExportDuplicateCategory
testExportDuplicateCategory: setUp...
testExportDuplicateCategory: tearDown...

----- testGoodFontDefinition
testGoodFontDefinition: setUp...
testGoodFontDefinition: tearDown...

----- testBadFirstFontDefinition
testBadFirstFontDefinition: setUp...
testBadFirstFontDefinition: tearDown...

----- testNoFontDefinition
testNoFontDefinition: setUp...
testNoFontDefinition: tearDown...

----- testNonUIThreadFontAccess
testNonUIThreadFontAccess: setUp...
testNonUIThreadFontAccess: tearDown...

----- testGoodFontDefinition
testGoodFontDefinition: setUp...
testGoodFontDefinition: tearDown...

----- testBadFirstFontDefinition
testBadFirstFontDefinition: setUp...
testBadFirstFontDefinition: tearDown...

----- testNoFontDefinition
testNoFontDefinition: setUp...
testNoFontDefinition: tearDown...

----- testNeedsSaving
testNeedsSaving: setUp...
testNeedsSaving: tearDown...

----- testRestoreDefaults
testRestoreDefaults: setUp...
testRestoreDefaults: tearDown...

----- testRemoveNode
testRemoveNode: setUp...
testRemoveNode: tearDown...

----- testRemoveKey
testRemoveKey: setUp...
testRemoveKey: tearDown...

----- testInstanceOfPage
testInstanceOfPage: setUp...

!ENTRY org.eclipse.ui 2 2 2015-02-04 22:18:24.207
!MESSAGE Invalid property category path: Test Category (bundle: org.eclipse.ui.tests, propertyPage: org.eclipse.ui.tests.and)

!ENTRY org.eclipse.ui 2 2 2015-02-04 22:18:24.208
!MESSAGE Invalid property category path: Test Category (bundle: org.eclipse.ui.tests, propertyPage: org.eclipse.ui.tests.or)
testInstanceOfPage: tearDown...

----- testAndPage
testAndPage: setUp...
testAndPage: tearDown...

----- testOrPage
testOrPage: setUp...
testOrPage: tearDown...

----- testRemoveLastListener
testRemoveLastListener: setUp...
testRemoveLastListener: tearDown...

----- testSchemeOverrideDifferentContexts
testSchemeOverrideDifferentContexts: setUp...
testSchemeOverrideDifferentContexts: tearDown...

----- testPlatformOverride
testPlatformOverride: setUp...
testPlatformOverride: tearDown...

----- testSiblingContextConflict
testSiblingContextConflict: setUp...

!ENTRY org.eclipse.jface 2 0 2015-02-04 22:18:24.868
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2015-02-04 22:18:24.868
!MESSAGE A conflict occurred for org.eclipse.ui.tests.keys.TestBinding$TestTriggerSequence@17d86c62:


testSiblingContextConflict: tearDown...

----- testDeletedBindingPlatform
testDeletedBindingPlatform: setUp...
testDeletedBindingPlatform: tearDown...

----- testDoubleDeletedBinding
testDoubleDeletedBinding: setUp...
testDoubleDeletedBinding: tearDown...

----- testSchemeOverride
testSchemeOverride: setUp...
testSchemeOverride: tearDown...

----- testDeletedBindingUnnecessarily
testDeletedBindingUnnecessarily: setUp...
testDeletedBindingUnnecessarily: tearDown...

----- testDeletedBindingWithAddition
testDeletedBindingWithAddition: setUp...
testDeletedBindingWithAddition: tearDown...

----- testConflict
testConflict: setUp...

!ENTRY org.eclipse.jface 2 0 2015-02-04 22:18:24.871
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2015-02-04 22:18:24.871
!MESSAGE A conflict occurred for org.eclipse.ui.tests.keys.TestBinding$TestTriggerSequence@17d86c62:


testConflict: tearDown...

----- testDeletedBinding
testDeletedBinding: setUp...
testDeletedBinding: tearDown...

----- testUserOverride
testUserOverride: setUp...
testUserOverride: tearDown...

----- testContextOverride
testContextOverride: setUp...
testContextOverride: tearDown...

----- testSchemeOverrideDifferentTypes
testSchemeOverrideDifferentTypes: setUp...
testSchemeOverrideDifferentTypes: tearDown...

----- testDeletedBindingWithUserOverride
testDeletedBindingWithUserOverride: setUp...
testDeletedBindingWithUserOverride: tearDown...

----- testDeletedBindingAllowsParent
testDeletedBindingAllowsParent: setUp...
testDeletedBindingAllowsParent: tearDown...

----- testDoubleParent
testDoubleParent: setUp...
testDoubleParent: tearDown...

----- testLocaleOverride
testLocaleOverride: setUp...
testLocaleOverride: tearDown...

----- testSetBindings
testSetBindings: setUp...
testSetBindings: tearDown...

----- testGetActiveBindingsDisregardingContextFlat
testGetActiveBindingsDisregardingContextFlat: setUp...
testGetActiveBindingsDisregardingContextFlat: tearDown...

----- testGetPerfectMatch
testGetPerfectMatch: setUp...
testGetPerfectMatch: tearDown...

----- testGetDefinedSchemeIds
testGetDefinedSchemeIds: setUp...
testGetDefinedSchemeIds: tearDown...

----- testGetBindings
testGetBindings: setUp...
testGetBindings: tearDown...

----- testRemoveBindings
testRemoveBindings: setUp...
testRemoveBindings: tearDown...

----- testGetBestActiveBindingFor
testGetBestActiveBindingFor: setUp...
testGetBestActiveBindingFor: tearDown...

----- testGetActiveScheme
testGetActiveScheme: setUp...
testGetActiveScheme: tearDown...

----- testIsPartialMatch
testIsPartialMatch: setUp...
testIsPartialMatch: tearDown...

----- testIsPerfectMatch
testIsPerfectMatch: setUp...
testIsPerfectMatch: tearDown...

----- testSetPlatform
testSetPlatform: setUp...
testSetPlatform: tearDown...

----- testGetPlatform
testGetPlatform: setUp...
testGetPlatform: tearDown...

----- testSetActiveScheme
testSetActiveScheme: setUp...
testSetActiveScheme: tearDown...

----- testGetActiveBindingsDisregardingContext
testGetActiveBindingsDisregardingContext: setUp...
testGetActiveBindingsDisregardingContext: tearDown...

----- testSetLocale
testSetLocale: setUp...
testSetLocale: tearDown...

----- testAddBinding
testAddBinding: setUp...
testAddBinding: tearDown...

----- testGetPartialMatches
testGetPartialMatches: setUp...
testGetPartialMatches: tearDown...

----- testGetLocale
testGetLocale: setUp...
testGetLocale: tearDown...

----- testGetCurrentConflicts
testGetCurrentConflicts: setUp...

!ENTRY org.eclipse.jface 2 0 2015-02-04 22:18:24.932
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2015-02-04 22:18:24.932
!MESSAGE A conflict occurred for CTRL+SHIFT+9:
Binding(CTRL+SHIFT+9,
	ParameterizedCommand(Command(conflictCommand1,,
		,
		,
		,
		,,false),null),
	na,
	na,,,system)
Binding(CTRL+SHIFT+9,
	ParameterizedCommand(Command(conflictCommand2,,
		,
		,
		,
		,,false),null),
	na,
	na,,,system)
testGetCurrentConflicts: tearDown...

----- testGetScheme
testGetScheme: setUp...
testGetScheme: tearDown...

----- testGetActiveBindingsFor
testGetActiveBindingsFor: setUp...
testGetActiveBindingsFor: tearDown...

----- testConstructor
testConstructor: setUp...
testConstructor: tearDown...

----- testAutoLoad
testAutoLoad: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:24.943
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.944
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.944
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:24.959
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.959
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.960
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testAutoLoad: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:24.995
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.995
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:24.995
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.014
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.014
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.014
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.025
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.025
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.025
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testAboutBindingEmacs
testAboutBindingEmacs: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.075
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.075
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.075
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.098
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.098
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.098
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.117
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.118
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.118
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.129
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.129
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.130
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testAboutBindingEmacs: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.147
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.147
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.147
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.157
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.157
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.157
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.166
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.166
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.166
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testPasteBindingEmacs
testPasteBindingEmacs: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.193
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.193
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.193
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testPasteBindingEmacs: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.213
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.213
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.213
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.221
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.221
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.222
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.230
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.231
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.231
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testDifferentPlatform
testDifferentPlatform: setUp...
testDifferentPlatform: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.254
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.254
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.254
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.262
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.262
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.263
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.271
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.271
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.271
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testSinglePlatform
testSinglePlatform: setUp...
testSinglePlatform: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.291
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.291
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.291
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.299
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.299
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.299
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.308
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.309
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.309
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testAboutBinding
testAboutBinding: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.318
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.318
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.319
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.364
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.364
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.364
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.376
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.376
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.376
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testAboutBinding: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.394
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.395
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.395
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.406
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.407
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.407
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.415
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.415
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.415
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testPasteAndRedoBindingEmacs
testPasteAndRedoBindingEmacs: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.424
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.424
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.424
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.444
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.445
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.445
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testPasteAndRedoBindingEmacs: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.459
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.459
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.459
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.467
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.467
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.467
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.476
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.476
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.476
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testAboutBindingIn3x
testAboutBindingIn3x: setUp...

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.493
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.493
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.494
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
testAboutBindingIn3x: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.507
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.507
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.507
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.516
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.516
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.517
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.525
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.525
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.525
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testModifierNotApplied
testModifierNotApplied: setUp...
testModifierNotApplied: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.544
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.545
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.545
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.553
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.554
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.554
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.563
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.563
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.563
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testModifierWithPlatform
testModifierWithPlatform: setUp...
testModifierWithPlatform: tearDown...


!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.573
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.573
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.573
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.582
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.582
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.582
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:25.590
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.590
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
!SUBENTRY 1 org.eclipse.ui 2 0 2015-02-04 22:18:25.590
!MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.tests', id='org.eclipse.ui.tests.TestCommandId'
----- testForRedundantKeySequenceBindings
testForRedundantKeySequenceBindings: setUp...
testForRedundantKeySequenceBindings: tearDown...

----- testZeroStroke
testZeroStroke: setUp...
testZeroStroke: tearDown...

----- testInfiniteStrokes
testInfiniteStrokes: setUp...
testInfiniteStrokes: tearDown...

----- testTruncation
testTruncation: setUp...
testTruncation: tearDown...

----- testCtrlShift2
testCtrlShift2: setUp...
testCtrlShift2: tearDown...

----- testCtrlM
testCtrlM: setUp...
testCtrlM: tearDown...

----- testCtrl
testCtrl: setUp...
testCtrl: tearDown...

----- testCtrlEnter
testCtrlEnter: setUp...
testCtrlEnter: tearDown...

----- testCtrlShift7_US
testCtrlShift7_US: setUp...
testCtrlShift7_US: tearDown...

----- testCtrlShift7_SwissGerman
testCtrlShift7_SwissGerman: setUp...
testCtrlShift7_SwissGerman: tearDown...

----- testStackOverflow
testStackOverflow: setUp...
testStackOverflow: tearDown...

----- testNoCheckOnNonCheckbox
testNoCheckOnNonCheckbox: setUp...
testNoCheckOnNonCheckbox: tearDown...

----- testCtrlSpace
testCtrlSpace: setUp...
testCtrlSpace: tearDown...

----- testFontReset
testFontReset: setUp...
testFontReset: tearDown...

----- testShiftAlt
testShiftAlt: setUp...
testShiftAlt: tearDown...

----- testTruncatingCast
testTruncatingCast: setUp...
testTruncatingCast: tearDown...

----- testRestoreBinding
testRestoreBinding: setUp...
testRestoreBinding: tearDown...

----- testChangeSchemes
testChangeSchemes: setUp...
testChangeSchemes: tearDown...

----- testCopyBinding
testCopyBinding: setUp...
testCopyBinding: tearDown...

----- testBasicConflicts
testBasicConflicts: setUp...
testBasicConflicts: tearDown...

----- testRestoreCommand
testRestoreCommand: setUp...
testRestoreCommand: tearDown...

----- testRestoreContext
testRestoreContext: setUp...
testRestoreContext: tearDown...

----- testCopyCommand
testCopyCommand: setUp...
testCopyCommand: tearDown...

----- testSchemesWithNoDefaultBinding
testSchemesWithNoDefaultBinding: setUp...
testSchemesWithNoDefaultBinding: tearDown...

----- testContexts
testContexts: setUp...
testContexts: tearDown...

----- testChangeSchemesTwice
testChangeSchemesTwice: setUp...
testChangeSchemesTwice: tearDown...

----- testConflictSelection
testConflictSelection: setUp...
testConflictSelection: tearDown...

----- testCreateKeyBinding
testCreateKeyBinding: setUp...
testCreateKeyBinding: tearDown...

----- testUpdateContext
testUpdateContext: setUp...
testUpdateContext: tearDown...

----- testDefaults
testDefaults: setUp...
testDefaults: tearDown...

----- testBindings
testBindings: setUp...
testBindings: tearDown...

----- testRemoveActiveEditor
testRemoveActiveEditor: setUp...
testRemoveActiveEditor: tearDown...

----- testCategoryImages
testCategoryImages: setUp...
testCategoryImages: tearDown...

----- testActivityImages
testActivityImages: setUp...
testActivityImages: tearDown...

----- testActivity
testActivity: setUp...
testActivity: tearDown...

----- testCategory
testCategory: setUp...
testCategory: tearDown...

----- testActivityManager
testActivityManager: setUp...
testActivityManager: tearDown...

----- testSizes
testSizes: setUp...
testSizes: tearDown...

----- testActivityListener
testActivityListener: setUp...
testActivityListener: tearDown...

----- testDynamicRegistry
testDynamicRegistry: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.013
!MESSAGE Invalid activity: missing a translatable name (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.014
!MESSAGE Invalid activity: missing a unique identifier (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.014
!MESSAGE Invalid category description: missing a translatable name (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.015
!MESSAGE Invalid category description: has no ID (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.016
!MESSAGE Invalid activity pattern binding: missing the pattern to be bound (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.016
!MESSAGE Invalid activity requirement binding: missing ID of the required activity (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.017
!MESSAGE Invalid category activity binding: missing the ID of the activity to bind (contributed by 'org.eclipse.ui.tests')

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:33.018
!MESSAGE Expression activity cannot have requirements (id: org.eclipse.ui.tests.filter4.enabled)

!ENTRY org.eclipse.ui 2 0 2015-02-04 22:18:33.019
!MESSAGE Expression activity cannot be required (id: org.eclipse.ui.tests.filter7.enabled)
testDynamicRegistry: tearDown...

----- testActivityManagerListener
testActivityManagerListener: setUp...
testActivityManagerListener: tearDown...

----- testActivityPatternBindings
testActivityPatternBindings: setUp...
testActivityPatternBindings: tearDown...

----- testCategoryListener
testCategoryListener: setUp...
testCategoryListener: tearDown...

----- testEnabledActivities
testEnabledActivities: setUp...
testEnabledActivities: tearDown...

----- testIdentifiersListener
testIdentifiersListener: setUp...
testIdentifiersListener: tearDown...

----- testActivityRequirementBindings
testActivityRequirementBindings: setUp...
testActivityRequirementBindings: tearDown...

----- testActivityPatternBindings
testActivityPatternBindings: setUp...
testActivityPatternBindings: tearDown...

----- testActivityPermutations
testActivityPermutations: setUp...
testActivityPermutations: tearDown...

----- testCategoryPermutations
testCategoryPermutations: setUp...
testCategoryPermutations: tearDown...

----- testCategoryActivityBindings
testCategoryActivityBindings: setUp...
testCategoryActivityBindings: tearDown...

----- testActivityPreference
testActivityPreference: setUp...
testActivityPreference: tearDown...

----- testNoNamespaceFactory
testNoNamespaceFactory: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.783
!MESSAGE Unable to create menu item "foo", command "foo" not defined

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:33.784
!MESSAGE Unable to create menu item "bar", command "bar" not defined
testNoNamespaceFactory: tearDown...

----- testBooleanDataConversion
testBooleanDataConversion: setUp...
testBooleanDataConversion: tearDown...

----- testColorFactory
testColorFactory: setUp...
testColorFactory: tearDown...

----- testRGBColor
testRGBColor: setUp...
testRGBColor: tearDown...

----- testPlatformColor
testPlatformColor: setUp...
testPlatformColor: tearDown...

----- testDefaultedFont_defaultedfont2
testDefaultedFont_defaultedfont2: setUp...
testDefaultedFont_defaultedfont2: tearDown...

----- testDefaultedOverrideColor_rgbcolor
testDefaultedOverrideColor_rgbcolor: setUp...
testDefaultedOverrideColor_rgbcolor: tearDown...

----- testColorPreferenceListener_th1_rgbcolor
testColorPreferenceListener_th1_rgbcolor: setUp...
testColorPreferenceListener_th1_rgbcolor: tearDown...

----- testColorPreferenceListener_def_defaultedcolor
testColorPreferenceListener_def_defaultedcolor: setUp...
testColorPreferenceListener_def_defaultedcolor: tearDown...

----- testThemeExtensionColor
testThemeExtensionColor: setUp...
testThemeExtensionColor: tearDown...

----- testFontPreferenceListener_th1_valfont
testFontPreferenceListener_th1_valfont: setUp...
testFontPreferenceListener_th1_valfont: tearDown...

----- testDefaultedColor_rgbcolor
testDefaultedColor_rgbcolor: setUp...
testDefaultedColor_rgbcolor: tearDown...

----- testDataKeySet_bool1
testDataKeySet_bool1: setUp...
testDataKeySet_bool1: tearDown...

----- testDataKeySet_data1
testDataKeySet_data1: setUp...
testDataKeySet_data1: tearDown...

----- testDataKeySet_data2
testDataKeySet_data2: setUp...
testDataKeySet_data2: tearDown...

----- testColorPreferenceListener_def_swtcolor
testColorPreferenceListener_def_swtcolor: setUp...
testColorPreferenceListener_def_swtcolor: tearDown...

----- testDefaultedOverrideColor_defaultedcolor2
testDefaultedOverrideColor_defaultedcolor2: setUp...
testDefaultedOverrideColor_defaultedcolor2: tearDown...

----- testDefaultedOverrideColor_defaultedcolor3
testDefaultedOverrideColor_defaultedcolor3: setUp...
testDefaultedOverrideColor_defaultedcolor3: tearDown...

----- testDefaultedFontOverride_defaultedfont2
testDefaultedFontOverride_defaultedfont2: setUp...
testDefaultedFontOverride_defaultedfont2: tearDown...

----- testDefaultedFontOverride_defaultedfont3
testDefaultedFontOverride_defaultedfont3: setUp...
testDefaultedFontOverride_defaultedfont3: tearDown...

----- testGetBadTheme
testGetBadTheme: setUp...
testGetBadTheme: tearDown...

----- testFontPreferenceListener_def_novalfont
testFontPreferenceListener_def_novalfont: setUp...
testFontPreferenceListener_def_novalfont: tearDown...

----- testFontPreferenceListener_def_nooverridefont
testFontPreferenceListener_def_nooverridefont: setUp...
testFontPreferenceListener_def_nooverridefont: tearDown...

----- testThemeDescription_default
testThemeDescription_default: setUp...
testThemeDescription_default: tearDown...

----- testColorPreferenceListener_def_nooverridecolor
testColorPreferenceListener_def_nooverridecolor: setUp...
testColorPreferenceListener_def_nooverridecolor: tearDown...

----- testDataOverride_data1
testDataOverride_data1: setUp...
testDataOverride_data1: tearDown...

----- testDataOverride_data2
testDataOverride_data2: setUp...
testDataOverride_data2: tearDown...

----- testDefaultedColor_defaultedcolor2
testDefaultedColor_defaultedcolor2: setUp...
testDefaultedColor_defaultedcolor2: tearDown...

----- testThemeDescription_theme1
testThemeDescription_theme1: setUp...
testThemeDescription_theme1: tearDown...

----- testColorPreferenceListener_def_rgbcolor
testColorPreferenceListener_def_rgbcolor: setUp...
testColorPreferenceListener_def_rgbcolor: tearDown...

----- testValFont
testValFont: setUp...
testValFont: tearDown...

----- testFontPreferenceListener_th1_novalfont
testFontPreferenceListener_th1_novalfont: setUp...
testFontPreferenceListener_th1_novalfont: tearDown...

----- testRGBColorOverride
testRGBColorOverride: setUp...
testRGBColorOverride: tearDown...

----- testDataKeySet_int1
testDataKeySet_int1: setUp...
testDataKeySet_int1: tearDown...

----- testColorCascadeEvents
testColorCascadeEvents: setUp...
testColorCascadeEvents: tearDown...

----- testDefaultedFont_defaultedfont
testDefaultedFont_defaultedfont: setUp...
testDefaultedFont_defaultedfont: tearDown...

----- testFontPreferenceListener_def_defaultedfont
testFontPreferenceListener_def_defaultedfont: setUp...
testFontPreferenceListener_def_defaultedfont: tearDown...

----- testDataKeySet_BOGUSKEY
testDataKeySet_BOGUSKEY: setUp...
testDataKeySet_BOGUSKEY: tearDown...

----- testColorPreferenceListener_th1_defaultedcolor
testColorPreferenceListener_th1_defaultedcolor: setUp...
testColorPreferenceListener_th1_defaultedcolor: tearDown...

----- testFontCascadeEvents
testFontCascadeEvents: setUp...
testFontCascadeEvents: tearDown...

----- testDefaultedFont_valfont
testDefaultedFont_valfont: setUp...
testDefaultedFont_valfont: tearDown...

----- testDefaultedFontOverride_valfont
testDefaultedFontOverride_valfont: setUp...
testDefaultedFontOverride_valfont: tearDown...

----- testFontPreferenceListener_th1_defaultedfont
testFontPreferenceListener_th1_defaultedfont: setUp...
testFontPreferenceListener_th1_defaultedfont: tearDown...

----- testFontPreferenceListener_def_valfont
testFontPreferenceListener_def_valfont: setUp...
testFontPreferenceListener_def_valfont: tearDown...

----- testPlatformFont
testPlatformFont: setUp...
testPlatformFont: tearDown...

----- testNoValFontOverride
testNoValFontOverride: setUp...
testNoValFontOverride: tearDown...

----- testColorPreferenceListener_th1_nooverridecolor
testColorPreferenceListener_th1_nooverridecolor: setUp...
testColorPreferenceListener_th1_nooverridecolor: tearDown...

----- testNoValFont
testNoValFont: setUp...
testNoValFont: tearDown...

----- testFontPreferenceListener_th1_nooverridefont
testFontPreferenceListener_th1_nooverridefont: setUp...
testFontPreferenceListener_th1_nooverridefont: tearDown...

----- testThemeExtensionData
testThemeExtensionData: setUp...
testThemeExtensionData: tearDown...

----- testThemeExtensionFont
testThemeExtensionFont: setUp...
testThemeExtensionFont: tearDown...

----- testThemeExtensionName
testThemeExtensionName: setUp...
testThemeExtensionName: tearDown...

----- testSWTColor
testSWTColor: setUp...
testSWTColor: tearDown...

----- testSWTColorOverride
testSWTColorOverride: setUp...
testSWTColorOverride: tearDown...

----- testIntDataConversion
testIntDataConversion: setUp...
testIntDataConversion: tearDown...

----- testBadColor1
testBadColor1: setUp...
testBadColor1: tearDown...

----- testBadColor2
testBadColor2: setUp...
testBadColor2: tearDown...

----- testBadColor3
testBadColor3: setUp...
testBadColor3: tearDown...

----- testColorPreferenceListener_th1_swtcolor
testColorPreferenceListener_th1_swtcolor: setUp...
testColorPreferenceListener_th1_swtcolor: tearDown...

----- testDefaultedColor_defaultedcolor
testDefaultedColor_defaultedcolor: setUp...
testDefaultedColor_defaultedcolor: tearDown...

----- testStringData
testStringData: setUp...
testStringData: tearDown...

----- testSetTheme
testSetTheme: setUp...
testSetTheme: tearDown...

----- testPushdown
testPushdown: setUp...
testPushdown: tearDown...

----- testDefaultColorDescriptor
testDefaultColorDescriptor: setUp...
testDefaultColorDescriptor: tearDown...

----- testWorkbenchEncodings
testWorkbenchEncodings: setUp...

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:42.157
!MESSAGE Blorf is not a valid charset.

!ENTRY org.eclipse.ui 4 4 2015-02-04 22:18:42.158
!MESSAGE  is not a valid charset.
testWorkbenchEncodings: tearDown...

----- testMatchingContext
testMatchingContext: setUp...
testMatchingContext: tearDown...

----- testWorkspaceAdapter
testWorkspaceAdapter: setUp...
testWorkspaceAdapter: tearDown...

----- testOperationsAPIinThreads
testOperationsAPIinThreads: setUp...
----- testMatchingContext
testMatchingContext: setUp...
testMatchingContext: tearDown...

----- testWorkspaceAdapter
testWorkspaceAdapter: setUp...
testWorkspaceAdapter: tearDown...

----- testMatchingContext
testMatchingContext: setUp...
testMatchingContext: tearDown...

----- testWorkspaceAdapter
testWorkspaceAdapter: setUp...
testWorkspaceAdapter: tearDown...

----- testMatchingContext
testMatchingContext: setUp...
testMatchingContext: tearDown...

----- testWorkspaceAdapter
testWorkspaceAdapter: setUp...
testWorkspaceAdapter: tearDown...

testOperationsAPIinThreads: tearDown...

----- test115761
test115761: setUp...
test115761: tearDown...

----- testFileCopyAndOverwriteUndoRedo
testFileCopyAndOverwriteUndoRedo: setUp...
testFileCopyAndOverwriteUndoRedo: tearDown...

----- testFileMoveAndOverwriteUndoRedo
testFileMoveAndOverwriteUndoRedo: setUp...
testFileMoveAndOverwriteUndoRedo: tearDown...

----- testFileCreateLinkedNestedUndoRedo
testFileCreateLinkedNestedUndoRedo: setUp...
testFileCreateLinkedNestedUndoRedo: tearDown...

----- testFolderCreateLeafUndoRedo
testFolderCreateLeafUndoRedo: setUp...
testFolderCreateLeafUndoRedo: tearDown...

----- testProjectRenameUndoRedo
testProjectRenameUndoRedo: setUp...
testProjectRenameUndoRedo: tearDown...

----- testProjectCopyUndoInvalid
testProjectCopyUndoInvalid: setUp...
testProjectCopyUndoInvalid: tearDown...

----- testNestedRedundantFolderDeleteUndoRedo
testNestedRedundantFolderDeleteUndoRedo: setUp...
testNestedRedundantFolderDeleteUndoRedo: tearDown...

----- testRedundantFileAndFolderCopy
testRedundantFileAndFolderCopy: setUp...
testRedundantFileAndFolderCopy: tearDown...

----- testFolderDeleteUndoRedo
testFolderDeleteUndoRedo: setUp...
testFolderDeleteUndoRedo: tearDown...

----- testFileMoveUndoRedo
testFileMoveUndoRedo: setUp...
testFileMoveUndoRedo: tearDown...

----- testFileAndFolderCopySameDests
testFileAndFolderCopySameDests: setUp...
testFileAndFolderCopySameDests: tearDown...

----- testFileAndFolderCopyDifferentDests
testFileAndFolderCopyDifferentDests: setUp...
testFileAndFolderCopyDifferentDests: tearDown...

----- testFileCopyLinkUndoRedo
testFileCopyLinkUndoRedo: setUp...
testFileCopyLinkUndoRedo: tearDown...

----- testFileAndFolderCopyDifferentNames
testFileAndFolderCopyDifferentNames: setUp...
testFileAndFolderCopyDifferentNames: tearDown...

----- testFileCopyRenameUndoRedo
testFileCopyRenameUndoRedo: setUp...
testFileCopyRenameUndoRedo: tearDown...

----- testProjectCopyUndoRedo
testProjectCopyUndoRedo: setUp...
testProjectCopyUndoRedo: tearDown...

----- testFileDeleteUndoRedo
testFileDeleteUndoRedo: setUp...
testFileDeleteUndoRedo: tearDown...

----- testProjectClosedDeleteWithContentUndoRedo
testProjectClosedDeleteWithContentUndoRedo: setUp...
testProjectClosedDeleteWithContentUndoRedo: tearDown...

----- testProjectClosedCopyUndoRedo
testProjectClosedCopyUndoRedo: setUp...
testProjectClosedCopyUndoRedo: tearDown...

----- testUpdateMarkersInvalid2
testUpdateMarkersInvalid2: setUp...
testUpdateMarkersInvalid2: tearDown...

----- testCreateMarkerUndoInvalid2
testCreateMarkerUndoInvalid2: setUp...
testCreateMarkerUndoInvalid2: tearDown...

----- testCreateMultipleMarkersSingleTypeUndoRedo
testCreateMultipleMarkersSingleTypeUndoRedo: setUp...
testCreateMultipleMarkersSingleTypeUndoRedo: tearDown...

----- testCreateSingleMarkerUndoRedo
testCreateSingleMarkerUndoRedo: setUp...
testCreateSingleMarkerUndoRedo: tearDown...

----- testUpdateAndMergeSingleMarkerUndoRedo
testUpdateAndMergeSingleMarkerUndoRedo: setUp...
testUpdateAndMergeSingleMarkerUndoRedo: tearDown...

----- testFolderCreateNestedInProjectUndoRedo
testFolderCreateNestedInProjectUndoRedo: setUp...
testFolderCreateNestedInProjectUndoRedo: tearDown...

----- testProjectCreateUndoRedo
testProjectCreateUndoRedo: setUp...
testProjectCreateUndoRedo: tearDown...

----- testFolderCopyUndoRedo
testFolderCopyUndoRedo: setUp...
testFolderCopyUndoRedo: tearDown...

----- testDeleteNestedResourcesUndoRedo
testDeleteNestedResourcesUndoRedo: setUp...
testDeleteNestedResourcesUndoRedo: tearDown...

----- testUpdateAndMergeMultipleMarkerUndoRedo
testUpdateAndMergeMultipleMarkerUndoRedo: setUp...
testUpdateAndMergeMultipleMarkerUndoRedo: tearDown...

----- testUpdateSingleMarkerUndoRedo
testUpdateSingleMarkerUndoRedo: setUp...
testUpdateSingleMarkerUndoRedo: tearDown...

----- testProjectDeleteWithContentUndoRedo
testProjectDeleteWithContentUndoRedo: setUp...
testProjectDeleteWithContentUndoRedo: tearDown...

----- testProjectClosedDeleteUndoRedo
testProjectClosedDeleteUndoRedo: setUp...
testProjectClosedDeleteUndoRedo: tearDown...

----- testCreateMarkerUndoInvalid
testCreateMarkerUndoInvalid: setUp...
testCreateMarkerUndoInvalid: tearDown...

----- testProjectCopyAndChangeToInvalidLocationUndoRedo
testProjectCopyAndChangeToInvalidLocationUndoRedo: setUp...
testProjectCopyAndChangeToInvalidLocationUndoRedo: tearDown...

----- testCreateMultipleMarkerTypesUndoRedo
testCreateMultipleMarkerTypesUndoRedo: setUp...
testCreateMultipleMarkerTypesUndoRedo: tearDown...

----- testRedundantFolderFileMoveUndoRedo
testRedundantFolderFileMoveUndoRedo: setUp...
testRedundantFolderFileMoveUndoRedo: tearDown...

----- testFileCreateLeafUndoRedo
testFileCreateLeafUndoRedo: setUp...
testFileCreateLeafUndoRedo: tearDown...

----- testFileCreateNestedInFolderUndoRedo
testFileCreateNestedInFolderUndoRedo: setUp...
testFileCreateNestedInFolderUndoRedo: tearDown...

----- testFileLinkedDeleteUndoRedo
testFileLinkedDeleteUndoRedo: setUp...
testFileLinkedDeleteUndoRedo: tearDown...

----- testFileCreateLinkedUndoRedo
testFileCreateLinkedUndoRedo: setUp...
testFileCreateLinkedUndoRedo: tearDown...

----- testFolderRenameUndoRedo
testFolderRenameUndoRedo: setUp...
testFolderRenameUndoRedo: tearDown...

----- test162655
test162655: setUp...
test162655: tearDown...

----- test201441
test201441: setUp...
test201441: tearDown...

----- test223956
test223956: setUp...
test223956: tearDown...

----- test250125
test250125: setUp...
test250125: tearDown...

----- testFolderCreateNestedInFolderUndoRedo
testFolderCreateNestedInFolderUndoRedo: setUp...
testFolderCreateNestedInFolderUndoRedo: tearDown...

----- testFolderCreateLinkedUndoRedo
testFolderCreateLinkedUndoRedo: setUp...
testFolderCreateLinkedUndoRedo: tearDown...

----- testProjectClosedCopyAndChangeLocationUndoRedo
testProjectClosedCopyAndChangeLocationUndoRedo: setUp...
testProjectClosedCopyAndChangeLocationUndoRedo: tearDown...

----- testFileRenameUndoRedo
testFileRenameUndoRedo: setUp...
testFileRenameUndoRedo: tearDown...

----- testProjectDeleteUndoRedo
testProjectDeleteUndoRedo: setUp...
testProjectDeleteUndoRedo: tearDown...

----- testUpdateMultipleMarkerUndoRedo
testUpdateMultipleMarkerUndoRedo: setUp...
testUpdateMultipleMarkerUndoRedo: tearDown...

----- testProjectMoveUndoRedo
testProjectMoveUndoRedo: setUp...
testProjectMoveUndoRedo: tearDown...

----- testFolderCreateLinkedNestedUndoRedo
testFolderCreateLinkedNestedUndoRedo: setUp...
testFolderCreateLinkedNestedUndoRedo: tearDown...

----- testNestedRedundantFileDeleteUndoRedo
testNestedRedundantFileDeleteUndoRedo: setUp...
testNestedRedundantFileDeleteUndoRedo: tearDown...

----- testFolderDeleteLinkedUndoRedo
testFolderDeleteLinkedUndoRedo: setUp...
testFolderDeleteLinkedUndoRedo: tearDown...

----- testWorkspaceUndoMonitor
testWorkspaceUndoMonitor: setUp...
testWorkspaceUndoMonitor: tearDown...

----- testDeleteMarkersUndoRedo
testDeleteMarkersUndoRedo: setUp...
testDeleteMarkersUndoRedo: tearDown...

----- testFileCopyUndoRedo
testFileCopyUndoRedo: setUp...
testFileCopyUndoRedo: tearDown...

----- testFolderCopyLinkUndoRedo
testFolderCopyLinkUndoRedo: setUp...
testFolderCopyLinkUndoRedo: tearDown...

----- testFolderCopyRenameUndoRedo
testFolderCopyRenameUndoRedo: setUp...
testFolderCopyRenameUndoRedo: tearDown...

----- testFolderMoveUndoRedo
testFolderMoveUndoRedo: setUp...
testFolderMoveUndoRedo: tearDown...

----- testUpdateMarkersInvalid
testUpdateMarkersInvalid: setUp...
testUpdateMarkersInvalid: tearDown...

----- testProjectCopyAndChangeLocationUndoRedo
testProjectCopyAndChangeLocationUndoRedo: setUp...
testProjectCopyAndChangeLocationUndoRedo: tearDown...

----- testRedundantSubFolderMoveUndoRedo
testRedundantSubFolderMoveUndoRedo: setUp...
testRedundantSubFolderMoveUndoRedo: tearDown...

----- testFileCreateNestedInProjectUndoRedo
testFileCreateNestedInProjectUndoRedo: setUp...
testFileCreateNestedInProjectUndoRedo: tearDown...

----- testProjectMoveInvalidLocationUndoRedo
testProjectMoveInvalidLocationUndoRedo: setUp...
testProjectMoveInvalidLocationUndoRedo: tearDown...

----- testFileAndFolderMoveSameDests
testFileAndFolderMoveSameDests: setUp...
testFileAndFolderMoveSameDests: tearDown...

----- testTwoEvaluations
testTwoEvaluations: setUp...
testTwoEvaluations: tearDown...

----- testWorkbenchProvider
testWorkbenchProvider: setUp...
testWorkbenchProvider: tearDown...

----- testSourceProviderPriority
testSourceProviderPriority: setUp...
testSourceProviderPriority: tearDown...

----- testBug334524
testBug334524: setUp...
testBug334524: tearDown...

----- testSourceProvider
testSourceProvider: setUp...
testSourceProvider: tearDown...

----- testPropertyChange
testPropertyChange: setUp...
testPropertyChange: tearDown...

----- testBasicService
testBasicService: setUp...
testBasicService: tearDown...

----- testPlatformProperty
testPlatformProperty: setUp...
testPlatformProperty: tearDown...

----- testGlobalService
testGlobalService: setUp...
testGlobalService: tearDown...

----- testWorkbenchServiceFactory
testWorkbenchServiceFactory: setUp...
testWorkbenchServiceFactory: tearDown...

----- testWaitCursor
testWaitCursor: setUp...
testWaitCursor: tearDown...

----- testCommandProperty
testCommandProperty: setUp...
testCommandProperty: tearDown...

----- testClearTaskInfo
testClearTaskInfo: setUp...
testClearTaskInfo: tearDown...


!ENTRY org.eclipse.ui.workbench 4 2 2015-02-04 22:19:40.598
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.IllegalStateException: Job manager has been shut down.
	at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:1140)
	at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:430)
	at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:500)
	at org.eclipse.ui.internal.progress.AnimationManager.setAnimated(AnimationManager.java:123)
	at org.eclipse.ui.internal.progress.AnimationManager$2.decrementJobCount(AnimationManager.java:216)
	at org.eclipse.ui.internal.progress.AnimationManager$2.removeJob(AnimationManager.java:186)
	at org.eclipse.ui.internal.progress.ProgressManager.removeJobInfo(ProgressManager.java:781)
	at org.eclipse.ui.internal.progress.ProgressManager$2.done(ProgressManager.java:462)
	at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:42)
	at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:102)
	at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:151)
	at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:655)
	at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:71)

!ENTRY org.eclipse.ui.workbench 4 0 2015-02-04 22:19:40.599
!MESSAGE Job manager has been shut down.
!STACK 0
java.lang.IllegalStateException: Job manager has been shut down.
	at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:1140)
	at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:430)
	at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:500)
	at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService.decrementBusy(WorkbenchSiteProgressService.java:458)
	at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService.decrementBusy(WorkbenchSiteProgressService.java:294)
	at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService$1.done(WorkbenchSiteProgressService.java:268)
	at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:42)
	at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:113)
	at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:151)
	at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:655)
	at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:71)
