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 doesn't have the implements="false" restriction on this type.
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> </menuContribution> With no commandImages extension I would expect the text to show up, but it doesn't. PW
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 Thread. 3) Is it the intention of this class to just provide an API way to invoke an internal dialog? The dialog itself can't be modified as InternalDialog is where all of the work is done.
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/AbstractStatusAreaProvider.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.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
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.lang.ArrayIndexOutOfBoundsException: 2 at org.eclipse.ui.ide.undo.AbstractResourcesOperation.setTargetResources(AbstractResourcesOperation.java:323) at org.eclipse.ui.ide.undo.AbstractResourcesOperation.<init>(AbstractResourcesOperation.java:71) at org.eclipse.ui.ide.undo.DeleteResourcesOperation.<init>(DeleteResourcesOperation.java:53) at org.eclipse.ui.actions.DeleteResourceAction$4.run(DeleteResourceAction.java:503) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
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 using force flag. More information: Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". java.lang.NullPointerException at org.eclipse.ui.ide.undo.AbstractResourcesOperation.computeCreateStatus(AbstractResourcesOperation.java:164) at org.eclipse.ui.ide.undo.DeleteResourcesOperation.computeUndoableStatus(DeleteResourcesOperation.java:156) at org.eclipse.ui.internal.ide.undo.WorkspaceUndoMonitor.checkOperationHistory(WorkspaceUndoMonitor.java:235) at org.eclipse.ui.internal.ide.undo.WorkspaceUndoMonitor.access$4(WorkspaceUndoMonitor.java:209) at org.eclipse.ui.internal.ide.undo.WorkspaceUndoMonitor$1.resourceChanged(WorkspaceUndoMonitor.java:132) at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:148) at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:311) at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1018) at org.eclipse.core.internal.resources.File.setContents(File.java:363) at org.eclipse.core.internal.resources.File.setContents(File.java:458) at com.fnfr.documents.helpers.DocumentHelper.writeToDocument(DocumentHelper.java:216) at com.fnfr.documents.helpers.DocumentHelper.writeToDocument(DocumentHelper.java:223) at com.fnfr.svt.ui.common.editors.FanfareFormEditor.saveDocumentToFile(FanfareFormEditor.java:979) at com.fnfr.svt.ui.common.editors.FanfareFormEditor$5.doPersistence(FanfareFormEditor.java:810) at com.fnfr.svt.ui.common.interfaces.AbstractPersistenceDelegate.persist(AbstractPersistenceDelegate.java:34) at com.fnfr.svt.ui.common.editors.FanfareFormEditor.managePersistence(FanfareFormEditor.java:935) at com.fnfr.svt.ui.common.editors.FanfareFormEditor.doSave(FanfareFormEditor.java:830) at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:143) at org.eclipse.ui.internal.SaveableHelper$4.run(SaveableHelper.java:266) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:253) at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:148) at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1345) at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3184) at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3197) at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:73) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.fnfr.svt.rcp.Application.runWorkbench(Application.java:144) at com.fnfr.svt.rcp.Application.start(Application.java:132) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
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/ui/ide/undo/CopyResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteResourcesOperation.java"]
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 during status handling !STACK 0 java.lang.NullPointerException at org.eclipse.ui.statushandlers.WorkbenchStatusDialog.prepareImages(WorkbenchStatusDialog.java:478) at org.eclipse.ui.statushandlers.WorkbenchStatusDialog.<init>(WorkbenchStatusDialog.java:463) at org.eclipse.ui.statushandlers.WorkbenchStatusDialog.<init>(WorkbenchStatusDialog.java:499) at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.initStatusDialog(WorkbenchErrorHandler.java:114) at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.getStatusDialog(WorkbenchErrorHandler.java:81) at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.handle(WorkbenchErrorHandler.java:63) at org.eclipse.ui.internal.ide.IDEWorkbenchErrorHandler.handle(IDEWorkbenchErrorHandler.java:93) at org.eclipse.ui.internal.WorkbenchErrorHandlerProxy.handle(WorkbenchErrorHandlerProxy.java:36) at org.eclipse.ui.tests.statushandlers.TestStatusHandler.handle(TestStatusHandler.java:47) at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:181) at org.eclipse.ui.internal.JFaceUtil$3.show(JFaceUtil.java:69) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:67) at org.eclipse.ui.internal.Workbench$46.handle(Workbench.java:1946) at org.eclipse.ui.internal.Workbench$46.access$0(Workbench.java:1945) at org.eclipse.ui.internal.Workbench$48.runWithException(Workbench.java:1936) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3749) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801) at org.eclipse.ui.internal.Workbench$26.runWithException(Workbench.java:1368) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3749) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2283) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2193) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:476) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:471) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:77) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
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 easily defined as a multi-line component with an SWT.MULTI bit.
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 refresh I have to invoke "Configure Contents...", and after pressing OK the view is updated. To reproduce create two resource working sets, make sure different markers are in each, set the Markers views to show only the Window Working Set, and toggle between working sets.
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.java", "bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabContents.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/mask/internal/SWTUtil.java"]
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/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-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 should be used in the default "All Errors" configuration.
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.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerTypeFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/PriorityMarkerFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ProblemsSeverityAndDescriptionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/TypesConfigurationArea.java"]
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.ide/src/org/eclipse/ui/internal/views/markers/MarkerColumnLabelProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerComparator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCompletionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCopyHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCreationTimeField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerDescriptionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerEntry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerIDField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerLocationField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPathField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPreferencesDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPriorityField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerProblemSeverityAndMessageField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerResourceField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSeverityAndDescriptionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSeverityField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSupportInternalUtilities.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSupportItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/FilterConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerSupportConstants.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerGroupingEntry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemFilter.java"]
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.eclipse.core.internal.registry.ConfigurationElementHandle.getContributor(ConfigurationElementHandle.java:126) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getNamespace(ConfigurationElementHandle.java:117) at org.eclipse.ui.internal.preferences.WorkbenchPreferenceExtensionNode.getPluginId(WorkbenchPreferenceExtensionNode.java:195) at org.eclipse.ui.activities.WorkbenchActivityHelper.createUnifiedId(WorkbenchActivityHelper.java:180) at org.eclipse.ui.activities.WorkbenchActivityHelper.getIdentifier(WorkbenchActivityHelper.java:57) at org.eclipse.ui.activities.WorkbenchActivityHelper.allowUseOf(WorkbenchActivityHelper.java:104) at org.eclipse.ui.activities.WorkbenchActivityHelper.restrictUseOf(WorkbenchActivityHelper.java:122) at org.eclipse.ui.internal.preferences.WorkbenchPreferenceExpressionNode.getNodeExpression(WorkbenchPreferenceExpressionNode.java:83) at org.eclipse.ui.internal.preferences.WorkbenchPreferenceExpressionNode.findSubNode(WorkbenchPreferenceExpressionNode.java:45) at org.eclipse.jface.preference.PreferenceManager.find(PreferenceManager.java:166) at org.eclipse.jface.preference.PreferenceManager.find(PreferenceManager.java:147) at org.eclipse.ui.tests.dynamicplugins.PreferencePageTests.testPreferences(PreferencePageTests.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:118) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3749) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2195) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:475) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:470) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:52) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
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.java"]
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.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.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.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.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.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.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.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.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.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
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 encountered during text search. !SUBENTRY 1 org.eclipse.search 4 2 2006-03-28 12:38:47.341 !MESSAGE File 'org.eclipse.core.resources/ant_tasks/resources-ant.jar' has been skipped, problem while reading: ('Resource is out of sync wi th the file system: /org.eclipse.core.resources/ant_tasks/resources-ant.jar.'). !STACK 1 org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: /org.eclipse.core.resources/ant_tasks/r esources-ant.jar. at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:606) at org.eclipse.core.internal.resources.File.getContents(File.java:290) at org.eclipse.core.internal.resources.File.getContents(File.java:279) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getInputStream(FileCharSequenceProvider.java:282) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.initializeReader(FileCharSequenceProvider.java:27 6) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.reset(FileCharSequenceProvider.java:268) at org.eclipse.search.internal.core.text.FileCharSequenceProvider.newCharSequence(FileCharSequenceProvider.java:40) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:216) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:155) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:140) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:149) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:54) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:93) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:89) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) !SUBENTRY 2 org.eclipse.core.resources 4 274 2006-03-28 12:38:47.341 !MESSAGE Resource is out of sync with the file system: /org.eclipse.core.resources/ant_tasks/resources-ant.jar.
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.2 IBM J9 2.2 Windows XP x86-32 j9n142-20040915 (JIT enabled) J9VM - 20040914_1123_lHdSMR JIT - r7_level20040912_1800 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -debug -data \eclipse\target\head\plugins\ -showlocation -consoleLog -console !ENTRY org.eclipse.osgi 2005-02-02 09:57:00.140 !MESSAGE An unexpected runtime error has occurred. !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.registry.WorkingSetRegistry.getDescriptorsForNamespace(WorkingSetRegistry.java:124) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:485) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1182) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) osgi> !ENTRY update@/c:/eclipse/dev/i0201/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/ 0 0 2005-02-02 09:57:00.150 !MESSAGE FrameworkEvent.ERROR !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.registry.WorkingSetRegistry.getDescriptorsForNamespace(WorkingSetRegistry.java:124) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:485) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1182) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104)
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 the chance of running and cause this error. I guess that the combination of circumstances that causes the viewer to be disposed while the jobs are waiting to run is hard to reproduce, however I think that the jobs should check anyway if the viewer was disposed.
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/org/eclipse/ui/internal/views/markers/MarkerCompletionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCreationTimeField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerDescriptionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerEntry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerIDField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPathField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerProblemSeverityAndMessageField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerResourceField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSeverityAndDescriptionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSupportInternalUtilities.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSupportItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerTypeField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TypeMarkerGroup.java"]
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 providers used the default context (DecorationContext.DEFAULT_CONTEXT). If there were several requests for the same image, all the requests were bundled and the result was only computed once before the result was broadcasted to all viewer. Now, with the new code, each label provider has its own instance of a decoration context. There will be separate computations per context. Even if two viewers want to decorate the same image, each of them will have to compute a DecorationResult The broadcast, however, still goes to all viewers.
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/ui/IDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationResult.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/OverlayCache.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorCacheTest.java"]
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 selected newly added content from the view menu / Show / Tasks submenu, but All Markers view doesn't show any tasks. Playing with various severity selections didn't helped either.
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/ProblemsSeverityAndDescriptionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ProblemsSeverityAndDescriptionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/SeverityAndDescriptionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/SeverityAndDescriptionFieldFilter.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-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/eclipse/ui/internal/contexts/ActiveContextSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerServiceFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/CurrentSelectionSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ISourceProviderService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourceProviderService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchServiceRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/ISourceProviderService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandEnablementTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/WorkbenchWindowSubordinateSourcesTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java"]
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 the directory for new projects.
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.parseInt(Integer.java:497) at org.eclipse.ui.internal.ide.model.ResourceFactory.createElement(ResourceFactory.java:76) at org.eclipse.ui.internal.WorkingSet.restoreWorkingSet(WorkingSet.java:163) at org.eclipse.ui.internal.AbstractWorkingSet.getElementsArray(AbstractWorkingSet.java:151) at org.eclipse.ui.internal.AbstractWorkingSet.getElements(AbstractWorkingSet.java:139) at org.eclipse.mylyn.internal.tasks.ui.workingsets.TaskWorkingSetUpdater.checkElementExistence(TaskWorkingSetUpdater.java:103) at org.eclipse.mylyn.internal.tasks.ui.workingsets.TaskWorkingSetUpdater.add(TaskWorkingSetUpdater.java:95) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:629) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1210) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297) 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.parseInt(Integer.java:497) at org.eclipse.ui.internal.ide.model.ResourceFactory.createElement(ResourceFactory.java:76) at org.eclipse.ui.internal.WorkingSet.restoreWorkingSet(WorkingSet.java:163) at org.eclipse.ui.internal.AbstractWorkingSet.getElementsArray(AbstractWorkingSet.java:151) at org.eclipse.ui.internal.AbstractWorkingSet.getElements(AbstractWorkingSet.java:139) at org.eclipse.mylyn.internal.tasks.ui.workingsets.TaskWorkingSetUpdater.checkElementExistence(TaskWorkingSetUpdater.java:103) at org.eclipse.mylyn.internal.tasks.ui.workingsets.TaskWorkingSetUpdater.add(TaskWorkingSetUpdater.java:95) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:629) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1210) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
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", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java"]
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.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:442) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.widgets.Menu.getItems(Menu.java:832) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:679) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:638) at org.eclipse.ui.internal.menus.WorkbenchMenuService.updateManagers(WorkbenchMenuService.java:332) at org.eclipse.ui.internal.menus.WorkbenchMenuService.access$1(WorkbenchMenuService.java:327) at org.eclipse.ui.internal.menus.WorkbenchMenuService$3.activityManagerChanged(WorkbenchMenuService.java:294) at org.eclipse.ui.internal.activities.AbstractActivityManager.fireActivityManagerChanged(AbstractActivityManager.java:51) at org.eclipse.ui.internal.activities.ProxyActivityManager$1.activityManagerChanged(ProxyActivityManager.java:50) at org.eclipse.ui.internal.activities.AbstractActivityManager.fireActivityManagerChanged(AbstractActivityManager.java:51) at org.eclipse.ui.internal.activities.MutableActivityManager.setEnabledActivityIds(MutableActivityManager.java:535) at org.eclipse.ui.internal.activities.ws.WorkbenchActivitySupport.setEnabledActivityIds(WorkbenchActivitySupport.java:322) at org.eclipse.ui.activities.WorkbenchActivityHelper.enableActivities(WorkbenchActivityHelper.java:156) at org.eclipse.ui.activities.WorkbenchActivityHelper.allow(WorkbenchActivityHelper.java:120) at org.eclipse.ui.activities.WorkbenchActivityHelper.allowUseOf(WorkbenchActivityHelper.java:91) at org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper.processProject(IDEWorkbenchActivityHelper.java:202) at org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$3.resourceChanged(IDEWorkbenchActivityHelper.java:165) at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:148) at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:313) at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1022) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1809) at org.eclipse.team.core.variants.PersistantResourceVariantByteStore.run(PersistantResourceVariantByteStore.java:171) at org.eclipse.team.internal.core.subscribers.DescendantResourceVariantByteStore.run(DescendantResourceVariantByteStore.java:181) at org.eclipse.team.core.variants.ResourceVariantTree.collectChanges(ResourceVariantTree.java:110) at org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.collectChanges(CVSResourceVariantTree.java:87) at org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:90) at org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.refresh(CVSResourceVariantTree.java:334) at org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:54) at org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:162) at org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:126) at org.eclipse.team.core.subscribers.Subscriber.refresh(Subscriber.java:465) at org.eclipse.team.internal.ccvs.core.CVSWorkspaceSubscriber.refreshWithContentFetch(CVSWorkspaceSubscriber.java:434) at org.eclipse.team.internal.ccvs.ui.mappings.WorkspaceSubscriberContext.refresh(WorkspaceSubscriberContext.java:305) at org.eclipse.team.core.mapping.provider.SynchronizationContext.refresh(SynchronizationContext.java:109) at org.eclipse.team.internal.ui.synchronize.RefreshModelParticipantJob.doRefresh(RefreshModelParticipantJob.java:68) at org.eclipse.team.internal.ui.synchronize.RefreshParticipantJob.run(RefreshParticipantJob.java:309) at org.eclipse.team.internal.ui.synchronize.RefreshModelParticipantJob.run(RefreshModelParticipantJob.java:116) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
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(JFaceColors.getActiveHyperlinkText(parent.getDisplay())); Text t2 = new Text(parent, SWT.NULL); t2.setText("A string in hyperlink color"); t2.setForeground(JFaceColors.getHyperlinkText(parent.getDisplay())); Text t3 = new Text(parent, SWT.NULL); t3.setText("A string in error color"); t3.setForeground(JFaceColors.getErrorText(parent.getDisplay())); Problem 1. Colors do not match those displayed in preferences. Set high contrast mode in XP using settings/control panel/ accessibility Start Eclipse and create a plugin with a view containing the lines above. Start a new runtime workbench Note that the hyper link colors are both shades of blue. (see screenshot). Now open the preference page General/Appearance/Colors and Fonts The hyperlink colors show up as being white. (see screenshot). There is an inconsistency between the preference page which shows a usable color (white) and the results returned from JFaceColors which return hard to read colors. Problem 2. This is closely related to problem 1. Go to the color and fonts preference page again. Change the active hyperlink color (currently showing as white) to green, then press the restore defaults button. The active hyperlink color now shows as being dark blue. I think that I have also seen a bug where the preferences did not persist but I can't reproduce that one so I will leave that out of the scope of this bug report.
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 = getViewer().getTree().getItems(); int treeHeight = getViewer().getTree().getBounds().height; int numVisibleItems = treeHeight / getViewer().getTree().getItemHeight(); long stopTime = SOFT_MAX_EXPAND_TIME + System.currentTimeMillis(); if (items.length > 0 && recursiveExpand(items, monitor, stopTime, new int[] { numVisibleItems })) { return Status.CANCEL_STATUS; } // enabled toolbar - there is text to clear // and the list is currently being filtered updateToolbar(true); It looks like updateToolbar(true) is not getting called if the stopTime is reached. This means that the clear icon does not show up, which is confusing. I moved the updateToolbar(true) call above the expansion stuff and things worked as expected, because code below this will remove the icon when the text gets cleared.
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.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSwitcher.java"]
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. Status Dialog is ugly. I think it would be nice, if the details were displayed as sections (like in compiler->errors/warnings preference page).
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.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStatusAreaProvider.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.java"]
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/observable/Observables.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/UnmodifiableObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/observable/UnmodifiableObservableValueTest.java"]
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 subclassed by the clients.
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.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/SafeRunnableErrorTest.java"]
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 then the cursor is repositioned as expected. You could reproduce it by using the Tasks view. I guess the following code in TreeViewerImpl and TableViewerImpl is responsible for this behaviour: -------------------- snip -------------------------- private void activateCellEditor() { ... mouseListener = new MouseAdapter() { public void mouseDown(MouseEvent e) { // time wrap? // check for expiration of doubleClickTime if (e.time <= doubleClickExpirationTime) { control.removeMouseListener(mouseListener); cancelEditing(); handleDoubleClickEvent(); } else if (mouseListener != null) { control.removeMouseListener(mouseListener); } } }; control.addMouseListener(mouseListener); ... } -------------------- snap -------------------------- So clicking the second time within the doubleClickExpirationTime cancels editing. Is it possible to add a flag to disable this behaviour, or to remove it completely?
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.UISynchronizer.asyncExec(UISynchronizer.java: 106) at org.eclipse.swt.widgets.Display.asyncExec(Display.java:645) at org.eclipse.ui.internal.LockToolBarAction.<init>(LockToolBarAction.ja va:47) at org.eclipse.ui.actions.ActionFactory$22.create(ActionFactory.java:594 ) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeActions(Workbe nchActionBuilder.java:1142) at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarA dvisor.java:147) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(Wor kbenchActionBuilder.java:360) at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindo w.java:3296) at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:3 77) at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1 730) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1729) at org.eclipse.ui.internal.Workbench$18.runWithException(Workbench.java: 1011) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3737) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvi sor.java:801) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java: 1352) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3737) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2314) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2224) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:476) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja va:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:471) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEAppli cation.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) C:\sdk20080219\eclipse>eclipsec 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.UISynchronizer.asyncExec(UISynchronizer.java: 106) at org.eclipse.swt.widgets.Display.asyncExec(Display.java:645) at org.eclipse.ui.internal.LockToolBarAction.<init>(LockToolBarAction.ja va:47) at org.eclipse.ui.actions.ActionFactory$22.create(ActionFactory.java:594 ) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeActions(Workbe nchActionBuilder.java:1142) at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarA dvisor.java:147) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(Wor kbenchActionBuilder.java:360) at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindo w.java:3296) at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:3 77) at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1 730) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1729) at org.eclipse.ui.internal.Workbench$18.runWithException(Workbench.java: 1011) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3737) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvi sor.java:801) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java: 1352) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3737) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2314) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2224) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:476) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja va:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:471) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEAppli cation.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
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 disabled. However, the Job Progress View doesn't disable the Action.
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 includes: * PropertyPageContributorManager - we want to use this to determine if a given object has property pages (in our case it's typically connection profiles, but it could be anything visible in the DSE) public static boolean hasContributors(Object selected) { if (selected == null || !(selected instanceof IAdaptable)) return false; Collection contributors = PropertyPageContributorManager. getManager().getApplicableContributors(selected); return contributors != null && contributors.size() > 0; } * PropertyPageManager and PropertyDialog - these we use with the PropertyPageContributorManager to pop up a dialog with the applicable property pages. We need a handle to the dialog so we can manage it's size and position using mementos. Object selected = getSelectedObject(); if (selected == null || !(selected instanceof IAdaptable)) return; IAdaptable adaptable = (IAdaptable) selected; PropertyPageManager pageManager = new PropertyPageManager(); String title = ConnectivityUIPlugin.getDefault().getResourceString( "properties.dialog"); //$NON-NLS-1$ // load pages for the selection // fill the manager with contributions from the matching contributors PropertyPageContributorManager.getManager().contribute(pageManager, adaptable); PropertyDialog propertyDialog = new PropertyDialog(mViewer.getControl() .getShell(), pageManager, mViewer.getSelection()); propertyDialog.create();
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.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPriorityField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerProblemSeverityAndMessageField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSeverityAndDescriptionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerSupportInternalUtilities.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerField.java"]
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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-15" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-20" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-25" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-45" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-50" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-55" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-60" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-65" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-70" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-75" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-80" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-85" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-90" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-95" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-100" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-105" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163) Exception in thread "Thread-110" 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.Synchronizer.syncExec(Synchronizer.java:160) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4183) at org.eclipse.ui.tests.rcp.util.RCPTestWorkbenchAdvisor$2.run(RCPTestWorkbenchAdvisor.java:163)
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 font perhaps? It was intended that this would be a "small font" originally.)
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/Eclipse", "UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java"]
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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/leaks/ContextEditorPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/leaks/LeakTests.java"]
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. There are two problems here: a) If the project is not in the default location, it should populate the dialog with a new location that is different from the original location (such as c:\temp\Copy of P1). I.e., it should provide reasonable defaults that don't cause the copy to fail. b) The location provided in the dialog should be validated using IWorkspace#validateProjectLocation. The Ok button should be greyed out until a valid location is supplied.
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.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");//$NON-NLS-1$ There are constants for most view id's, for example IPageLayout.ID_RES_NAV, but not for these. This request is to add constants for the new wizard ids in the appropriate location. In addition to new.folder and new.file above, you also need a constant for new.project. There may be others but those are the only ones I found in a search.
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", "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
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 to fix the problem which has been tested to properly show the exception and terminate.
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", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ScopeArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/TypesConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/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-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 plugin.xml - org.eclipse.search.tests
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.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-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() != -1) count++; System.out.println("Input has " + count + " chars."); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } }
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", "UI", "Tests/org/eclipse/ui/tests/keys/KeysTestSuite.java"]
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/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ConfigurationInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java"]
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 menu - close editor junit.framework.AssertionFailedError: Expected: 0, actual: 1 Element 0 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor org.eclipse.ui.internal.expressions.ActivePartExpression#activePart org.eclipse.ui.internal.menus.WorkbenchMenuService$ManagerPopulationRecord#restriction java.util.HashMap$Entry#value java.util.HashMap$Entry[3] java.util.HashMap#table org.eclipse.ui.internal.menus.WorkbenchMenuService#populatedManagers org.eclipse.ui.internal.menus.WorkbenchMenuService$1#this$0 org.eclipse.core.internal.registry.ExtensionRegistry$ListenerInfo#listener java.lang.Object[11] org.eclipse.core.runtime.ListenerList#listeners org.eclipse.core.internal.registry.ExtensionRegistry#listeners org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl#service java.lang.Object[31] java.util.ArrayList#elementData org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl#allPublishedServices org.eclipse.osgi.framework.internal.core.Framework#serviceRegistry org.eclipse.osgi.framework.internal.core.AbstractBundle#framework org.eclipse.osgi.framework.internal.core.BundleLoader#bundle org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader#delegate org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader
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 variable="selection"> and I can't get the <enabledWhen> and the selection to work with a detached view.
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 contribution of context-dependent controls close to useless. To me it looks like an omission.
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.eclipse.swt.SWT.error(SWT.java:3624) at org.eclipse.swt.SWT.error(SWT.java:3595) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:1001) at org.eclipse.ui.menus.CommandContributionItem.update(CommandContributionItem.java:457) at org.eclipse.ui.menus.CommandContributionItem$2.commandChanged(CommandContributionItem.java:289) at org.eclipse.core.commands.Command$1.run(Command.java:510) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.commands.Command.fireCommandChanged(Command.java:505) Perhaps CommandContributionItem$2.commandChanged should create a runnable for Display.exec ?
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() returns false if the menu has generated no concrete menu items (after update). If isVisible is fixed to return true if removeAllWhenShown is true, then a secondary problem occurs: the label for the submenu appears disabled, until clicked on to show the submenu. Suggested fix: In MenuManager.isVisible(), add the following before checking the items: if (removeAllWhenShown) return true; In MenuManager.updateMenuItem(), change: boolean enabled = menu.getItemCount() > 0; to: boolean enabled = removeAllWhenShown || menu.getItemCount() > 0;
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