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]
218,967
Bug 218967 [Workbench] org.eclipse.ui.IWorkbenchPreferenceConstants should update its specifications
The specifications of this interface should mention that it should not be implemented by clients.
verified fixed
e73cb2e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-20T14:23:14Z
2008-02-14T17:26:40Z
209,699
Bug 209699 [WorkbenchParts] org.eclipse.ui.IWorkbenchPartConstants should clarify its restrictions
It looks like this interface should not be implemented by the client, but this is not explicitly stated in the doc of the interface. The constant PROP_PREFERRED_SIZE has been added since 3.3.0 and this would be a breakage if this interface can be implemented. The components.xml located in the plugin org.eclipse.ui does...
verified fixed
fde34d6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-20T14:19:41Z
2007-11-13T21:40:00Z
218,053
Bug 218053 [Contributions] Commands in toolbars with no icons don't show up
I created a main toolbar with this setup: <menuContribution locationURI="toolbar:org.eclipse.ui.main.toolbar"> <toolbar id="main"> <command commandId="org.eclipse.ui.tutorials.commands.openMessage" style="push"> </command> <command commandId="org.eclipse.ui.tutorials.commands.open" style="push"> </command> </toolbar> <...
verified fixed
d7a8942
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-20T03:30:21Z
2008-02-06T17:46:40Z
222,861
Bug 222861 [Commands] ParameterizedCommand#equals broken
Having two parameterized commands initialized with the constructor do not equals if the order of the parameterizations is not the same.
verified fixed
5d5926c
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandParameterTypeTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-20T02:53:02Z
2008-03-16T01:13:20Z
223,246
Bug 223246 [Markers] Rename markerFieldFilterGrouping
markerFieldFilterGrouping is not meaningful name for something that is really a markerFieldConfiguration definition. Added to the fact that we also have markerGroupings this is very confusing.
verified fixed
a09ae4c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-19T19:52:41Z
2008-03-19T18:06:40Z
223,074
Bug 223074 [ErrorHandling] WorkbenchStatusDialog API review
As M6 is the API freeze I think we need to decide if some changes are required here 1) It is not a dialog it is something that manages the opening of a dialog. It needs to be renamed. 2) Test mode just means "run in sync exec". I am not sure why we even want this as an asyncExec and a syncExec is a no-op on the UI Thre...
verified fixed
f7aaafa
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StackTraceSupportArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStat...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-19T17:01:39Z
2008-03-18T14:20:00Z
213,504
Bug 213504 [Markers] Problems View no longer supports dragging into the Editor Area
I20071218-0800. You used to be able to drag an error into the Editor Area in order to open the associated file. I commonly use the DnD gesture to open a 'problem' but it appears that this isn't working in the new version...
verified fixed
82a1adb
["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/MarkerCopyHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-19T15:15:31Z
2007-12-19T18:46:40Z
220,696
Bug 220696 [Undo] When deleting files and externally moving files from navigator, we get an exception
Build ID: M20071023-1652 Steps To Reproduce: Delete files from navigator view. Copy files from another folder to workspace using an external shell like command on windows. Refresh workspace. Repeat More information: from time to time, you get this exception: An internal error occurred during: "Deleting resources". java...
verified fixed
6b7e9fb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-18T20:10:23Z
2008-02-28T03:40:00Z
220,697
Bug 220697 [Undo] Exceptions when validating a delete operation
Build ID: M20071023-1652 Steps To Reproduce: It is hard to reproduce. But it happens from time to time. From our editor, when user saves the file, we write to an IFile. We get the exception shown below. We are using File.setContents(stream, true, true, progressmonitor); So we are setting keep history to true and we are...
verified fixed
7759d1d
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCreateResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-18T19:37:42Z
2008-02-28T03:40:00Z
218,467
Bug 218467 [Undo] Tighten up IUndoableOperation spec and AbstractOperation to discourage/prevent null labels
GMF creates CompositeCommands with null labels. These NPE when shortenText(getOperation().getLabel()) is invoked from update.
verified fixed
e569221
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IUndoableOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-18T16:29:45Z
2008-02-11T08:53:20Z
221,222
Bug 221222 WorkbenchStatusDialog assumes that the WorkbenchWindow is open
The WorkbenchStatusDialog assumes that the shell sent to it by ProgressManagerUtil#getDefaultParent() is not null (which is is specc'ed to be if there is no parent). As a result opening the dialog on startup will result in the following error: !ENTRY org.eclipse.ui 4 0 2008-03-03 16:01:00.341 !MESSAGE Error occurred du...
verified fixed
f4cb60c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-18T13:49:14Z
2008-03-03T21:33:20Z
214,392
Bug 214392 [JFace] missing implementation of ComboFieldEditor.setEnabled
Build ID: M20071023-1652 Steps To Reproduce: 1. create a ComboFieldEditor and add it to a preference page 2. set the editor disabled 3. the combo widget remains enabled
verified fixed
35d07c7
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ComboFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-17T22:35:28Z
2008-01-04T20:53:20Z
210,376
Bug 210376 [Undo] Wording in Undo dialog
3.4 M3 - select a method name in the editor, invoke rename refactoring and rename it. - invoke 'Undo' See the attached screenshot: - The title should be the name of the invoked operation 'Undo' or 'Redo' - The label should prefer single quotes. It should also quote 'Test.java'.
verified fixed
1649483
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-17T22:26:30Z
2007-11-20T12:00:00Z
157,445
Bug 157445 [JFace] PopupDialog does not allow direct selection of text in editor
null
verified fixed
058c50d
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-17T21:54:12Z
2006-09-15T08:46:40Z
76,351
Bug 76351 [Dialogs] API - InputDialog with customizable style bits
I think sometimes it might be useful to have an Input Dialog where the user enters a few lines of text and not just one. So, maybe it would be a good idea to add another constructor to the InputDialog class where you can pass in your own Text component, which might be defined as whatever you want, since Text can be eas...
verified fixed
a69fff2
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-17T21:32:06Z
2004-10-15T14:20:00Z
214,919
Bug 214919 [Markers] [Markers] Problems view settings for column width and grouping are not persisted
Build ID: I20071213-1700 (3.4 M4) Steps To Reproduce: Every time I start eclipse I need to turn off grouping and reset the column widths for the Problems view. This did not occur for me with 3.3 More information:
verified fixed
5b455d3
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-17T13:53:34Z
2008-01-10T15:46:40Z
218,882
Bug 218882 [Markers] markers views fail to refresh on working set changes with 3.4M5
I use working sets (via Mylyn) to ensure that I only see the markers I need to see in views like Problems. I do this by ensuring that the view is configured to show only the Window Working Set. In Eclipse 3.4M4 and 3.4M5 it appears that the markers views don't refresh when working sets change. In order to get them to r...
verified fixed
1f9d8f0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-14T19:44:22Z
2008-02-13T22:00:00Z
218,360
Bug 218360 [Servicability] Fix places that pop up message dialogues under ISafeRunnable
null
verified fixed
8ae9d7f
["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/viewers/ViewerLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-13T20:23:59Z
2008-02-08T19:46:40Z
222,397
Bug 222397 [Markers] Problems view no longer shows selected description in status bar
In 3.3.2, selecting a problem in the Problems view shows its description in the status bar. This is very handy if a description is overly verbose and just doesn't fit into the current width of that column. In 3.4 M5, it does not do this any more.
verified fixed
c73f83d
["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
2008-03-13T15:24:31Z
2008-03-12T13:53:20Z
221,649
Bug 221649 [Import/Export] ZipFileImportWizard has no option to change the FILE_IMPORT_MASK
null
verified fixed
a13ce4e
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ZipFileImportWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-12T20:41:56Z
2008-03-06T13:26:40Z
222,375
Bug 222375 [Markers] copy markers from markers view should 'pretty print'
I20080304-1113 1. Select one or more markers in problems view 2. Ctrl-C 3. Paste to notepad
verified fixed
03381ea
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCopyHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-12T19:13:34Z
2008-03-12T11:06:40Z
217,985
Bug 217985 Port 3.3.2 CommonNavigator performance improvements to 3.4
null
verified fixed
4464f78
["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
2008-03-12T15:26:02Z
2008-02-06T12:13:20Z
222,411
Bug 222411 [Dialogs] SaveAsDialog displays OS string file path, whereas it should display the workspace-style path instead.
The SaveAsDialog operates in terms of IFiles (see the use of originalFile), but when it is prompting for overwrite, it uses toOSString() instead of toString() for the path, making it display in an awkward fashion when users are used to the workspace style, forward-slash display of paths.
verified fixed
5b34109
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/SaveAsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-12T15:25:43Z
2008-03-12T13:53:20Z
220,662
Bug 220662 [Markers] Problems view custom configuration with all types selected does not pick up new types
I20080226-1155 Some plug-ins in my workspace produced the new API problem markers. My Problems view was set to show "All Errors" (On any element, Error, all types selected), but the API problems did not get selected. There must be a way to configure the Problems view to also show all new problem types -- and this shoul...
verified fixed
0afd278
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CompatibilityFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CompletionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DescriptionFieldFilter.java", "bundles/org.eclip...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-12T15:05:34Z
2008-02-27T22:06:40Z
221,521
Bug 221521 [Markers] New markers API needs to be pared down
We have too much API in some of the new classes and they can be moved to internals
verified fixed
4054f0a
["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/DescriptionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.i...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-11T15:29:24Z
2008-03-05T15:13:20Z
222,153
Bug 222153 Test failure (Invalid registry object) in N20080310-0010
org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object at org.eclipse.core.internal.registry.TemporaryObjectManager.getObject(TemporaryObjectManager.java:98) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:26) at org.ecli...
verified fixed
d9a2772
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkbenchPreferenceExtensionNode.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-11T01:44:13Z
2008-03-11T01:46:40Z
221,768
Bug 221768 [Viewers] Fix for bug 210747 causes NPE when parent is TreePath.EMPTY
null
verified fixed
a54ce00
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-10T17:42:52Z
2008-03-06T21:46:40Z
215,543
Bug 215543 [WorkbenchLauncher] WorkenchWindowAdvisor.postWindowRestore invoked in non-UI thread
null
verified fixed
5425816
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-07T18:46:59Z
2008-01-16T19:00:00Z
221,860
Bug 221860 [Workbench] Workbench should use transient start to activate UI
null
verified fixed
610f789
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-07T15:26:31Z
2008-03-07T14:26:40Z
221,493
Bug 221493 [StatusHandling] WorkbenchStatusDialog should not extend TrayDialog
This will ensure that we will not regret any API after api freeze
verified fixed
d5ecd9c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-07T13:49:57Z
2008-03-05T12:26:40Z
220,694
Bug 220694 [Viewers] Javadoc warnings in I20080227-1100
Javadoc warnings reported in this build. /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.java:47: warning - Tag @link: Class or Package not found: DecoratingStyledCellLabelProvider.IStyledLabelProvider /builds/I/src/plugins/org.ecli...
verified fixed
7986c38
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-07T04:33:18Z
2008-02-28T03:40:00Z
133,495
Bug 133495 [StatusHandling] ErrorDialog: Wrap message
I20060328-0010 While searching through my workspace I got the error message shown in the attachment (Resource is out of sync). The message is not only shown in an error dialog but also written to the log. The error dialog would be enough. !ENTRY org.eclipse.search 4 0 2006-03-28 12:38:47.310 !MESSAGE Problems encounter...
verified fixed
c7f636b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-06T12:06:18Z
2006-03-28T10:00:00Z
220,766
Bug 220766 [JFace] ImageRegistry.get does not work as expected (crashes with NullPointerException)
null
verified fixed
0e87e6b
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-05T20:52:06Z
2008-02-28T14:46:40Z
84,225
Bug 84225 [WorkingSets][DynamicUI] NPE in WorkingSetRegistry
build i0202 I got the following NPE in my log file after manually installing and starting an OSGi bundle. If you need the bundle please contact me and I can give it to you off-line. !SESSION 2005-02-02 09:57:00.120 ----------------------------------------------- eclipse.buildId=I20050201-0800 java.fullversion=J2RE 1.4....
verified fixed
a0e5d3f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-05T20:10:56Z
2005-02-02T16:00:00Z
221,528
Bug 221528 [Progress] Jobs started from ProgressViewerContentProvider doesn't check if viewer is disposed
Build ID: M20080221-1800 My users sometimes gets an error dialog with title 'Remove finished' and message 'Error'. I don't know how to consistently reproduce this error. Looking at the progress viewer code it appears that the jobs started from the KeptJobsListener doesn't check if the viewer was disposed when they have...
verified fixed
e793f53
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewerContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-05T19:07:25Z
2008-03-05T15:13:20Z
220,523
Bug 220523 [StatusHandling] Improve information on error dialog
null
verified fixed
6039fa2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-05T09:43:50Z
2008-02-27T11:00:00Z
221,416
Bug 221416 [Dialogs] button id not correct for DETAILS in MessageDialogWithToggle
null
verified fixed
bda7128
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-04T22:45:58Z
2008-03-04T22:33:20Z
221,337
Bug 221337 [Markers] MarkerItem has too much API
We are exposing too much as API in MarkerItem. We should only provide getAtttributeValue and the methods that support PATH_ATTRIBUTE and NAME_ATTRIBUTE as they are tricky. Everything else needs to be pushed down to an internal class. We should mention the relevant IMarker constants for those removed.
verified fixed
90e1f76
["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/MarkerCategory.java", "bundles/org.eclipse.ui.ide/src/o...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-04T21:20:05Z
2008-03-04T17:00:00Z
162,140
Bug 162140 [Progress] Be more resilient to null args in StatusLine's progress monitor
null
verified fixed
b3cd70d
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-04T13:21:19Z
2006-10-24T20:00:00Z
220,546
Bug 220546 [Decorators] performance problem with resource manager in decoaration context
20080217 I'm afraid the solution to use the IDecorationContext to provide a resource manager introduces a performance degregation. The DecoratorManager, who manages the light weight label decorations, stores decorations by context DecorationScheduler.resultCache<IDecorationContext, Map<DecorationResult>> Most label pro...
verified fixed
c787e0b
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-03T17:28:58Z
2008-02-27T13:46:40Z
220,456
Bug 220456 [Markers] All Markers view filters only show problems
I've tried to make new All Markers view to show TODO items from the java sources that been shown in Tasks view. So I created new new contents section, named it "Tasks", selected "on any element" and then selected "Java Tasks" from the Types list (btw, it would be handy to have quick filtering on that list). Then I sele...
verified fixed
7b6692a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/AllMarkersSeverityAndDescriptionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/AllMarkersSeverityAndDescriptionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/P...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-03T16:12:39Z
2008-02-26T21:06:40Z
220,368
Bug 220368 [ErrorHandling] Javadoc warnings in N20080226-0010
/builds/N200802260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog.java:831: warning - Tag @see: can't find refresh() in org.eclipse.ui.statushandlers.WorkbenchStatusDialog 1 warning
verified fixed
62b6032
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-03T08:52:45Z
2008-02-26T15:33:20Z
220,843
Bug 220843 [Properties] Tree editors with columns, using JFace 3.3 infrastructure
null
verified fixed
a1ae15d
["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertyColumnLabelProvider.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertyEditingSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-03-03T03:31:39Z
2008-02-28T23:06:40Z
212,177
Bug 212177 [Services] Register sources for the IEvaluationService
In order to be used in core expressions for handlers, menus, and contexts, a source needs to register itself with the IEvaluationService. PW
verified fixed
a754758
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/AbstractSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclips...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-29T17:52:54Z
2007-12-06T19:40:00Z
210,568
Bug 210568 [Import/Export] Refresh button does not update list of projects
Refresh button does not update list of projects Steps to reproduce 1. Invoke Import Existing Projects wizard 2. Select any folder as the root directory [List of project will be shown] 3. Copy another project into that folder 4. Press Refresh The new project is not shown. I would expect that the Refresh button rescans t...
verified fixed
999a387
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-28T21:14:57Z
2007-11-21T18:33:20Z
220,473
Bug 220473 [WorkingSets] unable to recover from corrupt workingsets.xml file
After upgrading to the Mylyn Europa build my working sets weren't restored. I found these exceptions in the log: java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:468) at java.lang.Integer.par...
verified fixed
346721f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/BadElementFactory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-28T20:37:32Z
2008-02-26T21:06:40Z
208,392
Bug 208392 [Markers] Improve 'Quick Fix' dialog from new Marker view
null
verified fixed
847389c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", ...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-28T19:38:57Z
2007-11-01T12:26:40Z
220,663
Bug 220663 [ActivityMgmt] Invalid thread access when activity is enabled
I couldn't find information about which events are supposed to be fired on any thread vs. on the UI thread. Kim, do you have a suggestion where the asyncExec should go? org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.ecli...
verified fixed
2c9c4d4
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-28T15:13:50Z
2008-02-27T22:06:40Z
208,103
Bug 208103 [Markers] Mark Completed needs a busy cursor
As it is moderately time consuming
verified fixed
55634bb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkCompletedHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-27T21:30:06Z
2007-10-30T18:46:40Z
172,087
Bug 172087 [Themes] Problems with JFaceColors in High Contrast
I20070123-1715 I have noticed several problem with JFaceColors in high contrast mode, I will file them all under one bug report since I think they are related. Use the code below inserted into a view to test. Text t1 = new Text(parent, SWT.NULL); t1.setText("A string in active hyperlink color"); t1.setForeground(JFaceC...
verified fixed
6b2d08e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/CascadingColorRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/CascadingFontRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-27T19:12:11Z
2007-01-29T22:33:20Z
187,762
Bug 187762 [FilteredTree] clear icon fails to appear on FilteredTree if expand time gets maxed
On line 362 of FilteredTree the code is: if (text.length() > 0 && !initial) { /* Expand elements one at a time. After each is expanded, check * to see if the filter text has been modified. If it has, then * cancel the refresh job so the user doesn't have to endure * expansion of all the nodes. */ TreeItem[] items = get...
verified fixed
e467c4f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-27T18:28:40Z
2007-05-18T06:33:20Z
220,582
Bug 220582 FilteredItemsSelectionDialog: add support for styled labels
null
verified fixed
92c3133
["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
2008-02-27T18:26:44Z
2008-02-27T16:33:20Z
220,564
Bug 220564 [Preferences] IWorkbenchPreferenceConstant#SHOW_MULTIPLE_EDITOR_TABS is mutable
IWorkbenchPreferenceConstant#SHOW_MULTIPLE_EDITOR_TABS is mutable. Raised this to P2 as this is API.
verified fixed
16d968a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-27T15:29:40Z
2008-02-27T13:46:40Z
220,423
Bug 220423 [Commands] PageSwitcher should not assume that current page is always first
null
verified fixed
c7f39d0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleBaseHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/CyclePageHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.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
2008-02-27T14:52:57Z
2008-02-26T18:20:00Z
219,386
Bug 219386 [Markers] Configuring the high/normal/low filters do not change the view display
1. Add 3 tasks - Normal,High,Low 2. In the view toolbar - click Menu(triangle)>Configure Contents 3. Under Priority - select the High only , deselect the others. 4. Expected - Only the High task will be displayed Actual: All are still displayed (Using M4)
verified fixed
001d25b
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/PriorityConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/PriorityMarkerFieldFilter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-25T17:15:26Z
2008-02-19T08:33:20Z
191,684
Bug 191684 [StatusHandling] Status Dialog needs enhancements
Status Dialog it lacks some functionality: * selection change is not propagated to ErrorSupportProvider * there is no possibility of adding actions that should execute after closing the dialog - I would like to be able to launch Troubleshoot wizard or something like that. Or even simple workspace synchronization. Statu...
verified fixed
e21a770
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StackTraceSupportArea....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-25T13:41:54Z
2007-06-08T10:53:20Z
199,734
Bug 199734 [Progress] Progress view shows two entries for same job - only one is updated
null
verified fixed
786386c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-22T16:21:37Z
2007-08-13T13:00:00Z
219,958
Bug 219958 NPE when opening Open Type dialog
null
verified fixed
5901d18
["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
2008-02-22T16:06:32Z
2008-02-22T14:20:00Z
219,909
Bug 219909 [DataBinding] UnmodifiableObservableValue
UnmodifiableObservableValue with test cases
verified fixed
486773a
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Observables.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/UnmodifiableObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-22T05:33:48Z
2008-02-22T06:00:00Z
219,892
Bug 219892 [About] Tooltip for branded features in about dialog should include feature name
null
verified fixed
8c29d8a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-22T00:51:11Z
2008-02-22T00:26:40Z
73,979
Bug 73979 [Decorators] CVS decorations blink on build [package explorer]
null
verified fixed
eadac4a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-21T21:03:58Z
2004-09-15T12:06:40Z
219,081
Bug 219081 FilteredItemsSelectionDialog: Avoid unecessary calls to cp.getElements()
null
verified fixed
e70e3fc
["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
2008-02-21T16:12:49Z
2008-02-15T12:53:20Z
209,509
Bug 209509 [StatusHandling] Addition of StatusAdapter#EXPLANATION_PROPERTY and #HINT_PROPERTY is not binary compatible
If this class can be subclassed by the clients, the addition of the two fields org.eclipse.ui.statushandlers.StatusAdapter#EXPLANATION_PROPERTY and org.eclipse.ui.statushandlers.StatusAdapter#HINT_PROPERTY is not binary compatible. So the specification of this class should explicitely say that the class cannot be subcl...
verified fixed
c848339
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/IStatusAdapterConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-21T15:20:44Z
2007-11-12T15:06:40Z
219,753
Bug 219753 [Snippets] Update Snippet054 to dispose elements correctly
as described above
resolved fixed
5819ca5
["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet054NativeControlsInViewers.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-21T10:18:57Z
2008-02-21T10:33:20Z
168,301
Bug 168301 [ErrorHandling] JFace SafeRunnable should use new error handling
null
verified fixed
01fc2fd
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/StatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java", "tests/org.ec...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-21T10:05:25Z
2006-12-16T03:33:20Z
201,906
Bug 201906 [Viewers] 3.4 ColumnViewerEditor leaks ViewerCell instances.
null
verified fixed
21f8229
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-20T21:28:09Z
2007-08-31T14:20:00Z
216,706
Bug 216706 [Viewers] Disable 'check for expiration of doubleClickTime' in TreeViewer and TableViewer
I use the TextCellEditor within the TreeViewer and TableViewer. When clicking on a cell to edit it the full text is selected (on win and gtk at least). At this point if I immediately click again (to position the cursor at a specific point within the text) the edit is cancelled. If I wait a bit before clicking again the...
verified fixed
41af329
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-20T21:19:56Z
2008-01-27T18:53:20Z
198,089
Bug 198089 [ToolTips] Open/Add new API for ToolTips
- don't make shouldCreateToolTip final - add new API method ColumnViewerToolTipSupport#createToolTipContentArea(Event, Object, Composite) - Allow DefaultToolTips displayed more than once (For ToolTips in ToolTips).
verified fixed
c2dad51
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-20T20:43:51Z
2007-07-27T12:40:00Z
219,606
Bug 219606 unable to start workspace using I20080219-1124
When I attempt to start any workspace using the latest I-build, I get the following exception: Exception in thread "Thread-1" java.lang.IllegalStateException at org.eclipse.ui.internal.UISynchronizer$2.set(UISynchronizer.java:68) at java.lang.ThreadLocal.get(ThreadLocal.java:137) at org.eclipse.ui.internal.UISynchroniz...
verified fixed
3987cee
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UISynchronizer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-20T17:47:15Z
2008-02-20T15:06:40Z
206,401
Bug 206401 [Progress] ProgressView doesn't track property of IAction
Build ID: Eclipse 3.3 Steps To Reproduce: In the javadoc for IProgressConstants.ACTION_PROPERTY, it says that the ProgressView will keep track of enabled state and tooltip text. However, this doesn't seem to be the case. I would have my Action associated with my Job run only once. After it runs, it sets itself to be di...
verified fixed
7a7a362
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-20T15:02:35Z
2007-10-16T02:00:00Z
208,830
Bug 208830 [Preferences] Need ability to get at property page details without using internal code
Hi... In DTP and ODA, we need the ability to get at property page details without using internal API. We're trying to clean up a variety of access warnings and this is the last major one to clean up. The list of classes we'd like access to either through a public utility or by making certain internal classes public inc...
verified fixed
bacebe0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferencesUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-19T21:12:51Z
2007-11-06T00:46:40Z
219,483
Bug 219483 [Markers] MarkerField needs to support font and colours
Some users want to be able to set the font and colour of an entry in the markers view. We should pass in a ViewerCell for this.
verified fixed
51fe83e
["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/MarkerColumnLabelProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCompletionField.java", "bundles/org.eclipse...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-19T20:59:09Z
2008-02-19T19:40:00Z
219,361
Bug 219361 RCPTestWorkbenchAdvisor has widget exception
All of the tests pass, but this sync thread does not clean up properly: Exception in thread "Thread-10" org.eclipse.swt.SWTException: Device is disposed at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Synchron...
verified fixed
af54a20
["tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/util/RCPTestWorkbenchAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-19T18:31:27Z
2008-02-19T00:13:20Z
56,483
Bug 56483 [Themes] PerspectiveBarManager accesses JFaceResources.fontRegistry directly as oppsed to the current theme
M8 All workbench color/font retrieval should be done through the current theme. Additionally, it tries to obtain a font "SMALL_FONT" which has never been declared in the registry. If this font is needed then a definition should be added to org.eclipse.ui/plugin.xml or another value should be reused (the view message fo...
verified fixed
20e5ce9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-15T19:01:07Z
2004-03-27T23:26:40Z
189,953
Bug 189953 [PresentationAPI] Allow for custom sashes
We need the ability to replace the sashes/splitters used through perspectives with our own custom branded sashes. Some initial investigation - it seems like LayoutPartSash encapsulates the entire sash behavior. I would think this could be added to the presentations extension point.
verified fixed
3d5e9cc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPartSash.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutTreeNode.java", "bundles/org.eclipse.ui.workbench/Eclip...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-15T15:49:11Z
2007-05-30T15:46:40Z
218,903
Bug 218903 [Viewers] support extensibility of the refresh job in FilteredTree
null
verified fixed
7c61926
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-15T05:10:41Z
2008-02-14T00:46:40Z
218,553
Bug 218553 [JFace] mis-spelling of their in applyDialogFont(...)
There's a simple mis-spelling in this method's javadoc private static void applyDialogFont(Control control, Font dialogFont)
verified fixed
7ba34ff
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-15T04:23:35Z
2008-02-11T20:00:00Z
218,804
Bug 218804 [Commands] JDT UI tests fail due to leak
null
verified fixed
9312ceb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ContributionRoot.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/SlaveMenuService.java", "bundle...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-14T20:56:34Z
2008-02-13T16:26:40Z
164,695
Bug 164695 [Workbench] Project copy doesn't validate location and uses invalid location as default
Build: I2006114 1) Create a new project whose location is outside the workspace (say c:\temp\p1). 2) Select the project in the Navigator, and Hit Ctrl+C, Ctrl+V. 3) The project copy dialog opens. Accept the default and hit Ok. -> An error occurs because the location overlaps the location of the project being copied. Th...
verified fixed
c8d5a8c
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ProjectLocationSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-14T17:51:23Z
2006-11-15T19:46:40Z
44,162
Bug 44162 [Wizards] Define constants for wizard ids of new.file, new.folder, and new.project
In perspective factories, plugins have to reference the New wizards with a string that is susceptible to change during API reorganizations. For example, in org.eclipse.ui.internal.ResourcePerspective: // Add "new wizards". layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");//$NON-NLS-1$ layout.addNewWizar...
verified fixed
d7ee47e
["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/ResourcePerspective.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewFileResourceWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewFolderResourceWizard.java", "bun...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-14T15:26:20Z
2003-10-03T22:26:40Z
217,777
Bug 217777 [Workbench] Workbench event loop does not terminate if Display is closed
In the dispose() method of my application, I incorrectly closed the current Display. This caused the Workbench event loop to keep going forever, as it would keep getting an exception and then continue because the runEventLoop field was never turned off. This is different from how 3.3.1 used to work. Attached is a patch...
verified fixed
269068f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-12T13:38:33Z
2008-02-05T00:06:40Z
217,294
Bug 217294 [Preferences] Preferences Store shoudn't use locale for storing data
null
verified fixed
37d25bf
["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
2008-02-12T13:33:33Z
2008-01-31T17:20:00Z
216,904
Bug 216904 [Markers] Configure Contents dialog missing mnemonics and punctuation
null
verified fixed
1ffa9da
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CompletionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DescriptionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/PriorityConfigurationArea.java", "bund...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-12T13:31:43Z
2008-01-29T15:20:00Z
211,977
Bug 211977 [Dialogs] Open Resource does not sort entries correctly
I20071204-1547 I opened the Open Resource dialog and types "plugin.xml". The list of matches contained: plugin.xml - org.eclipse.search.tests plugin.xml - org.eclipse.search The sorter should make sure that shorter entries are shown before longer entries with the same prefix, i.e.: plugin.xml - org.eclipse.search plugi...
verified fixed
4a68842
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-12T13:26:58Z
2007-12-05T10:20:00Z
182,176
Bug 182176 Need API that allows RCP apps/splash to update the UI synchronously/asynchronously
null
verified fixed
c0ee574
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/DisplayAccess.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UISynchronizer.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/PlatformUITest.java", "tests/org.eclipse.ui.test...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-11T19:34:11Z
2007-04-12T17:46:40Z
217,922
Bug 217922 [KeyBindings] CTRL+Z EOF no longer works in console
1. launch this testcase in debug mode 2. from the console, type in something and enter CTRL+Z Expected: The testcase should run to completion Actual: The testcase never gets to read CTRL+Z... and never runs to completion. Testcase: public static void main(String[] args) { try { int count=0; while (System.in.read() != -...
verified fixed
9ea5a92
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ServiceLocator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-11T17:54:39Z
2008-02-05T22:20:00Z
189,167
Bug 189167 [KeyBindings] Binding.equals() gives back wrong value
org.eclipse.jface.bindings.Binding.equals() in line 272 (in 3.2.2 line 268) return (getType() != binding.getType()); This expression gives back false instead of true if the two values are same. Need to change to: return (getType() == binding.getType());
verified fixed
4930a05
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/Binding.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug189167Test.java", "tests/org.eclipse.ui.tests/Eclipse", "U...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-11T17:45:19Z
2007-05-25T16:20:00Z
218,365
Bug 218365 [Accessibility] The FVB and Progress buttons need accessibiilty listeners
Need to add the listener to the ToolBar for both of these cases...
verified fixed
03377e8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-11T14:10:35Z
2008-02-08T19:46:40Z
217,848
Bug 217848 [Commands] Provide commands for copying build ID/config info to the clipboard
These commands would be incredibly useful while verifying or reporting bugs. They probably shouldn't have any default keybindings.
verified fixed
9bffaf8
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/commands/CopyBuildIdToClipboardHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/commands/CopyConfigToClipboardHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/ISystemSummarySection.java", "bundles/o...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-10T22:18:41Z
2008-02-05T16:46:40Z
217,671
Bug 217671 [Contributions] WorkbenchMenuService leaks editor after context menu opened
I20080204-0010, was OK in I20080129-1400 Our leak test org.eclipse.jdt.ui.tests.leaks.JavaLeakTest.testJavaEditorContextMenu() fails. Here's a trace that shows through which fields a CompilationUnitEditor is still referenced after this simple scenario: - open a CompilationUnitEditor - open context menu - close context ...
verified fixed
af35056
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-04T17:56:45Z
2008-02-04T15:46:40Z
204,857
Bug 204857 [Contributions] Fix CommandContributionItem IDs generated by menus
Our ID should be something more meaningful than configElement.toString() PW
verified fixed
07be19e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T19:23:37Z
2007-09-27T19:06:40Z
212,292
Bug 212292 [Contributions] <enabledWhen> does not work when view is detached
Build ID: M20071023-1652 Steps To Reproduce: Checked out the current org.eclipse.ui.examples.contributions from dev.eclipse.org. Show "Info View" and select two items to enable "Swap Entries" toolbar command. Now detach the view. The "Swap Entries" is disabled. Reattach and all works. I've tried using <count>, <with va...
verified fixed
203c533
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/CurrentSelectionSourceProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T18:39:25Z
2007-12-07T17:53:20Z
199,278
Bug 199278 [Contributions] control element does not have a visibleWhen option in org.eclipse.ui.menus extension point
Build ID: I20070625-1500 A recently added extension point org.eclipse.ui.menus allows the contribution of custom controls to workbench toolbars. This is done by using "control" element. However, unlike for other elements, the visibility of controls cannot be controlled using a visibleWhen subelement. This makes the con...
verified fixed
f338bdd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/TrimContributionManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T17:50:51Z
2007-08-08T16:20:00Z
210,862
Bug 210862 [Contributions] CommandContributionItem must ensure that updates are forwarded in Display thread
If an command handler fires a changed event (HandlerEvent, e.g. enablement changed), this happens not implicitly in the Display thread. (Commands and handlers does not depend on SWT, right?). At moment, you get: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3706) at org.eclip...
verified fixed
83f17ed
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T17:01:16Z
2007-11-25T14:13:20Z
149,890
Bug 149890 [Contributions] MenuManager does not properly handle dynamic submenus
3.2 RC5 I tried adding a dynamic MenuManager as a submenu of the parent MenuManager. By dynamic, I mean that I used subMenu.setRemoveAllWhenShown(true), and a menu listener on the submenu to populate it when shown. When the context menu was shown, it had no entry for the submenu. This is because MenuManager.isVisible()...
verified fixed
2112a75
["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
2008-02-03T15:53:38Z
2006-07-06T21:06:40Z
197,922
Bug 197922 [Commands] Restart command In file Menu
It will be nice to have a restart action in the file menu (and an associated keyboard short cut). Each time we add plugin to our plugin directory the platform must be restarted, to do this i actually have to do: file -> switch workspace -> other -> ok
verified fixed
aa6a339
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/RestartWorkbenchHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T15:46:14Z
2007-07-26T06:06:40Z
217,422
Bug 217422 [GlobalActions] Can no longer open new perspective
3.4 M4 and I20080129-1400. 1. start fresh workspace 2. Window > New Window 3. close the Java perspective 4. try to open it again (via button or menu) ==> doesn't work: just brings the other window to front
verified fixed
af94f67
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowPerspectiveHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-03T14:56:58Z
2008-02-01T12:46:40Z
204,905
Bug 204905 [Contributions] Allow introspection on handlers
null
verified fixed
468b973
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerProxy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-01T19:13:04Z
2007-09-28T11:46:40Z
184,602
Bug 184602 [Progress] "Widget is disposed" when setting builders twice during build
null
verified fixed
6be8396
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-01T18:47:47Z
2007-04-28T17:06:40Z
199,114
Bug 199114 [Commands] SelectAllHandler sends invalid selection event to Combos
null
verified fixed
a1c1f0a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SelectAllHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-02-01T18:07:13Z
2007-08-07T15:20:00Z