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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
107,854 | Bug 107854 [Contributions] errors: Context menu missing | right click on any file in Package Explorer or Navigator, no context menu shows up. Error log shows: !SESSION 2005-08-24 10:23:33.934 ----------------------------------------------- eclipse.buildId=I20050627-1435 java.version=1.4.2_07 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_CA Command-line arguments: -os linux -ws gtk -arch x86 This is a continuation of log file /home/lihui/dms_NC50/poc/.metadata/.bak_0.log Created Time: 2005-08-24 10:23:50.749 !ENTRY org.eclipse.ui 4 4 2005-08-24 10:23:50.749 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-08-24 10:23:50.750 !MESSAGE Unsupported or unrecognized format !STACK 0 org.eclipse.swt.SWTException: Unsupported or unrecognized format at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.SWT.error(SWT.java:2836) at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.java:73) at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:126) at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:18) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:327) at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:57) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:279) at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:171) at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:56) at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:87) at org.eclipse.jface.resource.LocalResourceManager.allocate(LocalResourceManager.java:83) at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:87) at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:107) at org.eclipse.jface.action.ActionContributionItem.updateImages(ActionContributionItem.java:958) at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:812) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:281) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:549) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:373) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:369) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:386) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:175) at org.eclipse.swt.widgets.Display.runPopups(Display.java:2893) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2569) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | closed fixed | 2220f40 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-24T18:10:27Z | 2005-08-24T13:26:40Z |
107,765 | Bug 107765 [EditorMgmt] Editor Manager has unused Hashtable | M1 There is a hashtable called imgHashTable in the EditorManager that is never used but is cleaned up on dispose | verified fixed | 7c2b6ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-24T15:02:31Z | 2005-08-23T18:00:00Z |
97,523 | Bug 97523 [Import/Export] Get overwrite prompt before no resources selected prompt | 3.1 RC1 - File > Export > Archive - clear any selected resources - enter an archive file name where the file already exists - Finish - it prompts to overwrite the file; choose Yes - it says "There are no resources currently selected for export" (OK) Should get the "no resources" prompt first, and not bother with the second one. Should check the other export wizards too. | verified fixed | e678b67 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceExportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.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 | 2005-08-23T19:06:36Z | 2005-05-31T14:33:20Z |
107,038 | Bug 107038 [Commands] SelectAllHandler vulnerable to NPEs | M1 If getMethodToExecute() executes while the display has no focus control then line 103 dies with an NPE. There should be a null check on the focus control. | verified fixed | 8abb066 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SelectAllHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-23T15:00:06Z | 2005-08-15T15:33:20Z |
66,526 | Bug 66526 [Dialogs] Review the design of MessageDialogWithToggle.createButtonsForButtonBar | I200406090800. Tod has mentioned some concerns over the large if statement structure used to look up labels and match them to identifiers. This seems cumbersome, and should be looked over again. | verified fixed | e7fe041 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T19:21:19Z | 2004-06-10T15:06:40Z |
90,646 | Bug 90646 [Viewers] SWTException from DeferredContentProvider | 20050405 I get this exception when closing the view where I have a table using the DeferredContentProvider. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2896) at org.eclipse.swt.SWT.error(SWT.java:2819) at org.eclipse.swt.SWT.error(SWT.java:2790) at org.eclipse.swt.widgets.Widget.error(Widget.java:393) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:295) at org.eclipse.swt.widgets.Table.getTopIndex(Table.java:1487) at org.eclipse.jface.viewers.deferred.DeferredContentProvider$TableViewerAdapter.getTopIndex(DeferredContentProvider.java:89) at org.eclipse.jface.viewers.deferred.ConcurrentTableUpdator.updateTable(ConcurrentTableUpdator.java:313) at org.eclipse.jface.viewers.deferred.ConcurrentTableUpdator.access$1(ConcurrentTableUpdator.java:299) at org.eclipse.jface.viewers.deferred.ConcurrentTableUpdator$1.run(ConcurrentTableUpdator.java:108) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2871) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2530) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315) at org.eclipse.core.launcher.Main.basicRun(Main.java:268) at org.eclipse.core.launcher.Main.run(Main.java:947) at org.eclipse.core.launcher.Main.main(Main.java:931) | verified fixed | 174a6cd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractVirtualTable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ConcurrentTableUpdator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/DeferredContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T19:20:32Z | 2005-04-07T16:06:40Z |
107,660 | Bug 107660 [Themes] Busy cursor on Font Editing doesn't go away | a busy cursor was introduced on the opening of the font dialog to address some slowness on OS X. Unfortunately, the slow part was opening the font editing dialog. This meant the busy cursor was set as the dialog opened and remained until it was closed, giving the impression that the app was busy when it was not. This slowness has since been addressed (presumably by SWT, but possibly by Apple) so the busy cursor should be removed. | verified fixed | d22ffe9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T19:16:40Z | 2005-08-22T19:46:40Z |
64,874 | Bug 64874 [Themes] [Preferences] Colors and Fonts preference page: Doubleclick should edit | RC1 Double clicking an entry in the 'Colors and Fonts' preference page could open the edit dialog | verified fixed | d464834 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorSelector.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T18:47:46Z | 2004-06-01T08:53:20Z |
68,787 | Bug 68787 [Markers] Messages need to be converted to the new format | R3.0 The fix for the missing help in the tasks view introduced a missing NL string Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ MarkerView.java org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal line 298 | verified fixed | 9fd38ff | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionAddGlobalTask.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionDeleteCompleted.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionMarkCompleted.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionPasteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionProblemProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionRemoveMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionSelectAll.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionTaskProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DeferredQueue.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogTaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogTaskProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCreationTime.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldDone.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldFolder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldId.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldLineNumber.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMessage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldPriority.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldResource.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldSeverity.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FiltersAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Messages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/SortUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableContentProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T18:37:34Z | 2004-06-28T16:26:40Z |
67,375 | Bug 67375 [Themes] Description area in the "colors and font preferences" is not big enough | RC2, linux, motif. Open the preference page for "colors and preferences". You will notice that the description area is not big enough. Note that it has the right size on gtk. | verified fixed | 617e737 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T18:10:31Z | 2004-06-15T20:06:40Z |
97,308 | Bug 97308 [Preferences] "New text file encoding / line delimiter" preferences should be on General > Workspace | I20050527-1300 On Preferences > General > Editors, there are two preferences that don't really belong there: "New text file encoding" and "New text file line delimiter" are also applicable without editors and should therefore be on General > Workspace. | verified fixed | 7d1c664 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-22T14:28:55Z | 2005-05-30T16:20:00Z |
107,471 | Bug 107471 [Progress] Reusing indeterminate progress makes for strange selection | 20050818 In the progress viewer if an indeterminate job stops and is replaced with a determinate on we reuse the progress monitor. We should never reuse progress monitors if they do not match. | verified fixed | 802b5b9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-19T20:34:34Z | 2005-08-19T19:33:20Z |
102,102 | Bug 102102 [Import/Export] build running after each imported project | With the new Import Existing Projects dialog, it would appear that if you select multiple projects to import, the workspace actually imports them one at a time which kicks off a build after each import. To reproduce: Ensure that auto-build is turned on Open the Import Existing Projects dialog Select a root folder containing a number (10 or so) of existing projects Select all projects to import, then click Finish Notice that the "User Operation is Waiting" dialog should appear indicating that an Import job, followed by a Refresh Workspace job are waiting for a Building Workspace job. A quick glance over at the (slowly) populating Navigator shows that this seems to happen for each project being imported. For the sake of performance, I would recommend batching these imports together into one job and simply allowing one build to take place when they are all done. | verified fixed | f96c458 | ["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/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-19T18:28:56Z | 2005-06-28T23:06:40Z |
106,532 | Bug 106532 [Import/Export] preference page has extra border | 3.2 20050808 with the windows manifest When you open the import/export page with the manifest you get an extra border on each page. | closed fixed | 37ffe13 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-19T17:38:57Z | 2005-08-09T17:53:20Z |
106,890 | Bug 106890 [Import/Export] Import wizard may display unexpected second page if you just press Next | Steps: 1. Use "Import..." to import a project from CVS so that the "Checkout Project from CVS" option is remembered next time you re-open the wizard 2. Use "Export..." to export the team project set 3. Click "Import..." again. Note that "Checkout Project from CVS" is the selected item in the list on the "Import" tab. 4. Click "Next". The "Export a Team Project Set" page will be shown. Correct would be the "Checkout Project from CVS Repository" page. | verified fixed | 9f929d3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-19T16:56:50Z | 2005-08-12T18:06:40Z |
70,321 | Bug 70321 [Preferences] TVT 3.0: Project reference properties page clipped in Italian language pack | null | verified fixed | 6a0fa16 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-19T15:35:24Z | 2004-07-19T12:26:40Z |
107,376 | Bug 107376 VirtualTableViewerTest needs to force item creation | 20050817 VirtualTableViewerTest.deleteSibling() is failing on GTK version 2.2 or lower as the SWT VIRTUAL support does not necessarily create the items before the suite is run. We need to force the creation of the item using getText() as we did previously to make sure that GTK creates the items in the table. | verified fixed | b0a9b6a | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-18T20:39:09Z | 2005-08-18T21:20:00Z |
107,369 | Bug 107369 [Tests] RCP test suite hangs on GTK | The RCP tests do not finish, WorkbenchWindowConfigurerTest.est104558() hangs in eventLoopIdle(). | verified fixed | d6edb6a | ["tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/util/RCPTestWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-18T20:23:38Z | 2005-08-18T21:20:00Z |
82,743 | Bug 82743 [Markers] improved problem filter needed (OR clauses) | when working with large workspaces I find the current problems filter not powerful enough. If I were able to AND and OR the conditions available from the UI then I would solve all my use cases. my most needed one is : I would like to see ERRORS anywhere in the workspace OR WARNINGS in the current selected project | verified fixed | 1ceb585 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogTaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerList.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/Bug75909Test.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-18T19:46:59Z | 2005-01-13T12:40:00Z |
98,800 | Bug 98800 [Workbench] Ant buildfile removed from fast view Ant View after restart | I am running Eclipse 3.1 RC but but noticed this behaviour in previous versions too. From time to time, the ANT view is no longer showing my single build.xml Script. Unfortunately I am not able to post a scenario how this happens. It is always that I am working some time on my different projects then shutting down Eclipse and the next day opening Eclipse and the Ant view, the script is no longer added. I am not closing any project. So is there another reason why an Ant Script could be removed from the Ant view? Ben | verified fixed | 5bb74cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/Bug98800Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/ViewWithState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-18T14:51:56Z | 2005-06-07T18:46:40Z |
101,180 | Bug 101180 [Import/Export] Import Existing Project into Workspace default widget is back button , should be text field | Import Existting Project into Workspace default button is back, should be on the directory path text field. This is minor but enhance usability and is consistent with other ui.ide wizards. See attached patch that deals nicely with : - setting the focus when switching from file to archive, and sets the iniotial focus on file import. | verified fixed | 981f7f9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T19:44:17Z | 2005-06-22T03:13:20Z |
82,502 | Bug 82502 [Markers] tasklist entries not showing up consistently | In the WebSphere Business Integration Message Broker toolkit, we use markers to add to the tasklist warnings and errors that associated with IResources. We have noticed that some of the warnings were not showing up when using the "on any resource in same project" filtering option. The problem was very visible when we select all the tasklist entries that are shown, and we compare the numbers showing at the very bottom ("9 items selected: 0 errors, 9 warnings, 0 infos") of the main application window, with the numbers shown just under "Problems" "0 errors, 11 warnings, 0 infos (Filter matched 11 of 29 items". If I change the filtering to "on selected Resource only", then the problem disappears. This problem is breaking our autofix feature that needs to have all warnings and errors available. I have a screen capture if it makes things easiar. | verified fixed | f80621a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldId.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T19:21:53Z | 2005-01-10T20:46:40Z |
101,683 | Bug 101683 [WorkbenchParts] Views opened by context enablement are covered up by buttons from Breakpoints View | To reproduce: 1. Reset debug perspective. 2. Bring the Breakpoints View to the top. 3. Launch a debug session that opens up a number of views from context enablement. The views are set to open but not to activate. 4. When the new views are opened, the view labels are covered by the buttons from the breakpoints view. If you switch to another view and back to the Breakpoints View, the buttons get moved down and view labels are not covered anymore. I will attach a screen capture for the problem. | verified fixed | 61020d1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T19:12:20Z | 2005-06-24T19:06:40Z |
78,777 | Bug 78777 [DynamicUI] Uncategorized views don't show up when added | build I20041116 - I installed the bugzilla plugins, recently announced by the VCM team, using update manager. - I chose not to restart when prompted. - Window > Show View > Other... did not show the view -- there was no Other category - shutdown/restart - the Other category appeared, with the Bug Systems view under it | verified fixed | 9534325 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T17:48:19Z | 2004-11-16T21:20:00Z |
76,978 | Bug 76978 [ErrorHandling] WorkbenchPlugin logs to System.err | methods such as below, log to System err. These should be updated to use ILog. /** * Logs the given message to the platform log. * * If you have an exception in hand, call log(String, Throwable) instead. * * If you have a status object in hand call log(String, IStatus) instead. * * This convenience method is for internal use by the Workbench only and * must not be called outside the Workbench. * * @param message * A high level UI message describing when the problem happened. */ public static void log(String message) { getDefault().getLog().log( StatusUtil.newStatus(IStatus.ERROR, message, null)); System.err.println(message); //1FTTJKV: ITPCORE:ALL - log(status) does not allow plugin information to be recorded } | verified fixed | abcab28 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/MarkerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/ImageFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/FinishedJobs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T17:26:07Z | 2004-10-25T21:33:20Z |
74,099 | Bug 74099 [Wizards] No help content for New -> Other | In navigator, select New -> Other. A wizard opens with a '?' icon in the lower- right corner. The hover help for this icon says "More help is available for this wizard", but if you click on the icon nothing happens. | closed fixed | 9bd309d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-16T12:57:07Z | 2004-09-16T18:40:00Z |
96,129 | Bug 96129 [MPE] (regression) MultiEditor.getInnerEditors() returns null. | The createPartControl() method of my class that extends org.eclipse.ui.part.MultiEditor calls getInnerEditors() so that it can call createInnerPartControl() for each of the inner editors. But getInnerEditors() returns null. It looks like this is because setChildren() is never called. The only place this method seems to get called from is from EditorManager.openMultiEditor(). I put a breakpoint in this method and it never got hit. I am using Eclipse 3.1 M7. The same code worked fine with Eclipse 3.0. | verified fixed | eec5a82 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiEditor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/UiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/MultiEditorTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/TestActionBarContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/TestEditor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/TiledEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-15T19:55:49Z | 2005-05-20T17:26:40Z |
106,884 | Bug 106884 Need an index based setSelection for ILazyContentProviders | 20050812 It is currently very ineffecient to set a non visible selection in the TableViewer as we cannot look up the items without creating them all. It is possible to use getTable().setSelection() but we should 1) Have an API where you can reveal 2) Implement the selSelection where we give the performance warning and just call super | verified fixed | bc8d6ed | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-15T17:51:45Z | 2005-08-12T18:06:40Z |
105,807 | Bug 105807 Toolbars are floating in the middle of views | 20050802 I am not sure how this occured but I ended up with an outline view with 2 toolbars - one in the correct place and one floating in the middle of my view (screenshot to come). Switching perspective back and forth clears this one up. | closed fixed | 9e8c7f4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-15T14:55:47Z | 2005-08-02T16:26:40Z |
100,908 | Bug 100908 [DetachedViews] Tearing off maximized view can make it disappear | [RC3], Windows XP, multi-monitor Start a fresh workspace and drag the Welcome view to the right of the workbench window (tear it off). The view disappears. Apparently, it is shown off-screen. I was able to move it into view by selecting Help-Welcome, typing Alt-Space to get the shell system menu, and selecting Move from that menu. Without this, there is no way to get the Welcome view to show again. | verified fixed | 0416003 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-12T20:33:59Z | 2005-06-20T17:53:20Z |
97,143 | Bug 97143 [PropertiesView] status line not updated with keyboard selection | The Properties View does not update the description (in the statusline) of the selected property when properties are selected with the arrowkeys. When the same properties are selected with the mouse, the description is updated. 3.1M7 | verified fixed | 3881834 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-12T20:09:13Z | 2005-05-29T15:20:00Z |
106,574 | Bug 106574 [KeyBindings] registry: General/Keys setting not saved or not restored | null | verified fixed | c4a13c5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-12T19:07:05Z | 2005-08-09T23:26:40Z |
98,248 | Bug 98248 [Viewers] setSelection() fails to select not-yet loaded elements in virtual table | null | verified fixed | 0118da8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TestElement.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-12T18:22:12Z | 2005-06-03T12:00:00Z |
60,462 | Bug 60462 [CellEditors] applyEditorValueAndDeactivate() in ComboBoxCellEditor gets index exception. | The problem is in this method. See line marked with "@ERROR" below. private void applyEditorValueAndDeactivate() { selection = comboBox.getSelectionIndex(); Object newValue = doGetValue(); markDirty(); boolean isValid = isCorrect(newValue); setValueValid(isValid); if (!isValid) { //@ERROR //THIS LINE CAUSES AN ERROR. IT ASSUMES SOMETHING IS SELECTED. IN EDIT //MODE, THIS IS NOT TRUE IF I JUST TYPE SOMETHING INTO THE CELL EDITOR. //IN THIS CASE, selection IS AN INVALID INDEX. setErrorMessage( MessageFormat.format(getErrorMessage(), new Object[] {items[selection]})); } fireApplyEditorValue(); deactivate(); } | verified fixed | d7ebffc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-12T17:47:16Z | 2004-04-29T17:33:20Z |
106,388 | Bug 106388 Directory dialog is unusably slow | null | verified fixed | b1dd31e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/InputMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.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/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-09T15:19:47Z | 2005-08-08T19:40:00Z |
106,363 | Bug 106363 [Decorators] Decorator schema inconsistent with extension point | We currently do not allow decorators with no enablement. The schema does allow for it so we should fix this up. The state should be always on for decorators that have no enablement to be consistent with the rest of the workbench. | verified fixed | 11429f9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-08T17:28:27Z | 2005-08-08T16:53:20Z |
106,360 | Bug 106360 NPE when defining a decorator with no enablement | 20050808 If you have no enablement on your decorator then you will get an NPE. We should also consider setting the enablement as a required value as you will never enable without it. !ENTRY org.eclipse.jface 4 2 2005-08-08 11:10:14.890 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.initializeEnablement(LightweightDecoratorDefinition.java:276) at org.eclipse.ui.internal.decorators.DecoratorDefinition.getEnablement(DecoratorDefinition.java:167) at org.eclipse.ui.internal.decorators.DecoratorRegistryReader.readElement(DecoratorRegistryReader.java:52) at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138) at org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:148) at org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:168) at org.eclipse.ui.internal.decorators.DecoratorRegistryReader.readRegistry(DecoratorRegistryReader.java:102) at org.eclipse.ui.internal.decorators.DecoratorManager.initializeDecoratorDefinitions(DecoratorManager.java:114) at org.eclipse.ui.internal.decorators.DecoratorManager.getLightweightManager(DecoratorManager.java:797) at org.eclipse.ui.internal.decorators.DecoratorManager.prepareDecoration(DecoratorManager.java:821) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:199) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:1855) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:228) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:85) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:621) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:434) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1763) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:535) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:514) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:494) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:948) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:959) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:180) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:858) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:882) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:4343) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3599) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:1091) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3110) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3773) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1604) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:223) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:3327) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3091) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:2903) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3773) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1680) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2763) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1734) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1698) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | verified fixed | 5c76eba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-08T17:27:57Z | 2005-08-08T14:06:40Z |
97,882 | Bug 97882 [Viewers] Virtual Table Viewer test's Reset Input does not restore items at end | null | verified fixed | 1df2f13 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/LazyDeferredVirtualTableView.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/VirtualTableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-05T19:51:58Z | 2005-06-01T15:33:20Z |
106,157 | Bug 106157 [Progress] [Dialogs] Can't close error dialog | I20050803-0800, KDE 3.4.1, GTK+ 2.6.7, X.org 6.8.2 Linux 2.6.12 If you generate a job error while the preference dialog is open, then the error dialog opens parented to the workbench window. On kwin, this means the error dialog is on top, but you can only interact with the preference dialog. You must close the preference dialog before interacting with the job dialog. My favourite way to do this at the moment is to throw a NPE in the PatternFilter. | verified fixed | 4afa96e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-05T17:56:06Z | 2005-08-05T13:53:20Z |
99,864 | Bug 99864 [Viewers] NPE in DeferredTreeContentManager$1.isParent | After using 3.1RC2 for a while, I later on noticed that I had this in my log. I am not sure what caused it. !ENTRY org.eclipse.ui 4 0 2005-06-12 22:29:24.197 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.progress.DeferredTreeContentManager$1.isParent(DeferredTreeContentManager.java:225) at org.eclipse.ui.progress.DeferredTreeContentManager$1.belongsTo(DeferredTreeContentManager.java:206) at org.eclipse.core.internal.jobs.JobManager.select(JobManager.java:876) at org.eclipse.core.internal.jobs.JobManager.select(JobManager.java:898) at org.eclipse.core.internal.jobs.JobManager.select(JobManager.java:886) at org.eclipse.core.internal.jobs.JobManager.cancel(JobManager.java:229) at org.eclipse.ui.progress.DeferredTreeContentManager.cancel(DeferredTreeContentManager.java:365) at org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyContentProvider.cancelJobs(CallHierarchyContentProvider.java:171) at org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewer.cancelJobs(CallHierarchyViewer.java:129) at org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart.cancelJobs(CallHierarchyViewPart.java:922) at org.eclipse.jdt.internal.ui.callhierarchy.CancelSearchAction.run(CancelSearchAction.java:37) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2825) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2530) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1716) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:365) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | verified fixed | 0084019 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-05T17:27:22Z | 2005-06-14T00:46:40Z |
76,496 | Bug 76496 [Dialogs] "Open Resource" folder sorting gets reversed | Build 20041013 1. Press ctrl+shift+r to open the "Open Resource" dialog. 2. Type "plugin.xlm" 3. Notice the typo, delete the last two characters, and then type "ml" to fix the typo. 4. The "In Folders:" area now shows with reversed sorting (!!). | verified fixed | cd7cc02 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T23:50:20Z | 2004-10-18T20:06:40Z |
101,065 | Bug 101065 [Markers] Marker image lookup not nl enabled | null | verified fixed | 01d1570 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerImageProviderRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T19:45:31Z | 2005-06-21T16:06:40Z |
105,936 | Bug 105936 [Contributions] interactions: No submenu for "Run As" | I20050803-0800 I have org.eclipse.swt, org.eclipse.swt.examples, and org.eclipse.swt.gtk.linux.x86 in my workspace. When I open the context menu on a .java file in the package explorer for one of the eclipse examples, the option "Run As" has no submenu at all. | verified fixed | d4beae4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T18:57:41Z | 2005-08-03T14:40:00Z |
86,159 | Bug 86159 [Decorators] Make lightweight decorators work for ResourceMapping | Now that we have ResourceMappings, it would be nice to be able to have the ability to contribute lightweight decorators to them. I have an patch that does this. | verified fixed | e4870ae | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationResult.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorAdaptableTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/TestAdaptableDecoratorContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/TestResourceDecoratorContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/TestResourceMappingDecoratorContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/TestUnadaptableDecoratorContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T17:38:38Z | 2005-02-22T16:33:20Z |
105,665 | Bug 105665 [Dialogs] "Open resource" dialog doesnt remember it position and size | really annoying thing, especially when you're working with 2 monitors. "Open resource" dialog (CTRL-R) should not to forget position and size after closing it. "Open type" dialog (CTRL-T) is working correcly. | verified fixed | 1e4c185 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T17:38:20Z | 2005-08-01T12:40:00Z |
95,815 | Bug 95815 [Progress] Canceling a job re-enters JobManager.cancel | null | verified fixed | 83d37ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-04T13:34:45Z | 2005-05-18T18:13:20Z |
7,022 | Bug 7022 [Workbench] Splash screen with progress bar | Many people observe the problem with hanging splash screens. Also, loading Eclipse can take a lot of time depending on the workspace. It would be good have a progress bar to indicate whether it's really hanging or still booting. Of course, some status info should be displayed as well (like which plugin is being loaded, etc.). Please have a look at the Gimp splash screen to see what I mean. | verified fixed | ceaf5a5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StartupProgressMonitor.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 | 2005-08-03T20:56:21Z | 2001-12-18T10:06:40Z |
105,776 | Bug 105776 [Progress] Clients of ProgressMonitorFocusJobDialog.runAsync can can cause widget disposed error | I20050726-1222 Callers of ProgressMonitorFocusJobDialog.runAsync need to check whether the widget(s) they use are still there. We sometimes get the following stack trace when running one of our tests: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.SWT.error(SWT.java:2836) at org.eclipse.swt.widgets.Widget.error(Widget.java:416) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:352) at org.eclipse.swt.widgets.Label.setImage(Label.java:464) at org.eclipse.jface.dialogs.ProgressMonitorDialog.updateForClearBlocked(ProgressMonitorDialog.java:256) at org.eclipse.jface.dialogs.ProgressMonitorDialog$ProgressMonitor.clearBlocked(ProgressMonitorDialog.java:237) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog$3.clearBlocked(ProgressMonitorJobsDialog.java:424) at org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$6.run(ProgressMonitorFocusJobDialog.java:191) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2840) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2571) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:153) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:453) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:261) at org.eclipse.ui.internal.progress.ProgressManager$3.run(ProgressManager.java:863) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:897) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:873) at org.eclipse.jdt.internal.junit.util.TestSearchEngine.findTests(TestSearchEngine.java:134) at org.eclipse.jdt.internal.junit.launcher.JUnitLaunchShortcut.launchType(JUnitLaunchShortcut.java:113) at org.eclipse.jdt.internal.junit.launcher.JUnitLaunchShortcut.searchAndLaunch(JUnitLaunchShortcut.java:103) at org.eclipse.jdt.internal.junit.launcher.JUnitLaunchShortcut.launch(JUnitLaunchShortcut.java:78) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:372) at org.eclipse.jdt.junit.tests.WrappingSystemTest.launchTests(WrappingSystemTest.java:169) at org.eclipse.jdt.junit.tests.WrappingSystemTest.runTests(WrappingSystemTest.java:118) at org.eclipse.jdt.junit.tests.WrappingSystemTest.test01shouldWrapSecondLine(WrappingSystemTest.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:57) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:99) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2840) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2571) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:39) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | verified fixed | 3fb5379 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-03T16:59:44Z | 2005-08-02T13:40:00Z |
105,913 | Bug 105913 Deprecations in ReadOnlyStateChecker | 20050802 ReadOnlyStateChecker is using deprecated core API | closed fixed | 7d09831 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ReadOnlyStateChecker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-03T13:54:21Z | 2005-08-03T14:40:00Z |
17,826 | Bug 17826 [Wizards] New folder wizard is very large if you are creating the folder in a container with a very long path | F1 1) Create a folder with a very long name 2) Select the folder and open the new folder wizard, it is very wide. Similar with new file The Java creation wizards do not have this problem. | verified fixed | 5e95f6e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ContainerSelectionGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-03T13:23:15Z | 2002-05-24T19:53:20Z |
105,576 | Bug 105576 TVT 3.1 - TCT 467 - Disable All and Enable All strings not externalized for translation | OS : Windows XP Must fix Build date:26/07 Blocking: NO Language: ARA Bitmap Location: Z:\defects\CDT_EnglishText Tester Name: Mohamed Esmat Problem Description: The English words "Enable All" and "Disable All" are not found on the files. How to recreate the problem: 1. Window ->Preferences ->General ->Capabilities | verified fixed | 0edb252 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-02T21:09:39Z | 2005-07-29T15:13:20Z |
29,398 | Bug 29398 [MPE] Allow bookmarks and tasks in plugin.xml source | A bookmark should be possible from the source tab of the plug-in manifest editor for the same reason that bookmarks are allowed in other text-based files. | verified fixed | 7bc1684 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-02T20:13:57Z | 2003-01-13T17:46:40Z |
105,837 | Bug 105837 [Markers] Mnemonic conflicts in Marker views | null | verified fixed | 0926b6b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-02T19:39:46Z | 2005-08-02T19:13:20Z |
105,809 | Bug 105809 Mnemonics are programmatically changed, should not be | The MnemonicAssigner class in IDE plugin changes the mnemonic that was assigned to a string in the .properties file. We should not do this as the translators will use what is in the .properties file as the assigned mnemonic for every translated language. We should remove this for 3.2, probably not necessary for 3.1.1 | verified fixed | a9c3343 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogTaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MnemonicAssigner.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-02T18:47:41Z | 2005-08-02T16:26:40Z |
105,816 | Bug 105816 Extraneous NLS tag incorrectly found in comments | I20050802-0800 In CoolBarManager (org.eclipse.jface) there are NLS tags inside of commented-out blocks of code. These are being reported as compiler errors (when "Usage of non-externalized strings" is set to error). NLS tags inside of commented-out sections should be ignored. If the commented-out sections were uncommented, then the NLS tags would not be errors. | verified fixed | 27ae89d | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardDataTransferPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/QuickMenuAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/MultiStepWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ArchiveFileManipulations.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ServiceExtensionPoint.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SelectionEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ExportResourcesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ImportExportAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenPerspectiveAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionStatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowPerspectiveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleEditorAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.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/actions/NewWizardShortcutAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileExtensionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTextTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerListenerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/DougsSuperFilteredTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIListenerLogging.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/NestedContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorUtils.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-02T17:40:41Z | 2005-08-02T16:26:40Z |
101,215 | Bug 101215 [Undo] Undo affecting outside files should allow "Cancel action" | In N20050622-0010. If, from an editor, I undo an action (such as a Java refactoring) that affected outside resources, I am told "Undoing {ACTION} affects elements outside of {RESOURCE}. Continue with undoing {ACTION}?" Yes will undo the change. No will remove the change from the Undo stack, replacing it with individual edits within the current editor. The few times that I've hit "No", what I've really meant is "Really? Let me check that out first." Unfortunately, hitting "No" is not undoable: I can't get back to the state where the refactoring is still on the undo stack and I still have the option to undo it. So I'd like a third option: Cancel will restore the state before the undo request was activated. That way, I could hit Cancel, figure out the extent of the change I'm undoing, and then decide to execute it anyway. Or not. Note that Cancel is actually equivalent to Undo > Yes > Redo, but I've never on the spur of the moment thought of that. Also, the buttons might need to be renamed. If "No" doesn't do what I expect, what would I by default make of "Yes / No / Cancel". Perhaps "Yes / Cancel Undo / Discard Change"? | verified fixed | b2a947d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-01T19:06:01Z | 2005-06-22T08:46:40Z |
105,697 | Bug 105697 [Undo] - OperationHistoryEvent - cannot distinguish between canceled event or failed event | null | verified fixed | 83d51ed | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/OperationHistoryEvent.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-01T18:56:51Z | 2005-08-01T18:13:20Z |
105,648 | Bug 105648 [Undo] - ObjectUndoContext should match if objects are equal | null | verified fixed | 83dd655 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ObjectUndoContext.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-01T00:57:20Z | 2005-08-01T01:33:20Z |
61,950 | Bug 61950 [Markers] Images being created twice potentially | org.eclipse.ui.views.internal is using a static called ImageFactory which has it's own ImageRegistry. It should use JFaceResources.getImageRegistry to be sure that images are not being created twice (Image creation can be very expensive). I am not sure that this is a problem currently with performance but it could add to start up time. | verified fixed | df2e9f1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionAddGlobalTask.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldDone.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldPriority.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldSeverity.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FiltersAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ImageFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-28T19:14:53Z | 2004-05-12T16:40:00Z |
50,323 | Bug 50323 [Workbench] Add a -showlabel "Workspace Label" startup option | I have different workspaces (Development, Testing, ProductionTest) and sometimes have to run them simultaneously. It would be nice to have a -showlabel "SomeLabel" startup option that displays the specified label on the workspace titlebar to distinguish the workspaces from each other, something similar to the -showlocation option that currently displays the workspace location. | verified fixed | ee5df43 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-25T22:47:34Z | 2004-01-21T13:00:00Z |
101,434 | Bug 101434 [Contexts] performance: Slow cursor navigation in Text fields | N20050623-0010-gtk Not sure whether this is my particular install or a new problem. With the above build, cursor navigation in any text field is extremely slow. Steps: - open the Find dialog (alternatively: open the preference dialog, or the Team>Create Patch wizard) - in a text field, enter some text, at least 20 characters - press and hold the ARROW_LEFT / _RIGHT keys Expected: I see the caret move through the entered text Actual: The cursor does not visibly change its position until after releasing the key plug some delay. Notes: - keyboard repeat rate is at the default - the same works fine (+/- at least nowhere near the slowness of Text fields) in text editors - other applications do not show this behavior This is quite bad as the caret cannot be placed reliably this way. Will try to reproduce with an SWT-only example. | verified fixed | f493797 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-21T19:42:09Z | 2005-06-23T12:33:20Z |
93,674 | Bug 93674 [Dialogs] ProgressMonitorDialog not cancellable when fork is set to false | Overview Description: Invoking the ProgressMonitorDialog::run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) method with the fork parameter set to false, the user can't cancel the running dialog -even if the cancelable parameter is set to true. Steps to Reproduce: Simply launch a ProgressMonitorDialog and invoke its run method with fork parameter == false and cancelable parameter == true Actual Results: The Cancel button is not responsive to user clicks and the IProgressMonitor::isCanceled() will always regardless. Expected Results: When the suer clicks the Cancel button on the dialog, calling IProgressMonitor::isCanceled() should return true so that the executing IRunnableWithProgress can have a chance to honour the user's request and exit. | verified fixed | 3103abf | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/IRunnableContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-21T17:18:14Z | 2005-05-04T18:06:40Z |
88,791 | Bug 88791 [Wizards] TVT3.1 #93 - Variables button is truncated in New File advanced options in RUS | Go to File -> New -> File Select the Advanced button. The 'variables' button is truncated in Russian locale. Shortening the translation is not an option. There is no hover offering the full text, nor does resizing the panel help. This only occurs on windows, on linux it is fine. See screenshot | verified fixed | 111b819 | ["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 | 2005-07-21T14:01:40Z | 2005-03-22T19:33:20Z |
103,379 | Bug 103379 [MPE] [EditorMgmt] An editor instance is being leaked each time an editor is open and closed | Driver: eclipse-SDK-3.1-win32 with eclipse-test-framework-3.1 Every we open and close an editor. That editor instance is being leaked. We have a testcase that can demostrate the problem. The testcase is really simple. It creates a new simple project and a new file. It opens up the new file in the editor that comes with the testcase, then close the editor. Repeat 500 times. What's interesting is that the editor, upon open, will allocate a 200000 size String array as a private field. So this String array can be GC-ed if the editor itself can be GC-ed. If you run this testcase with -Xmx256M, you will run out of memory. However, if you explicitly set the String array to null in the dispose() method of the editor, then the same testcase will not run out of memory. This leads us to believe that the editor instance is being leaked. | verified fixed | eea0b15 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-14T19:44:25Z | 2005-07-11T19:26:40Z |
100,889 | Bug 100889 [Undo] - AbstractOperation toString() appends bogus comma | The toString() on AbstractOperation puts commas between undo contexts, and also puts one at the end. It looks pretty bogus in the operation history view. Should clean up to not add the very last comma. | verified fixed | 3acfc26 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-12T18:12:23Z | 2005-06-20T17:53:20Z |
66,616 | Bug 66616 [PropertiesView] ComboBoxPropertyDescriptor doesn't work in PropertySheetView | created a model and property sheet view. model returns following property descriptor: String[] values = {"A","B","C"}; IPropertyDescriptor[] colmDec = new IPropertyDescriptor[1]; ComboBoxPropertyDescriptor colmProp = new ComboBoxPropertyDescriptor ("PROP_FRUIT","fruit",values); colmDec[0] = colmProp; model has getPropertyValue. and everything is ok but when mouse click on property sheet on row for "fruit", eclipse generate assertion failure on following method: ComboBoxCellEditor protected void doSetValue(Object value) { Assert.isTrue(comboBox != null && (value instanceof Integer)); selection = ((Integer) value).intValue(); comboBox.select(selection); } where value is "A". so somehow, ComboBoxCellEditor expects integer value but PropertySheetEntry sending one of list items. note that when debugged, ComboBoxCellEditor has property initialized with items from ComboBoxPropertyDescriptor | verified fixed | 25362ef | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ComboBoxPropertyDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-12T14:56:07Z | 2004-06-10T23:26:40Z |
69,892 | Bug 69892 [Tests] Investigate UI test suites on Mac OS X | Investigate the ui test suite failures and fix them on Mac OS X. | resolved fixed | 35ea6a6 | ["tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/UITestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-06T20:00:27Z | 2004-07-13T00:53:20Z |
102,911 | Bug 102911 [KeyBindings] assist: Not correctly sized when window is narrow or short | see attached image. If i move the shell to the top of the screen and make it narrow the key assist is a small shell, but on left right, bottom it works fine. | verified fixed | 78dbdc4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ExtensionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-06T19:38:29Z | 2005-07-06T20:00:00Z |
71,946 | Bug 71946 4 detached windows tests fail on Mac OS 10.3.3 | Since the detached windows feature is not supported on the Mac, the 4 detached windows tests fail in the "dnd" suite. It would be useful to add a check to ensure that the platform supports the detached window functionality. | verified fixed | 6ea6fda | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-07-06T15:38:22Z | 2004-08-13T15:13:20Z |
100,156 | Bug 100156 [IDE] RenameResourceAction should use IAdaptable for IResource lookuop | Consider the following setup: there is a tree viewer that contains TreeElementWrapper instances. TreeElementWrapper class is an IAdaptable and may sometimes adapt to IResource instance. When RenameResourceAction receives selectionChanged() it enables itself (since wrapper adapts to resource) but in runWithInlineEditor() method it queries raw selection instead of adapted resources list - thus CCE. java.lang.ClassCastException: com.xcom.TreeElementWrapper at org.eclipse.ui.actions.RenameResourceAction.runWithInlineEditor(RenameResourceAction.java:462) at org.eclipse.ui.actions.RenameResourceAction.run(RenameResourceAction.java:454) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167) at com.xcom.CompositeAction.runWithEvent(CompositeAction.java:26) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:452) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:722) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:766) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:543) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:486) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:110) | verified fixed | 776b21c | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-30T17:49:46Z | 2005-06-15T12:53:20Z |
76,714 | Bug 76714 [Dialogs] ContainerSelectDialog: Double clicking node in tree causes AssertionException | Eclipse 20041013 Mac os x 10.3.5 If you double click a node in the tree shown in a ContainerSelectionDialog so that you collapse the tree before its finished expanding you get this exception: !ENTRY org.eclipse.core.runtime 4 2 Oct 20, 2004 22:17:03.943 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:143) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:119) at org.eclipse.jface.viewers.AbstractTreeViewer.getExpandedState(AbstractTreeViewer.java:617) at org.eclipse.ui.internal.ide.misc.ContainerSelectionGroup$2.doubleClick(ContainerSelectionGroup.java:250) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:593) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:591) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:813) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:920) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1229) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1086) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2893) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2561) at org.eclipse.jface.window.Window.runEventLoop(Window.java:706) at org.eclipse.jface.window.Window.open(Window.java:684) at com.teaminabox.eclipse.wiki.export.WikiExportWizardPage.handleBrowseFolders(WikiExportWizardPage.java:178) at com.teaminabox.eclipse.wiki.export.WikiExportWizardPage.access$1(WikiExportWizardPage.java:176) at com.teaminabox.eclipse.wiki.export.WikiExportWizardPage$2.widgetSelected(WikiExportWizardPage.java:114) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1229) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1086) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2893) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2561) at org.eclipse.jface.window.Window.runEventLoop(Window.java:706) at org.eclipse.jface.window.Window.open(Window.java:684) at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:166) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:946) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:896) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:810) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1229) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1086) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2893) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2561) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) | verified fixed | 248c83d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ContainerSelectionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-30T16:08:52Z | 2004-10-20T22:06:40Z |
101,569 | Bug 101569 [Examples] Examples project used to build samples have warnings | The following projects produce warnings when checked out into the 4pm build with all JDT preferences set to defaults: org.eclipse.ui.examples.propertysheet org.eclipse.ui.examples.readmetool Please fix and release into HEAD. I will fix up warnings in my workspace. | verified fixed | 454f092 | ["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeContentOutlinePage.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeCreationPage.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeEditorActionBarContributor.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeFilePropertyPage.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeFilePropertyPage2.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmePreferencePage.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeSectionsView.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/SectionsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-24T01:31:55Z | 2005-06-23T23:40:00Z |
101,350 | Bug 101350 [About] Code to open error log has non-Foundation reference | null | verified fixed | a32229a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-22T21:06:18Z | 2005-06-22T19:53:20Z |
100,737 | Bug 100737 [WorkbenchParts] Part not activated when Part's control is activated | 1) In a non-foreground perspective, display the outline view 2) In the foreground perspective, close the outline view 3) Open a GEF Logic example editor 4) Open the outline view in the foreground 5) Click on editorpart, then click on outline's tree control. The EditorPart still has part activation, even though focus is on the outline's control. Reproduced in 0602 and RC3 | verified fixed | ddff2b1 | ["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 | 2005-06-22T20:40:06Z | 2005-06-19T22:26:40Z |
101,152 | Bug 101152 [Progress] [regression]RC3 loops with NPE when 2 jobs fail with ERROR status | I hava a plugin that runs a Job (which I have configured for testing purposes) to fail with an IStatus.ERROR (via setJobStatus in its progress monitor). The second job that is run (and fails with an ERROR status) causes Eclipse to go into an infinite loop reporting a NullPointerException as shown in the .log file excerpt below. One must stop the Eclipse process (e.g. via Windows Task Manager), closing the workspace does not stop the process. The only workaround I've found in my code is to change all job return ERROR status values to WARNING. The code works correctly in 3.1M7 and fails in 3.1RC2 and RC3 (we just discovered this today). In RC3, the NPE occurs in JobErrorDialog.refresh() because the "dialogArea" field is null, but the "dialog" field of the ErrorNotificationManager is not null. Tracing throguh the logic my program executed, the key difference seems to be in ErrorNotificationManager.openErrorDialog -- in M7 the "dialog" field was cleared while in RC3 it is not. Since I have no insight into the rationale for the changes, I'll leave it to the Eclipse developers to analyze further, but this should point you to a likely piece of code. !SESSION 2005-06-21 13:03:15.343 ----------------------------------------------- eclipse.buildId=I20050617-1618 java.version=1.4.2_07 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.ui 4 4 2005-06-21 13:04:22.375 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-06-21 13:04:22.375 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2940) at org.eclipse.swt.SWT.error(SWT.java:2863) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3047) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2706) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.progress.JobErrorDialog.refresh(JobErrorDialog.java:96) at org.eclipse.ui.internal.progress.ErrorNotificationManager$2.runInUIThread(ErrorNotificationManager.java:113) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) ... 18 more !ENTRY org.eclipse.ui 4 4 2005-06-21 13:04:22.375 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-06-21 13:04:22.391 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2940) at org.eclipse.swt.SWT.error(SWT.java:2863) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3047) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2706) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.progress.JobErrorDialog.refresh(JobErrorDialog.java:96) at org.eclipse.ui.internal.progress.ErrorNotificationManager$2.runInUIThread(ErrorNotificationManager.java:113) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) ... 18 more !ENTRY org.eclipse.ui 4 4 2005-06-21 13:04:22.391 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-06-21 13:04:22.391 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2940) at org.eclipse.swt.SWT.error(SWT.java:2863) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3047) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2706) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.progress.JobErrorDialog.refresh(JobErrorDialog.java:96) at org.eclipse.ui.internal.progress.ErrorNotificationManager$2.runInUIThread(ErrorNotificationManager.java:113) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) ... 18 more !ENTRY org.eclipse.ui 4 4 2005-06-21 13:04:22.391 !MESSAGE Unhandled event loop exception org.eclipse.ui.internal.progress.ErrorNotificationManager M7 private IStatus openErrorDialog(String title, String msg, final ErrorInfo errorInfo) { IWorkbench workbench = PlatformUI.getWorkbench(); //Abort on shutdown if (workbench instanceof Workbench && ((Workbench) workbench).isClosing()) return Status.CANCEL_STATUS; dialog = new JobErrorDialog(ProgressManagerUtil.getNonModalShell(), title, msg, errorInfo, IStatus.OK | IStatus.INFO | IStatus.WARNING | IStatus.ERROR); try { dialog.open(); } finally { dialog = null; clearAllErrors(); } return Status.OK_STATUS; } RC3 private IStatus openErrorDialog(String title, String msg, final ErrorInfo errorInfo) { IWorkbench workbench = PlatformUI.getWorkbench(); //Abort on shutdown if (workbench instanceof Workbench && ((Workbench) workbench).isClosing()) return Status.CANCEL_STATUS; dialog = new JobErrorDialog(ProgressManagerUtil.getNonModalShell(), title, msg, errorInfo, IStatus.OK | IStatus.INFO | IStatus.WARNING | IStatus.ERROR); dialog.open(); return Status.OK_STATUS; } org.eclipse.ui.internal.progress.JobErrorDialog void refresh() { if(AUTOMATED_MODE)//Nothing to refresh if we never opened it return; if (isMultipleJobErrors()) { if (jobListViewer == null && !dialogArea.isDisposed()) { <==== NPE here due to dialogArea == null // The job list doesn't exist so create it. setMessage(ProgressMessages.JobErrorDialog_MultipleErrorsMessage); getShell().setText(ProgressMessages.JobErrorDialog_MultipleErrorsTitle); createJobListArea((Composite)dialogArea); showDetailsArea(); } refreshJobList(); } updateEnablements(); } | verified fixed | d1d9862 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-22T14:54:31Z | 2005-06-21T21:40:00Z |
101,248 | Bug 101248 Split JFacePerformanceSuite out of the UIPerformanceSuite | We are having trouble with the JFacePerformanceSuite timing out on the 3.0 version of the tests. To resolve this I am going to do the following: 1) Make the JFacePerformanceSuite run independant of the UIperformanceSuite so we don't lose results. 2) Reduce the number of iterations on 3.0 for the JFace tests as the performance improvements are significant on Linuxand so the tests are very slow on 3.0. | verified fixed | 2d68822 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/ComboViewerRefreshTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/ListViewerRefreshTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/TableViewerRefreshTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/TreeTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/UIPerformanceTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-22T14:49:09Z | 2005-06-22T14:20:00Z |
81,422 | Bug 81422 [Contributions] Regression test for action delegate dispose | null | verified fixed | f7e1688 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchWindowActionDelegateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockWorkbenchWindowActionDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-21T20:37:50Z | 2004-12-16T18:00:00Z |
101,138 | Bug 101138 [Doc] [ViewMgmt] IWorkbench.getViewRegistry() says "editor registry" | 3.1 RC3 IWorkbench.getViewRegistry() has: * Returns the editor registry for the workbench. This should be: * Returns the view registry for the workbench. | verified fixed | 8b56a4e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-21T20:22:55Z | 2005-06-21T21:40:00Z |
100,565 | Bug 100565 [Viewers] Tree viewer selection not revealed if unchanged | [RC3] Steps: 1. Check out org.eclipse.ui.workbench 2. Open Workbench.java 3. Ctrl-O to open Quick Outline 4. Type "r", note that the field "runEventLoop" is the first match 5. Type "u", note that the field is not shown anymore 6. Type arrow-down key, note that you cannot see the selected entry | verified fixed | de9f3ae | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-21T17:20:27Z | 2005-06-17T12:06:40Z |
100,822 | Bug 100822 [Undo] [Examples] Unused import in Undo examples | There's an unused import in UndoHistoryView. | verified fixed | 50b0f4b | ["examples/org.eclipse.ui.examples.undo/Eclipse", "UI", "Examples", "Undo/org/eclipse/ui/examples/undo/views/UndoHistoryView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-20T21:12:41Z | 2005-06-20T15:06:40Z |
100,336 | Bug 100336 [EditorMgmt] Default editor ignored when opening file | Found in 3.1rc2 When opening a .java file for the first time, the default editor is ignored and the file is opened with the Colorer Editor (plugin). The File Association has 'Java Editor' marked as default. The Colorer Editor is first, alphabetically speaking, in the Associated Editors list. The same outcome is not found with other file types. If Java Editor is selected from Open With, Eclipse remembers which editor opened the file and continues to use the Java Editor until told to do otherwise. | verified fixed | 8664276 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/FileEditorMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-16T23:12:18Z | 2005-06-16T00:00:00Z |
99,440 | Bug 99440 [WorkbenchParts] Part's image and image descriptor are leaked if changed | build I20050610-0010 - open a java editor on a file that has an error or warning - close the editor - it leaks an Image and an ImageDataImageDescriptor These are held onto by JFace's DeviceResourceManager. | verified fixed | 9a90e5f | ["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 | 2005-06-16T21:46:00Z | 2005-06-10T19:00:00Z |
97,783 | Bug 97783 [About] Configuration Details Dialog - Error log does not display on some win platforms | 3.1 RC1, WinXP - choose the menu Help>About Eclipse Platform - Select the button for "Configuration Details" - Inside that dialog, push the button "View Error Log" - Dialog blinks (loses/gains focus) and nothing happens There are entries in my log, so I'm not sure where these are supposed to be shown. Did I miss something obvious? I can provide the log or further configuration info if this is surprising... | verified fixed | 2eccf75 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-16T20:24:47Z | 2005-06-01T04:26:40Z |
94,497 | Bug 94497 [Browser] Cannot open help on Solaris | 20050510 When you open the Help Contents on Solaris a busy cursor comes up for a while and then nothing happens. There are no entries in the log. | resolved fixed | 38408a0 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserManager.java", "bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-16T17:45:13Z | 2005-05-10T18:33:20Z |
100,346 | Bug 100346 [KeyBindings] registry: 2.1 KeyBinding conversion causes fatal Eclipse crash | null | verified fixed | f1da144 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-16T15:31:48Z | 2005-06-16T02:46:40Z |
65,775 | Bug 65775 [KeyBindings] interactions: Next Word (ALT+F in emacs) mode is flaky | Thanks for adding this, but it's flaky. Works sometimes and not others. If I restart, it works again for awhile. When it doesn't work, it brings up the file menu. I haven't figured out any pattern to this. | verified fixed | 6ab5887 | ["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 | 2005-06-15T22:48:02Z | 2004-06-04T17:26:40Z |
100,177 | Bug 100177 [Import/Export] Importing existing project with different case over existing project fails with empty error dialog | I20050610-1757 1. Have a Java project 'p' (lower-case p) on disk 2. Create a Java project 'P' (upper-case P) in your workspace 3. File > Import > Existing Projects Into Workspace 4. Select the directory that contains 'p' on disk 5. Finish Observe: You get an empty error dialog | verified fixed | a252338 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-15T16:24:59Z | 2005-06-15T12:53:20Z |
99,840 | Bug 99840 [Preferences] PreferencePage not repainted when dialog container size equals page container size | I have a PreferenceDialog which creates 3 PreferencePage objects. When the PreferenceDialog is first displayed, the PreferencePage which is selected by default is displayed correctly. However, when I select the 3rd PreferencePage in the PreferenceDialog, the title changes, but the body is not shown. If I resize it, it is then displayed. I've also noticed that when I instead select the 2nd PreferencePage after the default PreferencePage is first shown, it is displayed correctly. Note that this is a regression from Eclipse 3.0 behavior of this PreferenceDialog I have stepped through PrefencePage.showPage() and have observed that the following code seems to be where the problem lies: Point contentSize = size[0]; // Do we need resizing. Computation not needed if the // first page is inserted since computing the dialog's // size is done by calling dialog.open(). // Also prevent auto resize if the user has manually resized Shell shell = getShell(); Point shellSize = shell.getSize(); if (oldPage != null) { Rectangle rect = pageContainer.getClientArea(); Point containerSize = new Point(rect.width, rect.height); int hdiff = contentSize.x - containerSize.x; int vdiff = contentSize.y - containerSize.y; if (hdiff > 0 || vdiff > 0) { if (shellSize.equals(lastShellSize)) { hdiff = Math.max(0, hdiff); vdiff = Math.max(0, vdiff); setShellSize(shellSize.x + hdiff, shellSize.y + vdiff); lastShellSize = shell.getSize(); if (currentPage.getControl().getSize().x == 0) currentPage.getControl().setSize(containerSize); } else { currentPage.setSize(containerSize); } } else if (hdiff < 0 || vdiff < 0) { currentPage.setSize(containerSize); } } The reason I believe this to be the problem area is because it is only when either a Control.setSize() or PreferencePage.setSize() is executed that the PreferencePage gets repainted. In my case, the PreferenceDialog container size and client area of the PreferencePage for both the 1st and 3rd pages are identical, such that setSize() does not get called. However, currentPage.getControl().setSize(containerSize) does get called when my 2nd PreferencePage is selected, since it has a slightly different container size than the other 2 pages. | verified fixed | a4e38ec | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-15T13:12:57Z | 2005-06-13T22:00:00Z |
88,274 | Bug 88274 ObjectContributionsPerformanceTest not giving useful results | null | verified fixed | 5f26bc4 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/WorkbenchPerformanceSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-14T19:42:54Z | 2005-03-17T03:26:40Z |
96,463 | Bug 96463 [WorkbenchParts] (regression) Toolbar flashes when switching editor instances | If I switch between two instances of the GEF Logic example editor, the entire toolbar flickers and is redrawn. | verified fixed | 93c809f | ["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 | 2005-06-09T20:09:55Z | 2005-05-24T15:53:20Z |
98,009 | Bug 98009 [Intro] 3.1 RC1 javadoc warnings | Build: 3.1 RC1 This build had the following javadoc warnings for this component: /builds/I200505271300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java:140: warning - Tag @link: reference not found: IIntroPart /builds/I200505271300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java:376: warning - Tag @link: reference not found: IIntroPart | verified fixed | a0a4ce3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/IntroPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-09T12:59:54Z | 2005-06-01T21:06:40Z |
99,070 | Bug 99070 [Intro] PlatformUI.getWorkbench().getIntroManager().getIntro() returns a disposed intro | Java docs for PlatformUI.getWorkbench().getIntroManager().getIntro() state that it will return null if showIntro has been called to create. However, when you close an Intro part using the X button of the view the above method returns an intro part that has been disposed. To reproduce, contribute a test button to the workbench that calls PlatformUI.getWorkbench().getIntroManager().getIntro() when pressed. Open a simple Intro part, close it using the X button. Now click on the test button, the method does not return null. | verified fixed | fd5eff2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-09T12:13:37Z | 2005-06-08T22:33:20Z |
98,497 | Bug 98497 Splash Screen and Progress window layout | N20050606 Splash screen and the newly introduced progress bar do not really "harmonize" (see attached screenshot). What's about making them both the same width and placing the progress bar at the bottom edge of the splash screen so that they don't overlap and that the progress looks like an extension of the Splash screen? | verified fixed | 3e9ff0f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StartupProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-09T02:00:33Z | 2005-06-06T12:13:20Z |
98,432 | Bug 98432 [Perspectives] javadoc: IPageLayout needs update for secondary id format | In 3.1 you can now specify "primary:secondary" format in IPageLayout.addView() but the javadoc in IPageLayout wasn't updated. | verified fixed | fa5a711 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IFolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPlaceholderFolderLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-09T01:04:14Z | 2005-06-05T02:53:20Z |
95,613 | Bug 95613 [Import/Export] importing existing projects from zip does not work | in 0513 I am trying to get some existing projects into my workspace. I want them actually imported (i.e., copied) into the workspace location. It appears that the only theoretical way of doing this is zip it up and then import from the zip. Ok, so I zipped them up in a structure that looks like foo.zip bar/ .project ... project stuff ... fred/ .project ... project stuff ... ... When I import existing projects from that zip I get a workspace project sturcture like workspace/ bar/ .project bar/ .project ... project stuff ... fred/ .project fred/ .project ... project stuff ... ... The directory sturcture from the ziup is not being trimmed. | resolved fixed | bc48695 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarLeveledStructureProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipLeveledStructureProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-09T00:37:16Z | 2005-05-17T17:13:20Z |
98,683 | Bug 98683 [Workbench] Startup progress always on top | Running with platform core + UI from HEAD. The startup progress dialog seems to now be always on top. Even when I maximize other applications such as web browsers or Notes the progress dialog stays on top. This is very disruptive because it means I can't really use other applications while I wait for Eclipse to start. For applications with a longer startup sequence this would be even more of a pain. | verified fixed | e407946 | ["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 | 2005-06-09T00:09:02Z | 2005-06-07T13:13:20Z |
99,088 | Bug 99088 Finish enabled when no items selected initially in import preferences | If you successfully import once by choosing specific import types. Then return to the import wizard, there will be no specific types selected for import but the finish is enabled... this is a bug. | verified fixed | 348e099 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T23:25:49Z | 2005-06-08T22:33:20Z |
88,905 | Bug 88905 Preference import and export wizards should advocate use of .epf extension | That support has been lost since moving from the pref dialog to wizard /** * The default extension for preferences files. */ protected static final String PREFERENCE_EXT = ".epf"; //$NON-NLS-1$ | verified fixed | 0cead7f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T18:17:24Z | 2005-03-23T17:46:40Z |
99,022 | Bug 99022 [Viewers] ListViewer slightly slower on Linux than in 3.0 | RC1 In the 3.1 Stream we switched from using individual calls to addItem to calling setItems() on the List. On Windows this is considerably faster but on Linux the difference is neglible. As a result we have introduced a small performance regression that needs to be addressed. | resolved wontfix | 1c94c26 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/performance/ListViewerRefreshTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T18:15:22Z | 2005-06-08T17:00:00Z |
19,079 | Bug 19079 [FastView] Open a new view > As fast view preference only works when there is no placeholder | Build F2. 1. Close all Perspectives. 2. Open a Java Perspective. 3. Go to Preferences-->Perspectives-->Open a new view-->As Fast View. 4. Show View-->CVS Repositories, gets put on shortcut bar as fast view. 5. Show View-->Search, does not get put on shortcut bar as fast view. | verified fixed | ee79bd8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T08:27:25Z | 2002-06-04T14:13:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.