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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
266,699 | Bug 266699 [CommonNavigator] Remove CommonDropAdapter.setCurrentOperation | This has been replaced by overrideOperation() which does the same thing. Note that setCurrentOperation() was added in M5 so it's never really been API yet. | verified fixed | 9239f3e | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestCopyDropAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-02T16:14:17Z | 2009-03-02T16:06:40Z |
57,762 | Bug 57762 [Dialogs] honor the platform button dismissal alignment on Mac and GTK | Button ordering is inverted on these platforms. See Display.getDismissalAlignment() or the equivalent JFace mechansim. | verified fixed | 17a8af0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java", "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 | 2009-03-02T15:14:12Z | 2004-04-07T17:46:40Z |
266,659 | Bug 266659 [StatusHandling] Minimalize WSDM API changes | I do not believe it has sufficient adoption from community. | resolved fixed | e8be416 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/IStatusDialogConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchEr... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-02T09:49:50Z | 2009-03-02T10:33:20Z |
263,845 | Bug 263845 [CommonNavigator] Drag/drop folder from non-Java Proj to Java Proj does copy instead of move sometimes | null | verified fixed | da892a3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.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-03-02T05:01:39Z | 2009-02-05T18:53:20Z |
266,391 | Bug 266391 [CSS] second failure in css tests | null | resolved fixed | deae4a2 | ["tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/CssCoreTestSuite.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/parser/CascadeTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-26T23:29:52Z | 2009-02-26T23:13:20Z |
265,721 | Bug 265721 [CSS] 3.x CSS Presentation | We should create a specialized Presentation so CSS will work in 3.x. See the rcp example (and then move the Presentation and DefaultTabFolder out of the example). | resolved fixed | 10b1063 | ["examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/Application.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/presentation/CSSPresentationFactory.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/prese... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-26T05:04:39Z | 2009-02-20T22:46:40Z |
265,164 | Bug 265164 Consolidate all interface access under the appropriate context | At the moment the various 'Legacy<xxx>' implementations maintain discreet fields to store a variety of interface implementations (IWorkbench, IWorkbenchWindow, IPartSite...). With the new Context menchanism in place these should be placed in to the context structure at the appropriate location in the context tree and a... | resolved fixed | f5d902e | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/ILegacyHook.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/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-02-25T20:36:17Z | 2009-02-17T14:13:20Z |
266,204 | Bug 266204 [UI] NPE when 'activating' an empty stack | The Compatibility harness has an (initially) empty EditorStack. Clicking on it produces an NPE because the active part is null | resolved fixed | 0effe2c | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-25T20:17:42Z | 2009-02-25T19:26:40Z |
226,746 | Bug 226746 [Commands] Handler updates UI using wrong selection after right-click in different view | Using the attached plugin project: - Create a new Java project and a new Java class. Open Java class in editor. - Check to make sure that "Test Command" is available in popup menu in Navigator view. - Select text in Java editor, immediately right click on any object in Navigator view I receive the below error in TestCo... | verified fixed | 8a2e21c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-25T15:03:51Z | 2008-04-11T18:53:20Z |
264,845 | Bug 264845 [Contributions] WorkbenchServiceRegistry fails with ArrayStoreException | Build ID: 1.2.0.20081221-2301 I'm starting a RAP application and receive an ArrayStoreException almost immediately (see below). Likely this is due to some extension that does not provide a class with the correct type. IMHO this case should be checked and ignored (or failed upon) with a log entry that enables the client... | verified fixed | fcc3571 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchServiceRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-25T14:29:43Z | 2009-02-13T13:00:00Z |
266,028 | Bug 266028 [CSS] Property retrieval must check instanceof and return null | null | resolved fixed | d20f6f8 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBorderVisibleSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyMaximizeVisibleSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/pr... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-24T22:30:22Z | 2009-02-24T21:13:20Z |
263,855 | Bug 263855 [Import/Export] [Wizards] Request Project Import Wizard allow for an initial / pre-populated path | null | verified fixed | e8620d4 | ["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/ExternalProjectImportWizard.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjects... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-24T13:55:49Z | 2009-02-05T18:53:20Z |
264,278 | Bug 264278 photo demo: should use square corners | null | resolved fixed | 3788850 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-24T04:19:00Z | 2009-02-09T22:53:20Z |
265,204 | Bug 265204 [About] Consider revising button contribution strategy in InstallationPage | Some of the things that are provided in the platform installation pages might be of general use to more clients. Consider promoting these concepts to API...They are listed in order of importance. - The about CopyHandler redirects the copy command to the page. We could make this handler API and add the copy protocol in ... | verified fixed | 893099c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/ActiveInstallationPageExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/IInstallationPageContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/IInstallationPageSources.java", "bundl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T23:55:43Z | 2009-02-17T19:46:40Z |
265,268 | Bug 265268 [About] Improving the new About Dialog | The new About dialog is much better than the previous one. I feel that it could still be improved. Here are my suggestions: (*) When the user presses Help->About, a dialog opens. Then the user has to press "Installation Details", which opens up another dialog. I'm not a big fan of 'dialog over dialog over dialog ...' s... | verified fixed | 5624a2b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutSystemPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T23:53:54Z | 2009-02-18T09:40:00Z |
265,739 | Bug 265739 [About] 'Features' tab in 'Eclipse SDK Installation Details' dialog does not display sort direction | null | verified fixed | e3b1ab9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutFeaturesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T23:47:09Z | 2009-02-21T18:13:20Z |
265,878 | Bug 265878 [DataBinding] Compile errors ("never used locally") in tests and examples | using I20090217-2200. | resolved fixed | 16f024c | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T20:45:11Z | 2009-02-23T20:13:20Z |
265,856 | Bug 265856 [Viewers] TreeViewer Widget Dispose Error | null | verified fixed | e029c1a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/SWTFocusCellManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T18:05:35Z | 2009-02-23T17:26:40Z |
265,159 | Bug 265159 [Import/Export] When user double clicks on an item in the Import Wizard 2 calls are made to showPage | Build ID: I20080617-2000 Steps To Reproduce: 1. Please see More Information for a discussion on how to reproduce - the fix is 1 line. 2. 3. More information: We register a Wizard with the importWizards extension point. When a user double clicks on the item in the import wizard tree 2 calls are made to showPage. This is... | verified fixed | 10e58ab | ["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 | 2009-02-23T18:04:42Z | 2009-02-17T14:13:20Z |
259,954 | Bug 259954 [Import/Export] Warning should be displayed when no projects are available in the archive/directory | null | verified fixed | cf653b4 | ["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 | 2009-02-23T17:14:41Z | 2009-01-05T15:40:00Z |
259,557 | Bug 259557 [Commands] Unexpected exception thrown in org.eclipse.ui.internal.handlers.HandlerAuthority.processChangedCommands( | Build ID: M20080911-1700 Steps To Reproduce: 1. Use Eclipse to edit java files 2. Exception intermittently thrown 3. Unexpected exception thrown. More information: eclipse.buildId=M20080911-1700 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB Command-li... | verified fixed | de6153c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T16:45:14Z | 2008-12-23T11:00:00Z |
255,172 | Bug 255172 [Import/Export] Warning message in the import wizard is not so helpful | null | verified fixed | 4005b13 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T16:06:33Z | 2008-11-13T12:40:00Z |
265,754 | Bug 265754 Javadoc for the AbstractUIPlugin stop method talks about shutdown, rather than stop | Build ID: M20080911-1700 Steps To Reproduce: 1. Look at the Javadoc for AbstractUIPlugin.stop. 2. 3. More information: The Javadoc for the Activator (extends AbstractUIPlugin) stop method talks about shutdown, rather than stop, which if not wrong, is unclear. | verified fixed | 787ed52 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-23T03:37:47Z | 2009-02-22T05:20:00Z |
265,647 | Bug 265647 [Compatibility] Replace LegacyHook's extension point with an e4 Service | Right now the access to the legacy code is through a custom extension point. Since we now have the ability to declare services in E4 we should change over to using that mechanism. | resolved fixed | 61bd659 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2021-08-20T16:51:45Z | 2009-02-20T14:26:40Z |
239,945 | Bug 239945 [Coolbar] ArrayIndexOutOfBoundsException -1 in CoolBarManager.update | null | verified fixed | 99c81ba | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/EditorActionBarsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-20T16:15:16Z | 2008-07-08T09:40:00Z |
242,388 | Bug 242388 [FastView] Unhandled event loop exception: NPE in ToolBarManager.update | After working for some time the Eclipse views get all mixed up and unresponsive ( I will attach a screenshot shortly). OpenSUSE 11.0/KDE 4.0.4 -- Error Details -- Date: Tue Jul 29 16:52:46 EEST 2008 Message: Unhandled event loop exception Severity: Error Plugin: org.eclipse.ui Session Data: eclipse.buildId=I20080617-20... | resolved fixed | adaf88a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-20T14:07:23Z | 2008-07-29T14:00:00Z |
265,374 | Bug 265374 [KeyBindings] Compiler error on BindingManagerTest on I20090217-2200 | Maybe something changed with ECJ or something, I dunno. I was using a 0203 build and wasn't getting this. Error is on line 84: The method getLastEvent() from the type BindingManagerTest.TestListener is never used locally | verified fixed | 48bef78 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-19T13:46:42Z | 2009-02-18T20:46:40Z |
265,440 | Bug 265440 Missing @since tags on latest committed JFace code | HEAD. Code changes made to: org.eclipse.jface.layout.AbstractColumnLayout org.eclipse.jface.layout.TableColumnLayout org.eclipse.jface.layout.TreeColumnLayout result in "missing since tag " errors in my workspace. | verified fixed | 8f42717 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/layout/AbstractColumnLayout.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/layout/TableColumnLayout.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/layout/TreeColumnLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-19T12:06:32Z | 2009-02-19T10:40:00Z |
260,892 | Bug 260892 [CellEditors] NPE from ColumnViewerEditor caused by showing a dialog during modify | null | verified fixed | 60903e8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-19T00:00:48Z | 2009-01-13T18:06:40Z |
265,214 | Bug 265214 [CSS] Summary bug for Cascading Rule Tests and CTabFolder Properties | null | resolved fixed | 417a956 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBorderVisibleSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyMaxi... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-17T23:37:29Z | 2009-02-17T19:46:40Z |
264,899 | Bug 264899 Replace context name with computable debug string | Contexts currently are required to have a name, but this string is only used for debugging purposes. We should instead store this "debug string" in the context itself, allowing clients to use a computed value to add additional debug information. We can make this name optional by supplying a default value, which simplif... | resolved fixed | fae3838 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchApplication.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bund... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-13T21:07:34Z | 2009-02-13T21:20:00Z |
264,796 | Bug 264796 [TabbedProperties] HockeyLeagueExample needs EMF source code regenerated | I discovered when looking into another problem that the EMF source code for the Hockey League Example has not been regenerated for a while. | resolved fixed | 56555e2 | ["examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/src/org/eclipse/ui/examples/views/properties/tabbed/hockeyleague/DefencePositionKind.java", "examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/src/org/eclipse/ui/examples/views/properties/tabbed/hockeyleague/ForwardPositionKind.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-13T02:17:43Z | 2009-02-13T01:53:20Z |
264,574 | Bug 264574 ContributedPartFactory: the part created is garbage collected | ContributedPartFactory#createWidget(). Notice this code: Object newPart = contributionFactory.create(...); ContextInjectionFactory.inject(newPart, localContext); and then the newPart goes out of scope and gets garbage collected. This used to work as injection maintained a reference both to context and to the newPart. T... | resolved fixed | cb89d46 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-12T21:41:00Z | 2009-02-11T19:20:00Z |
264,777 | Bug 264777 [context] Improve memory consumption for the context injection | null | resolved fixed | 6237162 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/UIContextScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-12T21:32:50Z | 2009-02-12T20:20:00Z |
263,781 | Bug 263781 [GlobalActions] Opening new windows fails with NullPointerException | null | verified fixed | d93ee47 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/PinEditorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-11T17:22:39Z | 2009-02-05T13:20:00Z |
264,519 | Bug 264519 [ActivityMgmt] Pref page activity manager listener not detached | null | verified fixed | d69123b | ["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 | 2009-02-11T15:19:52Z | 2009-02-11T13:46:40Z |
264,094 | Bug 264094 [statushandling] More helpful error dialogs | null | resolved fixed | ccae31e | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-11T11:59:03Z | 2009-02-08T19:06:40Z |
254,984 | Bug 254984 [Progress] IWorkbenchSiteProgressService's schedule(Job, long, boolean) method ignores third parameter after the first call | null | verified fixed | 9863828 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/leaks/LeakTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/ServicesTestSuite.java", "... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T19:40:53Z | 2008-11-12T06:06:40Z |
258,016 | Bug 258016 [PropertiesView] NPE in org.eclipse.ui.views.properties.PropertySheetViewer | At line 720. If the selection is null this will result in an NPE. Here is the offending code snippet: 714: // get the new selection 715: TreeItem[] sel = new TreeItem[] { selection }; 716: if (sel.length == 0) { 717: setMessage(null); 718: setErrorMessage(null); 719: } else { 720: Object object = sel[0].getData(); // a... | verified fixed | 1d09fff | ["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 | 2009-02-10T18:43:50Z | 2008-12-09T05:20:00Z |
262,703 | Bug 262703 View does not receive focus when row in embedded TableViewer is selected | null | verified fixed | 3ca44bb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T18:00:47Z | 2009-01-28T02:33:20Z |
264,317 | Bug 264317 [statushandling] reduce the code responsible for image resolving | currently there are 4 methods necessary to retrieve 3 different images depending on Status' type. 2 are sufficient and more readable. | resolved fixed | 0350ee2 | ["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 | 2009-02-10T10:09:20Z | 2009-02-10T10:00:00Z |
211,933 | Bug 211933 [ErrorHandling] WorkbenchErrorHandler hides MultiStatus details info when severity is not ERROR | I was running my RCP app and got a very non-helpful dialog with no title and a vague message. I assumed that the status was simply too vague in my app code, but eventually I determined that the WorkbenchErrorHandler doesn't handle MultiStatus objects when the severity is not an error. It opens a message dialog and uses... | resolved fixed | 4738534 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T09:49:18Z | 2007-12-04T23:13:20Z |
243,824 | Bug 243824 [CommonNavigator] lacks table / tree-table support | SafeDelegateCommonLabelProvider does not allow ITableLabelProvider instances to be used or delegated to. To attempt to use an ITableLabelProvider will have no direct result at all. Even customizing the top level label provider used in the common navigator, making that one an ITableLabelProvider, does nothing because Na... | resolved fixed | f5fe517 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorDecoratingLabelProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/SafeDele... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T08:07:12Z | 2008-08-11T21:26:40Z |
162,986 | Bug 162986 RAServer process dies occasionally | Consuming product playback fails about 1/7 times due to RAServer process gone. While not sure, I think the process disappears at the end of one run as opposed to the start of a new run. Will attach a zip file with a log from the run (product symptom is "timeout" of run) and servicelog.log. This log is default settings.... | closed wontfix | f00b5bf | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T06:44:52Z | 2006-10-31T21:26:40Z |
257,855 | Bug 257855 [CommonNavigator] Supporting Custom Transfertypes in Common Navigator Framework | null | resolved fixed | c9596c6 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T06:22:54Z | 2008-12-08T07:06:40Z |
143,430 | Bug 143430 [CommonNavigator] CommonNavigator requires initialInput to be Adaptable | I have a root nodes that is not Adaptable and that does not fit well with CommonNavigator.getInitialInput which requires (for no real good reason ?) to be Adaptable. Should this not just be an Object ? | resolved fixed | 54b719d | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-10T05:32:12Z | 2006-05-24T11:26:40Z |
264,216 | Bug 264216 [CommonNavigator] DnD within a single object always shows as allowed | null | resolved fixed | caf5a44 | ["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-02-09T21:57:41Z | 2009-02-09T17:20:00Z |
203,154 | Bug 203154 [CommonNavigator] [Project Explorer] Description should not be editable | I assume the textarea and scrollbar for the description was added for usability (easier for screen readers) or to help copy and paste, but if you try tabbing through the dialog it now ends up entering tab characters into this area indefinitely. :) Setting the read-only bit would probably fix this, but it would preferab... | resolved fixed | 7230c1c | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterSelectionDialog.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/FilterDialogSelectionListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-09T08:55:48Z | 2007-09-12T20:46:40Z |
190,610 | Bug 190610 [CommonNavigator]Editable text widget in common navigator filter dialog | see attached image, the text that shows the information about available content is editable. Open Common Navigator Select View menu > Filters go to Available Content tab type in text on bottom of dialog. | resolved fixed | dc41d4a | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-09T08:19:54Z | 2007-06-01T23:20:00Z |
238,157 | Bug 238157 [CommonNavigator] CNF invoke CommonActionProvider.fillActionBars twice at startup | Build ID: I20080609-1311 Steps To Reproduce: 1.create class extends CommonActionProvider and override fillActionBars method. @Override public void fillActionBars(IActionBars actionBars) { new Exception().printStackTrace(); System.err.println("fillActionBars: " + Arrays.toString(actionBars.getToolBarManager().getItems()... | resolved fixed | 7f2fa85 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/NavigatorActionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-09T07:51:43Z | 2008-06-23T16:53:20Z |
194,209 | Bug 194209 [CommonNavigator] ProblemsLabelDecorator does not scale well with Project Explorer | When opening a project, The ProblemsLabelDecorator fires a LabelProviderChangedEvent for all resources contained in this project. While in a ProblemTreeViewer, like the Package Explorer, this is handled in an optimized way by filtering out updates to resources which are not realized in the tree view, the Common Navigat... | resolved fixed | b222585 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/ResourceToItemsMapper.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java", "bundl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-09T05:07:06Z | 2007-06-25T14:00:00Z |
256,934 | Bug 256934 [CommonNavigator] Clean up compile warnings | null | verified fixed | 0307cb3 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/plugin/WorkbenchNavigatorMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-08T21:54:37Z | 2008-11-28T19:20:00Z |
264,065 | Bug 264065 Add OSGi service context as root of workbench context chain | The parent of the root workbench context should be an OSGi service context. This will allow all contexts to access OSGi services through their context "for free". | resolved fixed | 8f30df8 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-08T04:31:31Z | 2009-02-08T05:13:20Z |
219,930 | Bug 219930 [Dialogs] [Themes] FilteredItemsSelectionDialog too small after changing dialog font | I20080220-1400 - new workspace - open Open Resource dialog => initial dialog size OK - change dialog font - open Open Resource dialog => dialog size too small - manually fix dialog size - revert dialog font to default => dialog size too small | verified fixed | b85b9ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-07T19:19:25Z | 2008-02-22T11:33:20Z |
264,014 | Bug 264014 [CommonNavigator] Test failures on osx/carbon/ppc N20090205-2000 | testHideAvailableExtensions Success 9.595 testEmptyWindowWorkingSet Success 0.295 testMissingProjectsInWorkingSet Success 1.053 testTopLevelWorkingSet Success 0.223 testTopLevelChange Success 0.280 testMultipleWorkingSets Success 0.222 testCategoryWizard Success 0.430 testNavigatorRootContents Success 0.277 testNavigat... | verified fixed | f88e770 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-06T23:46:56Z | 2009-02-06T22:40:00Z |
263,984 | Bug 263984 javadoc warning in N200902052000 for org.eclipse.ui.navigator | null | resolved fixed | 59d9564 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapterAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-06T18:34:51Z | 2009-02-06T17:06:40Z |
263,927 | Bug 263927 SWTEventHelper drag/drop broken | The last change removed the Display.map() call. | resolved fixed | 5588870 | ["tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/SWTEventHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-06T10:45:12Z | 2009-02-06T11:33:20Z |
263,898 | Bug 263898 "Location" view unusable | As soon as you activate the Location view, it loses its selection. | resolved fixed | 6cd266d | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Location.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-06T02:43:12Z | 2009-02-06T03:13:20Z |
211,003 | Bug 211003 [CommonNavigator] [Common Navigator] link with editor property is the same as title image | When calling setTitleImage on a common navigator part, the link with editor state is updated since CommonNavigator.IS_LINKING_ENABLED_PROPERTY = 1 and IWorkbenchPartConstants.PROP_TITLE = 1. These two constants should have a different value so that the title and title image can be changed on the part without the link w... | verified fixed | 520fcd0 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-06T02:23:31Z | 2007-11-27T02:20:00Z |
263,819 | Bug 263819 [CSS] Wrong background color in preview in photo demo | The background color should be white, this is the CSS: #preview { color: #e5e5e5; background-color: #ffffff; } Presently it's a gray. | resolved fixed | a892474 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T22:47:21Z | 2009-02-05T16:06:40Z |
263,878 | Bug 263878 [CSS] Implement active + selected tab colors for photo demo | null | resolved fixed | 45a8fa3 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Library.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T22:41:04Z | 2009-02-05T21:40:00Z |
263,856 | Bug 263856 Assorted photo demo micro-fixes | null | resolved fixed | 4d816d0 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T20:10:48Z | 2009-02-05T18:53:20Z |
263,852 | Bug 263852 [UI] Need to detect selecting an already selected tab as an 'activate' event | Currently we can detect activation at the contributed part level and when the user selects a currently unselected tab in a stack but the case where the user clicks on the currently selected tab isn't picked up. We need to pick up this case so we can manage the CSS styles correctly. | resolved fixed | 93453ed | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T19:56:47Z | 2009-02-05T18:53:20Z |
240,574 | Bug 240574 [CommonNavigator] Closed projects have a + indication after IDE restart | The content provider "JEE Navigator Content App Client" and "JEE Navigator Content EAR" cause the project explorer to display the [+] symbol on closed projects. How to reproduce - Distro: "Eclipse IDE for Java EE Developers" - Close a project - Activate the "JEE Navigator Content App Client" at "Project Explorer" -> "C... | resolved fixed | 27606d3 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/ResourceExtensionContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T19:00:08Z | 2008-07-13T09:06:40Z |
185,569 | Bug 185569 [CommonNavigator] CommonDragAdapter should provide ways for CommonDragAdapterAssistant to perform clean up after drag has finished | Build ID: M20070212-1330 Steps To Reproduce: I am not sure if this has been fixed in later releases (I am currently working with 3.2.0). The CommonDragAdapter class used by CommonNavigator does not allow CommonDragAdapterAssistant contributions to perform clean up after drag has finished. In my version of CommonDragAda... | resolved fixed | 7ce9c49 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDragAdapterAssistant.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapterAssistant.java", "tests/org.ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-05T08:56:22Z | 2007-05-04T14:46:40Z |
261,865 | Bug 261865 [CommonNavigator] Drag from Project Explorer to Package Explorer gets "assertion failed" | The CommonDropAdapter should be keeping track of the event.detail variable and setting it properly at the end. It currently does not do this all the time. If dragging from the project explorer, a JDT drag adapter checks this code in an assert to verify there is no more work to do. BasicSelectionTransferDragAdapter.drag... | verified fixed | ecea57b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/NavigatorDnDService.java", "bundles/org.ec... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-04T20:45:37Z | 2009-01-21T17:46:40Z |
263,544 | Bug 263544 [context] Add dependency injection context -> user object | null | resolved fixed | 894f6aa | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/ISelectionService.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/SelectionServiceValue.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java", "bundles/org.eclipse.e4.ui.workben... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-04T03:02:56Z | 2009-02-03T22:26:40Z |
255,734 | Bug 255734 [DataBinding] DecoratingObservable should self-dispose when the decorated observable is disposed | DecoratingObservable should dispose itself in response to the disposal of its decorated observable. One thing we'll have to address is that all existing observables may call firstListenerAdded() / lastListenerRemoved() in response to an addDisposeListener() / removeDisposeListener() call. We should try to eliminate thi... | resolved fixed | c6cca71 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeManager.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/DecoratingObservable.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Ch... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-03T15:27:46Z | 2008-11-18T23:13:20Z |
263,413 | Bug 263413 [DataBinding] Widget<Value|List>Property and Viewer<Value|Set|List>Property should be public | The base Widget*Property and Viewer*Property perform some standard stuff like defaulting the realm to the display realm of the widget, and wrapping the observable in an ISWTObservable or IViewerObservable decorator. In addition, WidgetValueProperty implements listeners using SWT's untyped listener API. We should make t... | resolved fixed | ebee5c6 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/WidgetListProperty.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/WidgetValueProperty.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ViewerListProperty.java", "bund... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-03T15:20:10Z | 2009-02-03T03:00:00Z |
135,971 | Bug 135971 [CommonNavigator] Project Explorer: cannot drop to Hierarchy view | You can drag and drop an element onto the Hierarchy view from the Outline or Package Explorer. You cannot from the Project Explorer, you get a drop disabled cursor. | resolved fixed | c86f368 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-02T10:42:41Z | 2006-04-10T20:13:20Z |
263,207 | Bug 263207 [CommonNavigator] Improve DnD tracing and add DnD test suite | There are no DnD tests for the Common Navigator. Also, the CNF has many test utility classes (basically stolen from JDT), these should be moved into a lower level area, and it looks like org.eclipse.ui.test.harness is a good place. (Perhaps we can get the JDT to use these identical versions as well so there is only one... | verified fixed | cb687b5 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/DisplayHelper.java", "tests/org.eclipse.ui.tests.harness/src/org/ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-02-02T09:28:26Z | 2009-02-02T10:20:00Z |
261,506 | Bug 261506 [CommonNavigator] NavigatorDNDService seems like it can use only interfaces | The NavigatorDNDService class seems like it could use only interface APIs and function properly. Patch attached. | resolved fixed | 4a810f6 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/NavigatorDnDService.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-31T22:22:34Z | 2009-01-19T15:46:40Z |
262,877 | Bug 262877 The JavaModel object needs to be handled by the JavaNavigatorLabelProvider | null | resolved fixed | e809456 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-31T22:13:48Z | 2009-01-29T09:06:40Z |
252,561 | Bug 252561 [Wizards] WizardNewProjectCreationPage and WorkingSetConfigurationBlock needs to update its deprecated comments | null | verified fixed | 0faca5c | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WorkingSetConfigurationBlock.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-30T20:00:34Z | 2008-10-29T08:46:40Z |
262,962 | Bug 262962 Quick fix to get selection service working in the photo demo | null | resolved fixed | 75bb717 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/SelectionServiceValue.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/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-29T20:22:52Z | 2009-01-29T20:13:20Z |
262,935 | Bug 262935 [WorkingSets] NPE in AggregateWorkingSet#propertyChange(..) when moving breakpoint | I20090128-0800 Found a lot of these in the log after I moved a breakpoint from the "Others" working set to another working set (via DND in the Breakpoints view, which I have grouped by Breakpoint Working Sets). Assigning to Platform/UI first, since I recently saw changes in the area of aggregate working sets, and I did... | verified fixed | cb31ed7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-29T19:10:13Z | 2009-01-29T17:26:40Z |
262,606 | Bug 262606 [CommonNavigator] Up button after "go into" has bad tooltip text | I20090127-0100 1) Select a Java project 2) right-click, select "Go Into" 3) Hover over the Up button, the tooltip text is impressive | verified fixed | ee46ea6 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-29T04:49:23Z | 2009-01-27T18:13:20Z |
262,707 | Bug 262707 [CommonNavigator] CommonViewerSorter gets NPE when misconfigured | null | resolved fixed | 299452e | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorMessages.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.n... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-29T03:46:37Z | 2009-01-28T02:33:20Z |
256,844 | Bug 256844 [CSS] TK-UI CSS engine for Nebula widget | null | resolved fixed | a2434f5 | ["examples/org.eclipse.e4.ui.examples.css/src/org/eclipse/e4/ui/examples/css/editor/AbstractCSSSWTEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-28T23:55:05Z | 2008-11-28T02:40:00Z |
262,619 | Bug 262619 [Perspectives] 28 images leaked opening customize perspective dialog | I20090127-0100 Each time the "Customize Perspective" dialog is opened, 28 images are leaked. See Sleak for details, but all of the allocation traces look roughly like this: java.lang.Error at org.eclipse.swt.graphics.Device.new_Object(Device.java:804) at org.eclipse.swt.graphics.Resource.init(Resource.java:85) at org.e... | verified fixed | fcbfbf9 | ["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/TreeManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-28T19:37:48Z | 2009-01-27T18:13:20Z |
262,706 | Bug 262706 [CommonNavigator] Sorter inconsistently uses possible children instead of trigger points | null | resolved fixed | b2028cb | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-28T03:21:35Z | 2009-01-28T02:33:20Z |
262,380 | Bug 262380 [Common Navigator] Test failure on Mac, I20090125-2000 | macosx.carbon.ppc_5.0 Wrong text: GreenTest junit.framework.AssertionFailedError: Wrong text: GreenTest at org.eclipse.ui.tests.navigator.OverrideTest.testSimpleResLast(OverrideTest.java:61) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner... | resolved fixed | 18a6f39 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/OpenTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/OverrideTest.java", "tests/org.eclipse.ui.tests.navigator/s... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-26T19:48:43Z | 2009-01-26T14:26:40Z |
261,861 | Bug 261861 [Markers] QuickFix dialog doesn't show Location properly | Build ID: M20080911-1700 In the Problems view I have an error which 'Location' is the name of a file instead of a line number. If I open the QuickFix window it displays 'Unknown' in the 'Location' column instead of the file name, as it is showed in the problems view. I think the error is in org.eclipse.ui.internal.view... | verified fixed | 990acb3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-26T18:39:56Z | 2009-01-21T17:46:40Z |
262,392 | Bug 262392 [DataBinding] CompositeMap constructor should use this.firstMap | Using EclEmma, I noticed that large portions of BidiObservableMap are not run, indicating a problem in CompositeMap. This needs more thought. I am attaching a patch, it includes one test case but we may want to add more tests. | resolved fixed | b17e5e9 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/CompositeMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/CompositeMap.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-26T17:13:30Z | 2009-01-26T17:13:20Z |
262,364 | Bug 262364 [CommonNavigator] SWTException: Graphic is disposed while running the navigator tests | This appears after the last test has run (complete with a dialog that says the application failed to start). !ENTRY org.eclipse.osgi 4 0 2009-01-26 08:02:57.000 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Graphic is disposed at org.eclipse.swt.SWT.error(SWT.java:3860) at org.eclipse.swt.SWT.error(... | verified fixed | 4b33902 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-26T15:53:13Z | 2009-01-26T14:26:40Z |
258,860 | Bug 258860 [Commands] ActionDelegateHandlerProxy never called for editor actions | null | verified fixed | f66cf2d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/ActionDelegateProxyTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T18:34:26Z | 2008-12-15T19:40:00Z |
249,441 | Bug 249441 [Commands] Cut, copy and paste commands enabled when nothing selected. | Build ID: M20080911-1700 Steps To Reproduce: 1) In eclipse IDE show the error log then the outline view. 2) Close editors etc so that you have no java editor focused and there's nothing in the outline view. You want to arrange it so that it will say 'An outline is not available' and has focus. At this point, I think th... | verified fixed | ddaad39 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T17:45:53Z | 2008-10-02T09:33:20Z |
247,758 | Bug 247758 [KeyBindings] Eclipse is unable to load key bindings | Build ID: I20080617-2000 Steps To Reproduce: 1. On OS X add a key binding for "Insert Line Below Current Line" with the enter key on the far right side of the keyboard. 2. Apply that key preference 3. Quit Eclipse 4. Restart Eclipse Results: I get the following error when I start it: [Fatal Error] :3:185: An invalid XM... | verified fixed | 2c1ce69 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/XMLMemento.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T16:42:54Z | 2008-09-17T22:20:00Z |
125,437 | Bug 125437 [Commands] handlers: TextActionHandler does not properly maintain enablement of its delegate actions | In order to synchronize enablement behavior of global clipboard actions managed by TextActionHandler with Text control's native context menu, the following rules should be observed: 1. Cut, Paste and Delete should only be enabled for editable Text fields 2. In addition, Paste should only be enabled if there is textual ... | verified fixed | 7e5d79e | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/TextActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T14:19:23Z | 2006-01-27T02:46:40Z |
248,343 | Bug 248343 [DataBinding] Snippet for ValidationStatusProvider implementation | A common usecase is for someone to be using databinding with some custom model. This custom model sometimes comes with its own validation story that can't be ported immediately to databinding or it does something more complicated that people don't like to touch. People like to take advantage of the databinding context ... | verified fixed | c008196 | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet027ExternalValidator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T03:54:17Z | 2008-09-23T20:00:00Z |
241,827 | Bug 241827 [DataBinding] EMF + Databinding -> NullPointerException | The EMF model has 3 EClasseS: - Library; - Book(name:EString); - BookInfo(details:EString) The references are: Library -> (0..*, containment) Book; Book -> (0..1, containment) BookInfo; I want to display in a TableViewer (via EMF databinding) the following model information: - column 1: Book.name; - column 2: BookInfo:... | verified fixed | ad8c646 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/ComputedObservableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/ComputedObservableMap.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-25T03:41:27Z | 2008-07-23T16:20:00Z |
261,018 | Bug 261018 [CSS] NPE in CSSComputedStyleImpl | Both Kai and I have been seeing the following exception. I think its related to comman separated values in the selector and may be specifically related to use of ID in the selector. Requires further investigation. The traces have at the top: java.lang.NullPointerException at org.eclipse.e4.ui.css.core.impl.dom.CSSCompu... | resolved fixed | 0286b46 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleDeclarationImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-24T16:04:21Z | 2009-01-14T13:33:20Z |
262,222 | Bug 262222 [Workbench] Workbench.shutdown() doesn't complete due to exception | null | resolved fixed | 101899b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.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 | 2009-01-23T19:13:06Z | 2009-01-23T19:46:40Z |
261,852 | Bug 261852 [context] Separate code into API / SPI / internal | null | resolved fixed | 70ba012 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/BackgroundRunnerValue.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/ProgressMonitorValue.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/SelectionServiceValue.java", "bundles/org.eclipse.e4.ui... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-23T01:25:35Z | 2009-01-21T17:46:40Z |
262,101 | Bug 262101 [CommonNavigator] Make the GoIntoActionProvider API so JDT can use it | null | resolved fixed | 4fef14d | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/GoIntoActionProvider.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/GoIntoActionProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-22T23:08:33Z | 2009-01-23T00:20:00Z |
189,490 | Bug 189490 [CommonNavigator] Go To->Resource won't enable | I0524 1. Open the Project Explorer in the Resource perspective 2. Create a vanilla project P 3. Create a folder F 4. Create a file resource R Open the Navigate->Go To file. "Resource..." will remain disabled. | verified fixed | 6f57b38 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/GoIntoActionProvider.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/GotoActionProvider.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/in... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-22T11:40:57Z | 2007-05-28T19:20:00Z |
252,290 | Bug 252290 [Databinding] Use int.class, ... instead of Integer.TYPE | It would be great of core-databinding could replace Integer.TYPE through int.class (which are as far as I can tell equal) because then it is easier to get it compile on GWT. | resolved fixed | 87dff2e | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T21:20:19Z | 2008-10-27T23:26:40Z |
256,422 | Bug 256422 [DataBinding] doSetValue in WritableValue | I have redefined equals() and hashcode() method in my own Object. So two different instances (i1 and i2) can be equals. I create an WritableValue w initialize with i1. When I tried w.setValue(i2) and I get the value with w.getvalue(), i1 as returned instead of i2. DoSetValue in Writable value : public void doSetValue(O... | verified fixed | 350a247 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/WritableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/WritableValue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T20:52:42Z | 2008-11-25T10:46:40Z |
256,889 | Bug 256889 [Viewers] [table] IAE (Index out of bounds) after selecting rows in virtual TableViewer | Steps to reproduce: - Load the attached snippet - Press button "Select all elements" The button's selection listener first calls table.selectAll(); and then loads the current selection of the TableViewer via tableViewer.getSelection(); --> Exception: Exception in thread "main" java.lang.IllegalArgumentException: Index ... | verified fixed | a9fc54f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "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/Bug256889TableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-01-21T20:43:03Z | 2008-11-28T13:46:40Z |
258,736 | Bug 258736 [Viewers] [JFace] setUseHashLookUp() and multiple occurrences of same domain object in TreeViewer | null | verified fixed | e864639 | ["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 | 2009-01-21T20:12:17Z | 2008-12-13T17:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.