issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
312,888
Bug 312888 Problems when entering the linked folder location
null
resolved fixed
e8f7a82
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-19T11:57:13Z
2010-05-14T12:26:40Z
310,446
Bug 310446 [LinkedResources] "Preferences > Linked Resources > New..." should not show "Variable..."
I20100425-2000 "Preferences > Linked Resources": The "New..." and "Edit..." dialogs should not show the "Variable..." button. When I select a variable, the "New Variable" dialog show an error (Path must be absolute.), and when I try to click "Extend...", nothing happens.
resolved fixed
8e36335
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-19T11:13:35Z
2010-04-26T13:53:20Z
313,211
Bug 313211 [CSS] Optimizing Linear Gradients
null
resolved fixed
f22e8e4
["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T22:35:29Z
2010-05-17T18:13:20Z
313,428
Bug 313428 Use Eclipse tracing to enable debug output
null
resolved fixed
9f58ed4
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Activator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T19:36:22Z
2010-05-18T19:13:20Z
313,407
Bug 313407 EPartService needs to use EModelService's bringToTop method
The EMS variant considers shared parts, the EPS should delegate accordingly.
resolved fixed
c4b481c
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T17:39:14Z
2010-05-18T16:26:40Z
313,066
Bug 313066 [Workbench] Workbench.createDisplay() needs to call Display.setAppVersion()
null
verified fixed
0fa5ba5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProductInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T16:50:11Z
2010-05-17T04:20:00Z
313,382
Bug 313382 No 'X' close buttons on views
The renderer is currently ignoring the 'closeable' feature for MParts if it's actually represented by a placeholder (i.e. 3.x views).
resolved fixed
ae8f2cb
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T15:59:43Z
2010-05-18T16:26:40Z
122,341
Bug 122341 [Model] IMemento rejects keys that begin with #
The doc for IMemento says that any alphanumeric string is acceptable as a key. If . is legitimate, and we know it is, why is # illegitimate? If nothing else, the doc needs to be more specific.
verified fixed
1a540fd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IMemento.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-18T13:40:12Z
2005-12-29T21:00:00Z
312,941
Bug 312941 [Compatibility] Get prompted once for each dirty file when closing workbench
Instead of an aggregate dialog, you get one message dialog per dirty file when you are closing Eclipse. This is very annoying.
resolved fixed
67cad5f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveAllAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-14T16:45:17Z
2010-05-14T18:00:00Z
310,342
Bug 310342 'Home' key sends caret to the beginning of the line in the Java editor
The key press should "ignore" whitespace and go to the first non-whitespace character instead of to the beginning of the line. ------------- 3.x trace JavaEditor$SmartLineStartAction(AbstractTextEditor$LineStartAction).run() line: 1359 JavaEditor$SmartLineStartAction(TextNavigationAction).runWithEvent(Event) line: 99 ActionHandler.execute(Map) line: 185 LegacyHandlerWrapper.execute(ExecutionEvent) line: 109 Command.executeWithChecks(ExecutionEvent) line: 476 ParameterizedCommand.executeWithChecks(Object, Object) line: 508 HandlerService.executeCommand(ParameterizedCommand, Event) line: 169 WorkbenchKeyboard.executeCommand(Binding, Event) line: 468 WorkbenchKeyboard.press(List, Event) line: 786 WorkbenchKeyboard.processKeyEvent(List, Event) line: 885 WorkbenchKeyboard.filterKeySequenceBindings(Event) line: 567 WorkbenchKeyboard.access$3(WorkbenchKeyboard, Event) line: 508 WorkbenchKeyboard$KeyDownFilter.handleEvent(Event) line: 123 EventTable.sendEvent(Event) line: 84 Display.filterEvent(Event) line: 1251 ------------- Compatibility trace Thread [main] (Suspended) StyledText.invokeAction(int) line: 6825 TextNavigationAction.run() line: 61 TextNavigationAction.runWithEvent(Event) line: 99 ActionHandler.execute(ExecutionEvent) line: 121 E4HandlerProxy.execute(IEclipseContext) line: 52 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 79 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 Method.invoke(Object, Object...) line: 618 MethodRequestor.callMethod(Method, Object[]) line: 58 MethodRequestor.execute() line: 32 InjectorImpl.invokeUsingClass(Object, Class<?>, String, Object, AbstractObjectSupplier) line: 167 InjectorImpl.invoke(Object, String, Object, AbstractObjectSupplier) line: 151 ContextInjectionFactory.invoke(Object, String, IEclipseContext, Object) line: 102 HandlerServiceImpl.executeHandler(ParameterizedCommand) line: 114 KeyBindingDispatcher.executeCommand(ParameterizedCommand, Event) line: 260 KeyBindingDispatcher.press(List, Event) line: 456 KeyBindingDispatcher.processKeyEvent(List, Event) line: 506 KeyBindingDispatcher.filterKeySequenceBindings(Event) line: 339 KeyBindingDispatcher.access$0(KeyBindingDispatcher, Event) line: 285 KeyBindingDispatcher$KeyDownFilter.handleEvent(Event) line: 74 EventTable.sendEvent(Event) line: 84 Display.filterEvent(Event) line: 1253
resolved fixed
fd8cb1a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-14T14:50:05Z
2010-04-23T19:13:20Z
312,821
Bug 312821 'File > Restart' causes shutdown prompt
null
resolved fixed
67ae97e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-13T17:26:28Z
2010-05-13T17:00:00Z
312,818
Bug 312818 [Compatibility] 4.0 SDK needs to prompt before closing
An exit confirmation dialog appears in 3.x but not in 4.0.
resolved fixed
f679d8f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-13T16:42:35Z
2010-05-13T17:00:00Z
305,739
Bug 305739 [viewers] #expandToLevel(Object, level) retrieves all children when virtual
null
resolved fixed
11985f9
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T23:20:55Z
2010-03-12T21:40:00Z
16,552
Bug 16552 [Dialogs] Title Area dialog should support > 2 lines text
The Update dialog message is too long on Linux. The TitleAreaDialog is designed to have 2 lines of text and this dialog has 3 so the top and bottom get cut off. There is also a missing period and the end of the last sentence. STEPS 1) Install the examples to your eclipse install 2) Restart Eclipse - look at the message in the dialog.
resolved fixed
66d5855
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T21:23:39Z
2002-05-21T14:06:40Z
297,303
Bug 297303 Resource filters cannot be edited for linked packages
I20091207-1800 Resource filters cannot be edited for linked packages (properties page shows only up for folder, not for packages).
closed fixed
7ffdcd5
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T20:15:28Z
2009-12-09T09:13:20Z
312,686
Bug 312686 [CommonNavigator] double click on a tree item causes File to open in the editor
Build Identifier: eclipse SDK 3.6.0 M7 Build id: I20100426-0852 When double click on a tree item that is adaptable to IResource class, eclipse launches the editor for the file that was returned by the tree item via the call ((IAdaptable)treeItem).getAdapter(IResource.class) See debug session in the attachment. This is a regression bug. Reproducible: Always Steps to Reproduce: 1. Open a logical model tree that contains some tree items that are adaptable to IResource (such as sub model element). 2. double click on the tree item that is adaptable to IResource class Result: The eclipse's OpenActionProvider launches the editor for the file that was returned by the tree item via the call ((IAdaptable)treeItem).getAdapter(IResource.class)
verified fixed
656195c
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/OpenActionProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T19:50:22Z
2010-05-12T18:46:40Z
310,878
Bug 310878 [LinkedResources] Exception while importing resources in a virtual folder
- New Workspace - New Java Project - New virtual folder - Select the Virtual folder, File -> Import -> File system - Try to import any files (without using the Advanced option) - Click Finish => the following exception occurs org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Widget.error(Widget.java:467) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.widgets.Button.getSelection(Button.java:729) at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceImportPage1.saveWidgetValues(WizardFileSystemResourceImportPage1.java:983) at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceImportPage1.finish(WizardFileSystemResourceImportPage1.java:620) at org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard.performFinish(FileSystemImportWizard.java:101) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:147) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157) at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171) at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2565) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2399) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:669) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:662) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) Close the import wizard and try to import again. This time on selecting 'File System' in the wizard there is a NPE java.lang.NullPointerException at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceImportPage1.restoreWidgetValues(WizardFileSystemResourceImportPage1.java:942) at org.eclipse.ui.dialogs.WizardResourceImportPage.createControl(WizardResourceImportPage.java:166) at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceImportPage1.createControl(WizardFileSystemResourceImportPage1.java:273) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221) at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218) at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205) at org.eclipse.ui.internal.dialogs.ImportExportPage.treeDoubleClicked(ImportExportPage.java:234) at org.eclipse.ui.internal.dialogs.ImportPage$2.doubleClick(ImportPage.java:72) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:824) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:822) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1403) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1225) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:147) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157) at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171) at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2565) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2399) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:669) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:662) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
resolved fixed
bf0a2ac
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T18:07:43Z
2010-04-28T18:40:00Z
310,671
Bug 310671 [LinkedResources] "New > Folder" wizard: Bad dialog resizing when clicking "Advanced"
I20100426-0852 The "New > Folder" wizard: Clicking the "Advanced" button should keep the button at the same location on the screen and resize the dialog such that the new options fit in. It also wasn't perfect before, but in I20100426-0852, the "Advanced" button jumps a huge distance (is not under the mouse any more) and the dialog only gets a tiny bit taller.
resolved fixed
9cf10b4
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T18:04:14Z
2010-04-27T17:40:00Z
312,438
Bug 312438 'Home' and 'End' keys goes to the first editor
1. Start your inner Eclipse. 2. Make a new 'Untitled Text File'. 3. Type some stuff in it. Now your caret is at the end of the life. 4. Repeat steps 2 and 3. 5. Now hit 'Home'. Nothing happens. 6. Switch to the first file, the caret has moved. :(
resolved fixed
80e9b04
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T17:48:58Z
2010-05-11T15:00:00Z
311,778
Bug 311778 [CommonNavigator] Project Explorer selects File object instead of the requested object in the Explorer tree
Build Identifier: eclipse SDK 3.6.0 M7 Build id: I20100426-0852 When we request the CommonNavigator to select a specific element on the explorer tree that is not yet visible, the Project explorer calls the convertSelection method and this changes the requested target object to the File object. Thus, the File is object is selected in Project explorer which is incorrect. Instead, it should expand the tree to show the target element first and then select this requested object. (see attached image). package org.eclipse.ui.navigator.resources; public final class ProjectExplorer extends CommonNavigator { . . . public void selectReveal(ISelection selection) { if (getCommonViewer() != null) { getCommonViewer().setSelection(convertSelection(selection), true); } } private Object convertElement(Object original) { NavigatorContentService ncs = (NavigatorContentService) getNavigatorContentService(); Object found = ncs.getViewerElementData(original); if (found != null) return original; if (original instanceof IAdaptable) { IAdaptable adaptable = (IAdaptable) original; found = adaptable.getAdapter(IResource.class); if (found != null) return found; IWorkbenchAdapter wba = (IWorkbenchAdapter) adaptable.getAdapter(IWorkbenchAdapter.class); if (wba != null) { found = wba.getParent(original); if (found != null) return convertElement(found); } } return original; } It should not returns the adaptable.getAdapter(IResource.class) object. Reproducible: Always Steps to Reproduce: 1. Expand the tree structure just 1 level deep in the Project Explorer. The tree elements are adaptable to IResource. 2. Invoke the org.eclipse.ui.navigator.resources.ProjectExplorer.selectReveal and pass it a child object that is not yet visible (for example, the target object is 5 levels deep). Expect: the tree is expanse and select the requested element. Result: the file object is selected.
verified fixed
d927cc7
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T16:41:35Z
2010-05-05T17:20:00Z
310,494
Bug 310494 [LinkedResources] Preference "Link and create virtual folders" does not work
I20100425-2000 The 2 options on the Linked Resourced with name "Link and create virtual folders" don't work. When they are selected, dropping items does nothing. In CopyFilesAndFoldersOperation#copyOrLinkFiles(..), the test "hasFlag(dropOperation, ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS)" always fails because dropOperation is always COPY.
resolved fixed
7e088b3
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T14:03:45Z
2010-04-26T16:40:00Z
312,614
Bug 312614 [Compatibility] ISources.ACTIVE_EDITOR_ID_NAME is not in the context
Much of the 3.x framework relies on ISources, this needs to be retrievable.
resolved fixed
816e901
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T13:29:45Z
2010-05-12T13:13:20Z
311,515
Bug 311515 Wrong dialog title
Build id: I20100429-1549 Steps: 1) Open the New Folder wizard 2) Press Advanced and Resource Filters 3) See the title of the opened dialog
resolved fixed
ef38bc3
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterEditDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-12T13:26:39Z
2010-05-04T10:46:40Z
297,402
Bug 297402 [IDE] [Wizards] Improvements to the advanced section of new folder wizard
null
resolved fixed
5c3fda3
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-11T19:25:51Z
2009-12-09T20:20:00Z
312,454
Bug 312454 [Compatibility] Application's commands increases in size across workbench restarts
null
resolved fixed
539b766
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-11T16:16:41Z
2010-05-11T15:00:00Z
312,421
Bug 312421 Contexts need to have a name
Seeing "Anonymous Context" everywhere isn't helping anyone. I'll make some tweaks in the renderer.
resolved fixed
7a70e5b
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-11T13:34:38Z
2010-05-11T12:13:20Z
312,333
Bug 312333 Exceptions in JUnit's PartService
With the code from Head there are 3 NPEs in UIAllTests: testShowPart_Id_Unrendered_ACTIVATE testShowPart_Id_Unrendered_ACTIVATE2 testShowPart_Id_Unrendered_ACTIVATE3 They all seem to have the same cause: context of the activated part is null.
resolved fixed
ceef47c
["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-11T11:46:46Z
2010-05-10T19:33:20Z
312,259
Bug 312259 Keybindings are being sent to the wrong place
null
resolved fixed
68ed333
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-10T20:30:59Z
2010-05-10T14:00:00Z
302,694
Bug 302694 [PropertiesDialog] UI polish for file system attributes on Resource properties page
I20100209-2300 - Permissions table needs mnemonic (e.g. &r) - The note should talk about "folder", not "directory" - Checkboxes have white background on Linux-GTK and gray bg on Mac-Cocoa Why are attributes not shown for projects?
resolved fixed
f07107f
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-10T14:01:35Z
2010-02-12T10:20:00Z
311,584
Bug 311584 [build path] "Extend" path variable button does nothing
Build Identifier: I20100429-1549 The "extend..." button in the Java project's link source dialog does not work. Reproducible: Always Steps to Reproduce: * In the Java perspective, right click a Java project, goto Build Path > Link Source... * Select Variables... * In the dialog that appears, select an existing path variable and click Extend... Effect: Nothing happens. Expected: A file browser relative to the path variable appears.
verified fixed
0d6b343
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-10T09:47:59Z
2010-05-04T16:20:00Z
311,194
Bug 311194 [Dialogs] FilteredResourcesSelectionDialog's constructor doesn't specify what to put in the 'typesMask' parameter
Today someone on IRC put 0 when he should've been using IResource.FILE. We should clarify the javadocs.
verified fixed
ba72543
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-08T22:58:03Z
2010-04-30T15:06:40Z
306,736
Bug 306736 [Workbench] Contributed sourceProvider can cause troubles on start
I20100316-0859. In Workbench.init() we read the source providers of the 'org.eclipse.ui.services' extension point and there all extensions are immediately loaded (createExecutableExtension) no matter whether the contributing bundle is already started. Unfortunately this happens before the workbench itself is correctly initialized (workbench colors in this particular case). This can cause troubles for upstream bundles that expect the workbench colors and/or fonts to be present when they get loaded. It would be good if the workbench could initialize as much as possible before calling code that starts other bundles. We should either - Protect the code to not load those extensions. We do similar things e.g. when loading the handler service (see org.eclipse.ui.internal.handlers.HandlerProxy.isOkToLoad(). The hard part here is to make sure that the extension which aren't loaded still work somehow, e.g. by adding a proxy. - Initialize default services after colors and fonts (this might be the simplest fix but would need extensive testing).
verified fixed
ecba732
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-07T19:48:25Z
2010-03-22T15:00:00Z
312,095
Bug 312095 [Compatibility] Restarting always reverts to the default perspective (ie.. Java)
If you shut down with the Debug perspective active and restart you end up with the Java perspective showing. Also, some interaction at the rendering level leaves the shared editor area empty.
resolved fixed
f23e264
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-07T16:17:10Z
2010-05-07T16:33:20Z
284,558
Bug 284558 [Perspectives] NPE: CustomizePerspectiveDialog in method getVisibleIDs
Build ID: 20090619-0625 Steps To Reproduce: 1. Launch an RCP Application which has no menu contribution item with the ActionFactory.NEW.getId() id. 2. Select a perspective -> customize -> wait for the "Customize Perspective"-dialog -> click "Ok" 3. A NPE is thrown as, in this case, the "wizards" member variable has not been initialized. More information: This also happens if there is no menu contribution item with the id of - "SHORTCUT_CONTRIBUTION_ITEM_ID_OPEN_PERSPECTIVE" - "SHORTCUT_CONTRIBUTION_ITEM_ID_SHOW_VIEW"
verified fixed
c7522dd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-07T15:54:14Z
2009-07-24T10:06:40Z
309,716
Bug 309716 [Perspectives] Resetting a perspective removes all shortcuts from the New toolbar button
null
verified fixed
a5a593e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardDropDownAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-07T14:28:17Z
2010-04-19T18:00:00Z
312,063
Bug 312063 SelectionServiceImpl should use ListenerList instead of a HashSet
HashSets are not thread-safe and does not guarantee event order. :(
resolved fixed
53a299e
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-07T14:03:01Z
2010-05-07T13:46:40Z
310,444
Bug 310444 [LinkedResources] Drag and Drop dialogs not disabled when Linked Resources turned off
I20100425-2000 - on the 'Linked Resources' preference page, disable the checkbox => DND groups are still enabled (should be disabled) - click OK - drag a file from the OS to the Package Explorer, Resource Navigator,... => "File Operation" dialog is still shown (should not be shown and just make a copy). Selecting "Link to files" gives an error dialog after I clicked OK. Additional UI problems on the preference page: - groups don't use dialog font - missing vertical gap between checkbox and first DND group: The gap should have the same size as the gap between the second group and the "Path variables..." label. Currently, the visual clustering suggests that the checkbox only applies to the DND groups.
resolved fixed
32d101d
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourceDragAndDropEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-06T12:56:41Z
2010-04-26T13:53:20Z
311,722
Bug 311722 E4XMIResource's getUniqueId() is implemented incorrectly
private String getUniqueId() { String id = createId(); while (objectMap.get(id) != null) { id = createId(); } return id; } Here, 'objectMap' is a Map<EObject, String> but we use a String as a key. This is obviously wrong.
resolved fixed
138cfd5
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4XMIResource.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-05T13:49:14Z
2010-05-05T14:33:20Z
311,721
Bug 311721 Cleanup context strategy
null
resolved fixed
19e3cd7
["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-05T13:48:32Z
2010-05-05T14:33:20Z
311,719
Bug 311719 [Compatibility] View menus have disappeared
null
resolved fixed
680ba71
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-05T13:36:27Z
2010-05-05T11:46:40Z
311,619
Bug 311619 [Compatibility] Heap status not shown in the status line
I believe the control's not even being created...
resolved fixed
a0f2398
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-05T11:58:57Z
2010-05-04T19:06:40Z
308,646
Bug 308646 [compatibility] double-clicking on a file in the Project Explorer does not open an editor
null
resolved fixed
baec2ea
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-04T16:07:45Z
2010-04-09T13:33:20Z
311,421
Bug 311421 [Compatibility] Some multi-keystroke keybindings don't work
What works: Alt+Shift+Q, Q brings up the view dialog. Alt+Shift+X, J runs Java applications. What doesn't work: Ctrl+2, L to assign a method's return value to a new local variable. Alt+Shift+Q, ? to bring up a specific view.
resolved fixed
b356647
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/handlers/ShowViewHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-04T13:33:31Z
2010-05-03T20:53:20Z
311,538
Bug 311538 [Compatibility] ISources.ACTIVE_SITE_NAME not in the context
3.x handlers needs these.
resolved fixed
c776d3d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-04T13:06:13Z
2010-05-04T13:33:20Z
310,601
Bug 310601 [FieldAssist] ContentAssistCommandAdapter enablement not toggled when field has focus
null
verified fixed
d7f159e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T19:16:51Z
2010-04-27T09:20:00Z
310,499
Bug 310499 [LinkedResources] Import > File System > Advanced: "Copy into workspace" should be "Create links in workspace"
I20100425-2000 Import > File System > Advanced: The logic of the "Copy into workspace" checkbox is very unusual. Normally, slave options get enabled when their master is checked, but in this case, it's reversed. The master option would better be called "Create links in workspace", and checking that option should enable the slave options. Default for the master should then be unchecked.
resolved fixed
afe9adb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T17:42:37Z
2010-04-26T16:40:00Z
311,077
Bug 311077 [Compatibility] Ctrl+C doesn't work in 'Package Explorer'
In 3.x, we have an ActionHandler. In e4, we're in an WidgetMethodHandler. Thread [main] (Suspended) CopyToClipboardAction.run(IStructuredSelection) line: 112 CopyToClipboardAction(SelectionDispatchAction).dispatchRun(ISelection) line: 274 CopyToClipboardAction(SelectionDispatchAction).run() line: 250 CopyToClipboardAction(Action).runWithEvent(Event) line: 498 ActionHandler.execute(ExecutionEvent) line: 119 Command.executeWithChecks(ExecutionEvent) line: 476 ParameterizedCommand.executeWithChecks(Object, Object) line: 508 HandlerService.executeCommand(ParameterizedCommand, Event) line: 169 WorkbenchKeyboard.executeCommand(Binding, Event) line: 468 WorkbenchKeyboard.press(List, Event) line: 786 WorkbenchKeyboard.processKeyEvent(List, Event) line: 885 WorkbenchKeyboard.filterKeySequenceBindings(Event) line: 567 WorkbenchKeyboard.access$3(WorkbenchKeyboard, Event) line: 508 WorkbenchKeyboard$KeyDownFilter.handleEvent(Event) line: 123 EventTable.sendEvent(Event) line: 84 Display.filterEvent(Event) line: 1253 Thread [main] (Suspended) WidgetMethodHandler.execute(ExecutionEvent) line: 157 HandlerProxy.execute(ExecutionEvent) line: 293 E4HandlerProxy.execute(IEclipseContext) line: 55 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 48 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 37 Method.invoke(Object, Object...) line: 600 MethodRequestor.callMethod(Method, Object[]) line: 57 MethodRequestor.execute() line: 32 InjectorImpl.invokeUsingClass(Object, Class<?>, Class<Annotation>, Object, AbstractObjectSupplier, boolean) line: 180 InjectorImpl.invoke(Object, Class<Annotation>, Object, AbstractObjectSupplier) line: 161 ContextInjectionFactory.invoke(Object, Class<Annotation>, IEclipseContext, Object) line: 104 HandlerServiceImpl.executeHandler(ParameterizedCommand) line: 114 KeyBindingDispatcher.executeCommand(ParameterizedCommand, Event) line: 260 KeyBindingDispatcher.press(List, Event) line: 456 KeyBindingDispatcher.processKeyEvent(List, Event) line: 506 KeyBindingDispatcher.filterKeySequenceBindings(Event) line: 339 KeyBindingDispatcher.access$0(KeyBindingDispatcher, Event) line: 285 KeyBindingDispatcher$KeyDownFilter.handleEvent(Event) line: 74 EventTable.sendEvent(Event) line: 84 Display.filterEvent(Event) line: 1253
resolved fixed
4decec2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T17:29:35Z
2010-04-29T16:53:20Z
311,396
Bug 311396 NPE thrown when trying to close a part that hasn't been restored
An NPE is thrown because we try to ask the part for a context. However, if the part hasn't been rendered yet, we'll get null back. java.lang.NullPointerException at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer$6.close(StackRenderer.java:449) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1590) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:261) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine$4.run(PartRenderingEngine.java:517) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.run(PartRenderingEngine.java:455) at org.eclipse.e4.workbench.ui.internal.E4Workbench.createAndRunUI(E4Workbench.java:100) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:533) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
resolved fixed
1619787
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T17:27:57Z
2010-05-03T18:06:40Z
311,390
Bug 311390 Debugging often spawns identical editors
If you put breakpoints in your current editor and you start a debug session, you'll often get another editor opened instead of having the one you have active "reused".
resolved fixed
ea99826
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T16:14:21Z
2010-05-03T15:20:00Z
311,371
Bug 311371 [Compatibility] All editors become materialized during shutdown
null
resolved fixed
dff6fff
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T13:30:51Z
2010-05-03T12:33:20Z
310,313
Bug 310313 [Compatibility] ISources.SHOW_IN_SELECTION and ISources.SHOW_IN_INPUT is not in the context
We're getting nulls out of the ExecutionEvent.
resolved fixed
4315fec
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T13:10:14Z
2010-04-23T16:26:40Z
311,360
Bug 311360 [Compatibility] All views become materialized during shutdown
1. Start your inner and open the 'Navigator'. 2. "Hide" it by putting another view in the stack as the selected element. 3. Close. 4. Restart. 5. Close again. 6. An NPE will be thrown. This is because we invoke getViews() during shutdown which will force the rendering of all views. :( java.lang.NullPointerException at org.eclipse.ui.actions.WorkingSetFilterActionGroup.<init>(WorkingSetFilterActionGroup.java:130) at org.eclipse.ui.views.navigator.MainActionGroup.makeSubGroups(MainActionGroup.java:215) at org.eclipse.ui.views.navigator.MainActionGroup.<init>(MainActionGroup.java:103) at org.eclipse.ui.views.navigator.ResourceNavigator.makeActions(ResourceNavigator.java:1025) at org.eclipse.ui.views.navigator.ResourceNavigator.createPartControl(ResourceNavigator.java:322) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:115) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:71) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.callMethod(MethodRequestor.java:57) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:32) at org.eclipse.e4.core.internal.di.InjectorImpl.processPostConstruct(InjectorImpl.java:608) at org.eclipse.e4.core.internal.di.InjectorImpl.processPostConstruct(InjectorImpl.java:591) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:88) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:245) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:199) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:192) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:131) at org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:183) at org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory.create(ReflectionContributionFactory.java:159) at org.eclipse.e4.workbench.ui.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:57) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createWidget(PartRenderingEngine.java:434) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:323) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:385) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:439) at org.eclipse.ui.internal.ViewReference.getView(ViewReference.java:49) at org.eclipse.ui.internal.WorkbenchPage.getViews(WorkbenchPage.java:1523) at org.eclipse.ui.internal.WorkbenchPage.saveAllEditors(WorkbenchPage.java:1892) at org.eclipse.ui.internal.WorkbenchPage.saveAllEditors(WorkbenchPage.java:1882) at org.eclipse.ui.internal.Workbench.saveAllEditors(Workbench.java:1016) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:956) at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:940) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1057) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1055) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1028) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:648) at org.eclipse.ui.internal.WorkbenchWindow.access$2(WorkbenchWindow.java:630) at org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindow.java:677) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:675) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:687) at org.eclipse.ui.internal.WorkbenchWindow$3.close(WorkbenchWindow.java:343) at org.eclipse.e4.workbench.ui.renderers.swt.WBWRenderer$8.shellClosed(WBWRenderer.java:400)
resolved fixed
5003cff
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-05-03T12:29:02Z
2010-05-03T12:33:20Z
311,043
Bug 311043 [Compatibility] Get prompted to save an untitled file even if you said "No"
1. Make a new 'Untitled Text File'. 2. Type some stuff in it. 3. Ctrl+W. 4. Click 'No'. 5. A 'Save As' dialog appears!
resolved fixed
2dbe5ca
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-29T15:52:54Z
2010-04-29T14:06:40Z
310,908
Bug 310908 [Markers] NPE thrown by markers job
I20100426-0852 I had one editor open in my window. It was maximized and opened on an external file. When I closed it, this NPE suddenly appeared. java.lang.NullPointerException at org.eclipse.ui.internal.views.markers.MarkerFieldFilterGroup.loadSettings(MarkerFieldFilterGroup.java:448) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.loadGroupWithID(MarkerContentGenerator.java:521) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.loadFilterSettings(MarkerContentGenerator.java:449) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.loadFiltersFrom(MarkerContentGenerator.java:467) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.loadFiltersPreference(MarkerContentGenerator.java:479) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.getAllFilters(MarkerContentGenerator.java:293) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.getEnabledFilters(MarkerContentGenerator.java:307) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.getResourcesForBuild(MarkerContentGenerator.java:904) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.gatherMarkers(MarkerContentGenerator.java:1004) at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.generateMarkerEntries(MarkerContentGenerator.java:991) at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.clean(MarkerUpdateJob.java:117) at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.buildMarkers(MarkerUpdateJob.java:77) at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.run(MarkerUpdateJob.java:57) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
verified fixed
90c1000
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-29T05:13:56Z
2010-04-28T21:26:40Z
308,667
Bug 308667 [Compatibility] Cannot 'Step Into' with F5
F6 and F7 works. F5 does not. Workaround is to use Ctrl+Alt+Click.
resolved fixed
c9cc77e
["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-28T21:24:08Z
2010-04-09T16:20:00Z
310,853
Bug 310853 [Compatibility] Can't close Eclipse when you have saveable views up
null
resolved fixed
1f4ad6e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-28T16:46:47Z
2010-04-28T15:53:20Z
310,843
Bug 310843 [Compatibility] NPE thrown when closing Eclipse with the 'Debug' view open
null
resolved fixed
59888cd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-28T15:15:18Z
2010-04-28T15:53:20Z
310,650
Bug 310650 Extra space above welcome view.
Tested with... Build id: I20100426-0852 1) Start a fresh Eclipse install on a new workspace 2) You should see the Welcome page filling the entire content area of the shell 3) Click on the "increase font size" icon. 4) Notice that space is inserted between the top of the Welcome page and the shell titlebar. (It looks like this would be the space for the coolbar.) Chris G indicates that this does not occur on Windows.
verified fixed
f626dbd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-28T14:48:14Z
2010-04-27T14:53:20Z
310,685
Bug 310685 [LinkedResources] The 'File System' import wizard has inconsistent widget selection
Tn the 'File System" import wizard, having the "Create complete folder structure" option button set must cause the "Create virtual folders" to be set as well in the "Advanced" section, since this option creates a partial hierarchy and cannot create only a top level link folder.
resolved fixed
9c07aeb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-27T18:19:44Z
2010-04-27T17:40:00Z
310,394
Bug 310394 [CommonNavigator] CommonViewer refresh never turns on redraw sometimes - Breaks Team sync view
Build ID: I20100424-2000 When I perform Team > Synchronize or Compare With > Latest from HEAD the Synchronize View remains empty. This is with an existing workspace and several Eclipse projects in there (including o.e.core.resources, which I have modified locally). Using I20100422-1310 on the very same workspace / project, I do see the expected changes. Using I20100424-2000 I just get an empty synchronize view. I'm assuming that this issue would block some testing of Platform/Team related functionality during the M7 test pass.
verified fixed
b235c61
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-26T05:19:52Z
2010-04-25T18:26:40Z
310,408
Bug 310408 [CommonNavigator] Scary looking error messages incorrectly appear in log
null
verified fixed
b292eb4
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/CommonWizardDescriptorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-26T04:43:23Z
2010-04-26T05:33:20Z
262,906
Bug 262906 [http.registry]initializeDelegate in ServletManager.ServletWrapper should be synchronized
AB sent me an email which among things mentions a problem they encountered while load testing. "The servlet's init() methods are called multiple times whenever we make simultaneous requests to the server before they have been initialized." This is indeed a problem as we wrap each servlet that will look after lazily initializing the servlet and the relevant method -- initalizeMethod is not synchronized.
resolved fixed
06a7fb5
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetActionProvider.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetRootModeActionGroup.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorFilterService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/INavigatorContentExtPtConstants.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterContentProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterDescriptorManager.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/WorkingSetTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-25T17:22:35Z
2009-01-29T14:40:00Z
292,549
Bug 292549 [CommonNavigator] WorkingSetFilterActionGroup sometimes not updated on WS changes
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: 3.5 I am extending common navigator such that it creates few working sets on the start-up of the workbench. I hit an issue with the "Select Working Set" dialog, it does not "selects" the created working set. I debugged and found that WorkingSetFilterActionGroup.setWorkingSet() in org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider is initialized to working set based on the value of currentWorkingSetName set in workbench.xml. Opening up the API in WorkingSetActionProvider to set working set in WorkingSetFilterActionGroup should make it work. Reproducible: Always
closed fixed
70d1a3c
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetActionProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-25T11:11:57Z
2009-10-16T16:20:00Z
287,536
Bug 287536 [CommonNavigator] Wrong sorter unit tests
Build ID: Build id: I20090611-1540 Steps To Reproduce: Several tests in SorterTest rely on the dynamicAddModelObjects method. That method breaks the contract of viewer.add ("This method should be called (by the content provider) when a single * element has been added to the model") in that it calls viewer.add(newData) but doesn't actually add newData to the project. More information: The corresponding tests will fail if for example _viewer.add(parent, children) is implemented as _viewer.refresh(parent), which should not make any difference.
resolved fixed
e7269fb
["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/SorterTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-25T02:38:50Z
2009-08-25T08:46:40Z
305,703
Bug 305703 [Viewers][CommonNavigator] remembered contributions can leak when using filters
null
verified fixed
e81ccb6
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewerInternals.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/FilterTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-25T02:25:48Z
2010-03-12T16:06:40Z
285,529
Bug 285529 [CommonNavigator] Incorrect pipeline logic for interceptXxx methods
null
verified fixed
826bd2e
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentExtension.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/PipelineChainTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-24T17:15:02Z
2009-08-04T07:13:20Z
139,986
Bug 139986 [CommonNavigator] Convert catch(Error/Throwable) to SafeRunner
In several places the CN framework uses catch(Error/Throwable) to ensure that code does not bring the framework down. Change these to use SafeRunner.
resolved fixed
e75adbc
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CustomAndExpression.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorFilterService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSafeRunnable.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/CommonActionProviderDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/CommonDropAdapterDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/CommonDragAssistantDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/LinkHelperDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/LinkHelperManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentExtension.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/SafeDelegateTreeContentProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/CommonWizardDescriptorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigatorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/NavigatorActionService.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestEmptyContentProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-23T23:24:38Z
2006-05-03T15:26:40Z
309,308
Bug 309308 'Add All Plug-ins to Java Search' not in Ctrl+3
Eclipse 4.0 SDK build #40 Workaround: 1. Open 'Plug-ins' view. 2. Select all, right-click, add to Java search.
resolved fixed
f794b1f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-23T20:15:08Z
2010-04-15T14:00:00Z
310,303
Bug 310303 [Compatibility] Compatibility layer needs to quit using org.eclipse.ui.IWorkbench
Right now, we ask the rendering engine to handle the closing. We should go through the 3.x IWorkbench implementation to properly shutdown all of our services in the compatibility layer.
resolved fixed
022c853
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/QuitHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-23T16:09:18Z
2010-04-23T16:26:40Z
307,129
Bug 307129 Window context never disposed
1) Run Window->Open Window in legacy IDE -> A context is created for the new window 2) Close the new window -> The context is not disposed
resolved fixed
d501a53
["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/modeling/IWindowCloseHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-23T15:27:08Z
2010-03-25T20:46:40Z
310,196
Bug 310196 [LinkedResources] The Linked Resource property page does not follow dialog fonts
[LinkedResources] The Linked Resource property page does not follow dialog fonts, both under the 'Path Variables' and 'Linked Resources' tabs.
verified fixed
b2d02c1
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectLinkedResourcePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-22T20:54:28Z
2010-04-22T21:00:00Z
309,273
Bug 309273 An error in the New File wizard when the linked resource location does not specify a scheme
Build id: I20100406-1034 I noticed that extra validation is made when creating linked files or folders. I used to add linked resources with empty locations or locations without scheme to change it later. Now it is not possible. I can't find a bug that introduced this change, so I assume it was introduced silently with one of recent fixes. Serge, could you point out the fix that introduced this change? It looks like you sneaked a fix with one of recently fixed bugs. You should have rather opened another bug to fix it. Anyway, I don't like this change.
verified fixed
f75bed6
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-22T18:38:13Z
2010-04-15T08:26:40Z
309,271
Bug 309271 Wrong resolved location in the New File wizard
Build id: I20100406-1034 I'll attach a screenshot illustrating the issue.
verified fixed
7005012
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-22T18:35:25Z
2010-04-15T08:26:40Z
310,146
Bug 310146 [Compatibility] No progress reported for Ctrl+Alt+H
We should be seeing stuff in the bottom right hand corner.
resolved fixed
fcf4bd9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-22T17:25:51Z
2010-04-22T15:26:40Z
309,996
Bug 309996 Dialog on drop should indent dependent UI elements
I20100414-1200. The dialog which asks for copy or linking on drop should indent the dependent UI elements (the checkbox and combo).
verified fixed
a693617
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ImportTypeDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T19:45:07Z
2010-04-21T17:13:20Z
309,997
Bug 309997 Duplicate mnemonics on Linked Resources preference page
I20100414-2000. Duplicate mnemonics on Linked Resources preference page. LinkedResourcesPreference_link=&Link linkedResourcesPreference_copy=&Copy LinkedResourcesPreference_linkAndVirtualFolder=Link and create &virtual folders Are used for two different UI widgets and hence the mnemonics collide.
verified fixed
4eeb801
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourceDragAndDropEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T19:19:58Z
2010-04-21T17:13:20Z
302,441
Bug 302441 [LinkedResources][CommonNavigator] When to show "Files and Folders Operation" dialog on drop
null
verified fixed
160a81a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ImportTypeDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T18:27:30Z
2010-02-10T16:40:00Z
303,691
Bug 303691 [CommonNavigator] ResourceDropAdapterAssistant won't accept drop target of viewer input
Build Identifier: I20100129-1300 The implementation is ignoring the passed in target object which falls back to the viewer input when null in CommonDropAdapter. The impl calls back to the drop adapter for it's current target, which returns null and bails out immediately. This makes it impossible to drag and drop files out of sub-folders into the project root when the input to the navigator is a project. I've tried a number of hacky workarounds but can't seem to even find a way to hack it (since CommonDropAdapter is a final class, so I can override getCurrentTarget to handle this special null case). Reproducible: Always
verified fixed
baba724
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T16:40:15Z
2010-02-23T21:20:00Z
309,734
Bug 309734 [Compatibility] CCE thrown when opening 'Java Browsing' perspective
2010-04-19 15:17:10.781 Log ErrorException while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/ElementContainer/selectedElement/SET] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@2d082d08 java.lang.ClassCastException: org.eclipse.e4.ui.model.application.ui.basic.impl.PartSashContainerImpl incompatible with org.eclipse.e4.ui.model.application.ui.MUILabel at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer.createTab(StackRenderer.java:294) at org.eclipse.e4.workbench.ui.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:114) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:339) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:339) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.workbench.ui.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:58) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:339) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.workbench.ui.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:99) at org.eclipse.e4.workbench.ui.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:63) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:139) 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:76) at org.eclipse.e4.workbench.ui.internal.UIEventPublisher.notifyChanged(UIEventPublisher.java:58) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380) at org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveStackImpl.setSelectedElement(PerspectiveStackImpl.java:143) at org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveStackImpl.setSelectedElement(PerspectiveStackImpl.java:1) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2049) at org.eclipse.ui.handlers.ShowPerspectiveHandler.openPerspective(ShowPerspectiveHandler.java:146) at org.eclipse.ui.handlers.ShowPerspectiveHandler.openOther(ShowPerspectiveHandler.java:118) at org.eclipse.ui.handlers.ShowPerspectiveHandler.execute(ShowPerspectiveHandler.java:57) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.e4.core.internal.di.MethodRequestor.callMethod(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:32) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:167) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:151) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:101) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:114) at org.eclipse.e4.workbench.ui.renderers.swt.MenuItemRenderer$5.widgetSelected(MenuItemRenderer.java:244)
resolved fixed
872e7ef
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T13:13:12Z
2010-04-19T20:46:40Z
261,031
Bug 261031 [CommonNavigator] IPipelinedContentProvider getParent() returning the suggested parent is not ignored
"Link with Editor" neglects to expand the tree in Project Explorer for not C/C++ file types after reopening eclipse. My case: 1. Create a new subfolder in C/C++ project. Place there a new file with non-C/C++ extension like hello.txt. Open the file with text editor. 2. Quit and reenter eclipse. It should open hello.txt in editor at that point. 3. In Project Explorer, push button "Link with Editor". I expect the tree to be expanded and the cursor placed on hello.txt at that point. As a side note, the button is actually named "Link open editors with content in the Navigator" (???). Well, that appears to be absolutely true and if you open Navigator it is linked. But what about linking in Project Explorer?
verified fixed
83a66e0
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/IPipelinedTreeContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T11:16:14Z
2009-01-14T16:20:00Z
213,448
Bug 213448 [CommonNavigator] Linking open editors with content in Project Explorer not working on restart
On using the project explorer and clicking on the "link with navigator" icon - it links to the editor. However, when closing eclipse and reopening, the link does not automatically activate again, although the editor is open on a specific file. Clicking on the icon again, reactives the link.
resolved fixed
b914730
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPlugin.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigatorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T10:38:17Z
2007-12-19T13:13:20Z
309,851
Bug 309851 [CommonNavigator] Navigating to Project Explorer causes an NPE
Build Identifier: Eclipse 3.6, build I20100406-1034 If the object in Project Explorer's tree does not have associated IWorkbenchAdapter then navigating to Project Explorer causes an NPE. The regression was introduced in the "org.eclipse.ui.navigator.resources.ProjectExplorer" class. Private method "convertElement" attempts to get the IWorkbenchAdapter class from our object in the tree. It then blindly calls "getParent()" without checking if the adapter is returned first, which causes the NPE and breaks navigation. Please take a look at the line "found = wba.getParent(original);". private Object convertElement(Object original) { NavigatorContentService ncs = (NavigatorContentService) getNavigatorContentService(); Object found = ncs.getViewerElementData(original); if (found != null) return original; if (original instanceof IAdaptable) { IAdaptable adaptable = (IAdaptable) original; found = adaptable.getAdapter(IResource.class); if (found != null) return found; IWorkbenchAdapter wba = (IWorkbenchAdapter) adaptable.getAdapter(IWorkbenchAdapter.class); found = wba.getParent(original); if (found != null) return convertElement(found); } return original; } Marking as major because navigation is completely broken for us. Reproducible: Always Steps to Reproduce: 1. Please see the details section. 2. 3.
verified fixed
1b2354f
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T10:15:56Z
2010-04-20T19:00:00Z
292,427
Bug 292427 [CommonNavigator] LinkEditorAction reacts to its own selection
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 (CK-IBM) Firefox/3.0.13 Build Identifier: M20090211-1700 1) when a user clicks on a tab in the editor area, LinkEditorAction selects the editor item in the CommonViewer 2) when a user selects an item in the CommonViewer, LinkEditorAction opens the editor in the editor are however LinkEditorAction does NOT ignore a selection change caused by itself--(1) also causes (2) this is not only a performance issue of reopening the editor, but it also causes a flaky situation because both 1 & 2 use UIJobs: 1)user clicks on an editor tab (editor A) and a UIJob is scheduled to select editor A in the CommonViewer 2)UIJob executes, causing selection to change which in turn causes a second UIJob to be scheduled to bring the editor to the top (the unnecessary UIJob) 3) but before this unnecessary UIJob executes (happens if loading A takes a while), the user clicks on editor B tab and a new UIJob is scheduled to change the selection in the CommonViewer to editor B 4) but it can't run until the unecessary UIJob runs (jobs are processed FIFO) 5) and when the unnecessary job does run, it sees that the current selection is still editor A so it brings A back to the top even the user had opened B the effect is if the user selects A before B has fully loaded, A will temporarily open, then flip back to B a suggested fix is to do this: 1) in LinkEditorAction#updateSelectionJob when LinkEditorAction changes the selection in the viewer (in reaction to a tab clicked in the editor area) it should save that selection: IStructuredSelection newSelection = linkService... ignoreSelection = newSelection; 2) and in LinkEditorAction#selectionChanged it should ignore that selection change public void selectionChanged(SelectionChangedEvent event) { if (commonNavigator.isLinkingEnabled() && event.getSelection() != ignoreSelection) { ignoreSelection = null; activateEditor(); } } Reproducible: Always Steps to Reproduce: 1. open two editors 2. turn on linking in common viewer 3. expand common viewer 4. click on the editor tab that isn't visible and before that editor fully loads (put a wait in it), click on the tab of the editor that was just open 5. Notice that the first editor opens temporarily, then flashes back to the second editor.
verified fixed
9674955
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LinkHelperTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestSuite.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLinkHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T09:50:15Z
2009-10-15T15:20:00Z
302,277
Bug 302277 [LinkedResources] Linked Resources properties page: 'Convert' button is dangerous
N20100207-2000 The new Linked Resources properties page has a dangerous 'Convert' button, which immediately applies changes and offers no way to revert. The Cancel button should work (i.e. only apply changes when the user clicks OK), or at least the button should be called Convert... and ask the user *before* it changes anything. In the dialog, the text should not be editable and the Return key should close the dialog (e.g. via StyledText#setEditable(false)).
resolved fixed
8d3ef0a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourceEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-21T09:48:44Z
2010-02-09T15:40:00Z
309,821
Bug 309821 [Compatibility] Closing all editors leaves window title wrong
I had a number of editors open, and did CTRL+SHIFT+W. They all closed and the shell title changed to include one of the previously open editors (now closed). PW
resolved fixed
312c5de
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-20T19:21:10Z
2010-04-20T13:26:40Z
309,837
Bug 309837 [Workbench] Improve startup performance by fixing the cache for feature ini's
null
verified fixed
b563c57
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-20T18:59:12Z
2010-04-20T16:13:20Z
302,132
Bug 302132 [Tools] NPE when to create a UI Presentation
A NPE exception is notificed when we create a UI Presentation in case we select a folder: java.lang.NullPointerException at org.eclipse.e4.xwt.ui.wizards.NewPresentationWizardPage.setPackageFragment(NewPresentationWizardPage.java:251) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.initTypePage(NewTypeWizardPage.java:569) at org.eclipse.e4.xwt.ui.wizards.NewPresentationWizardPage.initTypePage(NewPresentationWizardPage.java:245) at org.eclipse.jdt.ui.wizards.NewClassWizardPage.init(NewClassWizardPage.java:91) at org.eclipse.e4.xwt.ui.wizards.NewPresentationWizard.addPages(NewPresentationWizard.java:42) at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:113) at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:100) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:823) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:253) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.ui.LegacyHandlerService$HandlerProxy.execute(LegacyHandlerService.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory.call(ReflectionContributionFactory.java:153) at org.eclipse.e4.ui.internal.services.ContextHandlerService.executeHandler(ContextHandlerService.java:58) at org.eclipse.ui.LegacyHandlerService.executeCommand(LegacyHandlerService.java:541) at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2818) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2782) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2634) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:562) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) In fact, we expect the element selected is a Java class. When the selected elemnt is not Java class, the menu should be disabled or a message dialog is expected to notify the error.
closed fixed
3785cac
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/SorterTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-20T07:40:10Z
2010-02-08T14:40:00Z
307,405
Bug 307405 [CommonNavigator] Deadlock in NavigatorContentServiceContentProvider
We are using an adopting product and one of our users encountered this deadlock when starting up their workspace: 1LKDEADLOCK Deadlock detected !!! NULL --------------------- NULL 2LKDEADLOCKTHR Thread "main" (0x41591300) 3LKDEADLOCKWTR is waiting for: 4LKDEADLOCKMON sys_mon_t:0x43134548 infl_mon_t: 0x43134580: 4LKDEADLOCKOBJ org/eclipse/ui/internal/navigator/NavigatorSaveablesService@0x05DB48A8/0x05DB48B4: 3LKDEADLOCKOWN which is owned by: 2LKDEADLOCKTHR Thread "Framework Event Dispatcher" (0x42467700) 3LKDEADLOCKWTR which is waiting for: 4LKDEADLOCKMON sys_mon_t:0x43BA6AB8 infl_mon_t: 0x43BA6AF0: 4LKDEADLOCKOBJ org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider@0x0306F6E8/0x0306F6F4: 3LKDEADLOCKOWN which is owned by: 2LKDEADLOCKTHR Thread "main" (0x41591300) I will attach the stack trace.
verified fixed
9cacdac
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-20T05:32:24Z
2010-03-29T16:26:40Z
208,910
Bug 208910 [CommonNavigator] Drag and Drop in Project Explorer does not use LTK move
I20071101-2000 Drag and Drop of resources in the Navigator does not use the LTK aware move operations. The easiest implementation would probably be to get a MoveResourcesDescriptor and execute a PerformRefactoringOperation on it.
verified fixed
59ba6d4
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-20T05:05:53Z
2007-11-06T17:26:40Z
274,198
Bug 274198 [CommonNavigator] Intermittent test failure deleting a file during tearDown
testMissingProjectsInWorkingSet Error Problems encountered while deleting resources. org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources. at org.eclipse.core.internal.resources.Resource.delete(Resource.java:729) at org.eclipse.core.internal.resources.Project.delete(Project.java:317) at org.eclipse.ui.tests.navigator.NavigatorTestBase.clearAll(NavigatorTestBase.java:194) at org.eclipse.ui.tests.navigator.NavigatorTestBase.tearDown(NavigatorTestBase.java:185) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) at org.eclipse.core.launcher.Main.main(Main.java:34) Contains: Could not delete '/p2/f1'. Contains: Could not delete 'C:\buildtest\I20090428-0100\eclipse-testing\test-eclipse\eclipse\navigator_sniff_folder\p2'.
verified fixed
350e147
["tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/FileUtil.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-19T23:25:54Z
2009-04-28T23:06:40Z
309,698
Bug 309698 Disposing parent context does not cause objects injected by a child context to be destroyed
The test below fails. static class Target { int pc = 0; int pd = 0; @Inject @Named("o") Object o; @PostConstruct void pc() { pc++; } @PreDestroy void pd() { pd++; } } public void testV() { IEclipseContext context = EclipseContextFactory.create(); IEclipseContext child = EclipseContextFactory.create(context, null); child.set("o", new Object()); Target target = (Target) ContextInjectionFactory.make(Target.class, child); assertEquals(1, target.pc); ((IDisposable) context).dispose(); assertEquals(1, target.pd); }
resolved fixed
11bfdca
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-19T19:30:57Z
2010-04-19T15:13:20Z
299,760
Bug 299760 ContextInjectionFactory's invoke method (with no default return value) seems to ignore superclass methods
null
resolved fixed
a593d12
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-19T14:23:46Z
2010-01-15T12:53:20Z
309,665
Bug 309665 Don't eagerly set element ids in the resource
The EMF resource should not be setting a model element's element id given that that is a string that a developer should be making use of.
resolved fixed
1281fc1
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4XMIResource.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-19T13:11:28Z
2010-04-19T12:26:40Z
309,563
Bug 309563 All packages (o.e.e4.ui.model.workbench.edit) of ItemProviders need to be exported
Before, there is only one ApplicationItemProviderAdapterFactory used by e4 Visual Designer. Now with the new model in multiple packages, we need to export all the corresponding ItemProvider.
closed fixed
83170ce
["bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/commands/provider/HandlerItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/ContributionItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/ui/basic/provider/InputPartItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-17T01:46:42Z
2010-04-17T02:06:40Z
305,571
Bug 305571 [Forms] Links in forms editors keep getting bolder and bolder
I20100309-0100 I expect that this has already been reported, but I can't find a dupe. If there isn't a dupe I can provide a screenshot and additional details, but it's easy to reproduce. Only noticed recently, but in forms editors (manifest editor, dynamic help, etc), links that get bolded/highlighted when hovering over them, remain that way after the hover ends. By waving the mouse over the links the font gets darker and bolder.
resolved fixed
ccba653
["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextHyperlinkSegment.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-16T20:18:12Z
2010-03-11T17:53:20Z
309,253
Bug 309253 [Compatibility] Title bar not updated with current perspective name
Eclipse 4.0 SDK, 20100413-1143, Win7 The title bar for the workbench window shows the name of the first perspective shown, and doesn't update as the perspective changes. Not a huge deal but given there is no perspective switcher (and thus no indicator of current perspective) it is easy to lose track of where you are if you are switching around a lot.
resolved fixed
26e86a1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-16T18:48:58Z
2010-04-15T00:06:40Z
293,841
Bug 293841 [FieldAssist] NumLock keyDown event should not close the proposal popup [with patch]
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 Build Identifier: 20090920-1017 I have a Text widget with a ContentProposalAdapter attached to it. The user shall input some numeric value, but on this platform (Windows 2003 Terminal Server with rdestop unix client, if that matters) there are additional keyDown events generated for num pad input. These events almost immediately close the proposal popup after user input. Input with the normal "digit keys" works as expected. The ContentProposalAdapter.ControlProposalPopup.TargetControlListener class currently does check for keyDown events on the SWT.CAPS_LOCK and SWT.MOD{1-4} keys and does ignore them. Any other key forces the popup to close. I suggest to also NOT close the popup on SWT.NUM_LOCK keyDown events. Reproducible: Always
verified fixed
25cc9e7
["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-15T19:20:02Z
2009-10-30T22:00:00Z
212,894
Bug 212894 [About] AboutDialog doesn't properly handle invalid plugin certificates
Build: 3.4 M4. Steps: - Alter the signature of a bundle in the platform (add some random chars to ECLIPSE.RSA file of some bundle). - Open Help > About - Click Plugin Details - An "internal error" dialog pops up complaining of an IllegalStateException, and there is some spew in the log. When a plugin has a bad signature, it should just have an appropriate icon in the "Signed" column. It shouldn't open an error dialog or write errors to the log. !ENTRY org.eclipse.core.jobs 4 2 2007-12-13 10:43:53.359 !MESSAGE An internal error occurred during: "org.apache.commons.logging.source". !STACK 0 java.lang.IllegalStateException at org.eclipse.ui.internal.about.AboutBundleData.isSigned(AboutBundleData.java:112) at org.eclipse.ui.internal.dialogs.AboutPluginsDialog$2.run(AboutPluginsDialog.java:105) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.io.IOException: Not a valid PKCS#7 file at org.eclipse.osgi.internal.verifier.PKCS7Processor.<init>(PKCS7Processor.java:131) at org.eclipse.osgi.internal.verifier.SignedBundleFile.processSigner(SignedBundleFile.java:520) at org.eclipse.osgi.internal.verifier.SignedBundleFile.setBundleFile(SignedBundleFile.java:472) at org.eclipse.osgi.internal.verifier.SignedBundleHook.getVerifier(SignedBundleHook.java:165) at org.eclipse.osgi.internal.verifier.SignedBundleHook.getVerifier(SignedBundleHook.java:177) at org.eclipse.ui.internal.about.AboutBundleData.isSigned(AboutBundleData.java:107) ... 2 more
verified fixed
70a9603
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutBundleData.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/BundleSigningInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-15T18:38:59Z
2007-12-13T15:33:20Z
301,196
Bug 301196 [FieldAssist] ContentAssistCommandAdapter should provide an activation expression when activating the command handler
by providing an activation expression Eclipse can correctly resolve conflicts should the occur. applies to org.eclipse.ui.fieldassist.ContentAssistCommandAdapter see @org.eclipse.ui.internal.handlers.HandlerAuthority.resolveConflicts(String, SortedSet, MultiStatus)@ for details on how handler conflicts are resolved. The handler should only be active when the control has focus: bc. private void activateHandler() { if (activeHandler == null) { activeHandler = handlerService.activateHandler(commandId, proposalHandler,new ActiveFocusControlExpression(getControl())); } } the focus control expression would look something like this: bc.. public class ActiveFocusControlExpression extends Expression { private final Control focusControl; public ActiveFocusControlExpression(Control control) { focusControl = control; } @Override public void collectExpressionInfo(ExpressionInfo info) { info.markDefaultVariableAccessed(); // give it a very high priority info.addVariableNameAccess(ISources.ACTIVE_SHELL_NAME); info.addVariableNameAccess(ISources.ACTIVE_WORKBENCH_WINDOW_NAME); } @Override public EvaluationResult evaluate(IEvaluationContext context) throws CoreException { if (Display.getCurrent() != null && focusControl.isFocusControl()) { return EvaluationResult.TRUE; } return EvaluationResult.FALSE; } }
verified fixed
135d6d4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/fieldassist/TextContentAssistCommandAdapterTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-15T16:50:34Z
2010-01-29T01:53:20Z
304,716
Bug 304716 [UX] [Progress] Show Eclipse startup progress in the Eclipse icon on the Windows 7 Task Bar
null
verified fixed
e69c587
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2010-04-15T01:52:23Z
2010-03-04T19:13:20Z