issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
timestamp[us, tz=UTC] | report_datetime
timestamp[us, tz=UTC] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
120,727 | Bug 120727 Info text area does not appear in PopupDialog | null | verified fixed | d2634ac | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-13T22:50:52Z | 2005-12-13T21:40:00Z |
120,567 | Bug 120567 [CommonNavigator] Javadoc warnings in 3.2 M4 Test Candidate | 3.2 M4 Test Candidate There are several javadoc warnings in org.eclipse.ui.navigator. These should be fixed for 3.2 M4. Generating reference/api/org/eclipse/ui/navigator/ICommonActionProvider.html... /builds/I200512130010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonActionProvider.java:66: warning - Tag @link: can't find init(IViewPart, StructuredViewer, NavigatorContentService) in org.eclipse.ui.navigator.ICommonActionProvider /builds/I200512130010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonActionProvider.java:66: warning - Tag @link: can't find init(IViewPart, StructuredViewer, NavigatorContentService) in org.eclipse.ui.navigator.ICommonActionProvider /builds/I200512130010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonActionProvider.java:66: warning - Tag @link: can't find init(IViewPart, StructuredViewer, NavigatorContentService) in org.eclipse.ui.navigator.ICommonActionProvider /builds/I200512130010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonActionProvider.java:66: warning - Tag @link: can't find init(IViewPart, StructuredViewer, NavigatorContentService) in org.eclipse.ui.navigator.ICommonActionProvider /builds/I200512130010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java:125: warning - Tag @link: Class or Package not found: POPUP_MENU_ID | resolved fixed | 6ba7787 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonActionProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/ICommonDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-13T21:41:14Z | 2005-12-13T13:20:00Z |
119,494 | Bug 119494 [Workbench] dangerous uses of "new GC(Display)" | null | verified fixed | abb5f9e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.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/ProgressCanvasViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-13T21:40:54Z | 2005-12-06T20:13:20Z |
120,695 | Bug 120695 Need to swap new project png wizard banner file out for M4 | null | verified fixed | 044deb8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-13T21:38:13Z | 2005-12-13T18:53:20Z |
120,532 | Bug 120532 [Markers] SWTError in TaskView on shutdown | I20051212-0010-linux-gtk On shutdown, I got the following exception in the log. I assume TaskView is the "Problems" view. Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:426) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:364) at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1312) at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:415) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:608) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:1631) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1494) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1208) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1289) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1246) at org.eclipse.ui.views.markers.internal.MarkerView$UpdateJob.runInUIThread(MarkerView.java:170) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:156) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:317) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:453) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:261) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:283) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:206) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2061) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:627) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:553) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:744) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:742) at org.eclipse.ui.internal.Workbench.close(Workbench.java:717) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:646) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:630) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:731) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:729) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:726) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:673) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:503) at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:830) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1394) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3698) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5018) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1062) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1344) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2741) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1763) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1727) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:396) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:426) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:364) at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1312) at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:415) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:608) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:1631) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1494) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1208) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1289) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1246) at org.eclipse.ui.views.markers.internal.MarkerView$UpdateJob.runInUIThread(MarkerView.java:170) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:156) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:317) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:453) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:261) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:283) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:206) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2061) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:627) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:553) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:744) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:742) at org.eclipse.ui.internal.Workbench.close(Workbench.java:717) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:646) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:630) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:731) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:729) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:726) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:673) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:503) at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:830) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1394) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3698) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5018) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1062) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1344) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2741) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1763) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1727) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:396) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 43c1bbf | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-13T19:51:17Z | 2005-12-13T10:33:20Z |
120,117 | Bug 120117 [DataBinding] Need to support images in table cells | null | verified fixed | 4ddae88 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/internal/viewers/TableViewerUpdatableCollectionExtended.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TableScenarios.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-10T04:54:47Z | 2005-12-09T17:40:00Z |
59,476 | Bug 59476 [ViewMgmt] [RCP] Should have an app-level preference for whether detached views are supported | build I20040413 Note all RCP apps will want to allow detached views. There should be a hidden preference for this that the app can configure via plugin_customization.ini. Should consider for M9. | verified fixed | e468470 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.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-12-09T22:34:32Z | 2004-04-21T17:53:20Z |
120,168 | Bug 120168 [Field Assist] - should be able to specify character activation subset when auto-activating | ControlContentAdapter (initial release) When there is no triggering keystroke set on a ControlContentAdapter, auto-activation is assumed, and alpha-numerics trigger the auto-activation. It is useful to be able to specify a subset of characters that trigger auto-activation. This is done, for example, by the find/replace dialog RexExProcessor, so that only those characters involving regular expressions will auto-activate the content assist. | verified fixed | 5fba905 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-09T21:01:39Z | 2005-12-09T20:26:40Z |
114,302 | Bug 114302 [EditorMgmt] improve API doc EditorInput#getName should never return null | checked by PartTester#testEditorInput(IEditorInput) | verified fixed | 2fa78cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-09T20:59:25Z | 2005-10-29T18:20:00Z |
120,101 | Bug 120101 [WorkingSets][Graphics] Aggregates should have an icon | They should use the same icon as the action set does. It will need to be copied into workbench. MvM, I'm including you on this just in case the graphics people come through with a new version of the icon - it'll need to be updated in two places now. | verified fixed | c54f56c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-09T14:34:11Z | 2005-12-09T14:53:20Z |
89,250 | Bug 89250 [Viewers] - API Review - LazySortedCollection review comments | There are two unused private methods in LazySortedCollection. setNextUnsorted(...) getEdgeTo(...) Attached is a patch with other javadoc review comments also. | verified fixed | 9b60cf7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-08T23:14:59Z | 2005-03-28T17:13:20Z |
89,773 | Bug 89773 [Viewers] Search keeps showing selection while results still being added | build I20050330-0500 - do a search that will generate many results (refs to PartInitException in my case) - as the results are being added, select one of the first matches, then use the scroll wheel or scroll bar to scroll down and see the results as they come in - it keeps jumping back to show the selection I hope it's not the basic viewer refresh code that's doing this (I don't think so). | verified fixed | e57aabe | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-08T23:06:10Z | 2005-03-31T03:33:20Z |
109,281 | Bug 109281 [Viewers] ContentViewer does not null out input on handleDisposed | While tracking down a possible leak I were calling viewer.setInput(null) when viewer.getInput()!=null but that gave an assert exception because the ContentProvider had been nulled out in handleDisposed(). I suggest you also null out Input to keep the state consistent since the code actually call inputChanged as if input had been nulled out. protected void handleDispose(DisposeEvent event) { if (contentProvider != null) { contentProvider.inputChanged(this, getInput(), null); contentProvider.dispose(); contentProvider = null; input = null; // add this line for consistency } if (labelProvider != null) { labelProvider.removeListener(labelProviderListener); labelProvider.dispose(); labelProvider = null; } } | verified fixed | 0b2e16f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ContentViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-08T22:51:34Z | 2005-09-12T13:00:00Z |
103,299 | Bug 103299 [Markers] Can't copy multiple problems from the problems view | In Solaris and Linux machines I couldn't copy problems from the problems view. | verified fixed | 6e5ced2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-08T21:26:23Z | 2005-07-11T11:06:40Z |
107,271 | Bug 107271 [Preferences] [RCP] FilteredPreferenceDialog should allow history and filtering to be turned off | We have built an Eclipse RCP based application. The application was initially built and shipped on top of Eclipse 3.0. The application uses the standard PropertyDialog provided by the platform. We are in the process of moving to Eclipse 3.1 to pick up a few things from the platform. In the process, we are being forced to pick up this new UI behavior in the property dialog that we don't necessarily want or need. The number of pages that will be contributed to the dialog is probably going to be fairly small. Adding these controls means that our documentation folks are now going to have to document how they work and update screen snapshots. Changes like this to the UI should be made in such a way that they are not forced to be inherited by the RCP applications that are using them. Whether that is by changing the class hierarchy or using some other means doesn't much matter. With the advent of the RCP framework, the "customer base" of the platform UI is potentially much larger than just the IDE and these basic building blocks need to remain stable over time. Please provide a way to turn off these controls in the properties dialog. Even more importantly, please make sure not to make future changes to core user interface functionality that cannot be selectively turned off. These basic building blocks need to be treated much the same as API is within Eclipse. Thanks. | verified fixed | 8ace32e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.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/dialogs/FilteredPreferenceDialog.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/NewWizardNewPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.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-12-08T20:38:42Z | 2005-08-17T20:20:00Z |
119,599 | Bug 119599 [Dialogs] Every PopupDialiog is leaked if PopupDialolg.HOVER_SHELLSTYLE or SWT.ON_TOP is set | I20051206-1200 Every PopupDialiog is leaked if PopupDialolg.HOVER_SHELLSTYLE or SWT.ON_TOP is set. Reason: a deactivate listener is added to the popup shell's parent but is never removed. | verified fixed | a8f2006 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-07T23:35:27Z | 2005-12-07T10:06:40Z |
110,186 | Bug 110186 [IDE] Prompt when clearing executable attribute on folders | null | verified fixed | 8f20cac | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-07T19:02:58Z | 2005-09-21T16:26:40Z |
119,615 | Bug 119615 [PropertiesDialog] Can no longer change read-only property | I20051206-1200 1. open the properties for a file 2. change the read-only property 3. close 4. open the properties dialog again ==> state did not change | verified fixed | 820aee3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-07T15:56:28Z | 2005-12-07T12:53:20Z |
118,845 | Bug 118845 [Import/Export] wizard lists not filtered according to capabilities | I noticed this in 3.2 and wondered if it also existed in 3.1 - it does. 1. Start eclipse SDK with all (both) capabilities enabled, Development and Team. 2. File > Import Notice team stuff in the list, like Team project set 3. Preferences > Capabilities. Disable the Team stuff 4. File > Import BUG: notice the team stuff still in the list. If you were to compare the new wizard before and after disabling the Team stuff notice the Team items no longer appear. | verified fixed | 2fb882c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardActivityFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardActivityFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-07T14:38:01Z | 2005-12-01T15:13:20Z |
119,076 | Bug 119076 [Markers] ArrayStoreException when multiselection in Problems view includes category | null | verified fixed | a107db0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-06T19:20:21Z | 2005-12-02T19:00:00Z |
119,340 | Bug 119340 [PopupDialog] - need constant for horizontal spacing | PopupDialog provides a constant for vertical spacing used in the contents, but not for horizontal spacing. | verified fixed | 705919a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-06T01:09:18Z | 2005-12-06T00:46:40Z |
109,321 | Bug 109321 [Preferences/Properties Dialogs] Using old version of disabled arrow icon | WinXP Preferences and Properties dialogs are using old version of disabled arrow icon. Update with latest version of disabled arrow icon. Will add attachment. | verified fixed | 51a5de5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferencePageHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-05T22:01:11Z | 2005-09-12T18:33:20Z |
110,998 | Bug 110998 [Problems] Remove the working set selection and switch to using global working sets | M2 We need to remove the working sets option in the filter and switch to using the current list of working sets. We should move this to a preference that says only "Use Working Sets" | verified fixed | e4aadc0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-05T15:37:15Z | 2005-09-28T20:40:00Z |
116,306 | Bug 116306 [WorkingSets] views that make use of working sets should use the window set by default | Currently the user has to touch every view they want to use the window working set in. It'd be nice if this happened for free in the SDK - all views could use the window set by default. The problem with this is that non-SDK views will be out of synch with this behaviour. They would require code changes to have consistency with our views. As a result, the SDK should only use this behaviour if it is reasonable to do so. This could be accomplished via preference or other trickery. | verified fixed | b6f02d8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.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-12-05T14:35:50Z | 2005-11-14T20:26:40Z |
119,241 | Bug 119241 [WorkingSets] Failures in N20051204-0010 | null | verified fixed | a681fb3 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-05T13:59:48Z | 2005-12-05T13:40:00Z |
89,664 | Bug 89664 [ActivityMgmt] empty checkbox instead of greyed checked box in capabilities preference page | I20050330 Preferences > General > Capabilities > Advanced > uncheck 'plug-in development' under Development > OK Development is not checked in the Capabilities view. It should have a greyed checkbox like it has under the Advanced dialog. Screenshot attached next. | verified fixed | 43de320 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-03T02:25:19Z | 2005-03-30T19:13:20Z |
114,492 | Bug 114492 [WorkingSets] working sets: edit dialog should not display an error on open | null | verified fixed | 8a3ab26 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-02T18:21:32Z | 2005-11-01T10:13:20Z |
117,925 | Bug 117925 [Intro] Misleading exception message in WelcomeEditor.init() | ... it says it expects an IFileEditorInput, but it actually checks for WelcomeEditorInput. Suggested patch appended. | verified fixed | 595412c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/WelcomeEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-02T18:15:34Z | 2005-11-24T16:33:20Z |
117,390 | Bug 117390 [WorkingSets] Cannot click 'OK' on 'Select Working Set' dialog | If I open the 'Select Working Set' dialog then I cannot click 'OK' to close the dialog as the button is disabled. If I click on any active button then the 'OK' button is then activated; However, I would expect that the 'OK' button be active as soon as the dialog opens (no other dialog has 'OK' initially disabled). This only happens in the JDT 'Select Working Set' dialog. | closed fixed | 6813e00 | ["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-12-02T16:29:20Z | 2005-11-21T21:53:20Z |
78,222 | Bug 78222 [JFace] ModalContext event loop should guard against SWTExceptions | I was generating a patch and clicking Finish on the wizard would not close the wizard even though the patch was created succesfully. It turned out that the problem was that writing to the console caused an error due to word wrap being on. There are two problems here. There was no error message shown to the user and writing to the console should not cause a command to fail. | verified fixed | 1be856b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-01T22:47:33Z | 2004-11-09T19:53:20Z |
85,899 | Bug 85899 [Perspectives] [RCP]Standalone view does not divide space in proper ratio with reference when added to IPageLayout with showTitle parameter false | When a StandaloneView is added to a IPageLayout withaddStandaloneView((String viewId, boolean showTitle, int relationship, float ratio, String refId) method call, it does not divide space in proper ratio with reference part. I attch two screenshots one with showTile set to true and other set to false. In the screenshots the ration to top view is 0.95f. When showTitle is set to true, space is divided between two views properly. But when showTitle is false, the bottom view (in screenshot) get more space then it should. | verified fixed | beb22cd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/EmptyTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-30T19:53:44Z | 2005-02-19T13:33:20Z |
118,674 | Bug 118674 [DataBinding] Deleting an object from a viewer causes null object assertion | An unexpected error has occurred in the application. You may be able to continue working with reduced functionality. Version: 1.0.1 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; org.eclipse.jface.util.Assert.isNotNull(Assert.java:149) org.eclipse.jface.util.Assert.isNotNull(Assert.java:125) org.eclipse.jface.viewers.StructuredViewer.assertElementsNotNull(StructuredViewer.java:545) org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:849) org.eclipse.jface.viewers.TableViewer.getRawChildren(TableViewer.java:1086) org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:790) org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:905) org.eclipse.jface.viewers.TableViewer.internalRefreshAll(TableViewer.java:798) org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:748) org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:737) org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1264) org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1201) org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1262) org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1221) org.eclipse.jface.databinding.internal.viewers.TableViewerUpdatableCollection.internalAddElement(TableViewerUpdatableCollection.java:75) org.eclipse.jface.databinding.internal.viewers.TableViewerUpdatableCollection.access$1(TableViewerUpdatableCollection.java:70) org.eclipse.jface.databinding.internal.viewers.TableViewerUpdatableCollection$4.run(TableViewerUpdatableCollection.java:115) org.eclipse.jface.databinding.internal.swt.AsyncRunnable.runOn(AsyncRunnable.java:26) org.eclipse.jface.databinding.internal.viewers.TableViewerUpdatableCollection.setElement(TableViewerUpdatableCollection.java:119) org.eclipse.jface.databinding.internal.CollectionBinding.update(CollectionBinding.java:123) org.eclipse.jface.databinding.internal.CollectionBinding.handleChange(CollectionBinding.java:95) org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:61) org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:48) org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:44) org.eclipse.jface.databinding.internal.NestedUpdatableCollection.access$1(NestedUpdatableCollection.java:1) org.eclipse.jface.databinding.internal.NestedUpdatableCollection$1.handleChange(NestedUpdatableCollection.java:35) org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:61) org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:48) org.eclipse.jface.databinding.internal.beans.JavaBeanUpdatableCollection.access$6(JavaBeanUpdatableCollection.java:1) org.eclipse.jface.databinding.internal.beans.JavaBeanUpdatableCollection$1.propertyChange(JavaBeanUpdatableCollection.java:48) java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) com.tpc.ipartner.model.ModelObject.firePropertyChange(ModelObject.java:46) com.tpc.ipartner.model.ShowPerson.removeGiftCertificate(ShowPerson.java:819) com.tpc.ipartner.show.editors.pages.customer.tabs.giftcertificate.GiftCertificateTableRemoveHandler.removeObject(GiftCertificateTableRemoveHandler.java:20) com.tpc.custom.controls.table.AbstractRemoveButtonHandler.mouseClickProceed(AbstractRemoveButtonHandler.java:33) com.tpc.custom.controls.table.AbstractButtonHandler.mouseClick(AbstractButtonHandler.java:86) com.tpc.custom.controls.table.AbstractButtonHandler.mouseUp(AbstractButtonHandler.java:79) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) com.tpc.ipartner.BaseApplication.run(BaseApplication.java:31) org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) org.eclipse.core.launcher.Main.basicRun(Main.java:278) org.eclipse.core.launcher.Main.run(Main.java:973) org.eclipse.core.launcher.Main.main(Main.java:948) The problem appears to be at: org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:44) Here is a patch that fixes the problem: Index: Updatable.java =================================================================== RCS file: /home/eclipse/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/Updatable.java,v retrieving revision 1.5 diff -u -r1.5 Updatable.java --- Updatable.java 19 Nov 2005 05:06:36 -0000 1.5 +++ Updatable.java 30 Nov 2005 17:16:29 -0000 @@ -41,7 +41,7 @@ protected ChangeEvent fireChangeEvent(int changeType, Object oldValue, Object newValue) { - return fireChangeEvent(changeType, oldValue, newValue, 0); + return fireChangeEvent(changeType, oldValue, newValue, -1); // FIXME: djo We came from a collection delete event; we don't know the position } protected ChangeEvent fireChangeEvent(int changeType, Object oldValue, Object newValue, int position) { The problem is that the old code passes 0 as the position parameter, but TableViewerUpdatableCollection expects -1 for the position parameter to mean that "we don't know the position". Changing the code as shown in the above patch causes TableViewerUpdatableCollection to work properly, but causes a unit test failure as follows: There was 1 failure: 1) testFireChangeEvent(org.eclipse.jface.tests.databinding.UpdatableTest)junit.framework.AssertionFailedError: unexpected method call: handleChange at org.eclipse.jface.tests.databinding.util.Mocks$MockInvocationHandler.invoke(Mocks.java:137) at org.eclipse.jface.tests.databinding.util.$Proxy0.handleChange(Unknown Source) at org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:61) at org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:48) at org.eclipse.jface.databinding.Updatable.fireChangeEvent(Updatable.java:44) at org.eclipse.jface.tests.databinding.UpdatableTest$MyUpdatable.fireChange(UpdatableTest.java:27) at org.eclipse.jface.tests.databinding.UpdatableTest.testFireChangeEvent(UpdatableTest.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at org.eclipse.jface.tests.databinding.BindingTestSuite.main(BindingTestSuite.java:21) I'm not sure if my fix is the correct fix since it causes a failure in exactly the unit test that I would expect to be failing due to this bug. Boris or Joe: Please review and advise. | verified fixed | 8e24cfa | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ChangeEvent.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/Updatable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/internal/NestedUpdatableCollection.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/UpdatableTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-30T18:21:28Z | 2005-11-30T17:00:00Z |
117,949 | Bug 117949 NPE in export wizard | Build id: I20051122-0800 If I try to open the archive file export wizard while I have projects with non-local locations, I get a NullPointerException. WizardFileSystemResourceExportPage1.getConflictingContainerNameFor has this line of problematic code: if (projects[i].getLocation().isPrefixOf(testPath)) If the project location is null, this causes the NPE. I suggest deleting this method and using IWorkspaceRoot.findContainersForLocation, which does all the same checks and more (such as overlapping with linked resources). java.lang.NullPointerException at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceExportPage1.getConflictingContainerNameFor(WizardFileSystemResourceExportPage1.java:478) at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceExportPage1.validateDestinationGroup(WizardFileSystemResourceExportPage1.java:424) at org.eclipse.ui.internal.wizards.datatransfer.WizardArchiveFileResourceExportPage1.validateDestinationGroup(WizardArchiveFileResourceExportPage1.java:393) at org.eclipse.ui.dialogs.WizardDataTransferPage.determinePageCompletion(WizardDataTransferPage.java:178) at org.eclipse.ui.dialogs.WizardExportResourcesPage.updateWidgetEnablements(WizardExportResourcesPage.java:617) at org.eclipse.ui.dialogs.WizardExportResourcesPage.createControl(WizardExportResourcesPage.java:244) at org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceExportPage1.createControl(WizardFileSystemResourceExportPage1.java:105) at org.eclipse.ui.internal.wizards.datatransfer.WizardArchiveFileResourceExportPage1.createControl(WizardArchiveFileResourceExportPage1.java:76) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:179) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:611) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:978) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1029) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1026) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1016) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1014) at org.eclipse.ui.internal.dialogs.ImportExportPage.treeDoubleClicked(ImportExportPage.java:235) at org.eclipse.ui.internal.dialogs.ExportPage$2.doubleClick(ExportPage.java:65) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:720) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:718) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:950) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1057) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:217) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:276) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:905) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3241) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2861) | resolved fixed | 8846234 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-30T18:03:20Z | 2005-11-24T19:20:00Z |
118,647 | Bug 118647 [Markers] MarkerResolutionDialog needs to be more responsive | Currently we are not allowing 1) Cancelling of resolutions 2) Paints during updates We need to spin the UI Thread and to allow cancel to be used to cancel the update and the application of problems. | verified fixed | 979925a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-30T16:30:04Z | 2005-11-30T17:00:00Z |
101,874 | Bug 101874 [EditorMgmt] Add openEditor and findEditor API to allow matching on both editor id and editor input | null | verified fixed | f39129f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.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/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/NewEditorAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuNewEditor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-29T21:36:22Z | 2005-06-27T13:46:40Z |
118,094 | Bug 118094 [Workbench] NPE in EditorManager.saveEditorState | Build: I20051123 ((IPathEditorInput) input).getPath().toString()); The FileEditorInput implementation of getPath returns IResource.getLocation(), which can return null if the file is not in the local file system. java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:1308) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.EditorManager.saveEditorState(EditorManager.java:1267) at org.eclipse.ui.internal.EditorManager.saveState(EditorManager.java:1188) at org.eclipse.ui.internal.WorkbenchPage.saveState(WorkbenchPage.java:2827) at org.eclipse.ui.internal.WorkbenchWindow.saveState(WorkbenchWindow.java:2309) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1797) at org.eclipse.ui.internal.Workbench.recordWorkbenchState(Workbench.java:1497) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:1494) at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:590) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:588) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:553) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:744) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:742) at org.eclipse.ui.internal.Workbench.close(Workbench.java:717) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:646) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:630) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:731) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:729) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:726) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:673) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:905) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:929) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:257) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1605) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3145) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3919) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1700) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:433) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3230) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3919) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1700) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:433) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3230) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3919) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859) | verified fixed | 2640c8b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-29T20:35:36Z | 2005-11-25T17:33:20Z |
118,191 | Bug 118191 [RCP] product export - nullpointer on startup | After exporting my rcp-product for the first time I get the following stack-trace: !SESSION 2005-11-28 07:59:14.821 ----------------------------------------------- eclipse.buildId=unknown java.version=1.5.0_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_AT Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.update.configurator 2005-11-28 07:59:16.734 !MESSAGE Unable to find feature.xml in directory: e:\Semester_5\Rich_Client\Code\org.eclipse.encian.export\eNcian-Tools\features\eNcian_1.0.0.jar !ENTRY org.eclipse.osgi 2005-11-28 07:59:36.192 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.jface.action.StatusLine.handleDispose(StatusLine.java:353) at org.eclipse.jface.action.StatusLine$1.widgetDisposed(StatusLine.java:232) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:101) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:755) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1574) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:195) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:594) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:720) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:588) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:593) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:117) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:782) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:868) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:382) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:441) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:499) at org.eclipse.swt.widgets.Display.release(Display.java:2761) at org.eclipse.swt.graphics.Device.dispose(Device.java:261) at org.eclipse.encian.EncianApplication.run(EncianApplication.java:85) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) The line at org.eclipse.encian.EncianApplication.run(EncianApplication.java:85) calls the super.dispose-method in the finally block of the application's initialization. This occurs only the first time I start the product. The second time everything works fine. What's wrong here? | verified fixed | 1e56a1c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-29T18:19:11Z | 2005-11-28T06:40:00Z |
118,414 | Bug 118414 [WorkingSets] Deadlock on each startup caused by AbstractWorkingSetManager | I20051129-0800 I always get a deadlock caused by AbstractWorkingSetManager when starting an existing workspace: Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b03 mixed mode): "Java indexing" daemon prio=4 tid=0x02e3f338 nid=0x28c in Object.wait() [0x0492f000..0x0492fb68] at java.lang.Object.wait(Native Method) - waiting on <0x12dd1b00> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:474) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:349) - locked <0x12dd1b00> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:595) "Worker-3" daemon prio=5 tid=0x03907ca0 nid=0x948 in Object.wait() [0x03d8f000..0x03d8fbe8] at java.lang.Object.wait(Native Method) - waiting on <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-2" daemon prio=5 tid=0x0377d0a8 nid=0x11e0 in Object.wait() [0x03d4f000..0x03d4fc68] at java.lang.Object.wait(Native Method) - waiting on <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-1" daemon prio=5 tid=0x0371f570 nid=0x988 in Object.wait() [0x0350f000..0x0350fce8] at java.lang.Object.wait(Native Method) - waiting on <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-0" daemon prio=5 tid=0x036d4408 nid=0x1430 in Object.wait() [0x034cf000..0x034cfd68] at java.lang.Object.wait(Native Method) - waiting on <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x11b4ff60> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Start Level Event Dispatcher" daemon prio=5 tid=0x02dc7870 nid=0x1428 in Object.wait() [0x0344f000..0x0344fae8] at java.lang.Object.wait(Native Method) - waiting on <0x11b364a8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:474) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:349) - locked <0x11b364a8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:287) "State Saver" prio=5 tid=0x02dc57b0 nid=0xea4 in Object.wait() [0x0340f000..0x0340fb68] at java.lang.Object.wait(Native Method) - waiting on <0x11b365f8> (a org.eclipse.osgi.internal.resolver.SystemState) at org.eclipse.core.runtime.adaptor.EclipseAdaptor$StateSaver.run(EclipseAdaptor.java:929) - locked <0x11b365f8> (a org.eclipse.osgi.internal.resolver.SystemState) at java.lang.Thread.run(Thread.java:595) "Framework Event Dispatcher" daemon prio=5 tid=0x02dd8560 nid=0xa80 in Object.wait() [0x033cf000..0x033cfbe8] at java.lang.Object.wait(Native Method) - waiting on <0x13113e28> (a org.eclipse.swt.widgets.RunnableLock) at java.lang.Object.wait(Object.java:474) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:169) - locked <0x13113e28> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3656) at org.eclipse.ui.internal.AbstractWorkingSetManager.firePropertyChange(AbstractWorkingSetManager.java:301) at org.eclipse.ui.internal.AbstractWorkingSetManager.getUpdater(AbstractWorkingSetManager.java:585) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:546) - locked <0x12d83968> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) "Low Memory Detector" daemon prio=5 tid=0x00a92fd0 nid=0x1768 runnable [0x00000000..0x00000000] "CompilerThread0" daemon prio=10 tid=0x00a91ba8 nid=0xe6c waiting on condition [0x00000000..0x02d0f6cc] "Signal Dispatcher" daemon prio=10 tid=0x00a90f98 nid=0xe1c waiting on condition [0x00000000..0x00000000] "Finalizer" daemon prio=9 tid=0x00a48850 nid=0x1774 in Object.wait() [0x02c8f000..0x02c8fa68] at java.lang.Object.wait(Native Method) - waiting on <0x11af0310> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116) - locked <0x11af0310> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x00a87b58 nid=0x15c0 in Object.wait() [0x02c4f000..0x02c4fae8] at java.lang.Object.wait(Native Method) - waiting on <0x11af0070> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:474) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) - locked <0x11af0070> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00036d78 nid=0xd50 waiting for monitor entry [0x0007e000..0x0007fc3c] at org.eclipse.core.commands.common.EventManager.addListenerObject(EventManager.java:56) - waiting to lock <0x12d83968> (a org.eclipse.ui.internal.WorkingSetManager) at org.eclipse.ui.internal.AbstractWorkingSetManager.addPropertyChangeListener(AbstractWorkingSetManager.java:272) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetFilterActionGroup.<init>(WorkingSetFilterActionGroup.java:89) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.createActions(JavaBrowsingPart.java:578) at org.eclipse.jdt.internal.ui.browsing.PackagesView.createActions(PackagesView.java:426) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.createPartControl(JavaBrowsingPart.java:352) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:285) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:503) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:263) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1140) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:621) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:530) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:557) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:227) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2217) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2461) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2443) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1893) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2644) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2593) at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1542) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1287) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1540) at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1519) at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1402) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1346) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1074) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1696) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:396) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:167) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) "VM Thread" prio=10 tid=0x0003f2a0 nid=0x9dc runnable "VM Periodic Task Thread" prio=10 tid=0x00a8f3d0 nid=0xeec waiting on condition | verified fixed | 93d69b9 | ["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-11-29T15:25:54Z | 2005-11-29T13:13:20Z |
117,543 | Bug 117543 [Dialogs] Make long PopupDialog titles readable | I20051116-1332 The titles of some PopupDialogs (e.g. Quick Type Hierarchy Ctrl+T) can become rather long. They can only be read after having resized the dialog. I see two ways to overcome the problem (I'd prefer to do both of them): a) don't use that big title font, but the normal font, boldened b) add a tooltip to the title (to show long titles without having to resize) | verified fixed | 7c16c64 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-28T21:11:16Z | 2005-11-22T20:06:40Z |
117,519 | Bug 117519 Provide clear() method on ListenerList | Please provide the following method on ListenerList /** * Removes all listeners from this list. */ public synchronized void clear() { listeners = EmptyArray; } | resolved fixed | e036357 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/ListenerList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-28T20:55:24Z | 2005-11-22T17:20:00Z |
117,363 | Bug 117363 PathVariableSelectionDialog has references to java.io.file | M3 PathVariableSelectionDialog needs to remove it's java.io.File references | verified fixed | ddaa169 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-28T16:11:34Z | 2005-11-21T19:06:40Z |
118,163 | Bug 118163 [Dialogs] - PopupDialog should define constants for zero margins | PopupDialogs traditionally use a 0 margin width and height for the grid layouts used. This should be made an API constant rather than subclasses just knowing. | verified fixed | 7485921 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-27T21:45:23Z | 2005-11-27T22:20:00Z |
117,043 | Bug 117043 [Forms] Allow MultiPageEditors to customize layout | 3.2M3 A MultiPageEditorPart is currently restricted to show only a tab folder. Concrete implementations should be allowed to customize the layout. For example a stable header would allow to always show important information independently from the current active page. | resolved fixed | 4833607 | ["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-11-25T16:46:05Z | 2005-11-18T16:06:40Z |
117,899 | Bug 117899 [WorkingSets] document new empty-aggregate strategy | The new pattern for using aggregates should be documented. Initial points include the IWorkbenchPage methods and the WorkingSetFilterActionGroup. | verified fixed | 913266d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-24T15:07:49Z | 2005-11-24T13:46:40Z |
117,360 | Bug 117360 [IDE] RefreshAction needs to remove reference to java.io.file | M3 RefreshAction needs to remove reference to java.io.file for the flexibile workspaces work | verified fixed | 92d92ae | ["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-11-23T17:52:09Z | 2005-11-21T19:06:40Z |
117,539 | Bug 117539 Intermittent failures in ImportExistingTest | We have an automated test bot that runs the tests every hour or so. Twice in the past two days I've seen a failure in ImportExistingTest. The failure is intermittent -- asking the bot to run it again simply results in all tests passing. It seems like there might be a timing problem in the test itself. FIRST FAILURE The following failures occurred: FAILURE: testImportSingleDirectory(org.eclipse.ui.tests.datatransfer.ImportExistingTest) (614) junit.framework.AssertionFailedError: Files were not imported at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.eclipse.ui.tests.datatransfer.ImportExistingTest.verifyProjectInWorkspace(ImportExistingTest.java:631) at org.eclipse.ui.tests.datatransfer.ImportExistingTest.testImportSingleDirectory(ImportExistingTest.java:428) 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:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:57) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:105) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1794) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1758) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:381) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:45) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) SECOND FAILURE The following failures occurred: FAILURE: testImportSingleDirectoryWithCopyDeleteProjectKeepContents(org.eclipse.ui.tests.datatransfer.ImportExistingTest) (615) junit.framework.AssertionFailedError: Files were not imported at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.eclipse.ui.tests.datatransfer.ImportExistingTest.verifyProjectInWorkspace(ImportExistingTest.java:631) at org.eclipse.ui.tests.datatransfer.ImportExistingTest.testImportSingleDirectoryWithCopyDeleteProjectKeepContents(ImportExistingTest.java:530) 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:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:57) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:105) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1794) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1758) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:381) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:45) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 510e3bc | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-23T16:43:23Z | 2005-11-22T17:20:00Z |
117,601 | Bug 117601 [Undo] - update org.eclipse.core.commands.operations to use new equinox common utils | org.eclipse.core.commands.operations.DefaultOperationHistory - synchronizes its own listener list org.eclipse.core.commands.internal.util. - implements its own Assert. These should be updated to use the new support in org.eclipse.equinox.common | verified fixed | c5e4164 | ["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/internal/commands/util/Assert.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-23T00:05:28Z | 2005-11-22T22:53:20Z |
88,577 | Bug 88577 [Viewers] Deferred viewers in JFace have a dependency on Job | null | verified fixed | 4e65529 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T21:29:34Z | 2005-03-19T19:20:00Z |
117,576 | Bug 117576 [WorkingSets] label changes dont cause event firings | null | verified fixed | 5ef77dc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T20:46:37Z | 2005-11-22T20:06:40Z |
117,554 | Bug 117554 [WorkingSets] UI usage of getName() should be migrated to getLabel() | null | verified fixed | 3958a6a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetMenu.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/FiltersDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetMenuContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T20:24:51Z | 2005-11-22T20:06:40Z |
117,559 | Bug 117559 [WorkingSets] WorkingSetComparator logic is backwards | The comparator should compare the labels first, THEN the unique ids (as the comments indicate), not the other way around (as implemented). | verified fixed | 458ade9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetComparator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T20:08:12Z | 2005-11-22T20:06:40Z |
114,813 | Bug 114813 [DynamicUI] Incorrect synchronization will lead to JUnit failure (org.eclipse.ui.tests.dynamicplugins.DynamicPluginsTestSuite) | The DynamicTestCase (org.eclipse.ui.tests.dynamicplugins) provides synchronization on the registry events that is not quite correct. To ensure that all registry events for the bundles added or removed have been processed, it adds a registry listener in the doSetUp() and waits for the listener to be called assuming that it is going to be the last listener in the chain. This work most of the time, however, in some instances (i.e. ObjectContributionTest.testViewerContributions()) new registry listeners are added between the doSetUp() and the getBundle() calls. Such listeners would fall outside of the synchronization mechanism and JUnit (s) will fail. The simple solution is to do addition of the synchronization registry listener at the begining of the getBundle() / removeBundle() and remove that listener before returning from those methods. | verified fixed | ded0376 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T18:05:50Z | 2005-11-02T19:33:20Z |
114,527 | Bug 114527 [DynamicUI] Race condition in Workbench leads to intermittent crashes (org.eclipse.ui.startup) | null | verified fixed | 371567e | ["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-11-22T17:57:35Z | 2005-11-01T15:46:40Z |
117,526 | Bug 117526 [Contributions] [Commands] Javadoc warnings in N20051122-0010 | /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.core.commands/src/org/eclipse/core/commands/INamedHandleStateIds.java:30: warning - Tag @link: Class or Package not found: NamedHandleObjectWithState /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java:581: warning - @param argument "state" is not a parameter name. /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java:46: warning - Tag @link: Class or Package not found: Boolean.TRUE /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java:46: warning - Tag @link: Class or Package not found: Boolean.FALSE /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/RegistryRadioState.java:51: warning - Tag @link: Class or Package not found: Boolean.FALSE | verified fixed | a672dda | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/INamedHandleStateIds.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/RegistryRadioState.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T16:57:33Z | 2005-11-22T17:20:00Z |
117,496 | Bug 117496 [Commands] handlers: Stack overflow in commands | - had three visible (split) editors open in the Team Synchronizing perspective and about 20 actual editors open - tried to switch to the java perspective. - the following stack overflow error occured. at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.jface.action.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:305) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.jface.action.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:305) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.jface.action.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:305) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.jface.action.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:305) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.jface.action.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:305) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:217) at org.eclipse.core.commands.Command.isEnabled(Command.java:510) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:447) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:833) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:555) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:498) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:118) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:976) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:904) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:929) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:942) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1253) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3242) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3143) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3919) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1794) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1758) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:381) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:167) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | f938ec1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/CommandLegacyActionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-22T15:41:42Z | 2005-11-22T14:33:20Z |
117,314 | Bug 117314 [Commands] handlers: Failure in testSelectAllHandlerSendsSelectionEvent | null | verified fixed | 9ccb2ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/IHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ILegacyHandlerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IEvaluationResultCache.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-21T21:14:36Z | 2005-11-21T16:20:00Z |
112,146 | Bug 112146 [Dialogs] Eclipse changes selection after user makes a selection. | Version 3.1.1. In the PDE perspective. Open a plugin.xml fancy editor. Choose the Dependencies tab. Click Add. Select an entry. The list continues to be filled in the background as you can see from the scrollbar thumb shrinking. When the list is filled, the selection CHANGES from my selected list item to the first item in the list. If you click OK, before you realize this, you've added the wrong dependency to your plugin. | verified fixed | 4044729 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-21T20:40:21Z | 2005-10-10T21:33:20Z |
109,702 | Bug 109702 [IDE] [Progress] startup workspace refresh blocks ui | the refresh action at startup of eclipse blocks the ui and cannot be moved into background. this is a similar problem as mentioned in bugzilla 82406 for the package explorer. only the refresh out of the navigator view has the possibility to switch to background. | verified fixed | 2b1c673 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-21T18:50:42Z | 2005-09-16T05:53:20Z |
114,648 | Bug 114648 export file system/archive wizard initally has error when no selection seeded | Make sure nothing is selected in your Navigator or Package Explorer. File > Import/Export Select Archive or File System BUG: there is initially an error - There are no resources currently selected for export. There should not initially be an error in these wizards. | verified fixed | fdbd0b8 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "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-11-21T17:50:26Z | 2005-11-01T21:20:00Z |
117,192 | Bug 117192 [DataBinding] Test failure in TableScenarios.testScenario02 on Linux | Joe, do you have access to a Linux PC with GTK? We need to fix this asap or else we will keep breaking the builds. Another option would be to disable this test until we can fix it. junit.framework.ComparisonFailure: expected:<Bill> but was:<George> at org.eclipse.jface.tests.databinding.scenarios.TableScenarios.testScenario02(TableScenarios.java:145) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.extensions.TestSetup.run(TestSetup.java:23) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:167) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 26b1fb0 | ["tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TableScenarios.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-21T01:49:30Z | 2005-11-19T19:53:20Z |
117,079 | Bug 117079 [KeyBindings] registry: BindingPersistance should clean up its preference store listener | 20051109 org.eclipse.ui.internal.keys.BindingPersistance adds a listener to the preference store in #read(final BindingManager bindingManager,final ICommandService commandService) but does not delete it before shutdown | verified fixed | 539b29b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IServiceWithSources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ICommandImageService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ICommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IContextActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/IHandlerActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/IHandlerService.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/CommandImagePersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandImageService.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/CommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommonCommandPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.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/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuContribution.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/CurrentSelectionSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IEvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/LegacySelectionEnablerExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/PreferencePersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/CurrentSelectionSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/EvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/ExpressionAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/IEvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/LegacySelectionEnablerExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/sources/SourcePriorityNameMapping.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/IMenuContribution.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/IMenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IDisposable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IServiceWithSources.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-20T18:22:40Z | 2005-11-18T16:06:40Z |
110,387 | Bug 110387 [WorkbenchParts] EditorPart#isDirty() method called 5 times upon opening. | Hello, When opening an EditorPart the isDirty method is called 5 times. I am using 3.2M1. Thanks for a great tool! | verified fixed | a1fd198 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveablePart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-18T16:34:52Z | 2005-09-22T23:00:00Z |
108,097 | Bug 108097 [Navigator] AIOOBE when cancelling paste action override question | I20050823-0800 - In the Resource Navigator, create a simple project and create a folder 'f' in it - Copy .project from the project into folder f - Copy f/.project to clipboard, select the project, and paste - A Resource Exists dialog appears - exit the dialog by pressing the Esc key, or by clicking the close box org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException: -1) at org.eclipse.swt.SWT.error(SWT.java:3241) at org.eclipse.swt.SWT.error(SWT.java:3164) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3113) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2768) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:153) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:453) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:261) at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.copyResources(CopyFilesAndFoldersOperation.java:473) at org.eclipse.ui.views.navigator.PasteAction.run(PasteAction.java:135) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.ui.actions.TextActionHandler$PasteActionHandler.runWithEvent(TextActionHandler.java:258) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:222) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:117) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:920) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:883) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:908) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:893) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:921) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:917) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1231) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3157) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:2948) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3058) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:2908) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3772) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1680) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2763) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1734) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1698) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) 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:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.ui.actions.CopyFilesAndFoldersOperation$1.run(CopyFilesAndFoldersOperation.java:260) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:150) at org.eclipse.ui.internal.UISynchronizer$1.run(UISynchronizer.java:36) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 52 more | verified fixed | f18ac25 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-18T16:17:54Z | 2005-08-26T09:53:20Z |
116,685 | Bug 116685 [CommonNavigator] ClassCastException trying to execute action | Prevents action contributions from being executed. This exception was created using a popupMenu objectContribution extension (using DTP with its sample connection profile plug-in). java.lang.ClassCastException at org.eclipse.ui.navigator.internal.NavigatorContentService$1.compare (NavigatorContentService.java:669) at java.util.Arrays.mergeSort(Arrays.java:1278) at java.util.Arrays.sort(Arrays.java:1219) at org.eclipse.ui.navigator.internal.NavigatorContentService.extractDescriptorInsta nces(NavigatorContentService.java:640) at org.eclipse.ui.navigator.internal.NavigatorContentService.extractDescriptorInsta nces(NavigatorContentService.java:617) at org.eclipse.ui.navigator.internal.NavigatorContentService.findRelevantContentExt ensions(NavigatorContentService.java:272) at org.eclipse.ui.navigator.internal.NavigatorActionService.addContentDescriptorMen u(NavigatorActionService.java:194) at org.eclipse.ui.navigator.internal.NavigatorActionService.fillContextMenu (NavigatorActionService.java:159) at org.eclipse.ui.navigator.CommonNavigatorManager.fillContextMenu (CommonNavigatorManager.java:158) at org.eclipse.ui.navigator.CommonNavigatorManager$1.menuAboutToShow (CommonNavigatorManager.java:177) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:285) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:372) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:369) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:386) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:920) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:901) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3451) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3168) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3908) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3262) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2850) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | e0b46ec | ["bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/CommonNavigator.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/NavigatorActionService.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/extensions/ExtensionStateModel.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/extensions/NavigatorContentDescriptor.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/extensions/NavigatorContentExtension.java", "bundles/org.eclipse.ui.navigator/src-navigator/org/eclipse/ui/navigator/internal/filters/CommonViewerFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-18T16:16:32Z | 2005-11-16T16:53:20Z |
91,899 | Bug 91899 [Markers] IMarker.setAttribute fails when attributeName = IMarker.LOCATION | Calling setAttribute(IMarker.LOCATION, "foo") on an IMarker instance does nothing---the "Location" column in the Problem View remains blank. | verified fixed | 7461fc4 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldLineNumber.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMessage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-18T15:33:34Z | 2005-04-19T14:13:20Z |
115,694 | Bug 115694 [Import/Export] General node in new wizards should appear first | Just as in the import and export wizards, the General node should appear first, and the Other node should probably appear last as well. | verified fixed | 11ff54b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DataTransferWizardCollectionSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardCollectionSorter.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-11-17T20:50:49Z | 2005-11-09T21:00:00Z |
116,911 | Bug 116911 [Markers] Unused NLS messages reported in log | Build: Running from HEAD as of 20051117, 2pm. I get these errors in my log. messages.properties contains MarkerResolutionDialog_CannotFixMessage but MarkerMessages.java contains MarkerResolution_CannotFixMessage. !ENTRY org.eclipse.osgi 2 1 2005-11-17 13:57:51.890 !MESSAGE NLS unused message: MarkerResolutionDialog_CannotFixMessage in: org.eclipse.ui.views.markers.internal.messages !ENTRY org.eclipse.osgi 2 1 2005-11-17 13:57:51.890 !MESSAGE NLS missing message: MarkerResolution_CannotFixMessage in: org.eclipse.ui.views.markers.internal.messages | verified fixed | 92d4e41 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-17T20:47:21Z | 2005-11-17T17:53:20Z |
115,630 | Bug 115630 [Markers] New markerSupport features are not dynamic | M3 We need to add suites and test the the category support is dynamic. | verified fixed | b2e78c1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/MarkerSupportTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/markers/TestCategoryProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-17T20:43:35Z | 2005-11-09T15:26:40Z |
116,770 | Bug 116770 [Viewers] Memory leak in TreeViewerTest, or TreeViewer, or Tree | The JFace tests produce OutOfMemoryErrors if you add the tests from TreeViewerTest multiple times, as in: addTestSuite(TreeViewerTest.class); addTestSuite(TreeViewerTest.class); addTestSuite(TreeViewerTest.class); addTestSuite(TreeViewerTest.class); addTestSuite(TreeViewerTest.class); Of all test methods, testBulkExpand seems to leak the most memory (25k), determined by poor man's leak checking with Runtime.getRuntime().freeMemory(). Nick, would you have time to look at this together? I don't have a tool for diagnosing memory leaks. | verified fixed | 32f0407 | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/ViewerTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-17T18:04:06Z | 2005-11-17T01:13:20Z |
116,673 | Bug 116673 [Undo] Workbench still running after NullPointerException in OperationHistoryActionHandler | I've wrapped the org.eclipse.wst.javascript.ui.internal.editor.JSEditor class in a Composite so that it can be placed like a normal Control in views and dialogs. I currently have this editor Control in a simple view, it's the only thing in the view. If I edit the text in the editor, when I close the Workbench I get the exception included below (it's repeated about 20 times in the console). After the exception the Workbench UI is closed, but the javaw.exe process is still running and another workbench cannot be opened until that process is killed. This did not happen in 3.0. If the view containing my editor control is closed before the workbench, there are no problems. I don't know if this is a problem with the new Undo/Redo mechanisms or the WST code or my code, but the code throwing the NullPointerException was added in 3.1. Nov 16, 2005 10:37:49 AM org.eclipse.ui Unspecified Method SEVERE: Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:367) 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:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:163) 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:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.NullPointerException at org.eclipse.ui.operations.OperationHistoryActionHandler.getHistory (OperationHistoryActionHandler.java:227) at org.eclipse.ui.operations.RedoActionHandler.shouldBeEnabled (RedoActionHandler.java:71) at org.eclipse.ui.operations.OperationHistoryActionHandler.update (OperationHistoryActionHandler.java:352) at org.eclipse.ui.operations.OperationHistoryActionHandler$1.run (OperationHistoryActionHandler.java:129) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:123) ... 19 more | verified fixed | ccf625f | ["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-11-16T23:45:40Z | 2005-11-16T16:53:20Z |
113,788 | Bug 113788 [Markers] Multi-QuickFix dialog needs a select/deselect all button | In the case where many items appear in the list it would be nice to be able to de-select all and select all. | verified fixed | 1020adc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-16T18:29:01Z | 2005-10-26T12:33:20Z |
114,565 | Bug 114565 [Markers] Quick fix computation done in UI thread with no progress | Build: I20051101-0010 1) Configure the problems view to be showing several warnings of the same type (say about 100). 2) Ctrl+A to select all problems 3) Right click in problems view, and select "Quick Fix" -> The UI freezes with no painting, sometimes for ten seconds or more, while the quick fixes are computed. There should minimally be a busy indicator, and ideally move into a modal context thread to avoid freezing the UI for long periods. Here is a sample stack trace during one of these freezes: "main" (TID:0x00119700, sys_thread_t:0x00235A6C, state:CW, native ID:0x00000720) prio=6 at java/io/FileInputStream.open(Native Method) at java/io/FileInputStream.<init>(FileInputStream.java:129) at org/eclipse/core/internal/filesystem/local/LocalFile.openInputStream(LocalFile.java:307) at org/eclipse/core/internal/resources/ContentDescriptionManager$LazyFileInputStream.ensureOpened(ContentDescriptionManager.java:154) at org/eclipse/core/internal/resources/ContentDescriptionManager$LazyFileInputStream.read(ContentDescriptionManager.java:166) at java/io/InputStream.read(InputStream.java:109) at org/eclipse/core/internal/content/LazyInputStream.loadBlock(LazyInputStream.java:99) at org/eclipse/core/internal/content/LazyInputStream.ensureAvailable(LazyInputStream.java:64) at org/eclipse/core/internal/content/LazyInputStream.read(LazyInputStream.java:120) at org/eclipse/core/internal/content/TextContentDescriber.getByteOrderMark(TextContentDescriber.java:65) at org/eclipse/core/internal/content/TextContentDescriber.describe(TextContentDescriber.java:47) at org/eclipse/core/internal/content/ContentType.describe(ContentType.java:161) at org/eclipse/core/internal/content/ContentType.internalGetDescriptionFor(ContentType.java:458) at org/eclipse/core/internal/content/ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:315) at org/eclipse/core/internal/content/ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:319) at org/eclipse/core/internal/content/ContentTypeMatcher.getDescriptionFor(ContentTypeMatcher.java:87) at org/eclipse/core/internal/resources/ContentDescriptionManager.readDescription(ContentDescriptionManager.java:400) at org/eclipse/core/internal/resources/ContentDescriptionManager.getDescriptionFor(ContentDescriptionManager.java:339) at org/eclipse/core/internal/resources/File.internalGetCharset(File.java:252) at org/eclipse/core/internal/resources/File.getCharset(File.java:213) at org/eclipse/core/internal/resources/File.getCharset(File.java:200) at org/eclipse/jdt/internal/core/util/Util.getResourceContentsAsCharArray(Util.java:1020) at org/eclipse/jdt/internal/core/CompilationUnit.openBuffer(CompilationUnit.java:1003) at org/eclipse/jdt/internal/core/CompilationUnit.buildStructure(CompilationUnit.java:104) at org/eclipse/jdt/internal/core/Openable.generateInfos(Openable.java:232) at org/eclipse/jdt/internal/core/SourceRefElement.generateInfos(SourceRefElement.java:114) at org/eclipse/jdt/internal/core/JavaElement.openWhenClosed(JavaElement.java:489) at org/eclipse/jdt/internal/core/JavaElement.getElementInfo(JavaElement.java:233) at org/eclipse/jdt/internal/core/JavaElement.getElementInfo(JavaElement.java:219) at org/eclipse/jdt/internal/core/SearchableEnvironment.find(SearchableEnvironment.java:120) at org/eclipse/jdt/internal/core/SearchableEnvironment.findType(SearchableEnvironment.java:188) at org/eclipse/jdt/internal/core/CancelableNameEnvironment.findType(CancelableNameEnvironment.java:45) at org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.askForType(LookupEnvironment.java:119) at org/eclipse/jdt/internal/compiler/lookup/PackageBinding.getType(PackageBinding.java:126) at org/eclipse/jdt/internal/compiler/lookup/Scope.findType(Scope.java:1385) at org/eclipse/jdt/internal/compiler/lookup/Scope.getTypeOrPackage(Scope.java:2489) at org/eclipse/jdt/internal/compiler/lookup/Scope.getType(Scope.java:2211) at org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.getTypeBinding(SingleTypeReference.java:41) at org/eclipse/jdt/internal/compiler/ast/TypeReference.resolveType(TypeReference.java:126) at org/eclipse/jdt/internal/compiler/ast/LocalDeclaration.resolve(LocalDeclaration.java:148) at org/eclipse/jdt/internal/compiler/ast/Block.resolve(Block.java:101) at org/eclipse/jdt/internal/compiler/ast/IfStatement.resolve(IfStatement.java:227) at org/eclipse/jdt/internal/compiler/ast/Block.resolve(Block.java:101) at org/eclipse/jdt/internal/compiler/ast/IfStatement.resolve(IfStatement.java:225) at org/eclipse/jdt/internal/compiler/ast/Block.resolve(Block.java:101) at org/eclipse/jdt/internal/compiler/ast/IfStatement.resolve(IfStatement.java:225) at org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:419) at org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.resolveStatements(MethodDeclaration.java:178) at org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:397) at org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.resolve(TypeDeclaration.java:1082) at org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.resolve(TypeDeclaration.java:1131) at org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:349) at org/eclipse/jdt/core/dom/CompilationUnitResolver.resolve(CompilationUnitResolver.java:856) at org/eclipse/jdt/core/dom/CompilationUnitResolver.resolve(CompilationUnitResolver.java:498) at org/eclipse/jdt/core/dom/ASTParser.internalCreateAST(ASTParser.java:789) at org/eclipse/jdt/core/dom/ASTParser.createAST(ASTParser.java:588) at org/eclipse/jdt/internal/ui/javaeditor/ASTProvider$1.run(ASTProvider.java:566) at org/eclipse/core/internal/runtime/InternalPlatform.run(InternalPlatform.java:1044) at org/eclipse/core/runtime/Platform.run(Platform.java:783) at org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.createAST(ASTProvider.java:563) at org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.getAST(ASTProvider.java:493) at org/eclipse/jdt/internal/ui/text/correction/AssistContext.getASTRoot(AssistContext.java:72) at org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.addUnnecessaryCastProposal(LocalCorrectionsSubProcessor.java:541) at org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.process(QuickFixProcessor.java:402) at org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.getCorrections(QuickFixProcessor.java:215) at org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor$SafeCorrectionCollector.safeRun(JavaCorrectionProcessor.java:310) at org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:275) at org/eclipse/core/internal/runtime/InternalPlatform.run(InternalPlatform.java:1044) at org/eclipse/core/runtime/Platform.run(Platform.java:783) at org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:265) at org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.collectCorrections(JavaCorrectionProcessor.java:392) at org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.getResolutions(CorrectionMarkerResolutionGenerator.java:157) at org/eclipse/ui/internal/ide/registry/MarkerHelpRegistry.getResolutions(MarkerHelpRegistry.java:200) at org/eclipse/ui/views/markers/internal/MarkerResolutionWizard.determinePages(MarkerResolutionWizard.java:211) at org/eclipse/ui/views/markers/internal/ActionResolveMarker$1.runInUIThread(ActionResolveMarker.java:67) at org/eclipse/ui/progress/UIJob$1.run(UIJob.java:93) 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:3213) at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2859) | verified fixed | 2367eb5 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-16T15:19:39Z | 2005-11-01T15:46:40Z |
116,234 | Bug 116234 Failure in testImportSingleDirectoryWithCopyDeleteProjectKeepContents | testImportSingleDirectoryWithCopyDeleteProjectKeepContents Failure Incorrect Number of projects imported junit.framework.AssertionFailedError: Incorrect Number of projects imported at org.eclipse.ui.tests.datatransfer.ImportExistingTest.testImportSingleDirectoryWithCopyDeleteProjectKeepContents(ImportExistingTest.java:565) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) 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:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1789) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1753) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:378) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) 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:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | resolved fixed | 01d7ce4 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-14T18:47:52Z | 2005-11-14T14:53:20Z |
116,061 | Bug 116061 General > Appearance pref page. Restore Defaults does not change "Current Theme" combo | Restore defaults should revert the combo and apply should update the (current) theme text in the combo. | verified fixed | b95c38a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-11T20:03:02Z | 2005-11-11T20:13:20Z |
115,557 | Bug 115557 [WorkingSets] Select all / Deselect all for 'Select working set' dialog | Would it be possible to get a 'Select all' and 'Deselect all' button on the 'Select working set' dialog? | closed fixed | 267e70c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/SelectWorkingSetsAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.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-11-11T18:32:08Z | 2005-11-08T22:46:40Z |
114,591 | Bug 114591 [Import/Export] "Copy projects into workspace" remains checked after switching from archive to directory | build I20051101-0010 - go to Import > External Projects into Workspace - ensure that "Select root directory" is selected and "Copy projects into workspace" checkbox is unchecked - choose "Select archive file" - the "Copy projects into workspace" checkbox is checked and disabled - this is accurate - choose "Select root directory" again - the "Copy projects into workspace" checkbox is checked and enabled - this is an unwanted side-effect Should consider the "Copy projects into workspace" setting to be user state, which should not be overridden by the system, except when it does not apply (the archive case). That is, the state should be remembered separately for the directory case. | verified fixed | 9b772dd | ["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-11-11T15:08:27Z | 2005-11-01T18:33:20Z |
115,891 | Bug 115891 [WorkingSets] Selection dialog should use radio buttons, not a combo | The working set dialog should use a series of radio buttons, not a combo. It should also be resizable. | verified fixed | c57195e | ["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-11-10T19:42:53Z | 2005-11-10T19:13:20Z |
115,681 | Bug 115681 [Viewers] NPE in show view filter | null | verified fixed | 32ad384 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-10T18:47:41Z | 2005-11-09T18:13:20Z |
115,761 | Bug 115761 [Undo] NPE in OperationHistoryActionHandler | This can happen during the shutdown of the workbench window. It happens because of the reference to the window after it's gone to get the history. This is all done in an async task which might run once the window is gone. It's only annoying because it makes scary looking messages in the log. I have a headless test suite that makes this happen at will, as it creates/destroys workbench windows with each test case. Caused by: java.lang.NullPointerException at org.eclipse.ui.operations.OperationHistoryActionHandler.getHistory(OperationHistoryActionHandler.java:227) at org.eclipse.ui.operations.RedoActionHandler.flush(RedoActionHandler.java:51) at org.eclipse.ui.operations.OperationHistoryActionHandler$2.run(OperationHistoryActionHandler.java:140) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 58 more | verified fixed | 4742921 | ["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-11-10T18:22:01Z | 2005-11-10T08:06:40Z |
115,731 | Bug 115731 WorkingCopyPreferences.removeNode is broken | null | verified fixed | f6e43cd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/WorkingCopyPreferencesTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-10T16:41:50Z | 2005-11-10T02:33:20Z |
115,399 | Bug 115399 System.out stuff in MultiEditorTest | ((TiledEditor) multiEditor).callHistory.printToConsole(); Is this necessary? | verified fixed | c25ab04 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-10T16:19:52Z | 2005-11-07T21:46:40Z |
115,575 | Bug 115575 [JFace] Window documentation referring to nonexistent method | The javadoc for org.eclipse.jface.window.Window states some methods subclasses can override including: * <li><code>getToolTipText</code>- reimplement to add tool tips</li> However this method is not defined in the Window class or any of its baseclasses. | verified fixed | 3d22536 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-09T22:25:31Z | 2005-11-09T01:33:20Z |
115,672 | Bug 115672 [Import/Export] Spaces in a tar file checksum confuse the tar importer | 3.2M3 The spacebar character is special in tar header files, and should generally be ignored. Space characters at the beginning the checksum field can confuse the current tar code, causing otherwise valid tar files to fail. | verified fixed | 0acf04d | ["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-11-09T18:23:31Z | 2005-11-09T18:13:20Z |
115,205 | Bug 115205 [Dialogs] Show View windows contents not resized correctly | Show View windows contents is not resized correctly when changing window size. When window is larger than default size views list size stays the same. 3.2M3/Linux GTK | verified fixed | 57f8150 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-09T14:33:45Z | 2005-11-05T11:26:40Z |
115,283 | Bug 115283 [MPE] NPE in MultiPageEditorPart#pageChange(int) | 3.2M3 The selection provider can be null, the null-check was removed between M2 and M3. | verified fixed | bd92d74 | ["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-11-08T15:08:40Z | 2005-11-07T10:40:00Z |
108,033 | Bug 108033 [WorkbenchParts] regression: View Tab Orders lost after restart | This is was working in 3.1, but as of 3.2M1, my view tabs no longer stay in order after I restart. For example, at the bottom of my screen, I have [Problems, Tasks, Console, Debug, Breakpoints, ...] in a single tab group. After restart, they are in a different order. It almost seems like they are being grouped by the folders the views are selected from in the "Show View" window. - The above gets reordered to Problems, Console, Tasks, Debug, Breakpoints. - I tried moving Debug to the beginning, and it got moved between tasks and breakpoints. - I added "Ant" between Problems and Console, and it got moved to the end. | verified fixed | 8c5df92 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/Bug108033Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-08T15:01:56Z | 2005-08-25T20:00:00Z |
62,380 | Bug 62380 [FastViews] View menu keyboard shortcut not working in fast views | I200405140800 (and for some time back) The view menu shortcut (Ctrl+F10) doesn't work in fast views. Test case: - Open Navigator view (or any other view) as non-fast view. - Press Ctrl+F10 -> View menu opens - Change Navigator view to fast view. - Press Ctrl+F10 -> Nothing happens. In JDT UI's pop up outline and type hierarchy the view menu keyboard short doesn't work either. This may not be related to this issue. I'm willing to open another bug report if that's the case. | verified fixed | baff833 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.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/ShowPartPaneMenuAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenuAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T19:51:47Z | 2004-05-14T21:26:40Z |
115,304 | Bug 115304 [Progress] Color and Cursor leaks in ProgressInfoItem | null | verified fixed | 2d4042b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T17:43:14Z | 2005-11-07T13:26:40Z |
114,665 | Bug 114665 [Import/Export] - Import existing projects into workspace - didn't copy files | I20051101-1204 (setup) - launch a runtime workspace - in that workspace, create a plug-in project called "Scratch". Accept all the defaults of the wizard and choose "Custom plug-in wizard" as the template - when the project has been created, quit the runtime workspace (bug) - now from the host workspace, choose import/export > import > existing projects into workspace - select the folder the contains the runtime workspace - you'll see "Scratch" in the list of projects - check the checkbox for "copy into workspace" - the project appears in the workspace as a java project, but it has no contents at all. | verified fixed | 49cddb5 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T17:21:20Z | 2005-11-01T21:20:00Z |
80,644 | Bug 80644 [KeyBindings] misc: Wrong shortcut displayed in menu for copy using Emacs | Version: 3.1.0 Build id: 200412070800 Copy in Emacs is "Alt-W", the shortcut works perfectly but all the menus in Eclipse show "Ctrl-c" as the copy shortcut, which has other semantics in the Emacs configuration. Similarly, the standard shortcuts to cut and paste text are "Ctrl-w" and "Ctrl-y", but the menus indicate "Shift-Delete" and "Shift-Insert" instead, which work as well but are more difficult to perform and probably less common. | verified fixed | 2e3290c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "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-11-07T16:37:21Z | 2004-12-09T22:06:40Z |
72,498 | Bug 72498 [DetachedView] Detached windows have no minimum size | 1)Create a detached window. 2)Grab a handle and make it as small as you can. The result is box just a few square pixels big. This doesn't follow the same behaviour as embedded views in eclipse - where views have to at least show part of the tab. Windows also enforces a minimum shell size. | verified fixed | 3953c75 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T14:57:56Z | 2004-08-24T12:20:00Z |
111,839 | Bug 111839 [ActivityMgmt] e.printStackTrace() in ActivityCategoryPreferencePage | } catch (DeviceResourceException e) { e.printStackTrace(); // ignore } This should probably be logged, rather than printed to the console. | verified fixed | 8929c89 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T14:02:56Z | 2005-10-06T20:20:00Z |
109,544 | Bug 109544 [Themes] Make org.eclipse.ui.internal.themes.ColorUtils public API | Make the org.eclipse.ui.internal.themes.ColorUtils part of the public API | verified fixed | e8d745c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorUtils.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/RGBContrastFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/themes/ColorUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/themes/RGBBlendColorFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-07T13:49:58Z | 2005-09-14T20:33:20Z |
114,962 | Bug 114962 [Decorators] Remove DecoratorUpdateListener class from IDE plug-in | DecoratorUpdateListener class should be removed as it is just experimental in 3.2 (see org.eclipse.ui.ide plugin) | verified fixed | 096a8b8 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/internal/decorators/DecoratorUpdateListener.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DeclarativeDecorator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T21:54:08Z | 2005-11-03T17:46:40Z |
114,784 | Bug 114784 [Markers][WorkingSets] Strange working set name "Aggregate for window 1130948898218" | [I20051102-0010] In the Problems view, click on "Configure Filters...", then click the "Select..." button to select a working set and select "Window Working Sets". (Why plural? The dialog says: "Select a working set", so I would expect just "Window Working Set") Click OK -> The dialog now displays a strangely named working set "Aggregate for window 1130948898218". I would expect something like "Window Working Set". | verified fixed | 9a5a7a3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T21:35:01Z | 2005-11-02T16:46:40Z |
100,916 | Bug 100916 [Markers] MarkerImageProviderTest is using a missing image | null | verified fixed | 4902cd7 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/MarkerImageProviderTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/TestMarkerImageProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T21:08:28Z | 2005-06-20T17:53:20Z |
114,819 | Bug 114819 [Progress] Groups show up twice in the progress view | 20051102 If you start up a job in a group the group will show up twice in the progress view. STEPS 1) Load the jobs example 2) Start a job in a group 3) Groups show up twice | verified fixed | 73056e4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T20:56:50Z | 2005-11-02T19:33:20Z |
114,615 | Bug 114615 [Markers] No feedback for 'Completed' tasks | There's not longer any 'check box' indicator on the Tasks View so clients can't determine whether a task has been completed or not... This is a regression... | verified fixed | d870b31 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T20:41:05Z | 2005-11-01T18:33:20Z |
80,833 | Bug 80833 [Import/Export] Import exisiting should pre-check for project already in workspace | While it is good that it lets you import projects in the default workspace location, it should not let you select projects that already exist in the workspace (since importing such a project will fail). When searching for .project files in the file system, it could use IWorkspaceRoot.findFilesForLocation followed by checking IFile.exists() to filter out .project files for existing projects. | verified fixed | a9cb0ea | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T19:17:14Z | 2004-12-13T17:46:40Z |
114,514 | Bug 114514 [WorkingSets] Need API to detect whether a working set provide an updater or not | I20051101-0010 During M3 test pass we dicovered scenarios where the package explorer gets into an inconsistent state when using working sets different than the Java or resource working set. The problem is that the package explorer relies on the existence of an updater class for the working set. However not all working sets need to have one. Enclosed an patch that adds additional API. Since Aggregate working sets must be handled special I have added API to check this as well. For M3 I will fix the problem in JDT/UI be referring to internal API. Something like this. WorkingSetRegistry registry = WorkbenchPlugin.getDefault().getWorkingSetRegistry(); String workingSetId= set.getId(); if (workingSetId == null) return false; WorkingSetDescriptor descriptor= registry.getWorkingSetDescriptor(workingSetId); if (descriptor == null || descriptor.getUpdaterClassName() == null) return false; Can the API be added for M4 ? | verified fixed | 9bce6e0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T17:00:35Z | 2005-11-01T13:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.