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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97,676 | Bug 97676 [Preferences] Pref Page General/Editors/Content Types problems - File Associations | I'm missing an "Edit" button or table editors. | verified fixed | 9d50cfe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileExtensionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-01T13:22:37Z | 2005-05-31T20:06:40Z |
91,047 | Bug 91047 [About] About dialog buttons seemingly not responsive | Clicking on the 'Plug-in Details' or 'Configuration Details' buttons in the About dialog are time-consuming operations when the product in question has a large number of plug-ins. Yet, there is no hourglass, a busy cursor or a visual indicator of any sort between the time I click the button and the ten seconds later wh... | verified fixed | c320183 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-01T13:08:41Z | 2005-04-11T20:06:40Z |
138,078 | Bug 138078 [Preferences] Preferences Store for i18n support | I'm using the French local. I run into a problem of the double parsing in French format (ex: 3,14 instead of 3.14). I got an exception in the following method of the class org.eclipse.ui.preferences.ScopedPreferenceStore public double getDouble(String name) { String value = internalGet(name); if (value == null) return ... | verified fixed | 1c78f5c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-28T17:30:38Z | 2006-04-21T22:53:20Z |
204,935 | Bug 204935 [Markers] MarkersView should use fixed default widths | The MarkersView should use fixed rather than proportional widths as columns are getting very small when the workbench is restarted with a small markers view. | verified fixed | e35c49f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerCompletionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerDescription... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-28T17:25:18Z | 2007-09-28T17:20:00Z |
191,735 | Bug 191735 [About] Plug-ins table from About dialog should show sort arrows | 3.3RC4 - Help -> About Eclipse SDK - press Plug-in Details button - click on a table header in the resulting Plug-ins table -> this sorts the column's entries but does not give a visual indication in the column header (Table.setSortColumn(...) and Table.setSortDirection(...) needed) | verified fixed | 16b4528 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-28T13:26:32Z | 2007-06-08T16:26:40Z |
204,902 | Bug 204902 [Markers] Quick FIx dialog should select all markers by default | Currently we select no markers by default | verified fixed | 81ea353 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/QuickFixPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-28T13:18:38Z | 2007-09-28T11:46:40Z |
200,424 | Bug 200424 [Undo] Undo operation deletes a file from the file system | Build ID: I20070621-1340 Steps To Reproduce: 1) Open an Eclipse workspace 2) Create a new file, type some text, save it, close it 3) Reopen that file and leave it open 4) With the editor in focus, go to File, New in the menu and create a new file. 5) Type some text into the new file and save it. Leave the file open. 6)... | verified fixed | dd8fc9a | ["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 | 2007-09-27T20:31:36Z | 2007-08-17T19:46:40Z |
204,843 | Bug 204843 [Field Assist] - API - should deprecate FILTER_CUMULATIVE in ContentProposalAdapter | null | verified fixed | 17dc16b | ["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 | 2007-09-27T19:45:42Z | 2007-09-27T19:06:40Z |
203,838 | Bug 203838 [Markers] [Markers] clicking on column headers does not sort table | I20070918 Clicking on any of the column headers does not sort based on the relevant column. | verified fixed | f91c1b3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/CachedMarkerBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerComparator.ja... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-26T20:36:35Z | 2007-09-18T15:40:00Z |
192,630 | Bug 192630 [FieldAssist] auto activation of proposal popup should be canceled on keystroke | null | verified fixed | b0b1f2f | ["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 | 2007-09-26T19:20:30Z | 2007-06-14T11:20:00Z |
200,762 | Bug 200762 [FieldAssist] SimpleContentProposalProvider filters out exact matches | Build ID: I20070625-1500 Steps To Reproduce: 1. Trigger content assist on a field that uses org.eclipse.jface.fieldassist.AutoCompleteField with SimpleContentProposalProvider 2. If one of the choices is 'foo' and another is 'foobar', typing 'foo' in the field will remove it from the list of proposals leaving 'foobar' s... | verified fixed | 92911ef | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/SimpleContentProposalProvider.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/FieldAssistTestDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-26T17:54:32Z | 2007-08-22T05:20:00Z |
139,063 | Bug 139063 [Field Assist] - API - behavior of text insert not taking selection into account | Field Assist Example - set acceptance style to "Insert into field content" - type some text into the text and combo - select a subset of the text and invoke content assist - choose a proposal in the popup outcome: text is inserted at the insertion point expected: text should be inserted, but should replace any selected... | verified fixed | 54304e9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ComboContentAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/IControlContentAdapter2.java", "bundles/org.eclipse.jface/src/org/eclipse/jface... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-26T17:02:41Z | 2006-04-27T20:33:20Z |
35,358 | Bug 35358 [Global Actions] missing icon in File / Refresh menu | 20030318 icon for File / Refresh menu is missing | verified fixed | d6177a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-25T17:52:56Z | 2003-03-20T14:20:00Z |
204,135 | Bug 204135 [Commands] Update CommandAction | Update CommandAction to use the new ParameterizedCommand.generateCommand(*) method instead of doing the work itself. Also, initialize it with images if they are available from the ICommandImageService. Check out how it's done in CommandContributionItem. This might have to wait until next week after I've committed the P... | verified fixed | 6a0c469 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/CommandAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-25T17:51:34Z | 2007-09-20T14:53:20Z |
164,939 | Bug 164939 [Forms] Form-based editor horizontal scroll pagesize too small | null | resolved fixed | 22f78a8 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-25T16:33:36Z | 2006-11-17T10:40:00Z |
203,274 | Bug 203274 [Forms] Border calculation in FormToolkit.initializeBorderStyle looks wrong | 3.3 It has: // Check for Windows Classic. If not used, set the style to BORDER RGB rgb = colors.getSystemColor(SWT.COLOR_WIDGET_BACKGROUND); if (rgb.red != 212 && rgb.green != 208 && rgb.blue != 200) borderStyle = SWT.BORDER; If it's trying to see if the background is something other than (212, 208, 200), then the &&s ... | resolved fixed | b16b3b9 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-25T16:04:12Z | 2007-09-13T13:26:40Z |
137,898 | Bug 137898 [Contributions] Icon tool tips should also show key bindings in Debug view | The tool tips for icons in the tool bar should also display the key bindings of the actions. E.g. the tooltip [Step Into] should be [Step Into (F5)] cf. Preferences -> Keys(Experimental) : there is the icon and the binding | verified fixed | 787dec1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-24T18:38:29Z | 2006-04-21T09:00:00Z |
137,893 | Bug 137893 [Markers] Filtering ion Problems view should allow "ANDing" filter conditions | I am trying to make use of the filter settings in ProblemView, but apparently the misc. filters are OR-ed. I want to filter away several types of warnings but can't do so, because conditions are apparently OR'ed instead of AND-ed. Usecase: I don't want to see warnings that contain the substring "(The field <foo>).COPYR... | verified fixed | c4d3b2b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerContentGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-24T17:23:27Z | 2006-04-21T09:00:00Z |
203,632 | Bug 203632 [GlobalActions] Convert EDIT_ACTION_SETS to a handler | Convertion ActionFactory.EDIT_ACTION_SETS from an action to a handler. PW | verified fixed | 4b69a13 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditActionSetsAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java", "bundles/org.eclipse.ui.work... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-24T15:20:04Z | 2007-09-17T17:26:40Z |
203,630 | Bug 203630 [GlobalActions] Convert CLOSE_ALL_PERSPECTIVES to a handler | Convert the ActionFactory.CLOSE_ALL_PERSPECTIVES action to a handler. PW | verified fixed | 5fd79e1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/CloseAllPerspectivesHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-24T14:59:12Z | 2007-09-17T17:26:40Z |
202,779 | Bug 202779 [MinMax] Unhandled event loop exception when maximizing Console view | null | verified fixed | 4b46c32 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-18T15:10:07Z | 2007-09-10T10:26:40Z |
202,994 | Bug 202994 [Contributions] Text editor leaks in N20070911-0010 | null | verified fixed | 28a9a81 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-14T20:07:34Z | 2007-09-11T19:46:40Z |
84,702 | Bug 84702 [DynamicUI][RCP]AbstractUIPlugin.stop missing imageRegistry.dispose() | The image registry created by an abstract ui plugin should be disposed if the plugin is stopped. Waiting for the Display to be disposed is not soon enough in a dynamic environment. | verified fixed | f3ad41d | ["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 | 2007-09-14T18:44:13Z | 2005-02-08T16:26:40Z |
182,761 | Bug 182761 [Themes] Undefined color entry will cause an NPE if looked up | If you look up a ColorDescriptor from a theme and that color is not registered you will get a descriptor with a null color that will result in an NPE. We should either get back null, handle the null descriptor or have some API we can check. | verified fixed | f015a66 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-14T14:40:31Z | 2007-04-17T14:26:40Z |
199,769 | Bug 199769 [Commands] HandlerService.createExecutionEvent always throws NullPointerException | Build ID: I20070621-1340 Steps To Reproduce: 1.call org.eclipse.ui.internal.handlers.HandlerService createExecutionEvent(final Command command, final Event event) with a valid event and command the code is: public final ExecutionEvent createExecutionEvent(final Command command, final Event event) { return new Execution... | verified fixed | 2f741ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-13T17:56:37Z | 2007-08-13T15:46:40Z |
147,785 | Bug 147785 [Contributions] ISelectionListener doesn't extend EventListener... | ...nor does it take event objects. Some of the SWT listeners follow the standard but many of the RCP listeners don't. This means some generic tools we wrote to work with EventListeners now must work against Objects and just assume that they're listeners. If the EventListener isn't good enough then why create an Eclipse... | verified fixed | 7cc1de1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISelectionListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-13T16:42:45Z | 2006-06-19T20:46:40Z |
123,205 | Bug 123205 [Contributions] ToolBarManger displays wrong number of items, if pack() is not called | I have added bunch of Action items into the ToolBarManager. After each addition, I call an update, which is kind of required for the design, I currently have. Here are my observations: 1. If I do not call pack(), only one button shows up. 2. If I only use the LAST update, then all button shows up, no matter, whether I ... | verified fixed | 13d3549 | ["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 | 2007-09-13T16:04:36Z | 2006-01-10T08:00:00Z |
203,126 | Bug 203126 [WorkingSets] Allow location of WorkingSetConfigurationBlock to be changed by implementors | I really like the new WorkingSetConfigurationBlock. I think it can be very handy for many users. The one thing I would like to see, is to allow others who extend the Platform's Wizards to place the location of the WorkingSetConfigurationBlock where they would like. The current implementation forces the working set bloc... | verified fixed | dbb4557 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-13T15:49:54Z | 2007-09-12T18:00:00Z |
97,901 | Bug 97901 [ViewMgmt] [RCP] tab group with non-closeable view can still be moved | While you cannot move a non-closeable view, you can still move its tab group. This allows the view to be moved, you can drop it on a different tab group or detach it. | resolved fixed | 8bb632c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-13T12:35:13Z | 2005-06-01T15:33:20Z |
201,055 | Bug 201055 [RCP] Limit offered perspectives in the perspective chooser | Version: 3.3.0 Build id: I20070621-1340 Many RCP applications have multiple workbench windows each with a specific function. Each window might have a number of perspectives, but you don't want to be able to open all perspectives in all windows, only those that are relevant for the specific function of the window. This ... | resolved fixed | c9770f1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/PerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java", "bundles/org.eclipse.ui/sr... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-12T13:10:58Z | 2007-08-24T10:06:40Z |
200,558 | Bug 200558 [Viewers] ArrayIndexOutOfBoundsException in ColumnViewer | null | verified fixed | d02a0d0 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/Bug200558Test.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-11T18:15:03Z | 2007-08-20T14:26:40Z |
202,208 | Bug 202208 [ViewMgmt] Standalone View does not resize when implementing ISizeProvider | null | resolved fixed | 2d16491 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T18:35:33Z | 2007-09-04T21:06:40Z |
202,316 | Bug 202316 [Forms] Add gradient sharing support for FormHeading | null | resolved fixed | 206939d | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormHeading.java", "bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T18:09:49Z | 2007-09-05T19:20:00Z |
83,307 | Bug 83307 [WorkingSets] Unable to restore working set item | I sometimes see this message in the console. It looks like we are restoring a working set after a breakpoint is deleted. Unable to restore working set item - cannot instantiate item: org.eclipse.debug.ui.elementFactory.breakpoints | verified fixed | 43e1859 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/Policy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T15:34:17Z | 2005-01-20T14:06:40Z |
73,872 | Bug 73872 [ActionSets] Action delegates promotes memory leaks | The structure of the Action delegates (in particular ObjectAction) promotes memory leaks. What happens is the the typical implementation of a delegate will save the selection on the selectionChanged() or save the workbenchPart on the setActivePart() for ObjectAction. Object Action is the worst offender because the dele... | resolved fixed | ef63a51 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T15:02:28Z | 2004-09-14T13:53:20Z |
27,842 | Bug 27842 [Working Sets] What is a working set type? | Build: 20021204 When I open the New Working Set dialog for the first time (and let's say I know nothing about working sets). I have no idea which type to select. I have to guess which type I want based off of the name of the type. At this point in time, all of the names are very terse, so they don't give me much help. ... | verified fixed | 3ec0b87 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T14:56:47Z | 2002-12-06T15:53:20Z |
174,345 | Bug 174345 [WorkingSets] IWorkingSetElementAdapter documentation is sparse/misleading | null | verified fixed | 46b1806 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetElementAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-10T14:18:25Z | 2007-02-15T17:20:00Z |
200,690 | Bug 200690 [Forms] Investigate resource sharing for section header gradients | From Andre: While doing some handle/memory leak tracking, we found that every section header allocates an image for the gradient. Since we use quite a few section headers in the work item editor, it would bring our handle count down if the images could be shared. In addition we would like to share the FormToolkit (sinc... | resolved fixed | bf8f174 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/Section.java", "bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-07T22:34:23Z | 2007-08-21T15:26:40Z |
202,663 | Bug 202663 Presence of tweaklets during test runs causes grief | If you have tweaklets in your workspace while running the tests you get a slew of hard to diagnose errors. We should test for the presence of tweaklets in the test suites and bail early if they are found. | verified fixed | b3a2315 | ["tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/TweakletCheckTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/PartsReferencesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/UiTestSuite.java", "tes... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-07T17:21:44Z | 2007-09-07T15:46:40Z |
202,424 | Bug 202424 Missing current theme causes crash on startup | M20070905-1045 The following NPE on startup causes the workbench to immediately exit: Exception in thread "Thread-1" java.lang.NullPointerException at org.eclipse.ui.internal.themes.ThemeElementHelper.populateRegistry(ThemeElementHelper.java:41) at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:14... | verified fixed | 822c31c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/ThemeStateTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-07T16:48:38Z | 2007-09-06T12:00:00Z |
161,044 | Bug 161044 [Import/Export] Error: Destination directory conflicts with location of workspace root | Steps to reproduce: 1)Create a new simple project called Proj1 2)Create a new simple project called Proj2 3)Create a new file called testFile in Proj1 4)Try to export the testFile as a zip file and put that zip file inside C:\<yourWorkspace>\Proj2 You get error "Destination directory conflicts with location of workspac... | verified fixed | 0834cdd | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardDataTransferPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-07T14:57:34Z | 2006-10-16T12:00:00Z |
184,712 | Bug 184712 [Viewers] Label provider of a tree vewier is not called | Build ID: Eclipse 3.3 M6 Steps To Reproduce: I created a tree viewer on eclipse 3.2, same viewer doesn't work on eclipse 3.3 (The labels and Images are gone). I set a break point in my label provider, it is not called. I have 2 viewers on my page, one is tree viewer and another one is table viewer, the label provider i... | verified fixed | 3fd8f6a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTreeViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T19:56:40Z | 2007-04-30T16:20:00Z |
198,906 | Bug 198906 [DataBinding] SelectionProviderSingleSelectionObservableValue doesn't remove selectionChangedListener on dispose | null | verified fixed | 11dbab9 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/SelectionProviderSingleSelectionObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSetup.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T18:10:47Z | 2007-08-06T00:26:40Z |
200,252 | Bug 200252 [JFace] Use logger instead of printStackTrace() in SafeRunnable | SafeRunnable will print a stack trace to the console when running standalone. I would like to change this to use the logger if available. | verified fixed | 3ea6944 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T17:27:25Z | 2007-08-16T21:33:20Z |
198,904 | Bug 198904 [DataBinding] Listeners in swt Observables are not removed on dispose | null | verified fixed | 93a9cd0 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/ButtonObservableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/CComboObservableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/d... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T17:22:00Z | 2007-08-06T00:26:40Z |
198,903 | Bug 198903 [DataBinding] ComboSingleSelectionObservableValue setValue() does not change selection | null | verified fixed | 38ad473 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/ComboSingleSelectionObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/int... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T17:16:07Z | 2007-08-06T00:26:40Z |
198,880 | Bug 198880 [DataBinding] ObservablesManager does not dispose model | null | verified fixed | d85dca5 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ObservablesManager.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/ObservablesManagerTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-06T16:59:42Z | 2007-08-04T23:26:40Z |
139,298 | Bug 139298 [ErrorHandling] eclipse will silently fail to launch with invalid colorDefinition value | I had a color value of "30,14, 231", and the erroneous space after the comma caused Eclipse to silently fail to launch without any error messages other than the following from .metadata/.log. Seems that better error tolerance would be good. Note that the launch was a runtime workbench. !ENTRY org.eclipse.ui 4 0 2006-04... | verified fixed | 2a74ba4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/themes/ColorUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Test... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-09-05T16:50:15Z | 2006-04-28T18:46:40Z |
193,571 | Bug 193571 [Dialogs] FilteredItemsSelectionDialog does not immediately remove last history match | I20070615-1200 FilteredItemsSelectionDialog does not immediately remove the last remaining history match: - new workspace - new Java project - Navigate > Open Type "ArrayList" - Navigate > Open Type "AbstractList" - close both editors - slow down search, e.g. by adding Thread.sleep(..) at the beginning of fillContentPr... | verified fixed | 226fbfa | ["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 | 2007-08-31T16:41:23Z | 2007-06-20T17:20:00Z |
201,616 | Bug 201616 [Min.Max] Need to be able to change the orientation of a minimized stack | We currently use the aspect ratio of the existing view stack to set the orientation to be used when showing the view as fast views. While this works in most cases there are enough (i.e. minimizing a -maximized- stack usually gets HORIZONTAL even if the stack is usually vertical, minimizing stacks one at a time can chan... | verified fixed | 84c6d9e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStackTrimToolBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuFastViewOrientation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-30T15:16:36Z | 2007-08-29T17:53:20Z |
201,640 | Bug 201640 [TabbedProperties] NullPointerException in TabbedPropertyRegistryFactory | The following exception is logged during shutdown when an IBM client exists his Eclipse application. Protection code needs to be added here. java.lang.NullPointerException at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistryFactory.disposeRegistry(TabbedPropertyRegistryFactory.java:89) at org.... | resolved fixed | 48957fa | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyRegistryFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-29T20:11:15Z | 2007-08-29T20:40:00Z |
83,216 | Bug 83216 [WorkingSets] Layout changes in New Working Set wizard | I20050118-1015 Navigator view menu>Select Working Set>New Select a working set type Next Back Notice the change in space around the "Working set type" label Really noticeable if you change the Dialog font to a larger size | verified fixed | 508a6b2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-29T16:07:54Z | 2005-01-19T18:40:00Z |
189,999 | Bug 189999 [PropertiesView] [PropertiesView] Setting 1 value causes very slow recursive refresh | I have a properties with a hierarchy. Everything is read-only except for the leaf nodes. Setting a value takes about 5 seconds on my Core2Duo and seems to have possibly gotten even slower in RC2. This stems from the call to PropertySheetEntry.refreshFromRoot in the setValue method. Why should 1 value cause a total refr... | verified fixed | 15e44b9 | ["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 | 2007-08-24T15:09:46Z | 2007-05-30T18:33:20Z |
191,611 | Bug 191611 NPE in FilteredItemsSelectionDialog | Build ID: I20070606-0010 !ENTRY org.eclipse.ui 4 0 2007-06-08 00:53:56.750 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.saveHistory(FilteredItemsSelectionDialog.java:2712) at org.eclipse.ui.dialogs.FilteredItemsSel... | resolved fixed | 8fc8fd9 | ["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 | 2007-08-24T09:31:04Z | 2007-06-07T23:46:40Z |
194,760 | Bug 194760 [CellEditors] [Viewers] JavaDoc DialogCellEditor updateLabel mistake | Build ID: I20070608-1718 Steps To Reproduce: DialogCellEditor's javadoc contains this: -------------- Subclasses may override the following method: createButton: creates the cell editor's button control openDialogBox: opens the dialog box when the end user presses the button updateLabel: updates the cell editor's label... | verified fixed | 8696092 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-22T17:15:55Z | 2007-06-28T14:13:20Z |
191,046 | Bug 191046 [Min/Max] View does not open 2nd time when editor max'd | 3.3 RC3 I'm not sure how to reproduce this bug. I've seen two odd behaviours: 1. I had opened a test workspace with the editor area maximized. I did Cntrl-3 to open the Plug-ins view. The view opened but the editor was no longer maximized and the plugins view was showing open in its own stack. It should've opened as a ... | verified fixed | 2dafad4 | ["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 | 2007-08-22T14:35:01Z | 2007-06-05T16:13:20Z |
179,374 | Bug 179374 [ErrorHandling] Resize the support area when detail is clicked | If I click on the detail button, I see the detail area appear under the buttons. the SupportArea (on the right) does not resize all the way to the bottom of the Dialog. | verified fixed | 820d3c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-20T14:40:47Z | 2007-03-26T20:13:20Z |
124,683 | Bug 124683 [DataBinding] support binding to a multi-selection | This is not yet implemented, but people are asking for it. | resolved fixed | 514b7c2 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ViewersObservables.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/SelectionProviderMultipleSelectionObservableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-17T20:30:10Z | 2006-01-20T18:00:00Z |
12,116 | Bug 12116 [Contributions] widgets: MenuManager.setImageDescriptor() method needed | Currently there seems to be no API to assign image to menu item that contains submenu, the only way is to override MenuManager.fill() methods. That seems to be inconsistent. | verified fixed | cf552db | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-16T19:23:31Z | 2002-03-22T15:13:20Z |
196,306 | Bug 196306 [Commands] RegistryRadioState cannot properly initialize because of NPE | When a RegistryRadioState configured for a contributed command is being read from the registry, an NPE is thrown in RadioState, line 75: private final void activateMember(final RadioState state) { if (active != state) { 75-> active.setValue(Boolean.FALSE); } active = state; } This is because there is no initial active ... | verified fixed | 13c078b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-16T14:40:01Z | 2007-07-12T14:20:00Z |
194,221 | Bug 194221 [Commands] Slow to close dialogs due to ContextAuthority.sourceChanged triggering multiple menu updates | 3.3 M7 - noticed it was slow closing one of our dialogs (taking a second or two) - took a YourKit profile - it shows 1 call to ContextAuthority.sourceChanged(int) leading to 17 calls to MenuManager.update. A similar issue was reported and fixed in M7, but this aspect of the problem still remains. | verified fixed | cd0e827 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-16T14:02:14Z | 2007-06-25T14:00:00Z |
192,587 | Bug 192587 [KeyBindings] Extra entries appear in Keys preference page after pressing "restore command" | Version: 3.3.0 Build id: I20070525-1350 1. Open the new keys preference page 2. Filter down to the copy command 3. Press "Restore Command" 4. Observe bindings from the emacs scheme appear NewKeysPreferencePage#bindingRestore should be checking that the schemes match before adding the binding to the collection. | verified fixed | d4c0730 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-15T14:58:30Z | 2007-06-14T05:46:40Z |
191,511 | Bug 191511 [Perspecitves] Workbench.showPerspective gets NullPointerException, if active page have no perspective. | Build ID: M20070212-1330 Steps To Reproduce: We are creating an Eclipse RCP app. We have a problem that Workbench.showPerspective gets NullPointerException, when the active page has no perspective. 1. Have a page which contains no perspective. 2. Call Workbench.showPerspective 3. Gets NullPointerException in Workbench.... | verified fixed | ef1ed6e | ["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 | 2007-08-15T14:42:16Z | 2007-06-07T15:26:40Z |
188,343 | Bug 188343 [KeyBindings] NPE in Keys (Legacy) preference page | Version: 3.3.0 Build id: I20070522-0010 Linux Motif on Fedora Core 5 Start Eclipse Open the preferences dialog Open the Keys (Legacy) on General NPE: java.lang.NullPointerException at org.eclipse.ui.internal.keys.KeysPreferencePage.updateComboCommand(KeysPreferencePage.java:1934) at org.eclipse.ui.internal.keys.KeysPre... | verified fixed | fc69d4f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-15T13:51:05Z | 2007-05-22T16:06:40Z |
188,178 | Bug 188178 [Commands] workbench System.out | System.out.printlns in the following classes: - WorkbenchLayout - CommandContributionItem There's also something in eclipse that occasionally prints out: 0.5 0.5 19 19 0.5 0.5 19 19 but I can't find it in platform UI (it's not directly tied to System.out) PW | verified fixed | eae51c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-14T18:54:59Z | 2007-05-21T23:26:40Z |
143,592 | Bug 143592 [Contributions] Toolbar contributions from two editors displayed simultaneously | Using 3.2RC4 When switching between editors, it seems that the toolbar buttons for the new editor are added before the ones for the old editor are removed. As a result, sometimes all workbench parts move down (making the toolbar two rows tall) and then move back up, creating an undesirable flashing effect. You can easi... | verified fixed | 75e769e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-14T18:05:15Z | 2006-05-24T19:46:40Z |
66,219 | Bug 66219 [Contributions] ActionContributionItem always gets the currentTimeMillis | Using 0607 In ActionContributionItem.handleWidgetSelection() there is an exposed System.currentTimeMillis() which should be enclosed in the if (trace). | verified fixed | 78b6ec7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-14T15:14:17Z | 2004-06-08T21:26:40Z |
196,164 | Bug 196164 IDE plugin broken due to missing dependency on runtime compatibility | null | resolved fixed | beba95e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/FiltersContentProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-14T14:56:37Z | 2007-07-11T13:20:00Z |
198,519 | Bug 198519 [DataBinding] JavaBeanObservableValue may cause NPE when used with ComputedValue | Build ID: I20070625-1500 Steps To Reproduce: Simple case: new ComputedValue() { final IObservableValue name = BeansObservables.observeValue(dto, "name"); //$NON-NLS-1$ @Override protected Object calculate() { return name.getValue() != null; } }; More information: When ComputedValue recalculates the value, it calls the ... | verified fixed | 847f611 | ["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-13T21:08:26Z | 2007-08-01T12:06:40Z |
198,575 | Bug 198575 [Intro] display problems -- standby and maximized | Build ID: I20070625-1500 Several problems with intro part presentation: - Standby Welcome view shows non-standby content - Maximized Welcome view shows standby content - Welcome view (both maximized and standby) intermittently obscures toolbar and perspective switcher All of these were observed in fresh installations o... | verified fixed | b55e0b8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-10T15:02:01Z | 2007-08-01T20:26:40Z |
198,562 | Bug 198562 [Contributions] Change ActionContributionItem + CommandContributionItem to use event coordinates | In order to enable RTL support on Linux, we have changed the recommended way of determining the location of a Toolitem pop up menu. Attaching a patch for UI. | resolved fixed | e5d371c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-08-02T15:44:46Z | 2007-08-01T17:40:00Z |
196,553 | Bug 196553 [Dialogs] Support IColorProvider/IFontProvider in FilteredItemsSelectionDialog | null | verified fixed | 402bde5 | ["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 | 2007-07-30T21:19:12Z | 2007-07-14T21:53:20Z |
197,475 | Bug 197475 [TrayDialog] Redundant check in isCompatibleLayout | Build ID: Build id: I20070621-1340 Inside TrayDialog#isCompatibleLayout(Layout layout) there is redundant check (grid.horizontalSpacing == 0). (line 237) Possible there should be (grid.verticalSpacing == 0). :) | verified fixed | 0d41f4e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-30T20:37:50Z | 2007-07-23T11:26:40Z |
196,921 | Bug 196921 [DnD] Wrong api doc for org.eclipse.ui.part.PluginTransfer | I20070717-1020 Class comment first sentence Is: ...a workbench in a drop and drop operation. Should: ...a workbench in a drag and drop operation. | resolved fixed | 2307883 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PluginTransfer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-30T14:08:15Z | 2007-07-18T09:13:20Z |
197,770 | Bug 197770 [Snippets] Provide an API similar to ColumnViewerToolTipSupport without new LabelProvider infrastructure | null | resolved fixed | 96d44ca | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet042ToolTipSupportFor32API.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-25T10:53:14Z | 2007-07-25T10:40:00Z |
95,292 | Bug 95292 [Intro] Help > Welcome missing F1 context | null | verified fixed | e23b195 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IntroAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-12T18:53:11Z | 2005-05-15T04:06:40Z |
93,373 | Bug 93373 [Intro] TipsAndTricksAction should not use magic numbers | null | verified fixed | 700b324 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/TipsAndTricksAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-12T18:47:50Z | 2005-05-01T17:53:20Z |
196,362 | Bug 196362 [Themes] Incorrect use of IThemeRegistry.HierarchyComparator in ThemeElementHelper.addDefaulted(...) | null | verified fixed | 3196fc7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeElementHelper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-12T18:38:28Z | 2007-07-12T19:53:20Z |
195,152 | Bug 195152 [KeyBindings] NPE when opening Keys preference page | N20070702-0010 Step: try to open Keys preference page !ENTRY org.eclipse.jface 4 2 2007-07-02 17:45:10.046 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.keys.NewKeysPreferencePage$17.updateControl(NewKeysPreferencePage... | resolved fixed | 3a1eaaa | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-05T22:42:53Z | 2007-07-02T15:26:40Z |
195,584 | Bug 195584 [Snippets] Snippet010OwnerDraw consumes 100% of CPU | => Problem is the display-loop missing a sleep | verified fixed | 471772c | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet010OwnerDraw.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-05T20:14:57Z | 2007-07-05T21:13:20Z |
173,655 | Bug 173655 [Browser] web browser preference page text does not flow | 3.3M5, just an aestetic thing The text at the top of the preference page does not look good on linux because it appears to have a hard return after its comma, which is in the middle of a line. Also, when the dialog's size is expanded the text does not re-lay itself out, which makes it look more awkward. The Label shoul... | resolved fixed | e1531b6 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-03T19:27:59Z | 2007-02-09T16:53:20Z |
185,500 | Bug 185500 [Common Navigator] DND allows to Drop Projects on Projects but shows error | Build ID: I20070323-1616 Steps To Reproduce: 1. Select a Project in Project Explorer 2. Drag & Drop it on another project 3. Error Dialog is shown: Error message "Problems occurred moving the selected resources: Path for project must have only one segment. Path for project must have only one segment." More information:... | resolved fixed | acaaf17 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/plugin/WorkbenchNavigatorMessages.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-03T18:22:51Z | 2007-05-04T09:13:20Z |
189,636 | Bug 189636 Custom rule template failing | Null poonter exception being thrown when trying to add a custom rule which is causing the rule cretion to fail. Also there is a minor typo in the rule template string. | closed fixed | 922e392 | ["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 | 2007-07-03T18:19:29Z | 2007-05-29T12:00:00Z |
186,344 | Bug 186344 [CommonNavigator] Project Explorer duplicates Working Set actions | M7 The Project Explorer sometimes creates duplicate Working Set related view menu items. This seems to be triggered by "Link with Editor" on startup where two instances of WorkingSetActionProvider are created and initialized. The following is a stack trace at the point where the WorkingSetActionProvider adds its action... | resolved fixed | bd9be80 | ["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 | 2007-07-03T17:59:27Z | 2007-05-10T12:26:40Z |
191,147 | Bug 191147 [CommonNavigator] Problem with selection causes view to fail to load | null | resolved fixed | 60c0c6c | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-03T17:26:46Z | 2007-06-06T00:33:20Z |
190,360 | Bug 190360 [pde viz] Nodes appear on top of one another | When the pde view is opened the nodes appear on top of one another. | resolved fixed | c8dea59 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/CopyAction.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/PasteAction.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-03T17:17:01Z | 2007-05-31T22:20:00Z |
97,229 | Bug 97229 [Dialogs] ListSelectionDialog should be resizable by default | RC1 Open several editor and leave some dirty. Close all. The 'Save resources' dialog is not not resizable. I think it is always better to make dialogs resizable as this makes it easier for users with diffent font sizes or using very long names. -> make the ListSelectionDialog by default | verified fixed | 7346de0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-07-02T21:54:54Z | 2005-05-30T13:33:20Z |
93,353 | Bug 93353 [Dialogs] InternalErrorDialog#buttonPressed should explicitly call super | null | verified fixed | b1a7c09 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-30T16:32:27Z | 2005-04-30T19:40:00Z |
82,937 | Bug 82937 [Dialogs] There is no title in the dialog (FileDialog class) | Eclipse SDK 3.0.1 Linux GTK, Solaris Motif There is no title in the dialog. It confirms it by the following operations. 1) Select menu item: File > New > File 2) Click "Advanced>>" button 3) Check "Link to file in the file system" 4) Click "Browse..." button | verified fixed | d15d175 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-29T18:04:26Z | 2005-01-17T02:46:40Z |
184,423 | Bug 184423 [JFace] ColorRegistry.getRGB(String) can return null | I20070427-0010 ColorRegistry.getRGB(String) can return null but this is not speced in the Javadoc. | verified fixed | 6156e4b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T19:59:06Z | 2007-04-27T13:20:00Z |
188,448 | Bug 188448 Javadoc for PathEditorInput#getPath is ambiguous | 3.3 PathEditorInput#getPath can return an IPath or null but our API does not specify this. | verified fixed | 6db3f85 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/IURIEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T19:49:54Z | 2007-05-22T18:53:20Z |
187,877 | Bug 187877 [EFS] Null pointer exception when getting path of FileEditorInput whose file does not exist | The problem occurs in my plugin when I call FileEditorInput.getPath for a file that has been deleted on disk. This happens when you have an editor open, and then delete its project and choose the option to delete the files on disk. The built-in Eclipse editors do not run into the problem because they present a dialog a... | verified fixed | 4237257 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T19:45:25Z | 2007-05-18T17:40:00Z |
185,892 | Bug 185892 [Import/Export] Unexpectedly cursor moving in import dialog. | Unexpectedly cursor moving in import dialog. To reproduce: 1. select "Import" from context menu. 2. Select "File System" and click "Next". 3. Click "Into Folder" text field and input/delete a character. Issues: The cursor moves to "From directory" text field unexpectedly. | verified fixed | 02eb422 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T19:22:44Z | 2007-05-08T04:53:20Z |
185,347 | Bug 185347 [Progress] Concatenate task and subtask with ": " in ProgressMonitorPart | null | verified fixed | 5aef8fd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T18:05:09Z | 2007-05-03T13:46:40Z |
98,467 | Bug 98467 [WorkbenchLauncher] [Preferences] Workspace path with comma | If a workspace is opened which has a comma in the path (eg "C:\docs\clients\surname, firstname"), when eclipse is closed then re-opened, the workspace does not open correctly. It instead creates a new folder of "C:\docs\clients\surname" and creates a new workspace there. Noticed that recent workspaces are kept in eclip... | verified fixed | fde856b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T16:01:06Z | 2005-06-06T03:53:20Z |
180,989 | Bug 180989 [Progress] Stale API field in IWorkbenchSiteProgressService | While viewing the API of IWorkbenchSiteProgressService, I noticed this API field: /** * The property that is sent with busy notifications. */ public static final String BUSY_PROPERTY = "SITE_BUSY"; //$NON-NLS-1$ I could find no references to this API in the SDK, which suggests to me it was never implemented. This shoul... | verified fixed | 553551e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IWorkbenchSiteProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T15:47:31Z | 2007-04-04T15:20:00Z |
180,248 | Bug 180248 [Progress] NPE in JobTreeElement.compareTo(...) | Build 3.3M6 Self-hosting on my laptop, I resumed from standby mode, and had a session open; but was still offline. I still had pending outgoing changes in my CVS sync view. I triggered a compare action (had forgot being offline), and got the following stack trace. Note that I got many of them, and got prompted to exit ... | verified fixed | 70053a7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobTreeElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T14:22:18Z | 2007-03-30T18:40:00Z |
177,767 | Bug 177767 [Markers] In task preferences dialog, negative value results in internal error | Build ID: I20070313-1051 Steps To Reproduce: Open the Task View > Preferences... dialog. Enter a negative value for 'limit visible item per group to' Hit OK, Dialog pops up with... An internal error occured during: "Process resource updates". Entering a non-integer string will prevent the OK button from being hit. This... | verified fixed | 644d16e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerViewPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T14:18:08Z | 2007-03-16T15:46:40Z |
174,228 | Bug 174228 [Preferences] PreferencePage javadoc needs tidying up | Build ID: I20061102-1715 Steps To Reproduce: comment for PreferencePage.setContainer() is /** (non-Javadoc) * Method declared on IPreferencePage. */ but should be /* (non-Javadoc) * Method declared on IPreferencePage. */ More information: | verified fixed | f47f6d8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T14:01:59Z | 2007-02-14T21:53:20Z |
165,676 | Bug 165676 [JFace] Add javadoc to Window.close() to tell that no shellClosed event is sent | null | verified fixed | 5b29b7e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-06-28T13:48:50Z | 2006-11-23T16:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.