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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
272,913 | Bug 272913 [ActivityMgmt] Dynamically contributed activity extensions are not registering | null | verified fixed | d40975f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ExtensionActivityRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/DynamicTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-20T17:32:28Z | 2009-04-20T15:06:40Z |
268,816 | Bug 268816 [WorkbenchLauncher] 'Workspaces' preference page does not inherit dialog font | null | verified fixed | d11b126 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-18T13:26:35Z | 2009-03-16T16:13:20Z |
270,174 | Bug 270174 [Wizards] Wizard's 'Finish' button is misaligned if there are multiple pages and it cannot be finished early | Build id: I20090325-1135 1. File > New > Other... 2. See that the 'Finish' button is at the end of the button bar. 3. Window > Preferences > Java > Installed JREs 4. Click the 'Add...' button. 5. See that the 'Finish' button is not the last button. 6. Close the dialog. 7. Select an existing JRE. 8. Click 'Edit...'. 9. ... | verified fixed | 5bed844 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/wizards/ButtonAlignmentTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/wizards/WizardTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-17T13:09:49Z | 2009-03-26T20:40:00Z |
265,422 | Bug 265422 [FieldAssist] Field assist hint popup border is black | null | verified fixed | b9e8efb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-16T20:42:10Z | 2009-02-19T07:53:20Z |
218,302 | Bug 218302 [Help] WorkbenchHelpSystem.desiredHelpSystemId fails | Build ID: I20071213-1700 Eclipse 3.4 M4 The following method findElement(...) from the Runnable in method WorkbenchHelpSystem#initializePluggableHelpUI doesn't work as expected; it always returns the first element instead of the desired element. private IConfigurationElement findElement( String desiredHelpSystemId, IEx... | verified fixed | 13a77d3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-16T19:58:58Z | 2008-02-08T14:13:20Z |
250,125 | Bug 250125 createExistentResourceFromHandle forgets to create children resources | Problem: The method FolderDescription#createExistentResourceFromHandle(IResource,IProgressMonitor) checks if the folder already exists and returns immediately if so. In cases where the FolderDescription has members which are not existing at that moment, that members will not be created. Use case: Assume you want to cre... | verified fixed | ce3bf42 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateFileOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateFolderOperation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-16T19:25:07Z | 2008-10-08T15:33:20Z |
252,887 | Bug 252887 [PropertiesView] REGRESSION: Pressing F1 causes loss of editor properties | Build ID: IES 3.4.1 used in RAD 7.5.1 Steps To Reproduce: Our product (WebSphere Integration Developer 6.2) makes extensive use of the property sheet view to show/edit the properties of items selected in our editors. When focus is in the property sheet, pressing F1 is causing the Help View to become the active workbenc... | resolved fixed | 4b60fd8 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-16T15:01:12Z | 2008-10-30T20:53:20Z |
266,970 | Bug 266970 [CSS] Widget.setData keys should be qualified | There are many cases where we use Widget.setData(keyString, value) to remember some CSS value. See SWTElement for many examples. These key strings are often of the form "active", "hover", etc. They should be fully qualified to reduce conflicts since others may be using the widget's setData. So should instead be: "activ... | resolved fixed | 08cadab | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/CSSSWTConstants.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTActiveHandler.java", "bundles/org.eclipse.e4.u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-15T19:00:12Z | 2009-03-04T04:13:20Z |
262,173 | Bug 262173 [Workbench] [About] ISharedImages.IMG_OBJ_ADD has no Image | Build ID: M20080911-1700 PlatformUI.getWorkbench().getSharedImages() .getImage(ISharedImages.IMG_OBJ_ADD) returns null, although the Javadoc on ISharedImages states that "This class provides Image and ImageDescriptors for each named image in the interface." I tried all other IMG_OBJ_* images -- for each of those an ima... | verified fixed | 63b2517 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-15T17:52:52Z | 2009-01-23T14:13:20Z |
263,090 | Bug 263090 [legacy] Load the model with commands and handlers | The legacy fragment should be able to load the commands model with commands and the handlers model with handlers. PW | resolved fixed | ff86353 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextCommandService.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/HandlerContextFunction.java", "bu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-15T17:41:04Z | 2009-01-30T18:26:40Z |
272,165 | Bug 272165 [Viewers] Potential NPE in FilteredItemsSelectionDialog.ContentProvider.getFilteredItems | Build ID: I20090313-0100 Steps To Reproduce: More information: getFilteredItems is very careful about ensuring that the IProgressMonitor is not null. Yet you have this snippet of code: if (filteredElements == null || monitor.isCancelled()) { if (monitor != null) monitor.done(); return new Object[0]; } So why not start ... | verified fixed | e59e2f1 | ["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-04-15T17:09:46Z | 2009-04-14T14:40:00Z |
112,337 | Bug 112337 [Forms] ColumnLayoutData javadoc for CENTER and RIGHT constants are interchanged | Very simple "bug". The javadoc for CENTER and RIGHT constants of the org.eclipse.ui.forms.widgets.ColumnLayoutData class are exchanged. Change this: /** * Horizontal alignment constant - control will be aligned to the right. */ public static final int CENTER = 2; /** * Horizontal alignment constant - control will be ce... | resolved fixed | e17c6d9 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ColumnLayoutData.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-15T16:44:15Z | 2005-10-12T15:13:20Z |
272,065 | Bug 272065 [Trim] Restore detached view over maximized view part throws NullPointerException | Build ID: I20070621-1340 Steps To Reproduce: 1.On a RCP application with 3 viewparts, detach one of them, then close the view. 2.Maximize one of the remaining views. 3.Re-open the closed view. An exception is thrown: java.lang.NullPointerException at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2160) M... | verified fixed | d511905 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-14T17:39:02Z | 2009-04-13T19:13:20Z |
199,499 | Bug 199499 Switching tabs by Ctrl+PageUp/PageDown must not be caught on the inner tab set | null | verified fixed | b7e7588 | ["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 | 2009-04-13T21:50:35Z | 2007-08-09T22:53:20Z |
271,834 | Bug 271834 Remove e4 workbench dependency on org.eclipse.core.runtime | org.eclipse.core.runtime, and the Platform class in particular, are the root of all singleton evil in platform core. We should avoid this bundle and Platform like the plague in e4. Everything of value in core.runtime has a non-singleton equivalent in other core/equinox bundles. | resolved fixed | 6fde2d4 | ["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-04-09T18:54:47Z | 2009-04-09T18:00:00Z |
271,830 | Bug 271830 Use injection for WorkbenchLogger | WorkbenchLogger "reaches out" to get a log and a trace instance. It should instead use injection to make it a more reusable piece (and to eat our own e4 programming model dog food). | resolved fixed | 269d958 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-09T18:42:51Z | 2009-04-09T18:00:00Z |
271,823 | Bug 271823 Define common injection annotations | We currently have three copies of the various annotations for injection (@Inject, @In, @Out, etc). We should have a single set of annotations in a common place rather than copying them everywhere. This is inhibiting wider use of annotations within the e4 workbench because currently each bundle needs to redefine them. I... | resolved fixed | f8e2a40 | ["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/Location.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... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-09T18:30:43Z | 2009-04-09T18:00:00Z |
271,799 | Bug 271799 Replace IBackgroundRunner/IRunnableWithProgress with equinox.concurrent APIs | These basic abstractions of "something I want to run", and "someone who can run things" tend to get reinvented in various components. We should consolidate on the simple low level Equinox APIs for consistency. | resolved fixed | 0eb0caa | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/BackgroundRunnerFunction.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Activator.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java", "examples/org.eclipse.e4.d... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-09T15:42:23Z | 2009-04-09T15:13:20Z |
271,683 | Bug 271683 [Compatibility] hook into the popup menus, somehow | It would be nice if we were filling in context menus with either object contributions or menu contributions (or both). PW | resolved fixed | 41f8996 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-09T14:31:21Z | 2009-04-08T19:46:40Z |
199,364 | Bug 199364 [Browser] Internal Web Browser get pop up with the address bar empty | The internal web browser poped up when triggered with this code IWorkbenchBrowserSupport browserSupport = MyPlugin.getDefault() .getWorkbench().getBrowserSupport(); browser = browserSupport.createBrowser(IWorkbenchBrowserSupport.LOCATION_BAR, null, null, null); URL url = new URL(inURL); browser.openURL(url); The browse... | resolved fixed | d3af066 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-07T22:13:20Z | 2007-08-09T06:13:20Z |
139,528 | Bug 139528 [Browser] Error message should be improved | I got the following error in my log. The message is probably allright except for the trailing null. eclipse.buildId=I20060428-1315 java.fullversion=J2RE 1.4.2 IBM build cxia32142-20050609 (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -... | resolved fixed | 9ae574d | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-07T19:59:48Z | 2006-05-01T16:13:20Z |
270,989 | Bug 270989 Context refactoring | Based on discussions over the past weeks, I'm doing a refactoring of the context API. Major changes: - Renamed IComputedValue to IContextFunction - Renamed *Value to *Function - Renamed UIContextScheduler to UISchedulerStrategy - Added concept of ILookupStrategy to delegate lookup of keys that are not yet defined in a ... | resolved fixed | 9309f5d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-02T15:50:15Z | 2009-04-02T16:33:20Z |
68,684 | Bug 68684 [EditorMgmt] tabs: Remove the MRU tab reordering code from the default presentation | DefaultPartPresentation recently added code to arrange the editor tabs in left-to-right order until the tab list is full, in which case it inserts at the end of the visible list. There is also code to rearrange tabs when an invisible editor is selected from the dropdown. This behavior is quite complicated, which makes ... | resolved fixed | 6704c85 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicPartList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/TabBehaviour.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-01T20:07:39Z | 2004-06-25T21:46:40Z |
270,774 | Bug 270774 [Mac] ui.tests.rcp did not finish because CocoaUIEnhancer crashes | null | verified fixed | ec8daa5 | ["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-04-01T19:51:05Z | 2009-04-01T12:46:40Z |
260,417 | Bug 260417 [Commands] Handler expressions ignored in multi page editors. | null | verified fixed | 04d9c85 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/SlaveContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/NestableHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-04-01T14:47:13Z | 2009-01-08T15:53:20Z |
270,146 | Bug 270146 [Mac] NSToolbar leak in CocoaUIEnhancer | null | verified fixed | 912fbac | ["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-03-30T18:09:02Z | 2009-03-26T17:53:20Z |
267,359 | Bug 267359 [Commands] The platform hangs upon shutdown when an Action Handler dispose method throws an exception | Steps to reproduce: 1. Write a simple plugin with a button in the toolbar and an action handler associated. 2. In the action handler, in the dispose method throw a runtime exception, e.g. NullPointerException 3. Start the Eclipse IDE with the plugin 4. Quit Eclipse. Expected behavior - Eclipse quits and the process is ... | verified fixed | 23126be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-30T12:04:20Z | 2009-03-06T14:33:20Z |
268,955 | Bug 268955 [Commands] IWorkbenchCommandConstants is missing API restrictions | 3.5 M6 IWorkbenchCommandConstants is missing API restrictions which makes it impossible in the future to add new constants. Please add: * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. | verified fixed | c7bbfad | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchCommandConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-30T11:52:21Z | 2009-03-17T11:40:00Z |
230,360 | Bug 230360 [JFace] FontRegistry does not play nicely with non-UI threads | This method does: ... Display current = Display.getCurrent(); if (current == null) { Shell shell = new Shell(); } This code will _always_ fail because Shell will execute if (!display.isValidThread ()) Which is always TRUE because "current" was null. | verified fixed | e93a667 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/FontPreferenceTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-26T15:17:54Z | 2008-05-06T10:33:20Z |
263,690 | Bug 263690 [Commands] Command that can throw a CoreException during execution is considered successfully run | Using M5, I have a case where I try to start a command handler that will fail (I removed some required bundles on purpose). I was checking an error handling code. The problem is that the first time the command is run it looks like it is successful when it failed to terminate normally. Here is the stack trace I have: or... | verified fixed | 69f6043 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerProxy.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/ExceptionThrowingHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.ja... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-26T13:58:57Z | 2009-02-04T20:40:00Z |
270,120 | Bug 270120 [CommonNavigator] tracing .options file *not* put in kit | And also adding some more tracing to help debug bindings | verified fixed | a3c2577 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/Binding.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-26T13:47:16Z | 2009-03-26T15:06:40Z |
267,408 | Bug 267408 [Contributions] RadioState should work like RegistryToggleState | It should honour the same 2 IExecutableExtension parameters, default and persist PW | verified fixed | 94a4a7b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/RadioState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/RegistryToggleState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-24T17:35:43Z | 2009-03-06T17:20:00Z |
269,711 | Bug 269711 [jface] org.eclipse.jface.viewers.StructuredViewerInternals.AssociateListener contains an invalid api tooling tag | @noinstantiate is not valid for interfaces. | resolved fixed | 1e13700 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewerInternals.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-23T21:40:53Z | 2009-03-23T17:40:00Z |
269,466 | Bug 269466 [Progress] CCE caused by ProgressManager's 3.x workbench assumptions | null | resolved fixed | b1ec74d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-23T19:32:09Z | 2009-03-20T03:33:20Z |
266,367 | Bug 266367 [About] Error when closing the new About dialog | build I20090224-0800 I opened the new About dialog and was clicking around in the tabs of the Installation Details. When I closed the dialog, I got an error dialog saying: 'org.eclipse.ui.internal.about.AboutPluginsPage' has encountered a problem. An internal error has occurred. Pressing the details showed me: Widget i... | verified fixed | 3298c79 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutPluginsPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-23T16:22:58Z | 2009-02-26T20:26:40Z |
269,312 | Bug 269312 Support @Out annotations | Instead of the ugly "outputContext" idea. Using JavaBeans style change notification. | resolved fixed | bf6cb15 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IServiceConstants.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ReflectionContributionFactory.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java", "examples/org.eclipse.e4.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-19T05:07:57Z | 2009-03-19T05:20:00Z |
212,696 | Bug 212696 [ErrorHandling] [Dialogs] Error dialogs: Ctrl-C doesn't copy errors, eventhough there are a "Copy" popup menu | Build ID: I20070621-1340 Steps To Reproduce: 1. Run some job that's return a multiple-errors status (a MultiStatus containing Status with exceptions) 2. The error dialog shown up with details buttons to show the error details as a selectable list. 3. In the details panel, select an error and press Ctrl-C. The selected ... | resolved fixed | 3b1f5bf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-18T07:15:38Z | 2007-12-12T00:40:00Z |
269,027 | Bug 269027 Create and example that modifies the model | An example of walking the model and modifying it in the running eclipse. PW | resolved fixed | 3775888 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-18T00:14:45Z | 2009-03-17T17:13:20Z |
269,058 | Bug 269058 [UI] Remove product specific code | The current implementation of org.eclipse.e4.workbench.ui.internal.Workbench currently contains code (based on the availability of the LegacyHook) that is specific to running either the compatibility layer (LH == true) or the photo demo (PH == false). We should make the base Workbench logic work whichever of the two 'a... | resolved fixed | dac9b23 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Work... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-17T19:24:03Z | 2009-03-17T20:00:00Z |
269,025 | Bug 269025 contributed part name should change when the model changes | Currently, the name will not be updated until the part is instantiated. PW | resolved fixed | 10f2a74 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/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-03-17T16:53:15Z | 2009-03-17T17:13:20Z |
268,829 | Bug 268829 [UI] Thumbnails do not appear immediately in photo demo | 3.5 M6 Latest of CSS/UI psfs as of March 16/11am EST. 1. Run the photo demo 2. Click on an album that has pictures 3. No thumbnails appear. Note if you expand the album, the pictures are there. 4. Click on the thumbnail area itself, the thumbnails will now appear. | resolved fixed | 95d9ff7 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/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-03-16T18:52:28Z | 2009-03-16T16:13:20Z |
267,977 | Bug 267977 [About] Should clicking on uninstall cause the initial about dialog to be closed | I20090310 When I hit the uninstall or update button, the dialog from which I initiated the action closes. Should the initial about dialog be closed to at that time? | resolved fixed | 0b1bc87 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/IInstallationPageContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/InstallationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/InstallationDialog.java", "bundles/org.eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-10T22:41:42Z | 2009-03-10T21:20:00Z |
257,919 | Bug 257919 [Viewers] OwnerDraw: Open type doesn't display the selected type | null | resolved fixed | 14177ce | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StyledCellLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-10T21:52:59Z | 2008-12-08T12:40:00Z |
267,748 | Bug 267748 UI Test Failure in org.eclipse.ui.tests.leaks.LeakTests.testBug265449PropertiesLeak | HEAD (It's failing on Fedora 10 Linux when running with Xvfb/metacity) The test runs fine when only the Leak tests are run by themselves UI Test Suite org.eclipse.ui.tests.UiTestSuite org.eclipse.ui.tests.leaks.LeakTests testBug265449PropertiesLeak(org.eclipse.ui.tests.leaks.LeakTests) junit.framework.AssertionFailedEr... | resolved fixed | 9a5673e | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/AbstractPropertySheetTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/MultiInstancePropertySheetTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-10T21:00:14Z | 2009-03-09T23:06:40Z |
267,722 | Bug 267722 [CommonNavigator] ClassCastException when synchronizing | I20090309-1300 When I hit the synchronize button and then hit next on CVS,I get the following exception java.lang.ClassCastException: org.eclipse.ui.dialogs.ContainerCheckedTreeViewer at org.eclipse.ui.internal.navigator.NavigatorContentService.getSourceOfContribution(NavigatorContentService.java:732) at org.eclipse.ui... | verified fixed | 9bf3d9e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewerInternals.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-10T03:42:03Z | 2009-03-09T20:20:00Z |
218,884 | Bug 218884 [DataBinding] Add API: WorkbenchObservables | ... for things like listening to ISelectionService | resolved fixed | 0fcabda | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Observables.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/databinding/WorkbenchObservables.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/databinding/WorkbenchProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-09T21:12:20Z | 2008-02-13T22:00:00Z |
260,664 | Bug 260664 [JFace] "Clear" works incorrectly in filtered preference dialog | Build ID: Eclipse3.4.0 Steps To Reproduce: 1.In SampleAction run method, add below codes to filter preference dialog, only want to see "Plug-in Development" node in preference dialog. String [] displayIDs = {"org.eclipse.pde.ui.MainPreferencePage"}; PreferenceDialog dialog = PreferencesUtil.createPreferenceDialogOn(nul... | verified fixed | b8dde80 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferencesUtil.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 | 2009-03-09T20:02:22Z | 2009-01-12T06:00:00Z |
248,103 | Bug 248103 [PropertiesView] Multi-instance Properties View | null | resolved fixed | 748cbf4 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/internal/views/properties/PropertiesMessages.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/IPropertiesHelpContextIds.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/NewPropertySheetHandler.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-03-09T19:16:50Z | 2008-09-22T07:53:20Z |
262,666 | Bug 262666 [EditorMgmt] EditorErrorPart fails on create | Found in I20090127-0100. If you have an open editor whose implementation bundle is unavailable we no longer get an 'error' part but the tab does -nothing- when clicked except activate. The contents are whatever was left over from the previously active editor. Setup: Create a fresh workspace and check the org.eclipse.ui... | resolved fixed | 4db94f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-09T17:57:26Z | 2009-01-27T21:00:00Z |
267,469 | Bug 267469 [Help] WorkbenchHelpSystem.setHelp() should strip mnemonics | org.eclipse.ui.internal.help.WorkbenchHelpSystem.setHelp(IAction, String) creates a Context object for an action. It uses the name of the action as the title of the context, however it is not stripping any '&' characters from the title, resulting in a title like "Open &Type" | verified fixed | 17a7b44 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-09T13:15:49Z | 2009-03-06T22:53:20Z |
267,495 | Bug 267495 javadoc warning in N20090306-2000 | javadoc: warning - Multiple sources of package comments found for package "org.eclipse.core.databinding.util" | resolved fixed | 1698530 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/util/ILogger.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/util/Policy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-09T04:40:48Z | 2009-03-07T15:33:20Z |
213,645 | Bug 213645 [RCP] Requesting programmatic hook to create view folders that remain visible after their last child is closed | null | resolved fixed | 52d281a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workb... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-09T02:39:38Z | 2007-12-20T22:33:20Z |
267,560 | Bug 267560 [EditorMgmt] Javadoc inconsistent for EditorManager#findEditors | The Javadoc comments for the two org.eclipse.ui.internal.EditorManager#findEditors methods are inconsistent/wrong. The description of findEditors(IEditorInput, String, int) says (correct): If none match, returns an empty array. Whereas the @return tag says (incorrect): the matching editor, or <code>null</code> if no ma... | resolved fixed | 8b75605 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-08T23:53:09Z | 2009-03-09T00:53:20Z |
198,971 | Bug 198971 [CommonNavigator] Provide extension schema for setting help ID | I haven't been able to find a way to set the help ID for a view using the common resource navigator. It seems that having schema support for this would be the best way to handle this. | resolved fixed | eb9edd3 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/IViewerExtPtConstants.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorViewerDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/Navigato... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-08T20:45:04Z | 2007-08-06T17:06:40Z |
218,127 | Bug 218127 [CommonNavigator] Common Navigator inherited viewer bindings | This enhancement describes the ability for common navigator viewer instances to "inherit" the action and content bindings from other viewers. | verified fixed | c0842bf | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/IViewerExtPtConstants.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorViewerDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/Navigato... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-08T15:39:32Z | 2008-02-07T04:53:20Z |
267,117 | Bug 267117 [JFace] Provide possibility for subclasses to check if a column is visible in ViewerRow | Currently this is decided by checking with width but this makes Nebula-Grid fail. | verified fixed | 1947bce | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerCell.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 | 2009-03-08T09:20:56Z | 2009-03-04T20:53:20Z |
251,575 | Bug 251575 [Viewers] TableViewer support for virtual selection | null | resolved fixed | b61eb1f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IIndexableLazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T03:27:03Z | 2008-10-21T17:26:40Z |
218,673 | Bug 218673 [DataBinding] SWTUtil should use timerExec(0,...) rather than asyncExec | In the event that you have a lot of cross-realm bindings, the current implementation of DisplayRealm generates a lot of flicker due to excess asyncExecs. It should be using SWTUtil.greedyExec instead. (Note: if you make this change, you may want to remove the display filter from WorkQueue. There are certain methods tha... | resolved fixed | a6fdce0 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/SWTUtil.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/WorkQueue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T02:49:52Z | 2008-02-12T18:13:20Z |
264,650 | Bug 264650 [Viewers] [JFace] Java doc for TreeSelection is wrong | Build ID: I20090126-1800 The default constructor of TreeSelection says "Note that TreeSelection.EMPTY is not equals() to StructuredViewer.EMPTY". But TreeSelection.EMPTY.equals(StructuredViewer.EMPTY) == true | resolved fixed | e019dd2 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T02:27:22Z | 2009-02-12T09:13:20Z |
264,039 | Bug 264039 [Wizards] Selecting a project type in the New > Other dialog resizes the list box and obscures the selected item | null | resolved fixed | c50150b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T01:53:46Z | 2009-02-07T15:20:00Z |
259,952 | Bug 259952 [Preferences] Duplicated text when using tooltip in BooleanFieldEditor | Build ID: M20080911-1700 Steps To Reproduce: 1. Set a tooltip to the field: bfe.getLabelControl(parent).setToolTipText(tooltipText); 2. When the preference page is shown, the text that describes the preference being edited appears duplicated. More information: The usual way to set the tool tip to a field editor is call... | resolved fixed | b239b91 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/BooleanFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T01:17:12Z | 2009-01-05T15:40:00Z |
232,777 | Bug 232777 [Viewers] ViewerDropAdapter holds currentTarget forever | Build ID: 3.3.2 Member currentTarget should be set to null after drop or after cancel, because it holds a domain object, which can't be garbage collected after Viewer.setInput(null). | resolved fixed | 2dd4c6c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T00:56:00Z | 2008-05-19T12:26:40Z |
258,679 | Bug 258679 [Undo] NPE in OperationHistoryActionHandler$HistoryListener when deleting multiple unsaved Java editors | null | verified fixed | 196f9b2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T00:32:46Z | 2008-12-12T19:26:40Z |
213,848 | Bug 213848 [DataBinding] WritableSet behaves different to WritableList | Build ID: M20071023-1652 Steps To Reproduce: When I construct a WritableList from a List then the list is wrapped. When I do this with a Set then it is copied to a new Set and changes to the WritableSet are not reflected in the original Set anymore whiich is very nasty as one needs to copy back the writeableset. More i... | resolved fixed | f224a47 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/WritableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/list/WritableListTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T00:32:32Z | 2007-12-25T16:26:40Z |
256,656 | Bug 256656 [FieldAssist] cancel auto activation of proposal popup when caret moved | null | verified fixed | 3d43440 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-07T00:24:13Z | 2008-11-26T14:33:20Z |
267,242 | Bug 267242 [JFace] Add API to configure table and tree columns in a keyboard-accessible way | null | resolved fixed | 0e1d5a1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/internal/ConfigureColumnsDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ConfigureColumns.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/vie... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-06T23:43:33Z | 2009-03-05T19:06:40Z |
266,018 | Bug 266018 ColorsAndFontsPreferencePage should set widthHint in createDescriptionControl | To see the current behavior, do: 1) Open Preferences Dialog 2) Select General -> Appearance -> Colors and Fonts 3) Select "View and Editor Folders" -> Part title font 4) Close Preferences Dialog 5) Open Preferences Dialog Notice that at this point the dialog has resized to be very wide. This is caused because the "Desc... | resolved fixed | 6cc1492 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-06T21:13:33Z | 2009-02-24T21:13:20Z |
183,602 | Bug 183602 [EditorMgmt] provide API for restoring multiple editors without materialization | null | verified fixed | 5bc5e04 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/MultiPartInitException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorR... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-06T21:02:57Z | 2007-04-23T12:06:40Z |
71,387 | Bug 71387 [ActivityMgmt] Activity API needs to log parsing errors to workbench log | Malformed activity extensions currently fail silently. We need to log these failures. | verified fixed | c34bbfe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Persistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ImageBindingRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/RegistryTriggerPo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-06T19:56:16Z | 2004-08-04T17:20:00Z |
276,326 | Bug 276326 [target] Target resolution when editing targets | It seems that every time a Target is edited in the preference pages there is a long (multi minute) delay while "Resolving Target Contents". It appears that several repos are being downloaded (you can see contents.jar being downloaded) and the progress seems to say that various things are being "installed". That part go... | resolved fixed | 26089ae | ["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-03-06T08:56:00Z | 2009-05-14T14:06:40Z |
266,894 | Bug 266894 [CommonNavigator] CCE thrown in CommonSorterDescriptor | null | resolved fixed | 43eb03d | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/ResourceExtensionSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T23:06:09Z | 2009-03-03T17:06:40Z |
266,677 | Bug 266677 [CommonNavigator] ConcurrentModificationException when customizing view while checking out a project | HEAD In a clean workspace, I started to check out org.eclipse.jdt.ui.tests.refactoring from CVS. While the checkout was goin on in the background, I customized the view and only left the "Resources" content extension enabled. Clicked OK -> boom! !ENTRY org.eclipse.ui.navigator 4 0 2009-03-02 15:27:36.425 !MESSAGE java.... | resolved fixed | d57b701 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T22:31:58Z | 2009-03-02T13:20:00Z |
244,354 | Bug 244354 [CommonNavigator] ProjectExplorer property page incorrectly given in the non-resource use of CN | The Common Navigator is automatically adaptable to an IPropertySheetPage via the TabbedPropertySheetAdapterFactory class. This is a problem. If a creator wants to have a view that provides *no* properties sheet page at all, there is currently no way to do that. If I use the "CommonNavigator" class itself, the call to g... | resolved fixed | f0799ed | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetAdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T21:48:08Z | 2008-08-16T01:26:40Z |
265,381 | Bug 265381 [CommonNavigator] Could not acquire INavigatorContentService from part ("Welcome"). | I20090217-2200 This error message has been seen in several Eclipse based products but the problem has nothing to do with Welcome and everything to do with the extension point org.eclipse.ui.views.properties.tabbed. To reproduce 1. Import the attached plugin into your workspace 2. Check out org.eclipse.sdk and modify pl... | resolved fixed | 216660e | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetTitleProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T21:38:23Z | 2009-02-18T23:33:20Z |
150,626 | Bug 150626 [Import/Export] Create working sets when importing several projects. | Hi, During import of team project sets, it is possible to define a new working set. A similar option should be available for importing already existing projects from a local filesystems or archives. | verified fixed | d6c05f4 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T19:55:37Z | 2006-07-14T09:40:00Z |
221,977 | Bug 221977 [IDE] [RCP] Use of Project Explorer in RCP requires internal IDE class WorkbenchAdapterBuilder | The magic incantation to get an RCP application working with resources and the CommonNavigator (or ResourceNavigator) is to call: WorkbenchAdapterBuilder.registerAdapters() However, this is an internal IDE class. If you don't call it, the CNF will fail in hard to diagnose ways (because there is no UndoRedo handler for ... | verified fixed | b3725b1 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/StandardPropertiesAdapterFactory.java", "bundles/org.eclipse.ui.ide/src/org/ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T15:30:41Z | 2008-03-09T05:20:00Z |
265,813 | Bug 265813 [StatusHandling]Reduce the incompatibility between status dialog and jface ErrorDialog | null | resolved fixed | 4a1604c | ["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-03-05T11:35:48Z | 2009-02-23T11:53:20Z |
243,165 | Bug 243165 [ErrorHandling] [StatusHandling] Fatal error appears twice when reported from JOB | When a job reports fatal error (f.e. OutOfMemoryException) it is reported twice (and the window prompting the user to close the workbench appears). I have investigated that it is reported directly once in ProgressManager internal listener done method, and the second report is picked from log via StatusManager StatusMan... | resolved fixed | ad5735e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T07:53:36Z | 2008-08-05T15:26:40Z |
266,862 | Bug 266862 [CommonNavigator] Unused copy of QuickMenuAction in common navigator | null | verified fixed | 10865b7 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/QuickMenuAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-05T00:05:05Z | 2009-03-03T14:20:00Z |
255,793 | Bug 255793 [CommonNavigator] [CNF] Chosen label provider should match content provider | Build ID: I20080918-0100 Steps To Reproduce: 1. Create 2 "org.eclipse.ui.navigator.navigatorContent" extension to provide "similar" content but needed to show different "labels" 2. Your trigger points will indicate "which types of nodes in the tree might be interesting to our extension"(M. Elder) 3. Implement your 2 co... | resolved fixed | 5a012d5 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/ContributorTrackingSet.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T23:41:05Z | 2008-11-19T13:06:40Z |
267,080 | Bug 267080 Bring the compatibility layer back in line with the new workbench code | The compatibility 'product' needs to upgrade to use the new 'org.eclipse.e4.ui.workbench.swt.application' as its base. It also needs to add the WBW's shell to the localContext. | resolved fixed | 312fc47 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T19:16:37Z | 2009-03-04T18:06:40Z |
162,102 | Bug 162102 [Workbench] User configurability for MAX_RECENT_WORKSPACES | MAX_RECENT_WORKSPACES=5 from org.eclipse.ui.ide.prefs needs to have an easier interface to change this value. It is obscured from users who need more then 5 workspaces. | verified fixed | 59da66d | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/Choos... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T17:23:34Z | 2006-10-24T17:13:20Z |
266,295 | Bug 266295 [Contributions] ShowInContext.getSelection() should only be called when needed | I20090224-0800, but like that since at least R3.3. For some editors computing the selection for the ShowInContext can be expensive, e.g. the Java editor needs to reconcile the Java Model with the current document state. For that reason the selection should only be queried when the ShowIn menu is opened or the ShowIn ha... | verified fixed | 3dc2300 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInHandler.java", "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/WorkbenchSourceProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T16:18:32Z | 2009-02-26T12:06:40Z |
267,021 | Bug 267021 [DataBinding] NotUsedLocally errors in org.eclipse.core.databinding | null | resolved fixed | d68cbcc | ["bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/list/DelegatingListProperty.java", "bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/map/DelegatingMapProperty.java", "bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/datab... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T14:18:51Z | 2009-03-04T15:20:00Z |
266,146 | Bug 266146 [CSS] JUnit for: Property retrieval must check instanceof and return null | null | resolved fixed | 9ffb05c | ["tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java", "tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CSSTestCase.java", "tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java", "tests/org.eclipse.e4.ui.tests.css.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T03:54:20Z | 2009-02-25T16:40:00Z |
186,025 | Bug 186025 [Viewers] Virtual Manager should be cleared when Viewer is disposed | Got a nasty memory leak where the Workbench would keep my disposed viewer in a field since it was registered as a selection provider. In StructuredViewer#handleDisposed(), the input is set to null, however this does not clear a possible virtual manager being used from the Table Viewer. The Table Viewer should clear the... | resolved fixed | f9993d6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T03:04:46Z | 2007-05-08T18:46:40Z |
255,849 | Bug 255849 [Metadata] Wrong types and methods used in org.eclipse.ui.workbench | That bundle is supposed to be Foundation 1.0 compliant according to the 3.4 plan. Maybe this has changed for 3.5. The EEs defined for this project are: Bundle-RequiredExecutionEnvironment: J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3 And for the compilation, pde.build ends up taking the first execution environment which ... | resolved fixed | 5242cab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SearchPattern.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WorkingSetConfigurationBlock.java", "bundles... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T02:47:53Z | 2008-11-19T18:40:00Z |
266,958 | Bug 266958 [CSS] Add ToolBar to SWT example | We need a ToolBar as part of the SWT example so we can explore styling it. | resolved fixed | 0eb5e98 | ["examples/org.eclipse.e4.ui.examples.css/src/org/eclipse/e4/ui/examples/css/editor/CSSEditorSWTWidgets.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-04T02:07:35Z | 2009-03-04T01:26:40Z |
266,177 | Bug 266177 [About] selecting a tree element and hitting CTRL+A results in NPE | eclipse.buildId=I20090224-0800 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20080315 (JIT enabled) J9VM - 20080314_17962_lHdSMr JIT - 20080130_0718ifx2_r8 GC - 200802_08 BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -data /opt/pwebster/w... | verified fixed | dd698b3 | ["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-03-03T22:51:09Z | 2009-02-25T19:26:40Z |
266,485 | Bug 266485 [ViewMgmt] PageSwitcher uses wrong parent when invoked from detached view | null | resolved fixed | 279f0a6 | ["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 | 2009-03-03T21:13:55Z | 2009-02-27T13:06:40Z |
265,425 | Bug 265425 [Workbench] Finalize API for Platform constants in org.eclipse.jface.util.Util | null | verified fixed | 0c9c242 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T20:16:52Z | 2009-02-19T07:53:20Z |
264,030 | Bug 264030 [IDE] Platform UI refrences update.configurator | the class IDEWorkbenchWindowAdvisor in the ui.ide.application bundle references classes that come from the update.configurator bundle. This is a problem you are trying to ship platform configurations that do not include any update manager code. The code in openWelcomeEditors(IWorkbenchWindow) should use an enhanced Bun... | verified fixed | 0647b30 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/AboutInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IBundleGroupConstants.java", "bundles/org.eclipse.ui.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T19:44:37Z | 2009-02-07T04:13:20Z |
262,615 | Bug 262615 [Commands] Add test for TextActionHandler | null | verified fixed | 15aff77 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/TextControlView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/TextHandlerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T18:39:37Z | 2009-01-27T18:13:20Z |
255,136 | Bug 255136 [Commands] [Services] IEvaluationReference needs to remove its provisional API claim | org.eclipse.ui.services.IEvaluationReference is spec'd as being provisional for the 3.4 release although we all know 3.4 is out the door now. Hence, that comment needs to be removed. | verified fixed | 4da1412 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IEvaluationReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T18:36:01Z | 2008-11-13T07:06:40Z |
168,682 | Bug 168682 [Perspectives] Externalized error message in PerspectiveRegistry | WorkbenchMessages.Perspective_errorLoadingState is externalized. It shouldn't be. | verified fixed | 9f1f61c | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T18:32:24Z | 2006-12-20T13:06:40Z |
134,526 | Bug 134526 [Contributions] popupMenus ext point support for part input (was: Support Quick Diff menu contributions to annotate bar) | null | verified fixed | 349a140 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockReusableEditorPart.java", "tests/org.eclipse.ui.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T17:55:08Z | 2006-04-03T16:00:00Z |
241,208 | Bug 241208 [Markers] [Problems View] Restore Defaults is not working in the preferences | null | resolved fixed | 14f9193 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPreferencesDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T15:17:06Z | 2008-07-17T07:33:20Z |
264,818 | Bug 264818 [Markers] Problems view: Status line shows wrong selection count summary | null | verified fixed | 2d05745 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CachedMarkerBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerMap.java", "bundles/org.eclipse.ui.ide/src/org/ec... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T15:09:48Z | 2009-02-13T10:13:20Z |
266,769 | Bug 266769 [CommonNavigator] Reorg test identifiers | null | verified fixed | 136ec8f | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ActivityTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/DnDTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ExtensionsTest.java", "tests/org.eclipse.ui.tests.navigator/src/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-03T00:07:30Z | 2009-03-03T00:26:40Z |
266,345 | Bug 266345 [Progress] WorkbenchSiteProgressServiceTest's testWaitCursor() is failing | null | verified fixed | 805996f | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-03-02T19:49:09Z | 2009-02-26T17:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.