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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
188,380 | Bug 188380 [EditorMgmt] Topmost editor not restored when editor area does not have focus on shutdown | 3.3 RC1 The topmost editor is not restored when the editor area does not have focus on shutdown. Steps: - open a Java editor and set the caret somewhere inside the text - open a second Java editor and set the caret somewhere inside the text - select a view (e.g. Problems) - with the second editor tab on top and the edi... | verified fixed | 581d6e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T20:07:33Z | 2007-05-22T16:06:40Z |
248,752 | Bug 248752 [KeyBindings] provide general platform transform for sequence modifiers in org.eclipse.ui.bindings | null | verified fixed | 96bcf01 | ["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/registry/IWorkbenchRegistryConstants.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T19:25:22Z | 2008-09-26T17:26:40Z |
258,934 | Bug 258934 [Viewers] Improve CheckboxTreeViewer coverage | Build ID: I20081211-1908 There are a number of methods in CheckboxTreeViewer which have no tests and could easily be tested. | verified fixed | 4c16179 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTreeVi... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T17:50:31Z | 2008-12-16T15:06:40Z |
256,764 | Bug 256764 [Viewers] Does DecoratingStyledCellLabelProvider add/remove the correct listener to/from the decorator | Build ID: M20080911-1700 Steps To Reproduce: Add multiple ILabelProviderListeners to a DecoratingStyledCellLabelProvider and remove one of them. Now the decoration does not work anymore. More information: In the methods addListener and removeListener, the internal labelProviderListener is added/removed to/from the deco... | verified fixed | 1cf2752 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T17:45:26Z | 2008-11-27T12:46:40Z |
238,299 | Bug 238299 [Viewers] Collapse All before expanding class/array suppresses display of all but first child node | null | verified fixed | e328f94 | ["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 | 2009-01-21T17:39:45Z | 2008-06-24T17:53:20Z |
259,536 | Bug 259536 [EditorMgmt] [Patch] Problems reloading a bundle | null | verified fixed | 8eb5da2 | ["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 | 2009-01-21T17:26:41Z | 2008-12-22T23:53:20Z |
258,352 | Bug 258352 [Progress] synchronization in ProgressManager too expensive | null | verified fixed | 67a5cf8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T16:38:58Z | 2008-12-10T20:13:20Z |
261,752 | Bug 261752 [DataBinding] Test failure in recent N and I builds | exception should have been thrown junit.framework.AssertionFailedError: exception should have been thrown at org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest.testInvalidInteger(StringToNumberConverterTest.java:239) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.exten... | verified fixed | 61a9342 | ["tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/conversion/StringToNumberConverterTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T14:22:42Z | 2009-01-21T03:53:20Z |
261,827 | Bug 261827 [Contexts] Cant remove context manager listener from ContextService | Build ID: I20070621-1340 Steps To Reproduce: On org.eclipse.ui.internal.contexts.ContextService, removeContextManagerListener wrongly ADD a ContextManagerListener instead of removing it from context manager. More information: Excerpt from org.eclipse.ui.internal.contexts.ContextService.java public final void removeCont... | verified fixed | 04bd91c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T13:50:06Z | 2009-01-21T15:00:00Z |
255,076 | Bug 255076 [EditorMgmt] File icon not updated when file changed (content change or move/rename) | M20081008-0800 File icons are not updated when a file is changed (content change or move/rename the file). Steps: - create file a.xml - paste this into the opened text editor: <?xml version="1.0" encoding="UTF-8"?> <project name="project" default="default"> <target name="default"> </target> </project> - save => expecte... | verified fixed | 55fbbdb | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ContentTypeDecorator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T21:15:51Z | 2008-11-12T17:13:20Z |
250,807 | Bug 250807 [Markers] Delete handler in problems view should spawn a job | null | verified fixed | d4531bf | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DeleteHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T21:10:58Z | 2008-10-14T16:00:00Z |
257,094 | Bug 257094 [Markers] NPE in MarkerHelpRegistry | We've been analyzing user .log files to root out common problems and clean up unnecessary errors. Since this is done offline I have no further info on what the user(s) were doing at the time, but the following NPE was hit 77 times by our users during the month of October: !ENTRY org.eclipse.jface 4 2 !MESSAGE Problems ... | verified fixed | d677a47 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerHelpRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T21:06:18Z | 2008-12-01T16:46:40Z |
260,904 | Bug 260904 API to capture the functionality of the new Customize Perspective Dialog | The new CPD allows users to hide menu items and toolbar items discreetly. We should also provide API access this this functionality (so that various products/RCP apps can define a set of initial values to the 'override' list. The most obvious place to provide declarative API would be an extension to the existing 'persp... | verified fixed | fd1b1bd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "bundles/org.eclipse.u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T20:19:38Z | 2009-01-13T18:06:40Z |
261,398 | Bug 261398 CocoaUIEnhancer NSME for standardWindowButton | Weird one. I'm not sure that I can reproduce what caused it initially as everything is fine and then I start seeing this in error log. I have it in the test IDE I just did for 261395 so perhaps you can reproduce it by following those steps. (And I just got a sementation fault as I was submitting this report..but I won'... | resolved fixed | 7105166 | ["bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T19:17:30Z | 2009-01-16T21:06:40Z |
259,553 | Bug 259553 [TabbedProperties] expensive refresh of text | I have absolutely no idea as to which component I should raise this bug against, took the general "platform ui" instead. We have an (GMF-based) application making heavy use of the tabbed properties view in order to display something more appealing than the classical table for our elements. All goes well except ... it c... | verified fixed | f31a191 | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-20T01:10:34Z | 2008-12-23T11:00:00Z |
228,110 | Bug 228110 [Markers] Problems view: Improve 'Warnings on Selection' | 20080421 The problems view has a built-in configuration 'Warnings on Selection'. I wonder how useful this is. Wouldn't it be more useful to change this to 'Error/Warnings on Selection'? That's something I often use. Other useful configuration worthy to be built-in: 'Error/Warnings on Same Project' | verified fixed | 8efa054 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ErrorsWarningsParameters.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-19T14:35:31Z | 2008-04-21T20:33:20Z |
231,627 | Bug 231627 [Commands] Server view tool bar icons shows on welcome page | Build ID: 3.0 Steps To Reproduce: The server view tool bar icons sometime shows up in the welcome pages even though the welcome page does not contains the servers view. More information: | verified fixed | 866152c | ["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 | 2009-01-19T14:28:46Z | 2008-05-12T19:20:00Z |
259,821 | Bug 259821 [Contributions] commandImages does not support 'platform:/plugin/' resource spec for icon | Build ID: I20080617-2000 Steps To Reproduce: 1. open org.eclipse.ui.examples.contributions 2. add a 'platform:/plugin/' spec for an icon in a plugin the example is dependent on, eg for menu contrubution 'org.eclipse.ui.file.refresh' add 'platform:/plugin/org.eclipse.ui/icons/full/eview16/outline_co.gif'. This will work... | verified fixed | 035acab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandImagePersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-18T20:14:49Z | 2008-12-31T07:53:20Z |
254,550 | Bug 254550 [IDE] NPE in SaveAsDialog when IDE not running | Build ID: 3.4.1 GA Steps To Reproduce: 1. Launch attached RCP application 2. Ctrl+N (New wizard) 3. Select "Untitled Text File", press Finish 4. Add some text to the new "Untitled 1" text editor 5. Ctrl+S (Save) 6. "Saved Failed" java.lang.NullPointerException More information: SaveAsDialog uses an IDE internal image d... | verified fixed | e4cd5d5 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/SaveAsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-18T20:06:30Z | 2008-11-07T03:53:20Z |
243,270 | Bug 243270 Add support for specifying Unicode locale extensions | null | verified fixed | 642bd8f | ["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 | 2009-01-18T18:33:41Z | 2008-08-06T08:06:40Z |
259,219 | Bug 259219 Double middle mouse click should not maximize | Build ID: M20080911-1700 Steps To Reproduce: 1. Open multiple tabs in a certain region while more regions are active (for instance, multiple editor screens in the center and the navigator to the left) 2. Try to close all tabs quickly with the middle mouse button 3. The editor region gets maximized, while the only inten... | verified fixed | 329bddf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-16T19:27:58Z | 2008-12-18T08:46:40Z |
258,810 | Bug 258810 [Markers] Markers for the entire workspace show up when working set empty | null | verified fixed | 9f75ba0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-16T18:59:34Z | 2008-12-15T14:06:40Z |
240,159 | Bug 240159 [Markers] Creation Time column should be a timestamp in Problems view | Build ID: I20080617-2000 Steps To Reproduce: 1. Display the Problems view 2. Show the Creation Time column Currently, the Creation Time contains numbers. I would like the Creation Time column to contain time / datestamps in human readable form. | verified fixed | 24f96ca | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCreationTimeField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T18:09:39Z | 2008-07-09T13:26:40Z |
256,561 | Bug 256561 [WorkingSets] Possibly broken code in ModifyWorkingSetDelegate.getItems() | I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.ui.internal.actions.ModifyWorkingSetDelegate.getItems(): for (int k = 0; k < adaptables.length; k++) { if (existingElements.contains(adaptables[k])) visible = true; // show if any element // is present in removal break; } Looks like the ... | verified fixed | e2d4753 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T17:58:17Z | 2008-11-26T09:00:00Z |
220,557 | Bug 220557 [StatusHandling] Handling of jobs statuses needs polishing | It is possible to pass StatusAdapters with such property (from IProgressConstants), but it is impossible to show those errors to the user (and user may want to see them). Currently it is possible to show those errors only using another StatusAdapter as a trigger. | verified fixed | 376cdaf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T14:33:12Z | 2008-02-27T13:46:40Z |
260,937 | Bug 260937 NPE in WorkbenchStatusDialogManager.addStatusAdapter() | Our adopter product has support for users to anonymously send in their .log files for offline analysis. Over the past few months, there have been 350 reports of the following NPE. Since this is offline, I do not have steps to reproduce. !ENTRY org.eclipse.ui 4 0 !MESSAGE Error occurred during status handling !STACK 0 j... | verified fixed | 3b427cf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T10:34:38Z | 2009-01-13T20:53:20Z |
261,164 | Bug 261164 [CommonNavigator] Add dynamic tracing for DnD | The options were put in, but the tracing was never actually hooked up. | verified fixed | dc1106c | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T09:04:36Z | 2009-01-15T09:00:00Z |
204,837 | Bug 204837 [CommonNavigator] commonWizard with no pages displays empty dialog | null | resolved fixed | be808cb | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/WizardShortcutAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T08:41:01Z | 2007-09-27T16:20:00Z |
247,294 | Bug 247294 [CommonNavigator] Project Explorer: ResourceDragAdapterAssistant always initiates drag of resources | null | resolved fixed | 51123e6 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDragAdapterAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T08:03:53Z | 2008-09-15T14:46:40Z |
250,198 | Bug 250198 [CommonNavigator] Allow CommonNavigator to be subclassed | I believe CommonNavigator.java should be subclassable. I'm not sure why it is not intended to be subclassed. Many of the individual components ARE intended to be subclassed. I've read many many bugs where users are subclassing CommonNavigator anyway, to get around other bugs or deficiencies. I think this ability to sub... | verified fixed | d9941ca | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorActionGroup.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "bundle... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T07:42:53Z | 2008-10-08T23:53:20Z |
261,147 | Bug 261147 [CommonNavigator] Navigator label provider uses inconsistent methods to do the same thing | In NavigatorContentServiceLabelProvider some of the methods use findContentExtensionsWithPossibleChild and others use findRelevantLabelProvider. The latter is better and they should all use that one. | resolved fixed | 76ea0f6 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-15T07:11:19Z | 2009-01-15T06:13:20Z |
260,572 | Bug 260572 Request preference to always open intro on startup | null | resolved wontfix | 61a3df0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-14T19:29:42Z | 2009-01-09T19:40:00Z |
261,037 | Bug 261037 bindWidget calls | null | resolved fixed | 60199a0 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/CompositePartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/PartSashFact... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-14T16:16:56Z | 2009-01-14T16:20:00Z |
213,139 | Bug 213139 [Markers] Forms in problems filtering configuration dialog doesn't grab vertical space | type list in marker filtering configuration dialog doesn't grab vertical space | resolved fixed | af7909f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/TypesConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/FilterConfigurationArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-13T22:28:32Z | 2007-12-17T05:40:00Z |
260,649 | Bug 260649 DefaultTabFolder.updateColors() shouldn't be private | null | verified fixed | 02714d1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-12T03:37:51Z | 2009-01-12T00:26:40Z |
259,179 | Bug 259179 [TabbedProperties] TabbedPropertySheetPage extensibility option | null | resolved fixed | 0fc27ca | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-09T18:14:59Z | 2008-12-17T21:40:00Z |
24,521 | Bug 24521 [Viewers] TreeViewer.update() does not work correctly with filter | When I add an element which does not satisfy the filtering condition and then update it so that it does, call to update does not show the element. This is because[StructuredViewer.update]: public void update(Object element, String[] properties) { Assert.isNotNull(element); | Widget item = findItem(element); | if (item ... | verified fixed | ad7c68d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-06T17:38:53Z | 2002-10-08T15:13:20Z |
257,820 | Bug 257820 [FastView] FastView bar shows unpressed view icon after dragging active fastview to the oposite side of the screen | This happens the first time I open my RCP application, once I close it and I open again this problem doesn't happen, it seems to be related to the existence of workbench.xml and a tag about the fastview (info tag ?) I have the fastview bar in the bottom left showing some view icons, I click on one and the fast view is ... | resolved fixed | ff8c0ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-22T16:25:02Z | 2008-12-07T08:53:20Z |
257,956 | Bug 257956 [Markers] Improvement requests to Problems View / Configure Contents dialog | Hello, I have two requests for the Configure Contents dialog of the Problems View: 1. Add 'rename' button to configuration dialog. For instance, I _never_ want "Warnings on Selection" as a configuration. I want "All on Selection". So I'd like to be able to just rename that configuration and then adjust the severity. 2.... | verified fixed | 4ac9b66 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-22T15:46:04Z | 2008-12-08T18:13:20Z |
254,936 | Bug 254936 [Coolbar] Cannot switch perspective in a RCP application without Coolbars | Build ID: I20080617-2000 Steps To Reproduce: 1. Create a RCP application, in the ApplicationWorkbenchWindowAdvisor createWindowContents method, call getWindowConfigurer().createCoolbarControl(newShell); 2. Create an action to open perspective 3. Run the above RCP application. Everything works fine. 4. Remove the call t... | verified fixed | a8efea6 | ["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 | 2008-12-22T15:10:52Z | 2008-11-11T19:00:00Z |
259,477 | Bug 259477 [statushandling] WEH#setStatusDialog is never used. | null | verified fixed | 2d68a87 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-22T10:35:49Z | 2008-12-22T10:00:00Z |
211,350 | Bug 211350 [ErrorHandling] Need better error handling in PerspectiveRegistry | Build ID: 3.2.2 In org.eclipse.ui.workbench plugin / org.eclipse.ui.internal.registry.PerspectiveRegistry, the loadCustom method has three problems : 1) If the xmlString is empty, as is happening in our product, reader = null, and the call to XMLMementor.createReadRoot(reader) fails because the reader = null 2) If the ... | resolved fixed | b229965 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-19T11:52:57Z | 2007-11-28T22:46:40Z |
231,327 | Bug 231327 Tabbing into table sets focus to first column regardless of its visibility | null | resolved fixed | 63c5ab3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerFocusCellManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-17T22:01:11Z | 2008-05-09T16:20:00Z |
255,229 | Bug 255229 [Viewers] [3.5] NPE in ColumnViewerToolTipSupport | null | resolved fixed | c9de041 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-17T21:49:57Z | 2008-11-13T18:13:20Z |
248,516 | Bug 248516 [Browser] Update Window > Pref > General >Web Browsers UI | At a time when web development is more important than ever, Eclipse platform support for web browsers is weak. The preferences panel under Window > Preferences > General > Web Browser has some limitations: 1) The dialog that pops up has only a tiny window for parameters 2) The documentation seems to be limited to two l... | resolved fixed | 6abf9a4 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserDescriptorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-17T18:26:11Z | 2008-09-24T23:46:40Z |
258,153 | Bug 258153 Making a wizard visible in CPD does not make the New menu visible. | Build ID: I20081209-0100 Steps To Reproduce: 1. Open the CustomizePerspectiveDialog 2. Open the Menu Visibility tab. 3. Uncheck the "New" menu, under the "File" menu. 4. Expand the "New" menu, check "Java Project from Existing Ant Buildfile" 5. Click "Ok". The File > New menu is not visible. More information: It looks ... | verified fixed | 84757c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-16T15:25:14Z | 2008-12-09T19:13:20Z |
258,832 | Bug 258832 [WorkingSets] Test for BasicWorkingSetElementAdapter | This class needs tests. | verified fixed | e52f84c | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetElementAdapterTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T16:09:46Z | 2008-12-15T16:53:20Z |
258,833 | Bug 258833 [Commands] RadioState doesn't work | null | verified fixed | d7eeee7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T16:09:27Z | 2008-12-15T16:53:20Z |
258,826 | Bug 258826 [Commands] TextState cannot go back to its original state | TextState starts off as null, but cannot be reset to null (IllegalArgumentException). PW | verified fixed | edeec49 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/menus/TextState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T15:40:34Z | 2008-12-15T14:06:40Z |
100,799 | Bug 100799 [ErrorHandling] 'Unable to create view' error page should link to error log view | I20050617-1618 I compiled a plug-in with a view against a 5.0 JRE. When I ran this plugin in a run-time eclipse with a 1.4 VM, startup passed without any error message. When I opened the view, I got a view with an embedded error dialog showing a ClassNotFoundException. This stacktrace was not really helpful in this con... | verified fixed | 345ab6e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/StatusPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T13:57:44Z | 2005-06-20T12:20:00Z |
258,794 | Bug 258794 [statushandling] NPE may occur in StatusDialogUtil#getTable | getListAreaComposite may return null, which is not checked | resolved fixed | 1a74205 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T11:11:12Z | 2008-12-15T11:20:00Z |
250,794 | Bug 250794 [statushandling] JFace ErrorDialog should recommend using StatusManager in javadoc | null | verified fixed | 1551e7b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T10:00:29Z | 2008-10-14T16:00:00Z |
238,738 | Bug 238738 [StatusHandling] Still an NPE in WorkbenchStatusDialogManager.refreshSingleStatusArea(..) | null | verified fixed | ea94a2f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-15T08:46:35Z | 2008-06-27T09:46:40Z |
257,752 | Bug 257752 [Metadata] IWorkbenchBrowserSupport needs @noextend flag | org.eclipse.ui.browser.IWorkbenchBrowserSupport has a @noimplement flag. It should also have a @noextend flag since we may in the future want to add more constants and there does not seem to be a legitimate reason to extend this interface. | resolved fixed | 25b36d2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/browser/IWorkbenchBrowserSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-08T14:47:16Z | 2008-12-05T18:00:00Z |
257,790 | Bug 257790 [MPE] [regression] MultiPageEditorPart.pageChange(int) fires PageChangedEvent if selected page is null. | MultiPageEditorPart.pageChange(int) fires PageChangedEvent if selected page is null. The org.eclipse.ui.part.MultiPageEditorPart.pageChange(int) method has changed between Eclipse 3.4.2 and Eclipse 3.5 M3 so it throws a PageChangedEvent when the selected page is null (last line of the method): firePageChanged(new PageC... | closed fixed | 46e348c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-08T14:35:08Z | 2008-12-05T23:33:20Z |
257,723 | Bug 257723 [Mac] Menu items "About Eclipse SDk" and "Preferences" of Top menu "Eclipse" not disable after show the dialog of "About Eclipse SDK" | null | verified fixed | 373d218 | ["bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-05T16:23:37Z | 2008-12-05T15:13:20Z |
257,324 | Bug 257324 [Mac] Menu items "About Eclipse SDk" and "Preferences" of Top menu "Eclipse" not disable after show the dialog of "About Eclipse SDK" | Build ID: M20071023-1652 Steps To Reproduce: 1. Launch Eclipse on MAC, and open the dialog of "About Eclipse SDK" by [Eclipse]->[About Eclipse SDK] 2. Click the [Eclipse] top menu, open the [Eclipse] top menu 3. The menu items [About Eclipse SDK] and [Preferences] still enable click, them should be disable. More inform... | verified fixed | aa73bf1 | ["bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/internal/carbon/CarbonUIEnhancer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-05T15:45:51Z | 2008-12-03T07:40:00Z |
257,531 | Bug 257531 [ErrorHandling] WorkbenchStatusDialogManager leaks two images in StatusTray | The StatusTray inner class appears to allocate two Images, 'normal' and 'hover', but never disposes them. | verified fixed | a11b12c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-05T13:40:22Z | 2008-12-04T14:13:20Z |
256,556 | Bug 256556 [Progress] Possibly broken code in DetailedProgressViewer.setFocus | I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.ui.internal.progress.DetailedProgressViewer.setFocus(): for (int i = 0; i < children.length; i++) { ProgressInfoItem item = (ProgressInfoItem) children[i]; item.setButtonFocus(); return; } Obviously the loop is useless as it will at most... | verified fixed | 20db242 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-04T16:35:15Z | 2008-11-26T09:00:00Z |
243,758 | Bug 243758 [Contributions] Accelerators in menus are not installed until menu shown | null | verified fixed | 6805c73 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-04T16:30:49Z | 2008-08-11T15:53:20Z |
248,733 | Bug 248733 Expression is not evaluated at startup | I bind an expression-based activity to a command and try to make it visible and unvisible at runtime with the help of a custom ISourceProvider. It works in principle fine, but the expression is not evaluated at startup. The wanted behavior appears first after the first ISourceProvider.fireSourceChanged(). Another way t... | verified fixed | 5c25486 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-04T14:51:28Z | 2008-09-26T14:40:00Z |
247,806 | Bug 247806 [ErrorHandling] [plan item] configurable statushandlers | user should be able to select which statushandler should be used using command line. Currently only one status handler can be present in the application, and if there is more, random one is selected. | verified fixed | d22e689 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerRegistry.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/statushandlers/FreeStatusHandle... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-03T11:26:45Z | 2008-09-18T09:26:40Z |
257,179 | Bug 257179 Window > Show View is gone | null | verified fixed | 81e226a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-02T12:49:30Z | 2008-12-02T12:13:20Z |
256,801 | Bug 256801 [Browser] Closing internal browser causing ClassCastException | Build ID: 3.4 release Steps To Reproduce: I have created a menu item to launch the same web page using the web browser. The way that I launch the web browser is by calling: org.eclipse.ui.PlatformUI.getWorkbench().getBrowserSupport().createBrowser(id) to create the browser and then launch the url from there. I always p... | resolved fixed | 34ad4a5 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/DefaultBrowserSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T22:29:44Z | 2008-11-27T15:33:20Z |
141,690 | Bug 141690 [Graphics] Improve Look and Feel of FilteredTree | I think the L&F of the FilteredTree is not yet optimal. I am using variants of it in my own projects, since the functionality is quite cool. For some ideas how the widget could be improved, see the attached screenshots. If there is a plan to adapt some of the ideas, I can contribute patches based on my own work. Ben | resolved fixed | ddc6cb8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.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/dialogs/FilteredPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T22:07:41Z | 2006-05-14T09:46:40Z |
49,316 | Bug 49316 [Workbench] isStarting() public API of Workbench | During the Eclipse startup, it is very important for a plugin to get the workbench state since some actions can be done only after startup the Workbench. julien omondo | resolved fixed | b0d304b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T21:15:15Z | 2003-12-23T17:20:00Z |
249,442 | Bug 249442 [Contributions] VisibleWhen with checkedEnabled expression on menuContribution | null | verified fixed | cce8ec2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T20:26:00Z | 2008-10-02T09:33:20Z |
238,397 | Bug 238397 [Commands] Concurrent modification possible in DefaultOperationHistory | Build ID: 3.3.3.r33x_r20080129 Steps To Reproduce: This is kind of hard to reproduce, nevertheless the systematic gap can be seen directly within the coding. Please have a look into the coding of the method flushUndo(...) in org.eclipse.core.commands.operations.DefaultOperationHistory. The undoList.remove is triggered ... | verified fixed | 666c619 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T20:11:07Z | 2008-06-25T13:20:00Z |
2,035 | Bug 2035 [Wizards] Previous location of project content area not remembered (1GDQUX8) | When I create a new project and set the content area to something other than the default, it would be good if the last choice was remembered so that when I go to create the next project, if I choose not to use the default area, that value is used as the initail setting for the file prompter. Users who want to create se... | resolved fixed | fabe228 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T19:52:20Z | 2001-10-11T03:13:20Z |
250,651 | Bug 250651 [Contributions] CommandContributionItemParameter's constructor javadoc needs correction | In the CommandContributionItemParameter(IServiceLocator, String, String, Map, ImageDescriptor, ImageDescriptor, ImageDescriptor, String, String, String, int, String, boolean) constructor, it says... Note: This method should not be called outside the framework. ...which needs to be changed from "method" to constructor".... | verified fixed | 0d67951 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItemParameter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T19:12:35Z | 2008-10-13T15:00:00Z |
256,830 | Bug 256830 [Contributions] [regression] IElementUpdater.updateElement() - IWorkbenchPartSite service not in scope of provided UIElement | null | verified fixed | 0711a15 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T19:08:53Z | 2008-11-27T21:06:40Z |
182,714 | Bug 182714 [Contributions] Improve toolbar configurability | null | verified fixed | f1c0a87 | ["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/IContributionManagerOverrides.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManag... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-12-01T15:20:37Z | 2007-04-17T08:53:20Z |
175,069 | Bug 175069 [Preferences] ResourceInfoPage is not setting dialog font on all widgets | 3.3M5 The text file encoding widgets are not using the dialog font. | verified fixed | bb6e8d0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-30T10:34:23Z | 2007-02-22T02:06:40Z |
181,308 | Bug 181308 [Viewers] Add checked state provider to CheckBox*Viewer | It would be nice to have a provider (similar to the label or font or color providers) to determine the checked/grayed state of elements in a CheckBox*Viewer (either Table or Tree). This would generally simplify the programming model and give the developer better control over how the model objects are displayed in the v... | resolved fixed | b35132a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ICheckStateProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jf... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-29T05:11:47Z | 2007-04-05T19:06:40Z |
242,208 | Bug 242208 [Markers] Filtering problems by working set doesn't take into account new files | Build ID: I20080617-2000 Steps To Reproduce: 1.Create a Java project 2.Create a working set that contains only a subset of source files 3.Create a filter in the problems view, whose scope is set to the working set 4.The filter works ok 5.Create a new source file that is included inside the working set 6.No errors are s... | verified fixed | c4fb825 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-28T17:34:01Z | 2008-07-28T10:13:20Z |
249,647 | Bug 249647 [ErrorHandling] Enable new ErrorDialog to open the SupportDialog by default | The behavior between a MessageDialog and an ErrorDialog is different the new errorDialog (the one with the bug icon) does not open the statusTray by default. We know we can 'write our own' Dialog, but we were thinking about extending the one already there (apparently the methods we need are private) or passing a proper... | verified fixed | b606e6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-27T15:25:17Z | 2008-10-03T21:40:00Z |
256,716 | Bug 256716 [Viewers] FilteredTree job delay should be overridable | The FilteredTree is very useful, but there are cases where clients or subclasses know that the list will be very big and/or filtering will be expensive. In this case it would be useful to be able to override the filter job delay so that the user can get more typing in. | verified fixed | 188ae3f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-27T01:21:15Z | 2008-11-27T01:40:00Z |
245,155 | Bug 245155 [TabbedProperties] IllegalArgumentException: Argument not valid | Steps to reproduce. 1. Open two editors that use the tabbed properties. I was using a WTP 3.1 driver (S-3.1M1-20080825023321) and opened up any two of the following editors: Web Page Editor, or DTD Editor, or WSDL Editor, or XML Schema Editor 2. Close one editor. You'll get the IllegalArgumentException. (See below). Af... | closed fixed | 7bc607b | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-26T22:47:02Z | 2008-08-25T18:46:40Z |
229,782 | Bug 229782 Performance tests for ICU Collator | I20080501-0100 Now that we're using the collator again (see the dependant bug) we need to ensure that there are no performance regressions over the java.text implementation. | verified fixed | 9bee090 | ["tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/CollatorPerformanceTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-26T19:00:15Z | 2008-05-01T13:53:20Z |
256,516 | Bug 256516 [TabbedProperties] TabbedPropertySheetPage to allow some options | null | resolved fixed | 7b5d4b3 | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-26T16:32:48Z | 2008-11-25T21:53:20Z |
119,085 | Bug 119085 [TabbedProperties] need getters and setters for the current Tab | We have some use cases where we need to remember the current active Tab and Section and later in the lifecycle we need to select those again. Currently there is no API for this functionality. | resolved fixed | 258412c | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java", "bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-26T15:52:34Z | 2005-12-02T19:00:00Z |
254,492 | Bug 254492 [Import/Export] ILeveledImportStructureProvider interface is not declared public | null | verified fixed | acb66b8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ILeveledImportStructureProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-25T17:03:16Z | 2008-11-06T19:33:20Z |
242,819 | Bug 242819 [ErrorHandling] [statushandling] WorkbenchStatusDialogManager.setStatusListLabelProvider is inconsistent | setStatusListLabelProvider functions correctly if there is only one status displayed. If there is more, messages switch places, and custom label provider is used in different way. Configuring WSDM with custom label provider is too difficult. | verified fixed | 79e85e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-24T12:00:32Z | 2008-08-01T05:53:20Z |
242,821 | Bug 242821 [ErrorHandling] [statushandling ]Need a way to configure label providers on StatusDialog | null | verified fixed | 68a1bde | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-24T11:45:32Z | 2008-08-01T05:53:20Z |
242,789 | Bug 242789 [Markers]If you hit escape on the delete markers dialog it deletes them anyway | Right click on a problem marker in the problems view and select delete. You get the confirmation dialog. Hit escape. The marker is deleted anyway. The problem looks to be in org.eclipse.ui.internal.views.markers.DeleteHandler.execute(ExecutionEvent): if (dialog.open() == Window.CANCEL) { return view; } It should probab... | resolved fixed | e298d9e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DeleteHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-21T05:36:19Z | 2008-07-31T21:33:20Z |
255,773 | Bug 255773 [WorkingSets] Working set saving broken | I20081118-1720 Saving of working sets is broken in this week's I-builds. On startup, the following is written to the log when the Package Explorer is configured to show working sets as top level elements: !ENTRY org.eclipse.ui 4 4 2008-11-19 12:01:03.875 !MESSAGE Unable to restore working set - cannot instantiate worki... | verified fixed | eaed272 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-19T14:27:54Z | 2008-11-19T13:06:40Z |
254,673 | Bug 254673 [JFace] Window javadoc hints at overriding createShell() when this is not possible | This is the javadoc of Window's createShell() method: /** * Creates and returns this window's shell. * <p> * The default implementation of this framework method creates * a new shell and configures it using <code/>configureShell</code>. Rather * than override this method, subclasses should instead override * <code/>con... | verified fixed | 9f392ef | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-17T23:58:05Z | 2008-11-08T07:40:00Z |
74,298 | Bug 74298 [Dialogs] no null check in WorkbenchEditorsDialog. | WorkbenchPage.getPerspective() can return null. The code in getImage() needs to check for null. see IPerspectiveDescriptor persp = p.getPerspective(); ImageDescriptor image = persp.getImageDescriptor(); | verified fixed | 35b1b27 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-17T23:26:18Z | 2004-09-20T14:20:00Z |
254,547 | Bug 254547 [DND] PluginDropAdapter does not accept multiple actions in an extension | Build ID: I20080617-2000 Steps To Reproduce: 1. Create two IDropActionDelegates and declare them in the same gov.nga.geocompass.ica.ea.ui.attributeDropAction extension. 2. Test that the second Drop delegate never gets called More information: In the PluginDropAdapter class the method getPluginAdapter never checks beyon... | verified fixed | c090ec8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PluginDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-17T21:11:09Z | 2008-11-07T01:06:40Z |
232,076 | Bug 232076 [WorkingSets] Calls to WorkingSet executable extensions need SafeRunnable wrappers | I20080513-0817 There are many calls out into user code in AbstractWorkingSetManager that need SafeRunnable wrappers. | verified fixed | 7d51ff8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-17T20:56:41Z | 2008-05-14T13:00:00Z |
198,941 | Bug 198941 [About] About dialogue should use "name" (i.e. plug-in name) instead of provider name for hover-over popup | Build ID: V3.0.2 Steps To Reproduce: 1.Click on Help / About 2.Move cursor over plugin icons 3.Popup shows provider name (such as IBM) instead of the plugin name. More information: For the WebSphere Message Broker ToolKit, there are a number of plugins available from IBM. Having a hover-over that simply shows "IBM" doe... | closed fixed | 29d9922 | ["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/AboutDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-17T18:57:22Z | 2007-08-06T14:20:00Z |
56,368 | Bug 56368 [View Mgmt] 'Show View' menu contains unnecessary separator when it only contains one menu item. | I followed the steps to set up the RCP browser example. I created a new "Run- time workbench, and selected all for the Plug-ins and Fragments tab. I then ran the project as Run-time Workbench. I closed all perspectives and opened the Browser perspective. I clicked on Window->Show to open another viewer, and the menu co... | verified fixed | c06175b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenusTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ShowViewMenuTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-16T08:54:26Z | 2004-03-26T16:53:20Z |
255,314 | Bug 255314 Job description for clean job is misleading | Build 3.5M3 When trigerring a full build from menu, one gets offered to perform on ALL projects or on SELECTED projectes. When selecting "clean ALLprojects" action from menu, the progress view will enqueue a job with description "cleaning SELECTED projects" instead of "cleaning ALL projects" as one would expect. The jo... | resolved fixed | a42b871 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-14T09:52:16Z | 2008-11-14T08:06:40Z |
250,664 | Bug 250664 [Dialogs] Cycle to View, long view names causes dialog to display off the screen | null | resolved fixed | 2b1fbd4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleBaseHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-13T16:42:07Z | 2008-10-13T15:00:00Z |
189,752 | Bug 189752 [Dialogs] TwoPaneElementSelector doesn't validate proper selection | The class TwoPaneElementSelector doesn't validate the correct object. In the validateCurrentSelection() method of AbstractElementListSelectionDialog, getSelectedElements() is called. The method getSelectedElements() is not overridden by TwoPaneElementSelector, so the following code runs: protected Object[] getSelectedE... | verified fixed | b3ba8ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-12T17:54:17Z | 2007-05-29T17:33:20Z |
251,517 | Bug 251517 [Preferences] Increase visibility for the ListEditor fields or methods | Build ID: M20080911-1700 Steps To Reproduce: I am trying to create a specialized org.eclipse.jface.preference.ListEditor. I want to specialize the 'remove' button so that I can disable it in a case where it we shouldn't allow them to remove the entry. However, currently all methods and fields that provide access to the... | verified fixed | a7bdd58 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ListEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-11T19:26:37Z | 2008-10-21T11:53:20Z |
128,684 | Bug 128684 [Help] Dialog help tray does not resize correctly | 3.2M5 Select Window > Preferences > General. Click on the Help button to get a help tray. Problem 1: Grab the right edge of the window and make it wider. The middle of the dialog gets wider and the help tray stays the same. I'd expect the opposite to happen - the help tray would get wider and the main dialog would be u... | verified fixed | 5486f2d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-11T14:57:36Z | 2006-02-20T15:40:00Z |
250,133 | Bug 250133 [Contexts] ContextAction's leak when hiding actions sets | null | verified fixed | 24acae0 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/ContextManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-07T17:46:47Z | 2008-10-08T18:20:00Z |
250,136 | Bug 250136 [KeyBindings] Conflicts should be accessible through API | See org.eclipse.jface.bindings.BindingManager.setActiveBindings(Map, Map, Map, Map) We currently use org.eclipse.jface.internal.InternalPolicy.currentConflicts to transport the conflicts around, it should be available through the BindingManager (and probably the IBindingService API) PW | verified fixed | b9f6f44 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-07T17:11:27Z | 2008-10-08T18:20:00Z |
253,773 | Bug 253773 [Viewers] Collapsed expandable nodes in a TreeViewer are needlessly expensive | In the Expressions view, the debug platform TreeViewer needlessly causes the model to be queried for all children of collapsed expandable items. This can have serious performance repercussions. This can be easily seen in a CDT gdb debug session. Create a simple C project with the following main(). Launch a debug sessio... | resolved fixed | c972f49 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2008-11-06T18:21:30Z | 2008-11-04T20:20:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.