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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
160,242 | Bug 160242 [Workbench] use of BundleListener in AbstractUIPlugin | null | verified fixed | 792cbbf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T19:45:22Z | 2006-10-09T18:53:20Z |
148,993 | Bug 148993 [Workbench] Wrong Javadoc for IDE.getEditorDescriptor | 3.2 and latest 3.3 build The Javadoc of IDE.getEditorDescriptor(...) does not mention that as a very last resort it tries to find the editor descriptor for the default text editor i.e. IDEWorkbenchPlugin.DEFAULT_TEXT_EDITOR_ID (org.eclipse.ui.DefaultTextEditor) | verified fixed | c43866f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T19:00:51Z | 2006-06-28T13:06:40Z |
203,640 | Bug 203640 [EditorMgmt] IDE.openEditor(IWorkbenchPage, IMarker, boolean) should look for an editor that matches both editor input and editor ID if o.e.ui.ide.IDE.EDITOR_ID_ATTR is set on the marker | null | verified fixed | 16ea8f5 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T18:24:04Z | 2007-09-17T20:13:20Z |
301,820 | Bug 301820 Resource Filters UI is not intuitive | Build ID: Eclipse SDK 3.6m5 As a user, I want to hide all backup and object files from my Eclipse resource tree, such that I can concentrate on what's relevant. I want to do this with a simple UI that I can understand intuitively. The resource filters are a great new concept, and the UI is extremely powerful. But I am ... | verified fixed | e5790b9 | ["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/ResourceFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/FileInfoAttributesMatcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T14:32:05Z | 2010-02-04T13:26:40Z |
309,103 | Bug 309103 [EditorMgmt] Numpad enter not recognized as a confirmation key in editor drop-down | 1. Open an editor. 2. Ctrl+E. 3. Hit the numpad's enter key. 4. Nothing happens. | verified fixed | a25082d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T11:53:00Z | 2010-04-14T13:00:00Z |
61,038 | Bug 61038 [EditorMgmt] drop-down: up/down should wrap around | When pressing down at the bottom of the list you could wrap-around to the first item in the list. I understand that home/end are already supported, but this is the behaviour supported in code assist and I got used to it. | verified fixed | 2ca8984 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-14T11:43:13Z | 2004-05-05T12:26:40Z |
309,041 | Bug 309041 [compatibility] NPE importing preferences | Eclipse 4.0 build #40 1) File > Import > Preferences 2) Pick a preference file exported by 3.6 build 3) Finish java.lang.NullPointerException at org.eclipse.ui.internal.PlatformUIPreferenceListener.preferenceChange(PlatformUIPreferenceListener.java:155) at org.eclipse.core.internal.preferences.EclipsePreferences$2.run(... | resolved fixed | 55f4351 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T20:10:06Z | 2010-04-13T20:20:00Z |
194,988 | Bug 194988 [Workbench] Create Browser says it accepts null but it fails with null pointer if you do. | /** * Creates the new web browser instance. This is a simplified method that * creates the instance using default values for style, name and tooltip * parameters. The method can be used to quickly open the URL by calling * <code>createBrowser(id).openURL(url)</code>. * <p> * * @return the browser instance that can be u... | verified fixed | 0470fda | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/browser/DefaultWorkbenchBrowserSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T18:23:01Z | 2007-06-29T23:33:20Z |
286,716 | Bug 286716 [Workbench] IWorkbenchPreferenceConstants.PROMPT_WHEN_SAVEABLE_STILL_OPEN has malformed javadocs | null | verified fixed | 40c7719 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T17:05:48Z | 2009-08-15T18:13:20Z |
297,256 | Bug 297256 [Perspectives] Dialog font not honoured completely in the 'Perspectives' preference page | Build id: I20091208-0100 1. Window > Preferences 2. General > Appearance > Colors and Fonts 3. Basic > Dialog Font > Edit... 4. Increase the font size a bit, I went from Tahoma 8 to Tahoma 12. 5. Click 'OK' twice to dismiss the font dialog and the preference dialog. 6. Window > Preferences 7. General > Perspectives 8. ... | verified fixed | 070ffd1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T16:50:29Z | 2009-12-08T19:20:00Z |
293,466 | Bug 293466 [Dialogs] CPD's 'Shortcuts' tab doesn't honour dialog font settings | 1. Window > Preferences > General > Appearance > Colors and Fonts 2. Basic > Dialog Font 3. Click the 'Edit...' button and increase the font size a bit. 4. Click 'OK' to close the dialog. 5. Window > Customize Perspective... 6. All the tabs honour the font size change except for the 'Shortcuts' tab. | verified fixed | 45c997a | ["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-04-13T16:40:36Z | 2009-10-27T16:13:20Z |
304,046 | Bug 304046 [EditorMgmt] Editor selection dialog throws SWTException after double-clicking | In our legacy product (so normal Eclipse SDK + e4 on top) use the PkgExplorer>context menu>Open With>Other... and then picking the first Ecore Reflective Sample Editor will correctly open the editor, but also generates this log error: eclipse.buildId=I20100226-0820 java.fullversion=JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvm... | verified fixed | 74c30b2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T16:06:46Z | 2010-02-26T16:00:00Z |
293,448 | Bug 293448 [Perspectives] Removing new/view/perspective shortcuts hides menu items forever until the perspective is reset | Build id: I20091027-0100 1. Window > Customize Perspective... > Shortcuts 2. Select 'Open Perspective' in the submenus combo control. 3. Turn them all off. 4. Select 'Show View' in the submenus combo control. 5. Turn them all off. 6. Click 'OK'. 7. 'Window > Open Perspective' is now missing. 'Window > Show View' is als... | verified fixed | 4f7fe30 | ["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-04-13T15:52:40Z | 2009-10-27T13:26:40Z |
294,117 | Bug 294117 [Commands] Ctrl+C, Ctrl+X, Ctrl+V (Cut, Copy, Paste) shortcuts don't work over SWT_AWT Bridge | User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: Version: 3.5.0 Build id: I20090611-1540 In Eclipse 3.5, the Ctrl+C, Ctrl+X, Ctrl+V (Cut, Copy, Pa... | verified fixed | 193fa02 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T15:02:20Z | 2009-11-03T20:26:40Z |
273,436 | Bug 273436 [Dialogs] InputDialogTest and TitleAreaDialogTest needs to close its opened dialogs when finished | Currently, the two dialogs that are opened by the two test methods stays up for the entire run of the JFace test suite. If another test were to invoke something like display.getShells(), they would get two more shells than what they expected. The tests should close the dialog when the tests are done. | verified fixed | e82208e | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/InputDialogTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/TitleAreaDialogTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T14:39:34Z | 2009-04-23T15:20:00Z |
307,858 | Bug 307858 [Markers] UIUpdateJob may throw SWTException if control has been disposed | The runInUIThread(IProgressMonitor) method looks something like this... try { /* ... */ if (viewer.getControl().isDisposed()) { return Status.CANCEL_STATUS; } /* ... */ } finally { viewer.getTree().setRedraw(true); /* ... */ } The problem here is that the 'finally' block gets executed if the control is disposed. Since ... | resolved fixed | 6876fcc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/UIUpdateJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T14:20:03Z | 2010-04-01T11:06:40Z |
286,830 | Bug 286830 [QuickAccess] Should be able to tell Views with same name apart | null | verified fixed | 353d586 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/ActionElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/CommandElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/EditorElement.java", "bu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-13T12:14:29Z | 2009-08-17T17:26:40Z |
308,975 | Bug 308975 Can't recover from 'invalid' path variable | If a path variable is 'corrupted', the user is unable to recover. Steps to reproduce: 1) new path variable: PROJ_UP = ${PROJECT_LOC}/../ 2) You end up with this in your .project file: <variableList> <variable> <name>PROJ_UP</name> <value>$%7BPARENT-1-PROJECT_LOC%7D</value> </variable> </variableList> In e4 this was a m... | resolved fixed | e361edf | ["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-04-13T10:50:49Z | 2010-04-13T09:13:20Z |
305,585 | Bug 305585 [FastView] FastViewManager assumes all IViewReferences are ViewReferences | Build Identifier: I20080617-2000 In our product, we have views that are not shown in a perspective. We've created our own view reference class that implements IViewReference. When dynamically removing a view extension point for one of these views, the IPerspectiveListener2 perspectiveChanged event is triggered and our ... | verified fixed | 9e8d719 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-12T19:33:15Z | 2010-03-11T20:40:00Z |
308,894 | Bug 308894 [EditorMgmt] NPE in PlatformUIPreferenceListener#preferenceChange(..) when changing file editor associations | null | verified fixed | df47d4a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-12T17:50:54Z | 2010-04-12T16:33:20Z |
300,226 | Bug 300226 [EditorMgmt] Create tests for bug 236104 | null | verified fixed | 5d87f8d | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-12T14:56:44Z | 2010-01-20T17:53:20Z |
303,094 | Bug 303094 [EditorMgmt] Save operation does not seem to be closed appropriately in the face of failures | null | verified fixed | 1c0d2d9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-12T13:23:45Z | 2010-02-17T18:06:40Z |
297,184 | Bug 297184 [Wizards] [resource filters] New file wizard should not allow to create files that are excluded by resource filter | Build : I20091207-1800 If the user creates a new file from the "File | New..." wizard that is actually filtered out by its parent resource filters, it will show up just after creation, but it will disappear from the resource tree when the user manually refreshes the view. 1) The PE should either not show this file, and... | verified fixed | c42547e | ["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/IDEWorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-12T12:07:20Z | 2009-12-08T11:00:00Z |
308,675 | Bug 308675 [Compatibility] Active workbench window not set on restart | 1. Start the compatibility layer. 2. Shut it down. 3. Start it back up. 4. Open a file. 5. Ctrl+W. org.eclipse.core.commands.ExecutionException: No activeWorkbenchWindow found while executing org.eclipse.ui.file.close at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40) at org.eclipse.ui.handlers... | resolved fixed | 6f4d138 | ["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-09T17:31:53Z | 2010-04-09T16:20:00Z |
308,577 | Bug 308577 e4 applications don't get focus | Upon startup, e4 based applications (including the 4.0 SDK) don't receive focus. Bogdan mentioned that this has to do something with the splash screen. | resolved fixed | f87e04f | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-09T17:04:34Z | 2010-04-08T23:40:00Z |
308,671 | Bug 308671 [Compatibility] Cannot quit from 'File' menu | 1. File > Exit 2. The workspace is saved but the workbench is not brought down. | resolved fixed | 37e7897 | ["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-09T17:01:30Z | 2010-04-09T16:20:00Z |
308,656 | Bug 308656 [Compatibility] Cannot execute 'Close' keybinding | 1. Open a file. 2. Ctrl+W. 3. An exception is logged. 4. File > Close 5. The editor closes properly. org.eclipse.core.commands.ExecutionException: No activeEditor found while executing org.eclipse.ui.file.close at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40) at org.eclipse.ui.handlers.Handle... | resolved fixed | 355303f | ["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-09T15:26:59Z | 2010-04-09T13:33:20Z |
308,544 | Bug 308544 [compatibility] Workbench#close never called | Build: 32 When exiting the Eclipse 4.0 SDK, Workbench#close is never invoked. A major conseqence is that the workbench advisor pre/post close methods are never called, and therefore the IWorkspace is never saved. On subsequent starts the workspace needs to perform a crash recovery which makes the startup slower. | resolved fixed | 91edbac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-09T13:56:49Z | 2010-04-08T18:06:40Z |
308,592 | Bug 308592 [Compatibility] MPEPs with text editors are in a crippled state | This includes SSE XML editors and PDE editors. The 'Source' tabs will not get rendered. Workaround is to just fallback to the standard text editor. This was introduced by the null return in KeyBindingService's getKeyBindingService(IWorkbenchSite) method. java.lang.NullPointerException at org.eclipse.ui.texteditor.Abstr... | resolved fixed | 588ae99 | ["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-04-09T13:31:02Z | 2010-04-09T02:26:40Z |
308,629 | Bug 308629 [Compatibility] NPE thrown when restarting Eclipse | It's trying to add bindings to the application and failing. java.lang.NullPointerException at org.eclipse.emf.common.util.AbstractEList.getNonDuplicates(AbstractEList.java:1167) at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:372) at org.eclipse.e4.ui.model.application.impl.ApplicationImpl.eSet(A... | resolved fixed | cf6a1b8 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/modeling/ModelReconciler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java", "tes... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-09T12:23:07Z | 2010-04-09T10:46:40Z |
308,584 | Bug 308584 [Compatibility] DND throws InjectionException | Only happens on the first call. Caused by an NPE in the static createCompatibilitySelection(Object) method in SelectionService. Injection failed for the object "org.eclipse.e4.workbench.ui.internal.SelectionServiceImpl@5fea3". Unable to execute "org.eclipse.e4.core.internal.di.MethodRequestor@968df8" org.eclipse.e4.cor... | resolved fixed | b3a4e9c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-09T00:31:10Z | 2010-04-08T23:40:00Z |
308,583 | Bug 308583 IPageLayout ratios are being ignored | Because of this, the perspectives don't come up as expected and you have to resize the sashes in every perspective. | resolved fixed | e8b4817 | ["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-08T23:49:55Z | 2010-04-08T23:40:00Z |
308,492 | Bug 308492 [Compatibility] NPE thrown when closing SSE editors | This can be reproduced with the SSE XML editor and the e4 workbench designer. 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 o... | resolved fixed | bdd1637 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "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-08T16:17:09Z | 2010-04-08T15:20:00Z |
308,394 | Bug 308394 [Compatibility] ViewReferences are created for hidden parts when the workbench is restarted | 1. Window > Navigation > Next View 2. See a bunch of views. 3. Close Eclipse. 4. Restart it. 5. Window > Navigation > Next View 6. See a lot more views in the list now. | resolved fixed | d26738d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledFolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-08T11:46:28Z | 2010-04-07T19:53:20Z |
308,382 | Bug 308382 [Compatibility] ViewReferences are not destroyed when the view is closed | 1. Window > Navigation > Next View 2. See a bunch of views. 3. Close a view. 4. Window > Navigation > Next View 5. The closed view is still there. | resolved fixed | b8ba60b | ["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-07T19:58:26Z | 2010-04-07T19:53:20Z |
304,239 | Bug 304239 move each core application service to its own package | In M4, some services have their own package, others are provided in core.services. Boris and I talked about moving each service (API) to its own package. Reasons are: - aids with discoverability - helps separate application services from other public API in the core.services package (such as IDisposable, JSONObject) - ... | resolved fixed | 50910b9 | ["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/CommandServiceCreationFunction.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceCreationFunction.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/Han... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-07T18:32:03Z | 2010-03-01T19:00:00Z |
308,220 | Bug 308220 Test failures in EPartServiceTest, ESelectionServiceTest | null | resolved fixed | d7428e6 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/Bug308220Test.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-06T19:28:03Z | 2010-04-06T16:06:40Z |
308,212 | Bug 308212 ESS should not "reach out" for context in the RAT | We should query for the context from the event instead of accessing it via 'final'. | resolved fixed | d5cf9dd | ["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-04-06T14:41:22Z | 2010-04-06T13:20:00Z |
307,427 | Bug 307427 ContextTest's testTwoContextsBottom() is failing | Fails individually and as a part of the suite run. junit.framework.AssertionFailedError: expected:<1> but was:<0> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.j... | resolved fixed | fcc4545 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/ContextTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-06T13:33:15Z | 2010-03-29T16:26:40Z |
294,750 | Bug 294750 [Contributions] Allow a handler to update MUIItems | A handler for a command should be able to update text or tooltips on UIItems that point to the command. ex: in 3.x we have this pattern. 1) each item registers as a UIElement for a command 2) the command service can handle a request to refresh all UIElements for a command 3) changing handlers causes a refresh request 4... | resolved fixed | 2861bf8 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-05T15:01:28Z | 2009-11-10T16:20:00Z |
305,707 | Bug 305707 add a way to contribute object providers to dependency injection | null | resolved fixed | e62a494 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/Bug299755Test.java", "tests/org.eclipse.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-01T20:07:09Z | 2010-03-12T16:06:40Z |
307,923 | Bug 307923 [Compatibility] Workbench's saveAllEditors(boolean) method is implemented incorrectly | 1. Select an Ant file. 2. Context menu > Run As > Ant Build 3. Nothing happens. There's a launching code path that'll try to save all editors before launching. We're returning false incorrectly here. | resolved fixed | 56ee847 | ["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-01T18:34:35Z | 2010-04-01T19:26:40Z |
307,901 | Bug 307901 EPartService does not short circuit saveAll(boolean) if 'false' and/or no save handler is provided | The code looks like so... boolean success = true; for (MPart dirtyPart : dirtyParts) { if (!savePart(dirtyPart, false)) { success = false; } } return success; ...the first time a save fails, we should return false immediately. | resolved fixed | 6da239c | ["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/EPartServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-04-01T17:05:21Z | 2010-04-01T16:40:00Z |
307,747 | Bug 307747 EPartService doesn't render new parts | 1. Have a part in a stack, it is the selected part. 2. Show another part in that stack using PartState.CREATE or PartState.VISIBLE. 3. The part should've been rendered. It is not. | resolved fixed | c25b51a | ["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/EPartServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-31T15:25:19Z | 2010-03-31T15:40:00Z |
307,485 | Bug 307485 Passing in parameter PRESENTATION_URI_ARG at startup | null | resolved fixed | b78b753 | ["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-03-31T15:12:59Z | 2010-03-30T09:06:40Z |
307,730 | Bug 307730 [Compatibility] Workbench window selection not available to 3.x handlers | HandlerUtil's getCurrentSelection(ExecutionEvent) returns null. 1. Select a project. 2. Context menu > Export... 3. General > File System > Next 4. The project is not preselected. | resolved fixed | c16d341 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-31T14:20:04Z | 2010-03-31T12:53:20Z |
307,570 | Bug 307570 [Compatibility] WorkbenchPage's hidePart(MPart, boolean, boolean) should not ignore e4 parts | Right now, we return 'false' if the client implementation is not a CompatibilityPart. The workbench should be capable of closing e4 parts. | resolved fixed | 8751ea3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-31T11:50:34Z | 2010-03-30T17:26:40Z |
307,577 | Bug 307577 [UI] Allow the CSS engine access to the 'tag' info | We need to define multiple CSS 'class' names to allow clients to style against tag information (such as "View", "ViewStack"...). We will also add the model element's type ("MWindow", "MPart"...) This will allow for example style sheets that have all stacks use a particular tab style but also allow it to differentiate t... | resolved fixed | 90dbdf6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-30T19:53:43Z | 2010-03-30T20:13:20Z |
307,163 | Bug 307163 DBCS3.6: Resource Filter UI didn't restore grouped filters | Build Identifier: I20100313-1044 When reopening Resource Filters property editor after adding several filters under either of top-level AND/OR/NOT group, none of children in such top-level group filter is shown while settings are actually persisted in .project. Reproducible: Always Steps to Reproduce: 1. Create a proje... | closed fixed | a61d13f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-30T19:48:32Z | 2010-03-26T07:53:20Z |
307,158 | Bug 307158 DBCS3.6: DBCS names are broken in Web Browser preference after Eclipse restart. | Build Identifier: I20100313-1044 DBCS names are broken in Web Browser preference after Eclipse restart. The broken DBCS must be the characters out of the default code page, such as U+20B9F, U+309A against Shift-JIS. This bug happens only under Windows 7, XP and so on. It does not happen under SLES11(linux). Reproducibl... | verified fixed | 45a5f88 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-29T17:47:41Z | 2010-03-26T07:53:20Z |
307,398 | Bug 307398 [Perspectives] 'Show In' targets not added to existing perspectives | null | verified fixed | 02e1199 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-29T15:09:21Z | 2010-03-29T13:40:00Z |
307,389 | Bug 307389 [Compatibility] NPE thrown in IWorkbench's getWorkbenchWindows() | I hit this once in a while and John did also. We have no reproducible steps. I'll safe up the code. Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.Workbench.getWorkbenchWindows(Workbench.java:1173) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.install(ASTProvider.java:248) at org.eclipse.j... | resolved fixed | 826e566 | ["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-03-29T13:22:38Z | 2010-03-29T13:40:00Z |
307,193 | Bug 307193 [Compatibility] Exception thrown when opening 'EMF Javascript Scrapbook' view | java.lang.NullPointerException at org.eclipse.emf.common.util.URI.createURIWithCache(URI.java:669) at org.eclipse.emf.common.util.URI.createURI(URI.java:541) at org.eclipse.ui.internal.registry.ViewDescriptor.getImageDescriptor(ViewDescriptor.java:99) at org.eclipse.ui.internal.ViewReference.<init>(ViewReference.java:3... | resolved fixed | 8be1a97 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-26T14:48:48Z | 2010-03-26T13:26:40Z |
307,134 | Bug 307134 [Compatibility] Editors cannot be materialized on restart | It seems if an editor is one of the first things to render (leftmost stack, first item), ERs are not being created in time. The fix would most likely be in Workbench's initializeE4Services() method. java.lang.IllegalArgumentException: Unable to find value for "org.eclipse.ui.internal.EditorReference"Unable to find matc... | resolved fixed | 5e3045e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.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-03-26T11:44:20Z | 2010-03-25T20:46:40Z |
307,128 | Bug 307128 [Compatibility] NPE thrown when rerendering a 3.x view that no longer has tool items | The basic gist of the problem is that a 3.x view's toolbar may be tagged with "LegacyTB" when it's constructed. There is an assumption here that the part's control has the JFace IToolBarManager set in it. However, this is only set if the toolbar actually has items. It may have had items in the beginning but not anymore... | resolved fixed | 9a009fe | ["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-03-25T20:04:58Z | 2010-03-25T20:46:40Z |
307,122 | Bug 307122 SelectionServiceImpl leaks RATs | SelectionServiceImpl.track adds an IRunAndTrack that is never removed. So for example each time an editor is opened and closed two extra RATs are added to the application context (once for open and once for close). | resolved fixed | 03075ca | ["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-03-25T19:07:06Z | 2010-03-25T18:00:00Z |
307,074 | Bug 307074 [Compatibility] Cannot use open with to a browser | 1. Select an HTML file. 2. Context menu > Open With > Other... 3. Select 'Web Browser' from the 'Internal editors' list. 4. Click OK. 5. An internal error occurs. java.lang.NoSuchMethodError: org/eclipse/ui/internal/WorkbenchPage.openEditorFromDescriptor(Lorg/eclipse/ui/IEditorInput;Lorg/eclipse/ui/IEditorDescriptor;ZL... | resolved fixed | 20ff091 | ["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-03-25T14:59:30Z | 2010-03-25T15:13:20Z |
306,738 | Bug 306738 Renderer does not synchronize ToolItem selection state with MToolItem | Build: I20100318-2100 I have an app with an MToolBar defining a set of tool items of type "radio". When I select a different tool item, the button states change. Upon quitting the application, however, the change of state is not written to the delta. As a result, when running the application again, the toolbar item sta... | resolved fixed | 52a9d2f | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuIte... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-24T18:47:22Z | 2010-03-22T17:46:40Z |
306,898 | Bug 306898 [Compatibility] NPE thrown when bringing up context menu on the MANIFEST.MF editor's form header | java.lang.NullPointerException at org.eclipse.pde.internal.ui.editor.plugin.ManifestEditorContributor.contextMenuAboutToShow(ManifestEditorContributor.java:51) at org.eclipse.pde.internal.ui.editor.PDEFormEditorContributor.contextMenuAboutToShow(PDEFormEditorContributor.java:174) at org.eclipse.pde.internal.ui.editor.P... | resolved fixed | 7cc1f1e | ["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-03-24T18:07:01Z | 2010-03-24T00:20:00Z |
306,883 | Bug 306883 Accelerators are never shown on MacOS X | Build Identifier: I20100318-2100 I noticed a while back that the main menus in my app no longer showed keystroke accelerators. Turns out that the EBindingServiceImpl's contextSet is always empty. EBindingServiceImpl#setContexIds() is called a few times, but always with an empty set. As a result, EBS.getBestSequenceFor(... | resolved fixed | 6558647 | ["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-03-24T17:11:58Z | 2010-03-23T21:33:20Z |
306,938 | Bug 306938 [Compatibility] Progress dialog comes up when opening a file | This doesn't happen on 3.x and is rather annoying now that John's performance improvements have made this dialog pretty much obsolete. I believe I implemented a renegade/naive implementation of IRunnableContext methods or something somewhere. Will check what happens on 3.x and compare... | resolved fixed | d9061cf | ["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-03-24T13:49:00Z | 2010-03-24T14:13:20Z |
306,896 | Bug 306896 [Compatibility] IEditorMatchingStrategy processing is unimplemented | Opening a bundle's MANIFEST.MF and plugin.xml file should just spawn one editor instead of two. | resolved fixed | 6448cd9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-24T12:38:12Z | 2010-03-24T00:20:00Z |
306,821 | Bug 306821 [Compatibility] Status line contributions are not disposed | 1. Synchronize a project that has changes. 2. The 'Synchronize' view shows up displaying the changes and the change indicators are displayed in the status line. 3. Close the 'Synchronize' view. 4. The change indicators are still there. 5. Alt+Tab and then Alt+Tab back to Eclipse. 6. SWTExceptions are thrown. org.eclips... | resolved fixed | d86136a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "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-03-23T14:59:32Z | 2010-03-23T13:13:20Z |
306,740 | Bug 306740 [Compatibility] Closing a dirty editor from 'Switch to Editor' dialog incorrectly recognizes the file as being opened in multiple places | 1. Open a file. 2. Make it dirty. 3. Window > Navigate > Switch to Editor... 4. Select the editor and click the 'Close Selected Editors' button. 5. The framework incorrectly flags the file as being opened in multiple places. | resolved fixed | 280e962 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "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-03-22T17:53:46Z | 2010-03-22T17:46:40Z |
306,744 | Bug 306744 [Compatibility] Editors can no longer be restored across workbench restarts | null | resolved fixed | e9f7245 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-22T17:05:55Z | 2010-03-22T17:46:40Z |
306,719 | Bug 306719 Bug 306719 [Compatibility] Active part/editor information not available in the ExecutionEvent | 'Window > Navigation > Activate Editor' does not work. Many handlers rely on the active editor so we need this working properly. | resolved fixed | 1dcfafc | ["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-03-22T15:08:51Z | 2010-03-22T15:00:00Z |
306,700 | Bug 306700 [Compatibility] 'Next View'/'Previous View' does not include an editor | Right now, it only includes views. The editor also needs to be listed. | resolved fixed | e9f8c83 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleViewHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-22T12:11:52Z | 2010-03-22T12:13:20Z |
296,456 | Bug 296456 [Import/Export] File -> Import filesystem w/cyclical symbolic folder links causes OOME | null | verified fixed | c4926a6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/filesystem/FileSystemStructureProvider.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-03-22T09:47:19Z | 2009-11-30T11:20:00Z |
306,545 | Bug 306545 The changes in the Saveable Service causes the Save button to disable for our modeling resources | Build Identifier: I20100313-1044 (eclipse version 3.6.0) The code changes in eclipse break our saveable provider functionality. class: org.eclipse.ui.internal.navigator.NavigatorSaveablesService method: createSaveablesProvider changed: calling internalGetContentProvider instead of getContentProvider cause: In previous ... | verified fixed | 4e73e6d | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSaveablesService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-19T18:46:29Z | 2010-03-19T14:46:40Z |
306,551 | Bug 306551 [Compatibility] ViewReferences are being eagerly instantiated | We made a mistake of instantiating VRs for every single MPart without regard as to whether it was being rendered or not. This caused Ctrl+(Shift+)F7 to show every single view that was in the perspective even if it was just a "placeholder". | resolved fixed | 3bd232d | ["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-03-19T16:51:44Z | 2010-03-19T17:33:20Z |
271,956 | Bug 271956 [Forms] SharedHeaderFormEditor should check for null header | The SharedHeaderFormEditor should be coded to handle null header. A null header may happen in some cases: although it is hard for me to pinpoint the exact cases, I did encounter a NullPointerException resulting from the following method: public boolean isDirty() { return headerForm.isDirty() || super.isDirty(); } I bel... | resolved fixed | 9edb371 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-18T19:54:09Z | 2009-04-12T07:06:40Z |
306,366 | Bug 306366 [Model] Allow ModelComponent to contribute KeyBindings to a BindingTable | Currently one can only contribute a complete binding table but is not allowed to contribute a single keybinding. | resolved fixed | 10d71ae | ["bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/ModelComponentItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/applica... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-18T13:59:39Z | 2010-03-18T13:46:40Z |
306,251 | Bug 306251 MContext's properties needs to actually be populated into the context | Need to fix CPR and then add the code in PRE. | resolved fixed | f6f6db7 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java", "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-03-18T12:55:25Z | 2010-03-17T18:20:00Z |
306,231 | Bug 306231 The Regular Expression Resource Filter must gracefully handle invalid patterns | null | resolved fixed | 58f143e | ["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/ResourceFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-17T20:24:53Z | 2010-03-17T18:20:00Z |
306,229 | Bug 306229 [Compatibility] NPE thrown when spawning another console | null | resolved fixed | d0909bb | ["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-03-17T17:18:16Z | 2010-03-17T15:33:20Z |
306,204 | Bug 306204 [Compatibility] 'Quick Access' throws NPE | null | resolved fixed | 576c664 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-17T14:49:46Z | 2010-03-17T15:33:20Z |
305,542 | Bug 305542 [Filters] CompoundFileInfoMatcher#filterTypes should be renamed to #matchers | As in the summary. | resolved fixed | 318d2fa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/AndFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/NotFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/OrFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-17T14:30:16Z | 2010-03-11T17:53:20Z |
306,185 | Bug 306185 [Compatibility] 'Window > New Window' creates a shell of zero width and height | null | resolved fixed | 0b7377a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "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-03-17T13:30:51Z | 2010-03-17T12:46:40Z |
305,807 | Bug 305807 iconURI does not work for HandledMenuItem | Given the following declaration, the menu item shows up but does not have the specified icon. The same iconURI attribute works when used with a part descriptor. <components parentID="org.eclipse.ui.main.menu"> <children xsi:type="application:MenuItem" label="Fa&vorites"> <children xsi:type="application:HandledMenuI... | resolved fixed | 9759635 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-16T19:37:20Z | 2010-03-14T23:40:00Z |
306,052 | Bug 306052 [Compatibility] IWorkbenchPage's closeEditors(IEditorReference[], boolean) | The handler invokes the right method but only one editor is closed. :/ | resolved fixed | f7525c2 | ["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-03-16T17:53:03Z | 2010-03-16T17:20:00Z |
306,045 | Bug 306045 [Compatibility] NPE thrown when restoring Eclipse with a 'Console' view open | org.eclipse.e4.core.services.internal.context.InjectionException: Unexpected error invoking method "setPart" at org.eclipse.e4.core.services.internal.context.InjectionMethod.invoke(InjectionMethod.java:66) at org.eclipse.e4.core.services.internal.context.InjectionMethod.notify(InjectionMethod.java:44) at org.eclipse.e4... | resolved fixed | 66dce11 | ["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-03-16T17:10:17Z | 2010-03-16T17:20:00Z |
305,918 | Bug 305918 Restarting causes the New menu cascade to be empty | Start with a fresh WS Right click in the Package Explorer and expand the 'New' cascade...looks OK Close Restart, do *not* clear the WS Right click again, you get a disabled menu item reading '<No Applicable Items>' I originally saw this while testing 'Install new software' and was blaming the changes on the installatio... | resolved fixed | a1c7117 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.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-03-16T12:44:24Z | 2010-03-15T19:06:40Z |
305,796 | Bug 305796 model reconciler tests need rework | They need re-work as there is a level of indirection between a binding container and the bindings. PW | resolved fixed | b86bde4 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/EBindingService.java", "bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java", "bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTable.java", "bundles/org.eclipse.e4.ui.bind... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-15T16:12:32Z | 2010-03-14T20:53:20Z |
305,852 | Bug 305852 [Compatibility] NPE thrown when closing all editors | 1. Open a file. 2. File > Close All 3. NPE is logged though the editor is closed as expected. java.lang.NullPointerException at org.eclipse.ui.part.PageBookView$4.partHidden(PageBookView.java:1027) at org.eclipse.ui.internal.WorkbenchPage.firePartHidden(WorkbenchPage.java:2517) at org.eclipse.ui.internal.WorkbenchPage.... | resolved fixed | 21358cb | ["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-03-15T14:10:05Z | 2010-03-15T13:33:20Z |
287,319 | Bug 287319 [CommonNavigator] ClassCastExceptions in NavigatorPipelineService when content provider can't be loaded | Build ID: I351I20090817 Steps To Reproduce: If there is a content provider registered on the org.eclipse.ui.navigator.navigatorContent extension point that overrides another extension and the content provider can't be instantiated for whatever reason, you start to see a bunch of ClassCastExceptions. The problem is that... | verified fixed | 5df3f5c | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-15T03:11:01Z | 2009-08-21T15:53:20Z |
304,393 | Bug 304393 [CommonNavigator] Custom tabbed property sheets non functional when using CN w/ view id different from project explorer | Build Identifier: 3.5.X and 3.6 all builds. Created a custom common navigator with a unique id. Enable and use the tabbed property sheets extensions for this view id. Use the TabDescriptorProvider portion of the tabbed.PropertyContributor. This worked in 3.4.x, but starting in 3.5 the tabbed property sheet fails to loa... | verified fixed | 65135e9 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetAdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-15T03:05:00Z | 2010-03-02T17:13:20Z |
302,791 | Bug 302791 [CommonNavigator] Associated editor does not close when deleting resource (editorInput) through CommonNavigator | null | verified fixed | aa9cd2a | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CustomAndExpression.java", "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/CommonActionProviderDescriptor.java", "bundle... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-15T02:55:45Z | 2010-02-13T00:13:20Z |
305,375 | Bug 305375 [ui] Many dialogs about unavailable sites | I20100309-0100 I ran a "Check for Updates" immediately after my machine had come out of standby. I don't think the wireless had fully connected yet, and the check for updates failed (fine). However, I got a half dozen nested dialogs about each of the sites that it could not find. They were all stacked on top of one ano... | verified fixed | deae143 | ["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-03-14T20:59:32Z | 2010-03-10T19:40:00Z |
305,800 | Bug 305800 [CommonNavigator] Small tracing improvement | null | resolved fixed | f137edb | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-14T20:48:59Z | 2010-03-14T20:53:20Z |
305,792 | Bug 305792 [Model] E4XMIResource fails when creating a resource with ModelComponents | The problem is that the ID generation stuff expects that everything is ApplicationElement which is not correct for the ModelComponents-Element. We should check for the case that the EObject is not an MApplicationElement and only set the xml:id in this case. | resolved fixed | 92aeee9 | ["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-03-14T17:38:16Z | 2010-03-14T18:06:40Z |
294,739 | Bug 294739 [EAS] need service for reporting errors and warnings to the user (in a dialog, or through logging) | Rationale: Having them separated is quite risky, because it introduces artificial division, in which errors are handled. Probably UI plug-ins will use IStatusHandler and Logger, while core plug-ins will just log. How can we notify the user that something went completely wrong in headless plug-in? We need to create a br... | resolved fixed | 97e936b | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/StatusReporterCreationFunction.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/inter... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-12T19:00:13Z | 2009-11-10T13:33:20Z |
305,715 | Bug 305715 Opening multiple views causes SWTException in renderer | 1. Open the compatibility layer with a fresh target workspace. 2. Window > Show View 3. Select 'Error Log', 'Expressions', 'Help', 'History' and 'Javadoc'. Click 'OK'. 4. The views will start to render and then two SWTExceptions will be thrown. !ENTRY org.eclipse.ui 4 4 2010-03-12 13:03:55.218 !MESSAGE unsupported: add... | resolved fixed | 1cea801 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-12T18:55:47Z | 2010-03-12T18:53:20Z |
305,579 | Bug 305579 [Compatibility] 'Problems' view throws NPE on startup | null | resolved fixed | 8f1e5a0 | ["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-03-11T21:26:04Z | 2010-03-11T20:40:00Z |
305,415 | Bug 305415 [Compatibility] 'Properties' view doesn't show stuff anymore | I'm "pretty" sure this used to work... | resolved fixed | e68e1ca | ["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-03-10T22:26:30Z | 2010-03-10T22:26:40Z |
305,389 | Bug 305389 EclipsePartService: Add getInputParts(String inputUri): Collection | Add support for the new InputPart-Type with Input-URI | resolved fixed | ac9b1b1 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/modeling/EPartService.java", "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/EPartServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-10T20:09:07Z | 2010-03-10T19:40:00Z |
292,787 | Bug 292787 [Filters] Should filters work only with IFileInfo? | This came to my mind while reviewing the filters code. I thought that some people would like to filter out some resources relying on their markers, properties or content types. What do you think? | resolved fixed | b3ed6b9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/AndFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/NotFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/OrFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-10T16:27:13Z | 2009-10-20T17:33:20Z |
305,283 | Bug 305283 Compilation error in XMLModelReconciler | I have just synchronzied with CVS and noticed an error of compilation in the class XMLModelReconciler. The constant INPUT_INPUTURI_ATTNAME is missing. | resolved fixed | b074f58 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/modeling/ModelReconciler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-10T13:24:40Z | 2010-03-10T05:46:40Z |
305,192 | Bug 305192 Put RectangleAnimation back into org.eclipse.ui.workbench | We need to put this back so product teams can migrate more easily. | verified fixed | cf4c14e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DefaultAnimationFeedback.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-09T19:09:12Z | 2010-03-09T15:53:20Z |
280,964 | Bug 280964 [CommonNavigator] Confusing javadocs in CommonNavigator | null | resolved fixed | bc23cb6 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-09T16:30:44Z | 2009-06-20T01:06:40Z |
305,114 | Bug 305114 [CommonNavigator] ResourceSelectionUtil has been deprecated without public replacement | Public API class org.eclipse.ui.views.navigator.ResourceSelectionUtil has been deprecated in 3.5 with the hint to "use the Common Navigator Framework classes instead", but the CNF counterpart is internal. | resolved fixed | cc0d066 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/ResourceSelectionUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceSelectionUtil.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/EditActionGroup.java", "bundles/org.eclipse.ui.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-03-09T16:04:58Z | 2010-03-09T07:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.