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
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
87,856 | Bug 87856 [Commands] Last closed editor leaked due to reference by command manager | null | verified fixed | 0d30649 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IExecutionListener.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandManagerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug87856Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandsTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-14T20:17:45Z" | "2005-03-12T12:20:00Z" |
76,768 | Bug 76768 [RCP] [ViewMgmt] [EditorMgmt] Need ability to provide custom save prompt when view implements ISaveablePart | Our RCP applications need the ability to provide an application defined custom dialog when prompting the user to save. This is specific to ViewParts that implement the ISaveablePart interface. Patch to follow. | verified fixed | 81343bb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveablePart2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-14T18:58:03Z" | "2004-10-21T20:20:00Z" |
75,051 | Bug 75051 [ViewMgmt] [EditorMgmt] [Workbench] ClassCastException closing workbench | Using the 3.0.1 GM Build ====================================== I have seen the following ClassCastException quite a few times when closing the workbench: !ENTRY org.eclipse.core.runtime 4 2 Sep 21, 2004 08:52:52.265 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.ru ntime". !STACK 0 java.lang.ClassCastException: org/eclipse/ui/internal/EditorActionBars incompati ble with org/eclipse/ui/internal/ViewActionBars at org.eclipse.ui.internal.ViewFactory.destroyView(Unknown Source) at org.eclipse.ui.internal.ViewFactory.releaseView(Unknown Source) at org.eclipse.ui.internal.Perspective.dispose(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.dispose(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.access$0(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.close(Unknown Source) at org.eclipse.jface.window.WindowManager.close(Unknown Source) at org.eclipse.ui.internal.Workbench$10.run(Unknown Source) at org.eclipse.core.internal.runtime.InternalPlatform.run(Unknown Source ) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.Workbench.busyClose(Unknown Source) at org.eclipse.ui.internal.Workbench.access$8(Unknown Source) at org.eclipse.ui.internal.Workbench$12.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.Workbench.close(Unknown Source) at org.eclipse.ui.internal.Workbench.close(Unknown Source) at org.eclipse.ui.internal.QuitAction.run(Unknown Source) at org.eclipse.jface.action.Action.runWithEvent(Unknown Source) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (Unknown Source) at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Sour ce) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Sourc e) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Sou rce) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:684) at org.eclipse.core.launcher.Main.main(Main.java:668) | verified fixed | 0a3df41 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/ViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-14T16:36:23Z" | "2004-09-26T14:46:40Z" |
84,984 | Bug 84984 [GlobalActions] TextSelectionNavigationLocation holds on IDocument | 20050208 I made a leak test for a search problem and found documents being still being referenced by TextSelectionNavigationLocations that are stored by the navigation history. These documents are not belonging to any connected text buffers anymore | resolved fixed | a6c0489 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-14T15:42:28Z" | "2005-02-11T13:53:20Z" |
87,796 | Bug 87796 [WorkbenchParts] IWorkbenchSite.getShell() returns null / every text-based editor is leaked | null | verified fixed | 719bffa | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T22:00:52Z" | "2005-03-11T16:53:20Z" |
87,826 | Bug 87826 Need to improve image loading in Workbench | The Workbench image loading has several issues 1) The string "icons/full" is all over the place in the UI and should be made a constant 2) This needs to be prepended by /nl 3) The plugin descriptor is still in use to load images. This does not support nl which is required for BIDI support | verified fixed | 8fd0f2b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/LinkedResourceDecorator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ProblemImageProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/NewProjectWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectCapabilitySimpleAddWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/UpdateProjectCapabilityWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WizardStepGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesExportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesImportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkLabelProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkNavigator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/framelist/FrameAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ImageFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigatorActionGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/MarkerUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ExternalProjectImportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemImportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ZipFileExportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ZipFileImportWizard.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", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewResourceWizard.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ImageFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AbstractPreferenceImportExportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportSettingsSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T21:10:17Z" | "2005-03-11T22:26:40Z" |
87,773 | Bug 87773 [Workbench] [Doc] SelectionEnabler.SelectionClass should be internal | 3.1 M5 The nested class SelectionEnabler.SelectionClass is an implementation detail of SelectionEnabler. It was exposed as API in 3.0 without documentation. It should not be API. Need to make package visible, and document this change in the 3.1 migration guide. | verified fixed | 343cea2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SelectionEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T15:30:25Z" | "2005-03-11T16:53:20Z" |
87,772 | Bug 87772 [ViewMgmt] (Javadoc) IViewLayout is not tagged as "not intended to be implemented" | 3.1 M5 IViewLayout is not tagged as "This interface is not intended to be implemented by clients.", but should have been in 3.0. Need to change this and document it as a breaking API change. | verified fixed | fcc60ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IViewLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T15:21:16Z" | "2005-03-11T14:06:40Z" |
87,074 | Bug 87074 [Viewers] TableViewer and SWT.VIRTUAL: ArrayOutOfBoundsException in ConcurrentTableUpdator | [SWT and JFace from Eclipse 3.1 M5a] To reproduce, run the attached code, hit "END" to jump to the end of the table, and start navigating upwards with the up arrow. The first element in the viewable area will be blank; hitting ENTER on it causes the following: java.lang.ArrayIndexOutOfBoundsException: 179 at org.eclipse.jface.viewers.deferred.ConcurrentTableUpdator.updateTable(ConcurrentTableUpdator.java:362) at org.eclipse.jface.viewers.deferred.ConcurrentTableUpdator.checkVisibleRange(ConcurrentTableUpdator.java:289) at org.eclipse.jface.viewers.deferred.BackgroundContentProvider.checkVisibleRange(BackgroundContentProvider.java:442) at org.eclipse.jface.viewers.deferred.DeferredContentProvider.updateElement(DeferredContentProvider.java:198) at org.eclipse.jface.viewers.TableViewer$1.handleEvent(TableViewer.java:105) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:851) at org.eclipse.swt.widgets.Table.checkData(Table.java:195) at org.eclipse.swt.widgets.Table.wmNotifyChild(Table.java:3581) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3553) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:994) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3075) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1493) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3480) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1543) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:173) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3109) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3480) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1543) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:173) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3109) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3480) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:2184) at org.eclipse.swt.widgets.Table.setRedraw(Table.java:2492) at org.eclipse.jface.viewers.TableViewer.inputChanged(TableViewer.java:662) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:248) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1323) at com.sdm.hw.client.swt.tests.DeferredContentProviderTest$1.widgetDefaultSelected(DeferredContentProviderTest.java:99) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:96) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2908) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541) at org.eclipse.jface.window.Window.runEventLoop(Window.java:718) at org.eclipse.jface.window.Window.open(Window.java:696) at com.sdm.hw.client.swt.tests.DeferredContentProviderTest.main(DeferredContentProviderTest.java:67) The code in question: --- package com.sdm.hw.client.swt.tests; import java.util.Comparator; import org.eclipse.jface.viewers.IContentProvider; import org.eclipse.jface.viewers.ILabelProviderListener; import org.eclipse.jface.viewers.ITableLabelProvider; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.jface.viewers.deferred.DeferredContentProvider; import org.eclipse.jface.viewers.deferred.SetModel; import org.eclipse.jface.window.ApplicationWindow; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; /** * Works with JFace 20050215-2100 and later. Won't compile with a version earlier than 20050125-0800. * @author sue */ public class DeferredContentProviderTest extends ApplicationWindow { private static final int HEIGHT = 200; private static final int WIDTH = 400; private class MyTableLabelProvider implements ITableLabelProvider { public void addListener(ILabelProviderListener listener) {} public void dispose() {} public Image getColumnImage(Object element, int columnIndex) { return null; } public String getColumnText(Object element, int columnIndex) { return (String) element; } public boolean isLabelProperty(Object element, String property) { return false; } public void removeListener(ILabelProviderListener listener) {} } private class MyComparator implements Comparator { public int compare(Object o1, Object o2) { int i1 = Integer.parseInt(((String) o1).substring(8)); int i2 = Integer.parseInt(((String) o2).substring(8)); return i1-i2; } } private ITableLabelProvider labelProvider = new MyTableLabelProvider(); private IContentProvider contentProvider = new DeferredContentProvider(new MyComparator()); private SetModel model = new SetModel(); public static void main(String[] args) { System.out.println( "To recreate the ArrayIndexOutOfBounds bug:\n" + "- Press End to navigate to the end of the table\n" + "- Scroll upwards with the arrow keys; the element at the top of the visible area will be blank\n" + "- Press enter on the blank item to call viewer.setInput()\n" + "- Behaviour happens intermittently; scroll up and try a different element if the first one\n" + " doesn't immediately throw the exception."); new DeferredContentProviderTest().open(); } public DeferredContentProviderTest() { super(null); setBlockOnOpen(true); } protected void configureShell(Shell shell) { super.configureShell(shell); shell.setText("Virtual Table test program"); } protected Control createContents(Composite parent) { Table table = new Table(parent, SWT.VIRTUAL); TableColumn column = new TableColumn(table, SWT.NONE); column.setWidth(WIDTH); final TableViewer viewer = new TableViewer(table); viewer.setContentProvider(contentProvider); viewer.setLabelProvider(labelProvider); viewer.setInput(model); String[] string = new String[200]; for (int i=0; i<200; i++) { string[i] = "element#" + i; } model.addAll(string); table.addSelectionListener(new SelectionAdapter() { public void widgetDefaultSelected(SelectionEvent e) { System.out.println("calling viewer.setInput()"); viewer.setInput(model); } }); return table; } protected Point getInitialSize() { return new Point(WIDTH, HEIGHT); } } | verified fixed | 1c21bd8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ConcurrentTableUpdator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/DeferredContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T05:44:05Z" | "2005-03-03T14:26:40Z" |
52,081 | Bug 52081 [ErrorHandling] Maintain some of original exception message | I've noticed now if an Editor is open, and some error occurs and it can not copy, only the message "Editor could not be intialized" is display and nothing written to log. To see this, generate the sample editor plugin, then add (override) the getEditorInput method with something like this: public IEditorInput getEditorInput() { IllegalStateException exception = new IllegalStateException("tests 1"); throw exception; } From what I traced through, seems it would be easy to accumulate exception messages, or "reasons" to display to end user and/or log automatically (which is , I believe, what was done on 2.1 base. Not sure this is really a "Text" issue, but thought it could start there. This may be related to changes in the Job instrastructure ... but from what I traced through, the "lowlevel" exception was passed up correctly from other threads, but then converted to PartInitException at somepoint without maintaining original info. | verified fixed | e2fbd90 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTester.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/PartPropertyProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/EditorWithInputException.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-11T03:12:09Z" | "2004-02-15T07:26:40Z" |
87,468 | Bug 87468 Improve the workbench handling of part exceptions | The current part initialization code does not handle exceptions thrown from views and editors well. This PR requests the following: 1. An exception thrown from any method in a part's API should never put the workbench in an invalid state. 2. IWorkbenchParts must not be added to the workbench page or returned from an IWorkbenchPartReference until they are fully initialized. 3. When logged, all exceptions must include a stack trace. If there is a wrapper exception (CoreException, PartInitException, etc.), the stack trace for the most specific cause must be logged. 4. There should only be one code path for initializing a part. 5. Part exceptions must not open modal dialogs. Exceptions during initialization cause an error part to open, and exceptions during shutdown should be logged without interrupting the user. | verified fixed | e63fb57 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/components/ComponentException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ComponentMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ErrorEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ErrorViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MultiEditorOuterPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/StatusUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/ErrorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewPartToOldWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/StatusPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/NestedContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/newapi/PresentablePartFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/UIJob.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/EditorWithCreateControlsException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/EditorWithDisposeException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/EditorWithInitException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/EditorWithInitRuntimeException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ViewWithCreateControlsException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ViewWithDisposeException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ViewWithInitException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ViewWithInitRuntimeException.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-10T19:38:05Z" | "2005-03-09T03:46:40Z" |
87,662 | Bug 87662 [PropertiesView] NPE in PropertySheetViewer.updateChildrenOf | 3.1 M5 An NPE can occur in PropertySheetViewer.updateChildrenOf if one of the top level items has null data. Although this should never happen, apparently it can (not sure how). Caused by: java.lang.NullPointerException at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:1117) at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:850) at org.eclipse.ui.views.properties.PropertySheetPage.refresh(PropertySheetPage.java:397) at com.rational.clearcase.RSCMService$19.run(RSCMService.java:4459) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) In this last exception, at line 1117, this line in the code reads: item.dispose(); In the code from updateChildrenOf containing 1117 we have: Set set = new HashSet(childItems.length * 2 + 1); for (int i = 0; i < childItems.length; i++) { Object data = childItems[i].getData(); if (data != null) { Object e = data; int ix = children.indexOf(e); if (ix < 0) { // not found removeItem(childItems[i]); } else { // found set.add(e); } } else if (data == null) { // the dummy item.dispose(); <----------------line 1117 } } | resolved fixed | 77df795 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-10T16:20:03Z" | "2005-03-10T15:53:20Z" |
87,632 | Bug 87632 [KeyBindings] Pressing Ctrl+Shift+L twice fails | I20050308-1510 Pressing Ctrl+Shift+L twice fails: Error 2005-03-10 12:52:41.472 The command for the key you pressed failed java.lang.NullPointerException at org.eclipse.ui.internal.commands.KeysPreferencePage.editBinding(KeysPreferencePage.java:1070) at org.eclipse.ui.internal.keys.KeyAssistDialog.editKeyBinding(KeyAssistDialog.java:615) at org.eclipse.ui.internal.keys.KeyAssistDialog.open(KeyAssistDialog.java:718) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.openMultiKeyAssistShell(WorkbenchKeyboard.java:631) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.openKeyAssistDialog(WorkbenchContextSupport.java:590) at org.eclipse.ui.internal.commands.ws.ShowKeyAssistHandler.execute(ShowKeyAssistHandler.java:34) at org.eclipse.ui.internal.commands.ws.WorkbenchWindowHandlerDelegate.run(WorkbenchWindowHandlerDelegate.java:50) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:220) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182) at org.eclipse.ui.internal.commands.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:107) at org.eclipse.core.commands.Command.execute(Command.java:298) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:412) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:691) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:734) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:504) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:447) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:777) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:851) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:879) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:875) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1181) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3121) at org.eclipse.swt.widgets.Table.WM_CHAR(Table.java:3017) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1623) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2525) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1514) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1478) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:297) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:338) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) | verified fixed | d4778a4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-10T15:22:00Z" | "2005-03-10T13:06:40Z" |
82,979 | Bug 82979 [Preferences] Add new working copy API | We should have working copy APIs in the preferences code so preference pages can share "temp" nodes and then commit the changes to the real nodes. | verified fixed | 5d7dd46 | ["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/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/Base64.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/IWorkbenchPreferenceContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/IWorkingCopyManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-08T21:09:14Z" | "2005-01-17T16:40:00Z" |
87,419 | Bug 87419 [Commands] registry: NPE on start-up | The code that went into I20050308-1300 had a bug in BindingPersistence that leads to an NPE on start-up. | verified fixed | aba31b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-08T19:19:38Z" | "2005-03-08T19:26:40Z" |
84,703 | Bug 84703 [C++ getReferences] qualified name segments should use parent's property | CPPASTQualifiedName#toCharArray returns the entire qualified name as a char[], but now getReferences uses a char[] comparison to determine if the IASTNames are the same or not. getReferences on IASTName: mutate below seems to have different behaviour relative to how the names are resolved (starting with qualified name definition or not). Regardless of how they are resolved the behaviour is incorrect now since CPPASTQualifiedName#toCharArray returns the qualified name of the definition. // example code taken from: C++ spec 3.8-5: struct B { void mutate(); }; struct D2 : B { void f(); }; void B::mutate() { // this shouldn't be a reference, but is found when getReferences is done on this IASTName new (this) D2; } void g() { void* p = malloc(sizeof(D2)); B* pb = new (p) D1; pb->mutate(); // this reference is not picked up } | resolved fixed | ea7ac41 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/PerspectiveParameterValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/PerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/ShowPerspectiveHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-08T17:09:23Z" | "2005-02-08T16:26:40Z" |
87,402 | Bug 87402 [KeyBindings] parameters: Unresolved handler conflicts on show view commands | I20040308-0800 If the IParameterValues for the show view command is initialized, it leads to unresolved handler conflicts. This happens because the IParameterValues points at ViewRegistry, which submits a handler in its constructor. This problem can be triggered by open the key assist dialog or the keys preference page. | verified fixed | a6105d2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ViewParameterValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-08T16:35:58Z" | "2005-03-08T16:40:00Z" |
84,446 | Bug 84446 OperationHistory should protect itself better against runtime exceptions | Since clients of the history might rely on getting certain events even if a operation causes runtime exceptions (for example listeners) the history should protect itself better agains runtime exceptions. This envloves: - listeners causing runtime exceptions in the call back - Operation execution causing runtime exceptions. In this case listeners must be informed as well. | verified fixed | c24712c | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ObjectUndoContext.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/OperationHistoryFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-08T04:06:23Z" | "2005-02-04T15:13:20Z" |
87,020 | Bug 87020 [KeyBindings] registry: NPE when starting Eclipse 20050301-1230` | I get the following NPE when trying to start this build !ENTRY org.eclipse.ui 4 0 2005-03-02 19:55:09.432 !MESSAGE The scheme cannot be null !STACK 0 java.lang.NullPointerException: The scheme cannot be null at org.eclipse.jface.bindings.Binding.<init>(Binding.java:190) at org.eclipse.jface.bindings.keys.KeyBinding.<init>(KeyBinding.java:72) at org.eclipse.ui.internal.keys.BindingPersistence.readBindingsFromPreferences(BindingPersistence.java:936) at org.eclipse.ui.internal.keys.BindingPersistence.read(BindingPersistence.java:575) at org.eclipse.ui.internal.keys.BindingService.readRegistryAndPreferences(BindingService.java:114) at org.eclipse.ui.internal.Workbench.init(Workbench.java:850) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1426) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:288) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:338) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:151) 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.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) | verified fixed | 8336431 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-07T23:10:32Z" | "2005-03-02T19:00:00Z" |
67,180 | Bug 67180 [Commands] request: Window > Show View > Other... should have keyboard shortcut | I should be able to bind 'Window > Show View > Other...' to a keyboard shortcut, e.g. Category: Window Name: Show View... default assignment: Alt+Shift+Q, V A command for 'Open Perspective > Other...' is also missing, but that's less severe for me. | verified fixed | cb9dfc6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/ShowViewHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-07T23:04:44Z" | "2004-06-15T09:00:00Z" |
72,285 | Bug 72285 [KeyBindings] registry: Cannot assign keybinding to general views | It seems the views have to do something special to show up on the "Views" keybinding list. It would be nice if all views showed up automatically. Of course then (or even now) there would be so many views that the current level of grouping is not sufficient. | verified fixed | e61bf96 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Category.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IParameter.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IParameterValues.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterValuesException.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Parameterization.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/common/HandleObject.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/internal/commands/util/Util.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/Binding.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManagerEvent.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeyBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.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/commands/CommandManagerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Parameter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/ShowViewHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WorkbenchCommandSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/Bug84763Test.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/BindingManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug36537Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/TestBinding.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/CommandsPerformanceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-07T22:49:55Z" | "2004-08-19T15:40:00Z" |
87,198 | Bug 87198 Unable to create a MessageDialog instance outside of SWT thread | Version: 3.1.0 Build id: I20050301-1230 You used to be able to create an instance of a MessageDialog outside the UI thead so long as open was called from inside the UI thread. It looks like change a change introduced in 1.28 (or thereabouts) of org.eclipse.jface.window.Window has caused this to no longer work. Was this intentional? I can easily update our code to create the dialog in the UI thread. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2849) at org.eclipse.swt.SWT.error(SWT.java:2772) at org.eclipse.swt.SWT.error(SWT.java:2743) at org.eclipse.swt.widgets.Widget.error(Widget.java:393) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:296) at org.eclipse.swt.widgets.Shell.getShell(Shell.java:701) at org.eclipse.jface.window.SameShellProvider.getShell(SameShellProvider.java:42) at org.eclipse.jface.window.Window.getParentShell(Window.java:613) at org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage(IconAndMessageDialog.java:216) at org.eclipse.jface.dialogs.IconAndMessageDialog.getQuestionImage(IconAndMessageDialog.java:202) at org.eclipse.jface.dialogs.MessageDialog.<init>(MessageDialog.java:149) at org.tigris.subversion.subclipse.ui.util.PromptingDialog.confirmOverwrite(PromptingDialog.java:91) at org.tigris.subversion.subclipse.ui.util.PromptingDialog.promptForMultiple(PromptingDialog.java:73) at org.tigris.subversion.subclipse.ui.actions.CheckoutAsProjectAction$1.execute(CheckoutAsProjectAction.java:79) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:98) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1702) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110) at org.tigris.subversion.subclipse.ui.repository.RepositoryManager.run(RepositoryManager.java:366) at org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(SVNAction.java:228) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:111) | resolved fixed | 837d411 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/SameShellProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-07T20:41:30Z" | "2005-03-04T23:46:40Z" |
87,089 | Bug 87089 [Viewers] LabelProvider.getImage is not invoked after the TreeViewer changes introduced on 24/01/2005 | If you compare the versions 1.26 and 1.25 of the method doUpdateItem(Item item, Object element) in org.eclipse.jface.viewers.TreeViewer, you will notice a change in the way the image of the element is calculated. In 1.25, the image of the Element is set in the "buildLabel" method which doesn't have a special treatment for ITableLabelProvider. In 1.26, if the label provider is a ITableLabelProvider, instead of calling ILabelProvider.getImage(Object), the code always invokes ITableLabelProvider.getColunmImage(Object). This change has broken the icons on one of the EMF generated editors (the mapping editor) as the images I will attach here demostrate. | verified fixed | c6c348e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-07T18:57:13Z" | "2005-03-03T17:13:20Z" |
86,948 | Bug 86948 [KeyBindings] error messages fill up my log | Build: I-20050301-1230 So I launch Eclipse on an existing workspace and the log fills up with entries that look like: Error 2005-03-01 16:57:57.860 Defining a key binding with no key sequence has no effect: 'org.eclipse.jdt.debug.ui', 'org.eclipse.jdt.debug.ui.commands.AddExcep tionBreakpoint'. I get double the fun when I launch a runtime workbench as these error messages appear in the log and the console. Should I be alarmed? | verified fixed | ee62a6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-03-02T12:23:25Z" | "2005-03-01T23:33:20Z" |
84,279 | Bug 84279 [KeyBindings] assist: Leaks Shell and EnabledSubmissions | N20050202-0010 For each KeyAssistDialog realized a Shell and 2 EnabledSubmissions are leaked. I believe this is because the dialog does not call IWorkbenchContextSupport.unregisterShell to correspond to the IWorkbenchContextSupport.registerShell call. | verified fixed | 925d60b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-28T20:33:23Z" | "2005-02-02T21:33:20Z" |
86,184 | Bug 86184 [KeyBinding] registry: Missing key binding for paste in emacs scheme | 3.1 M5a 1. start fresh workspace 2. Window > Preferences > General > Keys 3. switch to "Modify" 4. select emacs scheme 5. select "Edit" category 6. select "Paste" command ==> all key bindings are missing, only the binding provided by "Editing Text" is there. This might be caused by the fact that Ctrl+Y is already declared in org.eclipse.ui/plugin.xml for the redo command. | verified fixed | 3ef8db3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-28T18:00:20Z" | "2005-02-22T19:20:00Z" |
86,456 | Bug 86456 [Dialogs] Dialogs open on wrong monitor | null | resolved fixed | db74ea3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PropertyDialogAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-26T00:49:25Z" | "2005-02-24T13:00:00Z" |
86,450 | Bug 86450 [Workbench] timeout messages in log when starting N20050224-0010 | !SESSION 2005-02-24 11:26:59.509 ----------------------------------------------- eclipse.buildId=N20050224-0010 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Framework arguments: -showlocation Command-line arguments: -os linux -ws gtk -arch x86 -showlocation -consolelog -console -data /home/buildmeister/users/mkl/wrk !ENTRY org.eclipse.osgi 2005-02-24 11:26:59.512 !MESSAGE While loading class "org.eclipse.ui.PlatformUI", thread "Framework Event Dispatcher" timed out waiting (5000ms) for thread "main" to finish starting bundle "org.eclipse.ui.workbench". To avoid deadlock, thread "Framework Event Dispatcher" is proceeding but "org.eclipse.ui.PlatformUI" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:103) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:333) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:359) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:94) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:472) at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:594) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) !ENTRY org.eclipse.osgi 2005-02-24 11:27:04.517 !MESSAGE While loading class "org.eclipse.ui.testing.TestableObject", thread "Framework Event Dispatcher" timed out waiting (5000ms) for thread "main" to finish starting bundle "org.eclipse.ui.workbench". To avoid deadlock, thread "Framework Event Dispatcher" is proceeding but "org.eclipse.ui.testing.TestableObject" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:103) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:333) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:359) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:94) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:472) at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:594) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) | resolved fixed | 19f6091 | ["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 | "2005-02-25T20:38:59Z" | "2005-02-24T10:13:20Z" |
86,614 | Bug 86614 Deadlock on startup | 3.1 M5a Starting Eclipse 3.1_M5a *************************** VM Options=-showversion -Xms50M -Xmx350M -Dosgi.clean=true Target Workspace=c:\eclipse\workspaces\Development_2_2\plugins C:\eclipse\drops\3.1_M5a>C:\JavaSDKs\jdk1.4.2_06\bin\java -showversion -Xms50M -Xmx350M -Dosgi.clean=true -cp startup.jar org.eclipse.core.launcher.Main -update -keyring c:\eclipse\.keyring -applicati on org.eclipse.ui.ide.workbench -showlocation -data c:\eclipse\workspaces\Development_2_2\plugins java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b02) Java HotSpot(TM) Client VM (build 1.4.2_06-b02, mixed mode) Full thread dump Java HotSpot(TM) Client VM (1.4.2_06-b02 mixed mode): "Java indexing" daemon prio=4 tid=0x0374a450 nid=0xb20 in Object.wait() [3ccf000..3ccfd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12daaf80> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:345) - locked <0x12daaf80> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Reference Cleaner: 1" prio=7 tid=0x02f08d00 nid=0xf08 in Object.wait() [3c8f000..3c8fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12f58438> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x12f58438> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.resource.ImageCache$ReferenceCleanerThread.run(ImageCache.java:424) "Worker-1" daemon prio=5 tid=0x00a24c18 nid=0x610 in Object.wait() [30ef000..30efd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11c4a670> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:167) - locked <0x11c4a670> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:199) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60) "Worker-0" daemon prio=5 tid=0x00a1fcf8 nid=0x2f0 waiting for monitor entry [30ae000..30afd8c] at org.eclipse.ui.internal.WorkbenchPlugin.getWorkingSetManager(WorkbenchPlugin.java:430) - waiting to lock <0x11ea79c0> (a org.eclipse.ui.internal.WorkbenchPlugin) at org.eclipse.ui.internal.Workbench.getWorkingSetManager(Workbench.java:804) at org.eclipse.debug.internal.ui.views.breakpoints.WorkingSetBreakpointOrganizer.<init>(WorkingSetBreakpointOrganizer.java:39) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:308) at java.lang.Class.newInstance(Class.java:261) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:175) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:139) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerExtension.getOrganizer(BreakpointOrganizerExtension.java:97) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerExtension.addPropertyChangeListener(BreakpointOrganizerExtension.java:116) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager.start(BreakpointOrganizerManager.java:80) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager.<init>(BreakpointOrganizerManager.java:65) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager.getDefault(BreakpointOrganizerManager.java:54) at org.eclipse.debug.internal.ui.DebugUIPlugin.start(DebugUIPlugin.java:403) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:995) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:989) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:327) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:276) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:331) at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:34) at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:726) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:355) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:94) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) - locked <0x130110c0> (a org.eclipse.core.runtime.adaptor.EclipseClassLoader) at org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsUtil.getResourcesForBuildScope(ExternalToolsUtil.java:180) at org.eclipse.ui.externaltools.internal.model.ExternalToolBuilder.doBuildBasedOnScope(ExternalToolBuilder.java:164) at org.eclipse.ui.externaltools.internal.model.ExternalToolBuilder.build(ExternalToolBuilder.java:81) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:138) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:199) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) "Start Level Event Dispatcher" daemon prio=5 tid=0x00a37e70 nid=0xe70 in Object.wait() [302f000..302fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11af0060> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:162) - locked <0x11af0060> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:100) "Framework Event Dispatcher" daemon prio=5 tid=0x00a32d10 nid=0xd64 waiting for monitor entry [2fef000..2fefd8c] at org.eclipse.ui.internal.WorkbenchPlugin.getWorkingSetRegistry(WorkbenchPlugin.java:444) - waiting to lock <0x11ea79c0> (a org.eclipse.ui.internal.WorkbenchPlugin) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:485) - locked <0x13010d00> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1206) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) "Signal Dispatcher" daemon prio=10 tid=0x009c2188 nid=0xb94 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009bfb50 nid=0x974 in Object.wait() [2caf000..2cafd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11af0310> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x11af0310> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009be7d0 nid=0x898 in Object.wait() [2c6f000..2c6fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11af00b0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x11af00b0> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00036090 nid=0xce4 waiting for monitor entry [7e000..7fc3c] at org.eclipse.ui.internal.AbstractWorkingSetManager.addToUpdater(AbstractWorkingSetManager.java:511) - waiting to lock <0x13010d00> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.ui.internal.AbstractWorkingSetManager.internalAddWorkingSet(AbstractWorkingSetManager.java:153) at org.eclipse.ui.internal.AbstractWorkingSetManager.restoreWorkingSetState(AbstractWorkingSetManager.java:338) at org.eclipse.ui.internal.WorkingSetManager.restoreState(WorkingSetManager.java:107) at org.eclipse.ui.internal.WorkbenchPlugin.getWorkingSetManager(WorkbenchPlugin.java:432) - locked <0x11ea79c0> (a org.eclipse.ui.internal.WorkbenchPlugin) at org.eclipse.ui.internal.Workbench.getWorkingSetManager(Workbench.java:804) at org.eclipse.ui.internal.ide.actions.BuildSetMenu.fillMenu(BuildSetMenu.java:100) at org.eclipse.ui.internal.ide.actions.BuildSetMenu.fill(BuildSetMenu.java:87) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:158) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:174) at org.eclipse.ui.internal.WorkbenchWindow.createDefaultContents(WorkbenchWindow.java:810) at org.eclipse.ui.internal.WorkbenchWindowConfigurer.createDefaultContents(WorkbenchWindowConfigurer.java:573) at org.eclipse.ui.application.WorkbenchWindowAdvisor.createWindowContents(WorkbenchWindowAdvisor.java:352) at org.eclipse.ui.internal.WorkbenchWindow.createContents(WorkbenchWindow.java:778) at org.eclipse.jface.window.Window.create(Window.java:375) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1434) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1409) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1312) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1246) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:171) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:711) at org.eclipse.ui.internal.Workbench.init(Workbench.java:918) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1554) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) "VM Thread" prio=5 tid=0x009fb720 nid=0xc50 runnable "VM Periodic Task Thread" prio=10 tid=0x009fc968 nid=0x318 waiting on condition "Suspend Checker Thread" prio=10 tid=0x009c1c40 nid=0xc40 runnable Found one Java-level deadlock: ============================= "main": waiting to lock monitor 0x009bf394 (object 0x13010d00, a org.eclipse.ui.internal.WorkingSetManager), which is held by "Framework Event Dispatcher" "Framework Event Dispatcher": waiting to lock monitor 0x009bf334 (object 0x11ea79c0, a org.eclipse.ui.internal.WorkbenchPlugin), which is held by "main" Java stack information for the threads listed above: =================================================== "main": at org.eclipse.ui.internal.AbstractWorkingSetManager.addToUpdater(AbstractWorkingSetManager.java:511) - waiting to lock <0x13010d00> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.ui.internal.AbstractWorkingSetManager.internalAddWorkingSet(AbstractWorkingSetManager.java:153) at org.eclipse.ui.internal.AbstractWorkingSetManager.restoreWorkingSetState(AbstractWorkingSetManager.java:338) at org.eclipse.ui.internal.WorkingSetManager.restoreState(WorkingSetManager.java:107) at org.eclipse.ui.internal.WorkbenchPlugin.getWorkingSetManager(WorkbenchPlugin.java:432) - locked <0x11ea79c0> (a org.eclipse.ui.internal.WorkbenchPlugin) at org.eclipse.ui.internal.Workbench.getWorkingSetManager(Workbench.java:804) at org.eclipse.ui.internal.ide.actions.BuildSetMenu.fillMenu(BuildSetMenu.java:100) at org.eclipse.ui.internal.ide.actions.BuildSetMenu.fill(BuildSetMenu.java:87) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:625) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:547) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:158) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:174) at org.eclipse.ui.internal.WorkbenchWindow.createDefaultContents(WorkbenchWindow.java:810) at org.eclipse.ui.internal.WorkbenchWindowConfigurer.createDefaultContents(WorkbenchWindowConfigurer.java:573) at org.eclipse.ui.application.WorkbenchWindowAdvisor.createWindowContents(WorkbenchWindowAdvisor.java:352) at org.eclipse.ui.internal.WorkbenchWindow.createContents(WorkbenchWindow.java:778) at org.eclipse.jface.window.Window.create(Window.java:375) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1434) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1409) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1312) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1246) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:171) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:711) at org.eclipse.ui.internal.Workbench.init(Workbench.java:918) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1554) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) "Framework Event Dispatcher": at org.eclipse.ui.internal.WorkbenchPlugin.getWorkingSetRegistry(WorkbenchPlugin.java:444) - waiting to lock <0x11ea79c0> (a org.eclipse.ui.internal.WorkbenchPlugin) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:485) - locked <0x13010d00> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1206) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) Found 1 deadlock. | resolved fixed | cf7f46e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetUpdater.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-25T15:50:25Z" | "2005-02-25T11:13:20Z" |
86,474 | Bug 86474 Widget is disposed in WorkbenchContextSupport.unregisterShell | N20050224-0010 Thanks for fixing the leak in WorkbenchContextSupport. However, there is now a widget is disposed exception in unregisterShell. This can happen if the shell being unregistered is already disposed (which is perfectly legitimate). The test case is to use the Next/Previous editor dialogs (CyclePartAction). | verified fixed | a694733 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-24T15:20:22Z" | "2005-02-24T15:46:40Z" |
86,315 | Bug 86315 UI message classes should sub-class OSGi NLS class | When we converted some of the UI message classes to the new format, we used the tool and made them subclasses of the NLS class in the Runtime project. We have since deprecated this class and moved it to the OSGi project. We need to change the super-class of the following classes to be the OSGi NLS class: - ActivityMessages - IntroMessages - KeyAssistMessages Tod, we can do this when we convert the WorkbenchMessages class to the new format. (note the tools has since been updated to make the super-class the OSGi class) | verified fixed | 4562bf5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IntroMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-23T19:42:56Z" | "2005-02-23T17:33:20Z" |
82,951 | Bug 82951 BIDI:Eclipse editors should be RTL except those that are generally used for typing English text | Tested on Win2K Arabic default locale, Version: 3.1.0 Build id: I20050111-1300 with Arabic Translation Fragments and launched with rtl direction. Generally all editors in the Arabic translated Eclipse must be RTL oriented, except for the following editors will be accepted LTR since they are generally used for typing English text: 1.Java editor 2.Java Visual editor 3.C/C++ editor 4.Make file editor 5.XML editor 6.Properties File editor And the following Views: 1.Console (Java Perspective & C/C++ Perpective) 2.Declaration (Java Perspective) Please take the appropriate action to apply the requested changes. | closed fixed | 9505fcd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-23T18:34:06Z" | "2005-01-17T11:06:40Z" |
82,947 | Bug 82947 [BiDi] Mutli page editors need mixed BIDI support | Tested on Win2K Arabic default locale, Version: 3.1.0 Build id: I20050111-1300 with Arabic Translation Fragments and launched with rtl direction. -Select window>Open perspective>Plug-in development perspective -Create a new Plug-in or fragment or feature project. -Open the generated XML file -Observe that the editor is LTR oriented. The three editors are not displayed RTL. Please provide RTL support for : - Feature manifest editor. - Plug-in manifest editor. - Properties file editor. | closed fixed | 8dda1af | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-23T18:32:36Z" | "2005-01-17T08:20:00Z" |
77,526 | Bug 77526 [BiDi] [WorkbenchLauncher] Workbench startup dialog does not support BIDI | 20041102 If you start up with workbench with -dir rtl the workbench selection dialog will still be shown in left to right. If I switch workspaces within Eclipse the dialog will then render correctly | verified fixed | 6efd313 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "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 | "2005-02-23T15:11:48Z" | "2004-11-02T21:13:20Z" |
86,219 | Bug 86219 Test failures in I20050218-1333 | The Zoom tests have been failing with errors like this: testActivateOtherStack Failure Page should not be zoomed junit.framework.AssertionFailedError: Page should not be zoomed at org.eclipse.ui.tests.zoom.ZoomTestCase.assertZoomed(ZoomTestCase.java:187) at org.eclipse.ui.tests.zoom.ActivateTest.testActivateOtherStack(ActivateTest.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:313) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1611) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1577) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:292) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) | resolved fixed | 7e6ce71 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AbstractTestLogger.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTestLogger.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTestWrapper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/TestResult.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/TestResultFilter.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/TestResults.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/UITestCaseWithResult.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/XmlUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/CreatePartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/PartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/PersistPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/AbstractTestDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DetachedDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorAreaDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorDragSource.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorTabDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ExistingWindowProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/FastViewBarDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/GenerateDragSnapshotAction.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/IWorkbenchWindowProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/TestDragSource.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ViewDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ViewTabDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/WindowDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/WorkbenchWindowDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/AbstractTestLogger.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/AutoTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/AutoTestLogger.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/AutoTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/AutoTestWrapper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/TestResult.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/TestResultFilter.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/TestResults.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/UITestCaseWithResult.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/result/XmlUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-23T00:18:04Z" | "2005-02-23T00:53:20Z" |
80,689 | Bug 80689 [Preferences] API to switch property/preference pages | 20041210 On property pages for projects, I have now a similar structure as in the general preferences. I would also like to offer links and switch to pages. -> Property Page dialog should also get a history | verified fixed | 5475711 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceLinkArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/IWorkbenchPreferenceContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-22T15:17:13Z" | "2004-12-10T14:46:40Z" |
81,333 | Bug 81333 [GlobalActions] "Open Resource" dialog doesn't filters out class files? | Build 20041214-2000 1. Press ctrl+shift+r to open the "Open Resource" dialog. 2. Type the name of a class file in the workspace (for example, "Hello.class"). 3. The dialog does not show the class file, even though it exists. In my case, I did this with a simple "Hello World" program in the default package. Hello.java and Hello.class were in the same directory, but the dialog could only find Hello.java. | verified fixed | 70a1b00 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/GotoResourceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-21T21:14:23Z" | "2004-12-15T22:33:20Z" |
64,496 | Bug 64496 [KeyBindings] preference page: should use Combo.setVisibleItemCount(int) | null | verified fixed | 54c7f0a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-21T18:46:30Z" | "2004-05-28T07:40:00Z" |
85,285 | Bug 85285 [Contributions] ProjectPersistentPropertyTester should work for IResource | In 3.1 M5, we added a ProjectPersistentPropertyTester that could be used for visibility determination of object contributions to ResourceMapping. It would make sens if this could be used for IResource directly as well. This is not important enough to go into M5 but I think it is worthwhile to have it in 3.1. I will attach a patch. | verified fixed | 87ac1a9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-21T14:34:05Z" | "2005-02-15T15:06:40Z" |
85,052 | Bug 85052 [Help][Commands] new IWorkbenchHelpSystem already deprecated | The new IWorkbenchHelpSystem already contains a deprecation - it uses ICommand to create a help listener in createHelpListener. Given that the implementation for this method (taken from the old WorkbenchHelp static class) seems to be bogus would it be sensible to just remove the method from the new interface? Or would it make sense to update the interface to use the new Command class (and provide an implementation for the method that actually does something sensible)? | verified fixed | 887a8dd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/IWorkbenchHelpSystem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-21T14:13:14Z" | "2005-02-11T19:26:40Z" |
85,017 | Bug 85017 [KeyBindings] preference page: Hang in "org/eclipse/swt/internal/gtk/OS._gtk_tree_view_column_cell_get_size" | I20040209-0800, GTK+ 2.4.14, KDE 3.3.1, X.Org 6.8.0, Linux 2.6.10, IBM JRE j9xia32142-20040826 I had the keys preference page open, and tried to select a context for the "when" combo box (bottom of the modify tab). There was no response from the system and repainting stopped. | verified fixed | 8eba0ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-18T15:12:41Z" | "2005-02-11T16:40:00Z" |
79,433 | Bug 79433 [DND] Test failures in DND in I200411231600 | There were test failures in this build, even though the build didn't complete. I'll attach the output. | resolved fixed | 9fb43a5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/DragUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/SwtUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/TestDropLocation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/AbstractTestDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorDragSource.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/TestDragSource.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-18T03:15:04Z" | "2004-11-24T18:13:20Z" |
85,773 | Bug 85773 [presentations] Close icon is wrong in r21 presentation | I20050215-2300 switch to the R21 presentation window > preferences > general > appearance > current presentation > Eclipse 2.1 style > restart eclipse Notice that the icon for the view menu is incorrectly being used as the icon for the close menu. | verified fixed | 6f32cdd | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-17T23:20:42Z" | "2005-02-17T22:40:00Z" |
85,452 | Bug 85452 [IDE] (regression) Backdrop missing when all perspectives closed | I20050215-2300 - close all perspectives - the main page is blank - it should have a backdrop with text and button explaining how to open a perspective | verified fixed | feeafa0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-17T20:05:02Z" | "2005-02-16T16:06:40Z" |
85,409 | Bug 85409 Decorator enablement relies on objectClass | 20040206 The decorator enablement currently relies on the enablement for objectClass being set and filters the decorator if it is not. This should use enabledDefinitions[i].getEnablement().isEnabledFor(element) rather than enabledDefinitions[i].getEnablement().isEnabledForExpression ((OBJECT_CLASS,element) | verified fixed | 407919a | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-16T17:24:18Z" | "2005-02-16T13:20:00Z" |
85,390 | Bug 85390 [Import/Export] Import project does no longer work | Using 3.1 M5 candidate I20050215-2300. I cannot import existing projects into my workspace. Dialog allows me to select a directory but does not display possible projects in it. After a while, browse button works as a refresh and projects list appears but Finish button has no effect... (hopefully Cancel button still works properly). Set severity as critical as it is a serious regression for a milestone. | verified fixed | 0d6cf75 | ["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 | "2005-02-16T17:19:40Z" | "2005-02-16T13:20:00Z" |
79,728 | Bug 79728 [RCP] Browser Example does not support certain JavaScript commands | The RCP Web Browser example does not support several JavaScript commands that open additional web browser windows (see below exsmaple). Is it possible for the RCP Web Browser to execute the below JavaScript "window.open" command and open either a second browser view from within eclipse or another external web browser window using IE or Firefox as normal from eclipse? <script> winprops = 'height=175,width=475,top='+wint+',left='+winl+',scrollbars=no,resizable=no,di rectories=no,toolbar=no,menubar=no,"_blank");'; ChildWin = window.open("working.html","ChildWin",winprops); </script> | verified fixed | 0c31e6a | ["examples/org.eclipse.ui.examples.rcp.browser/src/org/eclipse/ui/examples/rcp/browser/BrowserPlugin.java", "examples/org.eclipse.ui.examples.rcp.browser/src/org/eclipse/ui/examples/rcp/browser/BrowserView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-16T05:47:13Z" | "2004-11-29T23:13:20Z" |
77,486 | Bug 77486 [GlobalActions] Should deprecate IDEActionFactory.REBUILD_PROJECT and REBUILD_ALL | 3.1 M3 These actions no longer appears in the UI, as of 3.0. | verified fixed | 61b0d45 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-16T05:22:08Z" | "2004-11-02T15:40:00Z" |
84,714 | Bug 84714 [About] Layout of About Eclipse Platform Features | In About Eclipse Platform Features dialog details panel shold have fized size. Right now it is proportional and because of this there are lot of unused space when dialog is resized. | verified fixed | 4b6a8e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-16T04:59:53Z" | "2005-02-08T16:26:40Z" |
85,242 | Bug 85242 [Help] Help search combo too prominent | 20050214 The new help search combo on the toolbar is too prominent. The search plugin org.eclipse.search tries to integrate all kind of searches in the search dialog. It feels that the help search sets a wrong example here. What about something more lightweigth? For example on F1 show a window containing a search box. | resolved wontfix | b766748 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-16T04:55:31Z" | "2005-02-15T12:20:00Z" |
85,311 | Bug 85311 [KeyBindings] misc: NPE from KeyBinding preference page | eclipse.buildId=I20050215-1200 java.version=1.4.2_05 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Framework arguments: -keyring /Users/vikki/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws carbon -arch ppc -keyring /Users/vikki/.eclipse_keyring -consoleLog -showlocation Opened the Window -> Preferences Dialog. Gave focus to the tree on the left. Used the arrow keys to traverse through the tree. Got the following error: java.lang.NullPointerException at org.eclipse.jface.bindings.BindingManager.addReverseLookup(BindingManager.java:91) at org.eclipse.jface.bindings.BindingManager.computeBindings(BindingManager.java:549) at org.eclipse.jface.bindings.BindingManager.getActiveBindingsDisregardingContext(BindingManager.java: 853) at org.eclipse.jface.bindings.BindingManager.getActiveBindingsDisregardingContextFlat(BindingManager.j ava:874) at org.eclipse.ui.internal.commands.KeysPreferencePage.updateViewTab(KeysPreferencePage.java:2204) at org.eclipse.ui.internal.commands.KeysPreferencePage.update(KeysPreferencePage.java:1908) at org.eclipse.ui.internal.commands.KeysPreferencePage.setVisible(KeysPreferencePage.java:1894) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1194) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.showPage(WorkbenchPreferenceDialog.java: 682) at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:628) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:681) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:679) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:950) at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:970) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:231) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:226) at org.eclipse.jface.util.OpenStrategy$4.run(OpenStrategy.java:384) at org.eclipse.swt.widgets.Display.runTimers(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2531) at org.eclipse.jface.window.Window.runEventLoop(Window.java:718) at org.eclipse.jface.window.Window.open(Window.java:696) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66) at org.eclipse.jface.action.Action.runWithEvent(Action.java:1003) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java: 557) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:507) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:421) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1237) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1261) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1246) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1094) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2903) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2571) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1612) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871) | verified fixed | 984df4e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-15T20:49:09Z" | "2005-02-15T20:40:00Z" |
85,306 | Bug 85306 Poor wording of verbose mode preference | Build I20050215-0800 The progress view shows the following option in its preference dialog: "Verbose modes will show all of the system jobs in the progress view" Problems: 1) "modes" should not be plural 2) We don't use the terminology "job" in the UI (we usually call them background tasks) 3) This mode will show both system jobs and sleeping jobs 4) The phrase "in the progress view" is redundant, since this is the progress view preference dialog. I have changed the wording to: "Show sleeping and system tasks" | verified fixed | f484bf6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobsViewPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-15T18:34:38Z" | "2005-02-15T17:53:20Z" |
85,169 | Bug 85169 [Commands] errors: Not enough context in error message | Build: I20050214-0927 I found this message in my log after starting this build: !ENTRY org.eclipse.jface 4 0 2005-02-14 13:05:34.971 !MESSAGE The command is undefined What command? This error message needs more information. This message comes from ExternalActionManager#isActive. | verified fixed | 397276d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-15T16:39:46Z" | "2005-02-14T19:40:00Z" |
84,912 | Bug 84912 [KeyBindings] performance: Lots of garbage when editor gains/loses focus | build i0208 Not sure where to enter this report. Adding Tod and John to CC as they will be involve in performance work this release. I have the Platform/UI heap usage plug-in installed. I notice that when I switch focus from the editor to a view (e.g. Outline), the heap usage increases by a meg or 2. Putting focus back to the editor does the same. This happens with both the text editor and more prominatly with the Java editor. It doesn't matter if the view is docked or is a fast view. | verified fixed | b6cdf88 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/CommandsPerformanceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-14T22:36:27Z" | "2005-02-10T15:40:00Z" |
84,112 | Bug 84112 Preferences Dialog clean up | from build I20050126 the following issues need to be checked for the preferences dialog - more margin in content area on left - there should be a few more pixels on the left hand side of the Bold banner text on top - align clear button + text + icons on far right - square off the content area (i.e. no CTabFolder corners) - try adding a separator under title in pref. page | verified fixed | 310e7fc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-12T02:12:49Z" | "2005-02-01T03:53:20Z" |
61,838 | Bug 61838 [Dialogs] Clean dialog should remember "build immediately" setting | I like the recent changes to the build menu/dialogs. Thanks. However, shouldn't clean the dialog remember that I unchecked "Start a build immediately" the previous 999 times I said Clean? I'll admit this is unlikely to be a common scenario, but odds are if something causes you to do it once, you'll want to do it again and your choice should be preserved across invocations. To reproduce: Select Project->Clean... In the Clean? dialog, uncheck "start a build immediately" Select Project->Clean... "start a build immediately" is checked again | verified fixed | 141ebc7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-11T20:26:08Z" | "2004-05-12T00:00:00Z" |
84,990 | Bug 84990 [Viewers] Label images in TableViewer are not updated | null | verified fixed | 6f01e16 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-11T18:48:09Z" | "2005-02-11T13:53:20Z" |
84,713 | Bug 84713 [Import/Export] Project import searches all files takes too long | Build id: I20050202-0800 - File > Import > Existing Project into Workspace > Browse - now choose a folder for another (large) workspace. - note that all files in that folder are searched to find projects. - but since this is the root for a number of projects it would seem that it should only search at the top level for projects and not go deep into the file system | verified fixed | c5b53db | ["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 | "2005-02-09T22:00:28Z" | "2005-02-08T16:26:40Z" |
84,586 | Bug 84586 Launch doesn't wait for build if launching while "cleaning" before build | If I launch from the Java perspective while a build is in progress, and then switch to the debug perspective, no dummy launch appears (although the progress view shows a pending launch). | verified fixed | 2a5f7c3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-09T21:54:06Z" | "2005-02-07T18:13:20Z" |
84,252 | Bug 84252 [ActivityMgmt] Allow preference page to be a plugable component | The activity preference page should not be hardcoded. We should provide a default page in the IDE that can be replaced by other products. It should be sufficient for us to define the preference page in the SDK plugin along with the activities. | verified fixed | 5dd21f6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivitiesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-09T18:15:13Z" | "2005-02-02T18:46:40Z" |
84,787 | Bug 84787 [Preferences] the preferencePage extension point does not support IExecutableExtension | We're checking for the class attribute in PreferencePageRegistry reader and if it's null we're discarding the extension. IExecutableExtension allows for omission of the attribute in favour of a nested "class" element. PreferencePages which attempt to utilize this feature are being tossed. This likely affects other workbench components that check to ensure a class attribute. I need this addressed for my activities work. I'll fix it up. | verified fixed | aaf1398 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PreferencePageRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PropertyPagesRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/RegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-09T16:10:43Z" | "2005-02-09T14:40:00Z" |
84,578 | Bug 84578 [Import/Export] Cannot import tar files with 8-bit filenames | On importing .tar.gz, the file is treated as a zip-file and produces a "Source file is not a valid Zip-file"-error message. This happens for all .tar.gz-files. | verified fixed | 5fc340a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-09T03:42:56Z" | "2005-02-07T15:26:40Z" |
84,573 | Bug 84573 Copy/Paste Problems with nightly build (20040207) | I am doing some testing with the nightly build (20040207) and I was copy some text from a Java editor to the launch configuration dialog. When I tried to paste the text into the dialog, it was pasted back into the editor. This could be an SWT problem but Tod felt that it may also be related to the Command rework so I'm giving it to UI to start with. | verified fixed | 1557d75 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeyStroke.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandManagerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/LegacyHandlerWrapper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/CommandsPerformanceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/UIPerformanceTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-08T10:00:17Z" | "2005-02-07T15:26:40Z" |
45,248 | Bug 45248 [ViewMgmt] need a way for views to override save action | null | verified fixed | 65e3d05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-07T21:55:34Z" | "2003-10-21T01:33:20Z" |
84,235 | Bug 84235 [MPE] MultiPageEditorPart always inserts pages at the end | Build: any In MultiPageEditorPart, as far as I can see, there is no way (API) to insert a page at the index of my choice. addPage(Control) always inserts the page at the end. In the PDE editors, especially with the extensive bundle tooling coming up, we need to insert pages anywhere we want. We need something like addPage(int index, Control control) The current product configuration editor desperately needs this dynamic addition/removal of pages. Here is my temporary hack: if I want to replace the page at index i with another page, I first remove pages from index i to (number of pages -1) then I insert the new page at index i and re-add the other pages that follow. | verified fixed | 485c35d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-07T21:08:42Z" | "2005-02-02T16:00:00Z" |
84,590 | Bug 84590 Important case not handle in my previous ResourceMapping patch | I have found a case that I didn't propery handle in the patch submitted on Friday. Basically, the CVS operations do not appear on Java projects! I have created a patch that corrects the problem along with a test case for it. I will attach both. | verified fixed | c25b304 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyResourceSupport.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-07T18:58:15Z" | "2005-02-07T18:13:20Z" |
84,325 | Bug 84325 [Import/Export] ClassCastException in WizardResourceImportPage | if the user tries to set an existent file as destinationFolder, the method getSpecifiedContainer() doesn't check if it's a Folder or not and then throws an ClassCastException. No message is showed to explain that specified path is not valid (and why). The result of "Import ..."/"file system" into an existent file is: (stored inside the log) java.lang.ClassCastException at org.eclipse.ui.dialogs.WizardResourceImportPage.getSpecifiedContainer(WizardResourceImportPage.java:302) at org.eclipse.ui.wizards.datatransfer.WizardFileSystemResourceImportPage1.sourceConflictsWithDestination(WizardFileSystemResourceImportPage1.java:906) at org.eclipse.ui.wizards.datatransfer.WizardFileSystemResourceImportPage1.validateSourceGroup(WizardFileSystemResourceImportPage1.java:886) at org.eclipse.ui.dialogs.WizardDataTransferPage.determinePageCompletion(WizardDataTransferPage.java:165) at org.eclipse.ui.dialogs.WizardResourceImportPage.determinePageCompletion(WizardResourceImportPage.java:509) at org.eclipse.ui.dialogs.WizardResourceImportPage.updateWidgetEnablements(WizardResourceImportPage.java:420) at org.eclipse.ui.wizards.datatransfer.WizardFileSystemResourceImportPage1.updateWidgetEnablements(WizardFileSystemResourceImportPage1.java:872) at org.eclipse.ui.dialogs.WizardResourceImportPage$1.checkStateChanged(WizardResourceImportPage.java:196) at org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup$4.run(ResourceTreeAndListGroup.java:634) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.notifyCheckStateChangeListeners(ResourceTreeAndListGroup.java:632) at org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup$1.run(ResourceTreeAndListGroup.java:167) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.checkStateChanged(ResourceTreeAndListGroup.java:160) at org.eclipse.jface.viewers.CheckboxTableViewer$1.run(CheckboxTableViewer.java:175) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.CheckboxTableViewer.fireCheckStateChanged(CheckboxTableViewer.java:173) at org.eclipse.jface.viewers.CheckboxTableViewer.handleSelect(CheckboxTableViewer.java:256) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:718) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:180) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:175) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:324) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:145) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:166) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) | verified fixed | aace162 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardResourceImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-07T16:31:43Z" | "2005-02-03T14:13:20Z" |
84,437 | Bug 84437 [Contributions] Patch for adding ResourceMapping support to object contributions | I have modifed the UI to support object contributions on resource mappings. I will attach the patches for workbench, ide and tests. It would be nice if we could have these in for the next integration build so we could also release the changes for CVS. | verified fixed | 1c44287 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/IContributorResourceAdapter2.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/DefaultContributorResourceAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyResourceSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-04T19:04:29Z" | "2005-02-04T15:13:20Z" |
84,313 | Bug 84313 [Viewers] TableViewer in conjunction with SWT.VIRTUAL throws exception when updating with less elements | I created a snippet using a singlecolumn table with a tableviewer. Internaly I use an ArrayList for my table rows. While adding+viewer.refresh() works fine, removing or filter is causing an exception. This only happens in conjunction with a SWT.VIRTUAL table. (Test on 3.1M4) | verified fixed | 8a90f73 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/VirtualTableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-04T14:47:31Z" | "2005-02-03T11:26:40Z" |
84,168 | Bug 84168 Unknown extension tag found: keywordReference | I20050201-0800 Open the preferences Plugin org.eclipse.ui.ide, extension org.eclipse.ui.preferencePages Unknown extension tag found: keywordReference | verified fixed | 874f824 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PreferencePageRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-02T21:32:50Z" | "2005-02-01T17:46:40Z" |
60,117 | Bug 60117 [Viewers] Need a DeferredTableContentProvider | eclipse-SDK-I20040427-win32.zip 1. Perform a search & display the results with the flat layout 2. Now sort the results by 'Parent Name'... notice the type names do not come first 2. Switch to the hierarchical layout, then back to the flat - now the type names are first | verified fixed | a20a619 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AcceptAllFilter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IFilter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractConcurrentModel.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractVirtualTable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ChangeQueue.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ConcurrentTableUpdator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/DeferredContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/FastProgressReporter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/IConcurrentModel.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/IConcurrentModelListener.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/IntHashMap.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/SetModel.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TestComparator.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TestLazyModelContentProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/ConcurrentTableTestView.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/LazyDeferredVirtualTableView.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-02T07:12:14Z" | "2004-04-27T15:33:20Z" |
79,113 | Bug 79113 [Progress] NPE in JobInfo.getCondensedDisplayString(). | eclipse.buildId=I200411050810 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US I just noticed these in the log, not sure how I got them. java.lang.NullPointerException at org.eclipse.ui.internal.progress.JobInfo.getCondensedDisplayString (JobInfo.java:360) at org.eclipse.ui.internal.progress.ProgressViewerLabelProvider.getText (ProgressViewerLabelProvider.java:29) at org.eclipse.ui.internal.progress.ProgressViewer$2.paintControl (ProgressViewer.java:191) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:800) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:824) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:810) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3039) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3361) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1502) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2446) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1529) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1500) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) followed by Unhandled event loop exception (with no stacktrace). | verified fixed | 62f626e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-01T19:37:07Z" | "2004-11-19T21:33:20Z" |
83,702 | Bug 83702 [Preferences] PreferencesUtil.createPreferenceDialogOn(...) clarification | I20050125-0800 Javadoc for PreferencesUtil.createPreferenceDialogOn(Shell, ...) says a new dialog is created. This is not the case if the preference dialog is already open (GOOD!). This should be stated in the Javadoc. | verified fixed | 40f5997 | ["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 | "2005-02-01T19:05:34Z" | "2005-01-26T11:46:40Z" |
84,076 | Bug 84076 [Viewers][Progress]Refreshing Variables View blocks UI thread | The deferred tree content manager computes a label for each "fetch children" job as an element's label. In the case of the debugger, this is bad, as it can cause communication with the target. | verified fixed | 92165f0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-01T16:06:37Z" | "2005-01-31T19:33:20Z" |
84,141 | Bug 84141 [Decorators] DecoratorScheduler should not lock UI Thread | 20050125 Currently the DecoratorScheduler locks the UI Thread sometimes while decorations are running. We should remove this lock and use a scheduling rule instead. | verified fixed | ad66ffe | ["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", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTableTreeTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTableTreeView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTableView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTestPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTreeView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/FontDecorator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/ForegroundColorDecorator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-02-01T15:59:56Z" | "2005-02-01T15:00:00Z" |
84,013 | Bug 84013 [javadoc] IWorkbenchPage description of view is incorrect | The javadoc of IWorkbenchPage says: Only one instance of a particular view type may exist within a workbench page, which is invalid since 3.0. | verified fixed | 37a5a45 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-31T01:24:59Z" | "2005-01-31T00:06:40Z" |
84,008 | Bug 84008 [DynamicUI] Keyword extension point needs to be dynamic | The keyword extension point needs a registry that respects dynamic plugin changes. | verified fixed | 1c12ca2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keywords/KeywordRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkbenchPreferenceExtensionNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/KeywordRegistryReader.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPluginsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/KeywordTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-30T20:34:31Z" | "2005-01-30T21:20:00Z" |
83,580 | Bug 83580 [Model] BaseWorkbenchContentProvider class Javadoc is incomplete | The class Javadoc for BaseWorkbenchContentProvider (plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/BaseWorkbenchContentProvider.java) leaves you hanging. It ends with the phrase, "If subclassed, the following". | verified fixed | e6c901d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/BaseWorkbenchContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-25T16:01:33Z" | "2005-01-24T23:40:00Z" |
83,137 | Bug 83137 [ActivityMgmt] EditorAction contribution ignored if editor is first displayed with capability disabled | - Define an org.eclipse.ui.editorActions extension point in a test plugin. Target a generic editor (ex the Java editor) which is not connected with the test plugin. - Add the test plugin to a new "Test" capability which is disabled by default. - Start runtime. - Ensure that the "Test" capability is disabled. - Perform actions necessary to display the editor. (Make sure that this action does not enable the "Test" capability. Result: added editorAction is not visible (Is this Expected?? I'd prefer that the editorAction was shown as disabled) - Enable "Test" capability. Result: the editorAction is still not visible. Once the capability is enabled, the editorAction should be made available. - Attempt to close and reopen the editor Result: no change. editorAction is still not visible. - Cloase all editors and Shut down and Restart eclipse. - Enable "Test" capability - Perform necessary actions to display the editor. Result: editorAction is visible. It appears that if the editor was first initialized/displayed when the capability was disabled, all editorActions contributions made by the affected plugins will be ignored forever. Even when the capability is enabled the editorActions are not made visible on the toolbar. | verified fixed | aa80961 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-24T15:40:06Z" | "2005-01-18T20:26:40Z" |
62,557 | Bug 62557 [Progress] progress view "verbose" does not retain checkmark | build i0517-1219 - in the progress view use the drop-down menu to "show verbose" - close the view - open the view via double-clicking in the bottom right of the app window - note that the checkmark doesn't appear next to "verbose" in the menu - note that it is showing all jobs - choose "verbose" from the menu - note it reduces the number of jobs shown in the view - choose "verbose" from the menu - note that the checkmark appears | verified fixed | 5227d0f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/ViewPreferencesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobsViewPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-21T21:43:20Z" | "2004-05-17T21:40:00Z" |
83,369 | Bug 83369 [Import/Export] Unused manifest file generation code in ZipFileExporter | null | verified fixed | 33acc22 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ArchiveFileExportOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipFileExporter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-21T13:34:14Z" | "2005-01-21T04:00:00Z" |
82,814 | Bug 82814 [Import/Export] ZipFileExporter and TarFileExporter could use less memory | null | verified fixed | 070f734 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipFileExporter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-21T04:44:02Z" | "2005-01-14T02:33:20Z" |
83,248 | Bug 83248 Warnings in javadoc generation | If you check N20050119-0010/compilelogs/platform.doc.isv.javadoc.txt, you will find that there are a lot of warnings during the javadoc generation of platform plugins. I will attach patches to get rid of them. | closed fixed | e095a33 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISizeProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-20T13:51:36Z" | "2005-01-19T21:26:40Z" |
82,467 | Bug 82467 [Properties] Properties dialog should be searchable | When I opened the properties page on my project (right click > properties) I was surprised to not find a "search" field. Then I realized that I was not in the "preference dialog". The source of the confusion lies in the fact that both properties page and preference page have the same layout, but that now they are differing from each others. I think that for consistency, as well as convenience, it makes sense to have a "search" field in the properties dialog. | verified fixed | 9cec36b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-18T20:38:03Z" | "2005-01-10T15:13:20Z" |
77,840 | Bug 77840 [About] More Info button does nothing if Eclipse installed into location with spaces in path (on Linux) | 1. Install Eclipse into a directory containing spaces in the name (e.g. "/opt/eclipse301\ sdk"). 2. Start Eclipse. 3. Open Help > About > Feature Details and select a feature. 4. Click More Info -- nothing happens. If installed into a directory that does not contain spaces, then this works fine. And works fine on Windows in either case. It's understood that using paths with spaces is not that common in Linux, but it is possible and valid to do so. So this should work in that case... | verified fixed | 4e7901b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-18T19:20:13Z" | "2004-11-04T14:53:20Z" |
83,095 | Bug 83095 [WorkingSets] Working set selection dialog should support specific working sets | The working set selection dialog shold allow to select a specific type of working set. The breakpoints view would benefit from this feature to restrict users to breakpoint working sets when selecting a default breakpoint working set. The Java tooling may also benefit from this feature. | verified fixed | 94efc58 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-18T19:18:47Z" | "2005-01-18T14:53:20Z" |
82,798 | Bug 82798 TableViewer internalRefresh is very slow as of 1.19 | null | verified fixed | 81e9781 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-18T17:33:59Z" | "2005-01-13T21:00:00Z" |
79,916 | Bug 79916 [Viewers] isDisposed check needed in AbstractTreeViewer#internalRemove | null | verified fixed | 53fb887 | ["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 | "2005-01-18T16:57:49Z" | "2004-12-01T19:40:00Z" |
82,240 | Bug 82240 [Viewers] Need a content provider for tables that gets elements lazily | Currently all of our viewers assume that all of the elements are avialble. In the case of a virtual table we also want to be able to load elements as they become visible rather than all at once (common issue for databases). Here are some of the issues 1) Need to setItemCount on the table from the content provider 2) Need a getElements(start,finish) method on the content provider 3) Need to decide how to handle staleness. If there are a million items and the viewer just sits there scrolled to the bottom that is a million TableItems and a million Objects represented. How do we manage memory for this? | verified fixed | 26a611d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TestLazyModelContentProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/VirtualTableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-18T16:28:55Z" | "2005-01-05T15:46:40Z" |
80,608 | Bug 80608 SWT.error does not initialize the causing exception. | SWTException stores the "cause" exception in a public field named "throwable". This prevents access to the causing exception in a standard way, the Exception.getCause method. SWT.error should call initCause to set this up. | resolved fixed | f773697 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-17T18:28:22Z" | "2004-12-09T16:33:20Z" |
82,309 | Bug 82309 [Workbench] Feature request: test for Workbench closing | I shall be grateful if org.eclipse.ui.IWorkbench2 could be created which extends org.eclipse.ui.IWorkbench by adding: isClosing() which is already implemented as org.eclipse.ui.internal.Workbench.isClosing(). (Conceivably, someone else might want isStarting() too.) When a document closes, I need to know if the user explicity closed it (so it won't be automatically opened the next time the Workbench starts) or if it is being closed implicitly as part of the Workbench shutdown (so it will be automatically opened the next time the Workbench starts). Currently, I'm doing this in my EditorPart.dispose(): IWorkbench iworkbench = PlatformUI.getWorkbench(); if (iworkbench instanceof org.eclipse.ui.internal.Workbench) { org.eclipse.ui.internal.Workbench workbench = (org.eclipse.ui.internal.Workbench)iworkbench; if (workbench.isClosing()) { // Document will be opened automatically upon next startup // Keep server lock and keep locally cached document // ... } else { // User closed this editor specifically // Free server lock and discard locally cached document // ... } } else { // dispare! :-) } | verified fixed | b80a0bb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-12T15:40:29Z" | "2005-01-06T11:13:20Z" |
82,617 | Bug 82617 [Dialogs] Clean... dialog sorts projects in diff order than Package Explorer or Navigator | The Clean... dialog listing of projects for cleaning is sorted in a different manner than both the Package Explorer and the Navigator. Threw me at first for finding my project in the list. | verified fixed | ddbc881 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-12T15:21:01Z" | "2005-01-11T21:46:40Z" |
82,605 | Bug 82605 Invalid thread access updating build actions | Build: I20050110 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2827) at org.eclipse.swt.SWT.error(SWT.java:2752) at org.eclipse.swt.SWT.error(SWT.java:2723) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:291) at org.eclipse.swt.widgets.ToolBar.getItemCount(ToolBar.java:431) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:210) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.updateBuildActions(WorkbenchActionBuilder.java:1597) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder$7.resourceChanged(WorkbenchActionBuilder.java:349) at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:283) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1007) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:277) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:151) at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:175) at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:917) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1712) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3549) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:65) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:111) | verified fixed | c9f23ee | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-11T21:23:28Z" | "2005-01-11T21:46:40Z" |
79,180 | Bug 79180 [Viewers] TableViewer virtual manager may not handle programmatic scrolling | VirtualManager has a field currentVisibleIndex which holds the index of the last added item. This in itself is a major design bug since nobody guarantees in any way that items are created sequencially. A test case could easily be constructed in which after causing the creation of the the x first items the table is programatically scrolled to the middle or end jumping over any number of items. getCreatedItems() creates an array of size virtualManager.currentVisibleIndex. This array is ALWAYS smaller by 1 than the actual number of "visible" items. When creating item0 a 0 size array is returned, but 1 item is visible. When creating item1 a 1 size array is returned, but 2 items are visible ... Bug could easily be solved by creating an array of size currentVisibleIndex + 1. Also, shouldn't array copy be used here instead of the loop ? And ... why COPY the array ? ... will it be modified ? ... maybe 2 versions of the method should exist. Marcel | verified fixed | e209ba9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-11T16:21:18Z" | "2004-11-22T13:26:40Z" |
82,496 | Bug 82496 [Preferences] Custom PreferenceNode fails in R3.1 M4 | !ENTRY org.eclipse.core.runtime 4 2 2005-01-10 12:53:50.312 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException: com.ibm.lpex.alef.LpexViewPreferenceNode at org.eclipse.ui.internal.dialogs.GroupedPreferenceLabelProvider.getBackground(GroupedPreferenceLabelProvider.java:55) at org.eclipse.jface.viewers.StructuredViewer$ColorAndFontCollector.setFontsAndColors(StructuredViewer.java:200) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:104) . . . I'm adding PreferenceNodes dynamically to the Workbench preference dialog. R3.1 M4 fails in (at least) GroupedPreferenceLabelProvider#getBackground(), which only expects internal WorkbenchPreferenceNode or WorkbenchPreferenceGroup for their #isHighlighted() method: public Color getBackground(Object element) { boolean highlight = false; if(element instanceof WorkbenchPreferenceNode) highlight = ((WorkbenchPreferenceNode)element).isHighlighted(); else highlight = ((WorkbenchPreferenceGroup)element).isHighlighted(); . . . } Either #isHighlighted() should be part of the regular PreferenceNode, or GroupedPreferenceLabelProvider should survive a regular PreferenceNode... | verified fixed | 3f81373 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/GroupedPreferenceLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-10T20:15:49Z" | "2005-01-10T18:00:00Z" |
61,945 | Bug 61945 [Workbench] refresh local is not backgroundable | in i05111600 When I refresh local a large workspace (70000 files) it takes several minutes but I get only a modla progress dialog. No opportunity to put it in the background. | resolved fixed | f2b5a76 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RefreshAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-07T22:47:04Z" | "2004-05-12T16:40:00Z" |
65,018 | Bug 65018 [Workbench] Close Project operation has no task name | RC1 If I close a couple of projects th dialog comes up but there is no task name ever set so I always get an "operation in progress" message. | verified fixed | 7711092 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-07T22:09:00Z" | "2004-06-01T14:26:40Z" |
81,674 | Bug 81674 [Progress] NPE in JobErrorDialog | 3.1 M4 A background job returned an error, and this NPE occured. 1. Replace > with anothe branch or version 2. expand details (disconnect form network, in my case the repo was not accessible) 3. click the refresh tags button 4. click around, and dismiss the dialog. The error dialog the jogs error dialog opens when the existing modal dialog is closed. Thread [main] (Suspended (exception NullPointerException)) JobErrorDialog(ErrorDialog).toggleDetailsArea() line: 430 JobErrorDialog(ErrorDialog).showDetailsArea() line: 507 JobErrorDialog.refresh() line: 100 JobErrorDialog.initializeBounds() line: 456 JobErrorDialog(Window).create() line: 379 JobErrorDialog(Dialog).create() line: 983 JobErrorDialog(Window).open() line: 685 JobErrorDialog(ErrorDialog).open() line: 274 ErrorNotificationManager.openErrorDialog(String, String, ErrorInfo) line: 171 ErrorNotificationManager.access$2(ErrorNotificationManager, String, String, ErrorInfo) line: 157 ErrorNotificationManager$2.runInUIThread(IProgressMonitor) line: 131 UIJob$1.run() line: 96 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages(boolean) line: 118 Display.runAsyncMessages(boolean) line: 2780 Display.readAndDispatch() line: 2451 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1569 Workbench.runUI() line: 1540 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 285 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 144 IDEApplication.run(Object) line: 102 PlatformActivator$1.run(Object) line: 220 EclipseStarter.run(Object) line: 273 EclipseStarter.run(String[], Runnable) line: 129 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available Method.invoke(Object, Object[]) line: not available Main.basicRun(String[]) line: 185 Main.run(String[]) line: 710 Main.main(String[]) line: 694 | verified fixed | 1490c7a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-07T14:25:03Z" | "2004-12-20T19:13:20Z" |
57,321 | Bug 57321 Remaining build UI items | null | resolved fixed | 883bcd9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-06T22:49:27Z" | "2004-04-02T21:06:40Z" |
80,058 | Bug 80058 [Wizards] Create folder blocked should avoid locking workspace | Version 3.1.M3. - In the Resource perspective, I did a Team/CVS Update on a large Java project and sent it to the background. - I then went into a different project, and tried to create a new directory from the Navigation pane. That action was blocked. Should I not be able to create a new folder at the same time? Thanks, Gary | verified fixed | da0660c | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2005-01-06T16:14:44Z" | "2004-12-02T20:40:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.