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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72,297 | Bug 72297 [DnD] ViewerDropAdapter impossible to set DND.FEEDBACK_NONE | It is not possible to disable selection feedback in ViewerDropAdapter. There are setFeedbackEnabled(false) and setScrollExpandEnabled(false) methods to turn off the feedback effects. If those methods are used, selection feedback still provided. It is not possible to turn it off, elements are still selected when drag is over them. Overriding method; private void setFeedback(DropTargetEvent event, int location) { event.feedback = DND.FEEDBACK_NONE; } - does not chenge the feedback either. setFeedbackEnabled() should be extended to disable SELECTION feedback or new method created, setSelectionFeedback(). | verified fixed | 62bd24a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T16:23:41Z | 2004-08-19T18:26:40Z |
114,637 | Bug 114637 [Preferences] PlatformUI.getPreferenceStore() != WorkbenchPlugin.getPreferenceStore() | Somehow these two preference stores are no longer the same. This is causing all kinds of problems in themes because we're hooking theme listeners to one and then firing changes at another. As a result, themes just aren't working. I'm going to investigate | verified fixed | dec58c2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ChangeToPerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ExtensionEventHandler.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/dialogs/StartupPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/Theme.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/manual/BrokenUpdatePreferencePage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T16:18:59Z | 2005-11-01T21:20:00Z |
114,488 | Bug 114488 [WorkingSets] select working set dialog should be resizable | null | verified fixed | 44b94ca | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/SelectWorkingSetsAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-04T16:16:52Z | 2005-11-01T10:13:20Z |
109,977 | Bug 109977 [Import/Export] wizard: Order of group nodes | 20050920 I think it would be best if the 'General' node is always first, and the 'Other' node always last. All other nodes would be in-between and sorted by name. It seem to me that currently all nodes are sorted by name. Maybe it would also make sense to not have a 'General' node, but to keep these entries top level, and always at the top. | verified fixed | 8c7717e | ["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/DataTransferWizardCollectionSorter.java", "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/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-04T16:07:58Z | 2005-09-20T09:53:20Z |
114,240 | Bug 114240 [Themes] New Dialog fonts don't take | Build: I-20051025-0800 Window > Preferences > General > Appearance > Color and Fonts > Dialog Font. Change the font to Italics 12 for example. Press OK everywhere you can. Close the preferences dialog. Reopen it. The new fonts have not taken effect. They also do not take effect in any wizard, etc. | verified fixed | 0bb91fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-02T18:32:13Z | 2005-10-28T20:06:40Z |
114,773 | Bug 114773 [Markers] Redundant information in the Problems view when Flat | null | verified fixed | c853fe7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-02T16:13:31Z | 2005-11-02T16:46:40Z |
114,742 | Bug 114742 Please disable Multi Quick fix support in the problems view for M3 | null | verified fixed | 7dbbcd1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-02T14:07:21Z | 2005-11-02T11:13:20Z |
114,598 | Bug 114598 ClassCastException when menu popped up on Pending. | java.lang.ClassCastException: org/eclipse/ui/internal/progress/PendingUpdateAdapter incompatible with org/eclipse/ui/views/markers/internal/MarkerNode at org.eclipse.ui.views.markers.internal.Util.isSingleConcreteSelection(Util.java:289) at org.eclipse.ui.views.markers.internal.ActionRevealMarker.selectionChanged(ActionRevealMarker.java:70) at org.eclipse.ui.actions.SelectionProviderAction.selectionChanged(SelectionProviderAction.java:142) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1784) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1027) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1053) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:209) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:204) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:364) 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.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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: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 | d66a134 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSelectionProviderAction.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-11-01T22:37:39Z | 2005-11-01T18:33:20Z |
114,542 | Bug 114542 [Markers] Possible to get empty path nodes in problems view hierarcahl mode | 20051101 Warnings on the top level of a project ended up having an empty label. STEPS 1) Change filters to show selected elements and children 2) Go into hierarchal mode 3) Select org.eclipse.ui.tests | verified fixed | 7cea000 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldProject.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/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.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-01T21:28:17Z | 2005-11-01T15:46:40Z |
114,541 | Bug 114541 [Markers] ClassCastException selecting element in problems tree | 20051101 When you select the first element in a tree in the problems view hierarchal mode you get the following exception: !ENTRY org.eclipse.jface 4 2 2005-11-01 10:31:42.843 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.ClassCastException at org.eclipse.ui.views.markers.internal.MarkerSelectionProviderAction.getSelectedMarker(MarkerSelectionProviderAction.java:59) at org.eclipse.ui.views.markers.internal.ActionOpenMarker.run(ActionOpenMarker.java:59) at org.eclipse.ui.views.markers.internal.MarkerView.handleOpenEvent(MarkerView.java:809) at org.eclipse.ui.views.markers.internal.TableView$2.open(TableView.java:165) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.fireOpen(StructuredViewer.java:739) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at o rg.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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) | verified fixed | 046d2a0 | ["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-11-01T19:26:34Z | 2005-11-01T15:46:40Z |
114,550 | Bug 114550 IndexOutOfBoundsException in Problems Hierarchal Mode | 20051101 I am not sure how I got this but I was switching to the ColorSelector.java in hierarchal mode (which has no hierarchy) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.ui.views.markers.internal.MarkerAdapter.buildHierarchy(MarkerAdapter.java:308) at org.eclipse.ui.views.markers.internal.MarkerAdapter$MarkerCategory.getChildren(MarkerAdapter.java:89) at org.eclipse.ui.views.markers.internal.MarkerTreeContentProvider.getChildren(MarkerTreeContentProvider.java:71) at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:899) at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:790) at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:905) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:512) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:494) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1122) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1131) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:658) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:641) at org.eclipse.jface.viewers.AbstractTreeViewer.expandAll(AbstractTreeViewer.java:630) at org.eclipse.ui.views.markers.internal.MarkerView$7.runInUIThread(MarkerView.java:1280) 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) ... 18 more | verified fixed | 045834f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-11-01T18:52:25Z | 2005-11-01T15:46:40Z |
114,390 | Bug 114390 [Markers] Show In menu item enabled for categories | 20051025 The Show In menu item is enabled for categories. Not only is it meaningless it generates the following exception: !ENTRY org.eclipse.ui 4 0 2005-10-31 13:41:50.296 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.ui.views.markers.internal.MarkerView$4.getShowInContext(MarkerView.java:572) at org.eclipse.ui.internal.ShowInMenu.getContext(ShowInMenu.java:252) at org.eclipse.ui.internal.ShowInMenu.fillMenu(ShowInMenu.java:120) at org.eclipse.ui.internal.ShowInMenu.fill(ShowInMenu.java:95) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:549) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:373) 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:893) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:917) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:898) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3363) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3082) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3910) 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:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2852) 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:375) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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 | 73103bc | ["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/ActionOpenMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionProblemProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionRevealMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionTaskProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSelectionProviderAction.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/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-31T19:43:21Z | 2005-10-31T17:33:20Z |
114,251 | Bug 114251 [Working Sets] Select Working Sets dialog nitpicks | List has no border. If empty Edit... and Remove should be disabled. | verified fixed | b6bb170 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-29T11:16:47Z | 2005-10-28T20:06:40Z |
113,911 | Bug 113911 FilteredTree - category with no matching children should not appear in Show View dialog | Open the Show View dialog and type Java as the filter text. Notice there is a category that appears that has no children (Java Browsing). A category that has no matching children should not appear in the tree since in this case selecting a category is meaningless, unlike in the Preferences dialog. | verified fixed | c782ba3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewPatternFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-28T18:16:27Z | 2005-10-26T23:40:00Z |
110,285 | Bug 110285 [WorkbenchParts] New API EditorPart.setInputWithNotify needs clarification | I20050921-2000 In 3.2 new protected EditorPart.setInputWithNotify(IEditorInput) has been introduced and the existing method EditorPart.setInput(IEditorInput) has been deprecated. I see the following problems with this - there's no caller of this API in the SDK and so far no request on the mailing lists describing to clients how to adopt it - what are subclasses (who themselves are allowed to be subclassed) of EditorPart supposed to do if they want to extend/override setting of the input? Do they always have implement the new and the deprecated method (since there's no backward compatibility code)? - what is now the intent of IReusableEditor.setInput(IEditorInput)? Is it EditorPart.setInput(...) or EditoPart.setInputWithNotify(...)? | verified fixed | 4777697 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IReusableEditor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-28T14:51:47Z | 2005-09-22T06:20:00Z |
114,089 | Bug 114089 [WorkingSets] Updater class for resource working sets | I20051025-0800 JDT is getting more and more requests that the package explorer is able to show resource working sets as well as Java working sets. I added some code to the package explorer that enables showing resource working sets iff the top level elements of the working set are projects (otherwise it will be difficult to ensure that we don't show the "same" element twice once as a resource and once as a Java element). The code is working however the correct updating of the package explorer depends on having a working set updater installed. This is the case for Java working sets but not for resource working sets. Since Java working sets can show simple resources as well I simply extracted the code to a ResourceWorkingSetUpdater which I would like to contribute to Platform/UI. Nick, I have assigned the PR directly to you since you looked at the working set updater patches in 3.1. | verified fixed | 5df47aa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourceWorkingSetUpdater.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-28T14:20:21Z | 2005-10-28T11:46:40Z |
104,900 | Bug 104900 [WorkbenchParts] it appears as though there is either unnecessary code or a resource cleanup bug in the editor loading code | Hi there, I noticed a possible problem in the editor part creation code. My observation is that it seems likely to be one of the following - there is a resource cleanup bug - there is unnecessary code It should be easy to see and verify from code inspection and a bit of debugging. package: org.eclipse.ui.internal class: EditorReference method: createPartHelper The code to look at are these lines: IEditorPart initializedPart = null; ... if (initializedPart != null) { try { initializedPart.dispose(); } catch (RuntimeException re) { WorkbenchPlugin.log(re); } } initializedPart is never initialized to anything other than null, so the second part of the code is never executed. It looks as though the intention was to clean up (dispose) the editor part in the even of an exception - look for the "IEditorPart part;" code. Perhaps "part" and "initializedPart" need to be reconciled. Thanks | verified fixed | 8c1ac03 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-28T14:19:28Z | 2005-07-22T22:06:40Z |
113,575 | Bug 113575 [Dialogs] opening a dialog on top of PopupDialog closes the popup | null | verified fixed | 7804860 | ["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-10-27T23:29:32Z | 2005-10-24T18:53:20Z |
108,324 | Bug 108324 [MPE] MultiPageSelectionProvider should implement IPostSelectionProvider | The current MultiPageSelectionProvider doesn't implement IPostSelectionProvider. This means that any editor parts within the multi-page editor part can not forward post selection to the selection service and anyone listening to the service. SSE is trying to remove our own internal selection management but this makes it difficult since text editors use post selection to update the text selection from cursor key movement. | closed fixed | 52adbbf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageSelectionProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-27T19:02:23Z | 2005-08-29T21:13:20Z |
113,821 | Bug 113821 [Markers] Poor job name: Fetching children of Searching for markers | Build id: I20051025-0800 1) Open the progress view and the problems view 2) Start a long build. There is a job in the progress view called "Fetching children of Searching for markers". First, this is not a good name. Second, it should probably be a system job. | verified fixed | 260e053 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-27T17:21:47Z | 2005-10-26T15:20:00Z |
113,688 | Bug 113688 NPE trying to set the selected resources for an external tool builder | Using I20051025-0800, I defined an external tool builder to use a specific ant script. So far, so good. Then I wanted to get a refresh on selected resources because I am copying a jar file in another project. When I clicked on the button to select the resources I want to be refreshed I got this NPE. java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.WorkingSetEditWizard.<init>(WorkingSetEditWizard.java:41) at org.eclipse.ui.internal.AbstractWorkingSetManager.createWorkingSetEditWizard(AbstractWorkingSetManager.java:500) at org.eclipse.debug.ui.RefreshTab.selectResources(RefreshTab.java:207) at org.eclipse.debug.ui.RefreshTab.access$1(RefreshTab.java:201) at org.eclipse.debug.ui.RefreshTab$3.widgetSelected(RefreshTab.java:190) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:893) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3238) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2858) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:439) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:356) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:360) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:302) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:893) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3238) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2858) 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:371) 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:375) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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 | 2bd51fc | ["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-10-26T14:57:21Z | 2005-10-25T19:53:20Z |
113,557 | Bug 113557 [Markers] Class cast exception when selecting all in problems view | Version: 3.2.0 Build id: N20051021-0010 When pressing Ctrl-A (select all) in the problems or tasks view the following exception is thrown: !ENTRY org.eclipse.ui 4 0 2005-10-24 17:55:42.966 !MESSAGE org.eclipse.jface.viewers.TreeViewer !STACK 0 java.lang.ClassCastException: org.eclipse.jface.viewers.TreeViewer at org.eclipse.ui.views.markers.internal.ActionSelectAll.run(ActionSelectAll.java:35) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.ui.part.CellEditorActionHandler$SelectAllActionHandler.runWithEvent(CellEditorActionHandler.java:330) 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:401) 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:975) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:892) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:917) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:902) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:930) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:926) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1240) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3155) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:3302) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3056) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:3262) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3910) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1697) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:371) 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:375) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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 | cd30df3 | ["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/ActionDeleteCompleted.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionMarkCompleted.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionPasteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionProblemProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionRemoveMarker.java", "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/ActionRevealMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionSelectAll.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionTaskProperties.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/MarkerSelectionProviderAction.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/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/SelectionProviderAdapter.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", "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-10-25T19:21:36Z | 2005-10-24T16:06:40Z |
113,582 | Bug 113582 Deadlock updating marker list during builds. | I hot a deadlock involving jobs. The only two parties involved appear to be the problems view and the editor being saved. From the stacktrace, It's not obvious to me why the deadlock has occurred. I'm assigning it to Tod since the Problems view is involved but it could also be a problem in the Jobs framework so I've copied John as well. Here's the stacktrace. Full thread dump Java HotSpot(TM) Client VM (1.4.2_10-ea-b01 mixed mode): "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x041fbb68 n id=0x9e0 in Object.wait() [5b7f000..5b7fd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x17197160> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x046ff530 n id=0xca8 in Object.wait() [5daf000..5dafd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16eac480> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=2 tid=0x041ea010 nid=0x8c8 in Object.wait() [5d6f000..5d6fd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16d75488> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=2 tid=0x0451ad30 nid=0xd7c in Object.wait() [5d2f000..5d2fd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16d754e8> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=2 tid=0x04691d80 nid=0x544 in Object.wait() [583f000..583fd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16d75548> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=2 tid=0x04734928 nid=0x540 in Object.wait() [531f000..531fd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16c98228> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=2 tid=0x0402d8d8 nid=0x208 in Object.wait() [3dff000..3dffd68] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:176) - locked <0x16c98470> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) "Worker-779" prio=5 tid=0x04799308 nid=0x5dc in Object.wait() [77df000..77dfd68] at java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:38) - locked <0x1a18c4e8> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:611) at org.eclipse.core.internal.jobs.InternalJob.join (InternalJob.java:305) at org.eclipse.core.runtime.jobs.Job.join(Job.java:353) at org.eclipse.ui.views.markers.internal.MarkerView.scheduleCountUpdate ( MarkerView.java:1329) at org.eclipse.ui.views.markers.internal.MarkerAdapter.fetchDeferredChil dren(MarkerAdapter.java:107) at org.eclipse.ui.progress.DeferredTreeContentManager$1.run (DeferredTree ContentManager.java:192) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) "Worker-775" prio=5 tid=0x04723c08 nid=0x72c in Object.wait() [613f000..613fd68] at java.lang.Object.wait(Native Method) - waiting on <0x16cec7f0> (a org.eclipse.ui.console.IOConsoleInputStream ) at java.lang.Object.wait(Object.java:429) at org.eclipse.ui.console.IOConsoleInputStream.waitForData (IOConsoleInpu tStream.java:147) at org.eclipse.ui.console.IOConsoleInputStream.read (IOConsoleInputStream .java:93) - locked <0x16cec7f0> (a org.eclipse.ui.console.IOConsoleInputStream) at org.eclipse.ui.console.IOConsoleInputStream.read (IOConsoleInputStream .java:118) at org.eclipse.debug.internal.ui.views.console.ProcessConsole$InputReadJ ob.run(ProcessConsole.java:666) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) "Worker-769" prio=5 tid=0x04859c18 nid=0x44c waiting on condition [779f000..779f d68] at java.lang.Thread.sleep(Native Method) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run (Decorati onScheduler.java:249) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) "Java indexing" daemon prio=4 tid=0x03f81de8 nid=0x26c in Object.wait() [571f000 ..571fd68] at java.lang.Object.wait(Native Method) - waiting on <0x138b6f80> (a org.eclipse.jdt.internal.core.search.indexi ng.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run (JobMan ager.java:349) - locked <0x138b6f80> (a org.eclipse.jdt.internal.core.search.indexing.I ndexManager) at java.lang.Thread.run(Thread.java:534) "Start Level Event Dispatcher" daemon prio=5 tid=0x02fa0fb8 nid=0xb98 in Object. wait() [316f000..316fd68] at java.lang.Object.wait(Native Method) - waiting on <0x127b0b08> (a org.eclipse.osgi.framework.eventmgr.EventMa nager$EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextE vent(EventManager.java:349) - locked <0x127b0b08> (a org.eclipse.osgi.framework.eventmgr.EventManage r$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run (Even tManager.java:287) "Framework Event Dispatcher" daemon prio=5 tid=0x00a49c00 nid=0x94c in Object.wa it() [30af000..30afd68] at java.lang.Object.wait(Native Method) - waiting on <0x127a1ad0> (a org.eclipse.osgi.framework.eventmgr.EventMa nager$EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextE vent(EventManager.java:349) - locked <0x127a1ad0> (a org.eclipse.osgi.framework.eventmgr.EventManage r$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run (Even tManager.java:287) "Signal Dispatcher" daemon prio=10 tid=0x009d00c8 nid=0xa94 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009cd700 nid=0x17c in Object.wait() [2d5f000..2d 5fd68] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x12778a48> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009cc378 nid=0xa1c in Object.wait() [2d 1f000..2d1fd68] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x12778ab0> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00034b50 nid=0xc54 runnable [7e000..7fc3c] at java.lang.Object.wait(Native Method) - waiting on <0x16de07e8> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:183) - locked <0x16de07e8> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:8 8) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:1 90) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.j ava:96) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Worksp ace.java:1663) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1703 ) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOp eration.java:110) - locked <0x1005bb40> (a org.eclipse.ui.actions.WorkspaceModifyDelegatin gOperation) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run (Wor kspaceOperationRunner.java:73) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run (Wor kspaceOperationRunner.java:63) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation (TextFileDocumentProvider.java:447) at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument (Tex tFileDocumentProvider.java:706) at org.eclipse.ui.texteditor.AbstractTextEditor.performSave (AbstractText Editor.java:3758) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.performS ave(CompilationUnitEditor.java:1468) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSave (C ompilationUnitEditor.java:1521) - locked <0x17197008> (a org.eclipse.jdt.internal.core.CompilationUnit) at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95) at org.eclipse.ui.internal.SaveableHelper$2.run (SaveableHelper.java:116) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalCont ext.java:346) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291) at org.eclipse.jface.window.ApplicationWindow$1.run (ApplicationWindow.ja va:631) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run (ApplicationWindow.java :628) at org.eclipse.ui.internal.WorkbenchWindow.run (WorkbenchWindow.java:2137 ) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation (Sa veableHelper.java:122) at org.eclipse.ui.internal.SaveableHelper.savePart (SaveableHelper.java:1 00) at org.eclipse.ui.internal.EditorManager.savePart (EditorManager.java:114 0) at org.eclipse.ui.internal.WorkbenchPage.savePart (WorkbenchPage.java:274 1) at org.eclipse.ui.internal.WorkbenchPage.saveEditor (WorkbenchPage.java:2 754) at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.commands.ActionHandler.execute (ActionHandler.java:1 17) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute (ParameterizedC ommand.java:401) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (Workben chKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboar d.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (Workbe nchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindi ngs(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3 (WorkbenchKeyb oard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEv ent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:975) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:892) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:917) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:902) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:930) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:926) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1240) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3155) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3056) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3910) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1697) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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.jav a:371) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:10 6) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformAct ivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:375) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java: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) "VM Thread" prio=5 tid=0x00a0b720 nid=0xaa0 runnable "VM Periodic Task Thread" prio=10 tid=0x00a0c9b0 nid=0x70 waiting on condition "Suspend Checker Thread" prio=10 tid=0x009cf780 nid=0xf24 runnable | verified fixed | f030978 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-24T20:49:55Z | 2005-10-24T18:53:20Z |
102,893 | Bug 102893 [WorkingSets] Nested WorkingSets | Hello, I'm a big user of different working sets, and recently I've notice the need of nested grouping (Working sets within working sets). That way, one can have more control and a better organization of the workingspace. In my case I have a working set for my office, one for personal projects, one for testing and a couple of others. Inside the office working set, some of the projects have dependencies between them; it would be great to have those projects in a working set inside the office working set. I don't know if other people have had this need. Thanx for everything | verified fixed | 5d7463a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java", "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/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetComparator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java", "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/WorkingSetFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetLabelProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-24T19:34:43Z | 2005-07-06T17:13:20Z |
113,276 | Bug 113276 ModelProvider patch to support logical models | Here is a patch that includes the capability to support the batching of resource mappings by model provider. We need this so we can obtain, using the adaptable mechanism, model related funtionality for performing operations on a set of resource mappings that all originate from the same model. | resolved fixed | b6fea8b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-21T19:00:26Z | 2005-10-20T20:26:40Z |
108,162 | Bug 108162 [Progress] [IDE] Deadlock using MoveFilesAndFoldersOperation from a refactoring participant | We provide a Resource Move refactoring participant for resources managed by our plug-in. The following line of code in the participant causes the deadlock: new MoveFilesAndFoldersOperation(<the active shell>).copyResources(<some resources>, <destination container>); The MoveFilesAndFoldersOperation class is from the "org.eclipse.ui.actions" package. | verified fixed | a2be951 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/WorkspaceModifyOperation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/ConcurrencyTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-20T19:31:41Z | 2005-08-26T18:13:20Z |
113,255 | Bug 113255 Double click should expand import/export trees | In the new Import and Export dialog, the tree should be expandable using double- click. It currently is not. | verified fixed | c6197a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-20T19:21:13Z | 2005-10-20T17:40:00Z |
72,374 | Bug 72374 [Dialogs] Provide a generic info pop dialog | There are several places in the GUI where user create a "info pop-up" dialog. Unfortunately, as it is now, these dialogs are written from scratch and share little common code. A utility class for creating such dialogs would reduce code, and help to ensure a common look & feel. These are the characteristics I see as being common to these dialogs: + Background colour + Always on top + Does not appear in the window list + Deactivating the shell closes it + Resizable; remembers size There might be others as well. | verified fixed | b20256b | ["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-10-20T15:48:03Z | 2004-08-20T19:26:40Z |
113,085 | Bug 113085 [Perspectives] perspectiveExtension: required attribute "relative"? | created a perspectiveExtension/view but get the error Plugin NJVPlugin, extension org.eclipse.ui.perspectiveExtensions Required attribute 'relative' not defined Unable to process element: view in perspective extension: null filed "relative" is not marked as required. | verified fixed | d7b7e88 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-20T14:51:19Z | 2005-10-19T13:53:20Z |
70,597 | Bug 70597 [DnD] Drag and Drop PluginTransferData confusion | When I read the javadoc of PluginTransferData it states "The workbench will automatically create instances of this class as required. It is not intended to be instantiated or subclassed by clients.". However, the two examples I've seen (Eclipse.org article and readme example) both instantiate the class. I can't see how it would work any other way so I assume that the javadoc is wrong (i.e. that clients need to instantiate the class). If this is not the case, the examples should be updated to reflect how it should work. | verified fixed | 9493528 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PluginTransferData.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-20T12:54:50Z | 2004-07-22T01:33:20Z |
105,874 | Bug 105874 [DnD] [RCP] Unable to perform DROP_LINK operations in the editor area | I am trying to support dropping of links from Internet Explorer to the blank editor area (WorkbenchWindow?) of our RCP application. As far as I can tell from examining the Eclipse source code, IE wants this operation to be a DROP_LINK. It would seem that the DropTarget object being instantiated automatically by the RCP is being initialized with the style 'DND.DROP_DEFAULT | DND.DROP_COPY', thus all DROP_LINK operations are disallowed. This instantiation occurs in org.eclipse.ui.internal.EditorSashContainer and seems to be preventing us from supporting dropping of links from IE. Would it be possible to get support for DROP_LINK? | verified fixed | 3aca513 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-19T20:34:16Z | 2005-08-03T00:46:40Z |
105,351 | Bug 105351 [Presentations] Exception AbstractTabFolder.getItem | null | verified fixed | 196876d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/ReplaceDragHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-19T20:31:06Z | 2005-07-27T18:46:40Z |
71,600 | Bug 71600 [DetachedView] Cannot get Focus on main window title/menus after dialog box closes | 1 Tear off the package explorer and give it the focus 2 Refresh a project via the package explorer, causing the progress box to appear. 3 Wait for the progress box to close on its own. At this point click on the title, menu, or shortcut bars has no effect, and does not change the focus. I have to click on one of the main window views first to gain focus, then on the menu or shortcut item I'm interested in. | verified fixed | 21ea03f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-19T18:55:03Z | 2004-08-06T19:20:00Z |
112,136 | Bug 112136 ImportTestSource directory left in home directory after running tests | null | verified fixed | 5d94b94 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.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-10-17T21:09:10Z | 2005-10-10T21:33:20Z |
112,106 | Bug 112106 [KeyBindings] Changed shortcut keys don't take effect | I have just changed the shortcut key mapping for a few commands, but they don't all seem to take effect. For example, I just mapped Source > Format to F11, and it shows up that way in Window > Preferences > General > Keys as well as in Help > Key Assist, but the F11 key doesn't format, and the shortcut key displayed in the Source menu is still Ctrl+Shift+F. I mapped Incremental Reverse Find to Ctrl+Shift+F and still have the same problem. I think the whole key mapping part of Eclipse needs to be redesigned, as it is difficult to use and doesn't even seem to work. It's very frustrating. | verified fixed | 2156897 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-13T18:49:53Z | 2005-10-10T13:13:20Z |
112,490 | Bug 112490 Patch to fix the mess I made | I have done bad things. I now prostrate myself and humbly ask that some gracious soul submit this patch (which I will attach forthwith) so that I may redeem myself. Basically, I (well really John but I made him do it) moved the ResourceMapping stuff to API but we missed a few things that needed to be done, causing great grief to the JDT team. Please spare the lashes as I have a low pain threshold. | verified fixed | 9d4276c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IContributorResourceAdapter2.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/DefaultContributorResourceAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IContributorResourceAdapter2.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyResourceSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-13T14:21:32Z | 2005-10-13T13:26:40Z |
104,047 | Bug 104047 [Dialogs] Incorrect Output from DialogSettings.save() | The XML produced by the DialogSettings.save() method is not correct. If multiple arrayItems exist, every element after the first will have an extra "value" attribute. Here is a code snipet to illustrate: IDialogSettings export = new DialogSettings("Example"); String[] values1 = { "value1", "value2" }; export.put("key1", values1 ); String[] values2 = { "value3", "value4" }; export.put("key2", values2 ); try { export.save("C:\\test.xml"); } catch (IOException e) { // Do Nothing } The output of this is: <?xml version="1.0" encoding="UTF-8"?> <section name="Example"> <list key="key1"> <item value="value1"/> <item value="value2"/> </list> <list key="key2" value="value2"> <item value="value3"/> <item value="value4"/> </list> </section> As you can see, the second "list" has an attribute "value" which it shouldn't. The reason is the value from the previous list element is not cleared before writing the second element. I.E. "value2" from the first list element is used as the value attribute for the second list element. Suggested fix: In DialogSettings.save(), add another "attributes.clear();" for the loop that iterates over the aarryItems field. | verified fixed | 7fd868d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-12T22:07:02Z | 2005-07-15T17:53:20Z |
83,711 | Bug 83711 [JFace] NPE in DeviceResourceManager.allocate() | Using I20050125-0800, I keep on getting these SWT errors: Error Jan 26, 2005 15:36:05.797 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:2837) at org.eclipse.swt.SWT.error(SWT.java:2762) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2787) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2458) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1575) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1541) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:287) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:274) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.basicRun(Main.java:255) at org.eclipse.core.launcher.Main.run(Main.java:811) at org.eclipse.core.launcher.Main.main(Main.java:795) Caused by: java.lang.NullPointerException at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:57) at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:87) at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:104) at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:203) at org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.getImage(DefaultMarkerAnnotationAccess.java:335) at org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.paint(DefaultMarkerAnnotationAccess.java:234) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint(AnnotationRulerColumn.java:708) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint(AnnotationRulerColumn.java:537) at org.eclipse.jface.text.source.AnnotationRulerColumn.redraw(AnnotationRulerColumn.java:830) at org.eclipse.jface.text.source.AnnotationRulerColumn$6.run(AnnotationRulerColumn.java:817) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) ... 17 more | verified fixed | d963f8c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-12T21:00:07Z | 2005-01-26T14:33:20Z |
112,240 | Bug 112240 [Viewers] TableLayout should also support trees. | 3.1 The TableLayout class cannot layout trees. As they now support columns we should also allow it to be applied. | verified fixed | 2326ffb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-12T18:03:05Z | 2005-10-11T17:00:00Z |
112,247 | Bug 112247 [Preferences] [RCP] Should remove unused prefs for showing action bars | 3.1 In WorkbenchPreferenceInitializer, we have: node.putBoolean(IPreferenceConstants.SHOW_SHORTCUT_BAR, true); node.putBoolean(IPreferenceConstants.SHOW_STATUS_LINE, true); node.putBoolean(IPreferenceConstants.SHOW_TOOL_BAR, true); but these prefs are never read anywhere. Should delete this code and the corresponding constants. | verified fixed | 453e45b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-11T20:55:18Z | 2005-10-11T19:46:40Z |
11,428 | Bug 11428 Wildcard search does not work | The query syntax says * and ? are supported, but searching for proj* brings 0 hits. It does not work in any driver since 20020228 until most recent 20020314 | resolved fixed | d3923eb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-11T20:37:31Z | 2002-03-15T02:40:00Z |
111,429 | Bug 111429 [Markers] Multi-select quickfix does not batch confirmation and stops on first failure | null | verified fixed | 8308218 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-11T13:54:21Z | 2005-10-04T12:46:40Z |
11,983 | Bug 11983 Run time workbench wizard has title cut off for large fonts. | If the Header font is set to a large (24 point) font then the titles of the Run with Workbench Wizard are cut off. STEPS 1) Select Preferences-> Fonts 2) Set the Header font to 24 point 3) Select Run with - Runtime Workbench 4) Title will be cut off | closed fixed | 697ae69 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-10T20:22:25Z | 2002-03-20T18:46:40Z |
110,076 | Bug 110076 [Undo] Undo/RedoActionHandler nits | The UndoActionHandler and RedoActionHandler have some small nits. These come up when setting the handlers for undo/redo actions on the toolbar. 1. they don't set the DisabledImageDescriptor 2. they don't set the tool tip text to describe the undo/redo about to be performed The second one is really an OperationHistoryActionHandler nit, I guess. | verified fixed | 5cbd38a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/RedoActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/UndoActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-10T20:09:33Z | 2005-09-20T18:13:20Z |
111,889 | Bug 111889 [Preferences] NPE in Editors preference page | I was switching on multiple editor tabs in the Editors preference page. I clicked the checkbox using the mouse and then hit enter to close the dialog. For some reason I was greeted with the following: ava.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow.showHeapStatus(WorkbenchWindow.java:3173) at org.eclipse.ui.internal.dialogs.WorkbenchPreferencePage.updateHeapStatus (WorkbenchPreferencePage.java:387) at org.eclipse.ui.internal.dialogs.WorkbenchPreferencePage.performOk(WorkbenchPreferencePage.java: 360) at org.eclipse.ui.internal.ide.dialogs.IDEWorkbenchPreferencePage.performOk (IDEWorkbenchPreferencePage.java:73) at org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:862) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.preference.PreferenceDialog.okPressed(PreferenceDialog.java:842) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:296) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed (WorkbenchPreferenceDialog.java:164) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:227) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:607) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1436) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1421) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1251) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3099) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2752) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66) at org.eclipse.ui.carbon.CarbonUIEnhancer.runAction(CarbonUIEnhancer.java:314) at org.eclipse.ui.carbon.CarbonUIEnhancer.access$1(CarbonUIEnhancer.java:296) at org.eclipse.ui.carbon.CarbonUIEnhancer$4.commandProc(CarbonUIEnhancer.java:238) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2722) 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:371) 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:377) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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 | 9238142 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-07T13:30:46Z | 2005-10-07T13:00:00Z |
111,802 | Bug 111802 [Undo] - Inconsistent button labeling on prompt for undoing non local changes | The dialog has Yes, Discard Undo, Cancel Should be OK, Discard Undo, Cancel | verified fixed | 6ddd587 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-06T16:21:05Z | 2005-10-06T17:33:20Z |
111,064 | Bug 111064 [Undo] changes outside the current editor are still executed when pressing Esc | I20050928-1300 class Try { private static class MoveToNewFile { } } - select MoveToNewFile and execute Refactor > Move Member Type to New File - click OK - choose Edit > Undo Move Member ... - press the Esc key to dismiss the dialog => the undo is executed as if I clicked Yes or pressed the Return key | verified fixed | 50d78fd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-06T16:12:49Z | 2005-09-29T13:20:00Z |
33,550 | Bug 33550 [Dialogs] Dialog should support remembering size and position | There are several dialogs that remember its size and position. Since restore the size and considering screen size and font changes isn't trivial JFace's Dialog class should support remembering and restoring size and position. These would realy ease the task for subclasses. May be you can steel the code from OpenTypeSelectionDialog. | verified fixed | 428d5c7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-04T20:27:39Z | 2003-02-28T16:33:20Z |
111,058 | Bug 111058 [Markers] Need pluggable columns for problems | M2 The problems view has the following columns: Severity Description Resource In Folder Location This does not make sense in non resource based environments. We need to make the last 3 pluggable and rename these as required | verified fixed | 1e93f90 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldFolder.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/Util.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-10-04T19:29:13Z | 2005-09-29T13:20:00Z |
110,728 | Bug 110728 Heap Status needs a preference to turn it off. | Run Eclipse 3.2M2 under OS X 10.4.x. After the initial transient high CPU usage normally seen during Ecllpse start up the CPU usage goes to ~4% at "idle" during routine Java development. After several tens of minutes of normal use the CPU usage climbs to anywhere between 20% to >40% when idling. Quitting and restarting Eclipse 3.2M2 restores the idle CPU usage to ~4%, but it continues to climb with use. | verified fixed | 17aa7c7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.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/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-04T15:54:28Z | 2005-09-26T21:26:40Z |
111,415 | Bug 111415 [G2X] [KeyBindings] interactions: Keys stop working after closing preference page | OS: <SLES 9 SP2> Language: <Portuguese/English> Build level: <M20050929> JDK version: IBM JDK 1.4.2 SR2 Test case #: Base 3.14 Summary: [G2X] Keybinding List permanently disappears in SUSE Steps to recreate problem: 1-on a SUSE installation, press Ctrl-Shift-L to bring up the Keybinding List 2-press Ctrl-Shift-L again to bring up the Preferences dialog 3-Left Click the X in the upper-right corner of the Preferences dialog to close it (this step is important) 4-press Ctrl-Shift-L again to bring up the Keybinding List Error: The Keybinding List does not appear. Expected Result: The Keybinding List should appear. | verified fixed | c97a2a7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-04T15:19:03Z | 2005-10-04T10:00:00Z |
111,244 | Bug 111244 [Decorators] LightweightDecoratorManager does not correctly interpret 'and' and 'or' expressions with 'objectClass' | I20050923-1000 I have a lightweight decorator extension like this: <extension point="org.eclipse.ui.decorators"> <decorator label="Derived Resources" location="BOTTOM_LEFT" adaptable="false" id="org.eclipse.zrh.derivedDecorator" class="org.eclipse.zrh.derivedDecorator.DerivedDecorator" lightweight="true" state="true"> <enablement> <or> <objectClass name="org.eclipse.core.resources.IResource"> </objectClass> <objectClass name="org.eclipse.jdt.core.IJavaElement"> </objectClass> </or> </enablement> </decorator> </extension> I'd expect that the decorator applies to objects of type IResource as well as to objects of type IJavaElement. But the decorator only works for IJavaElements. The problem seems to be the assumption that each ActionExpression only contains one objectClass element. But that's not required by the extension point description. LightweightDecoratorManager#initializeEnablement() executes objectClass = expression.extractObjectClass(); and then wrongly assumes that this objectClass is the only one that needs registration, even though it has only arbitrarily been choosen in ActionExpression.CompositeExpression#extractObjectClass(). | verified fixed | 646978c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionExpression.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/LightweightDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-04T13:59:01Z | 2005-09-30T19:53:20Z |
108,705 | Bug 108705 [Contributions] errors: ObjectActionContributor should safeguard against misbehaving plugins | When using the Java Persepective and the Package Explorer all closed projects no longer have "right-click" context menu available to them. However, there is a caveat. If I right-click on a project that is open (which does show the menu) and then try to right-click on a closed project again, the menu now shows up. | verified fixed | 850ce56 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectPluginAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-10-03T17:55:15Z | 2005-09-02T16:53:20Z |
107,377 | Bug 107377 [GlobalActions] NPE deleting a file | I got an NPE when I tried to delete a file from the synchronize view. The delete in Eclipse may have coincided with a delete of the file in the file system as it was a temp file from an application that was closing at the time I deleted the file in Eclipse. java.lang.NullPointerException at org.eclipse.ui.actions.ReadOnlyStateChecker.checkReadOnlyResources (ReadOnlyStateChecker.java:154) at org.eclipse.ui.actions.ReadOnlyStateChecker.checkReadOnlyResources (ReadOnlyStateChecker.java:108) at org.eclipse.ui.actions.DeleteResourceAction.getResourcesToDelete (DeleteResourceAction.java:551) at org.eclipse.ui.actions.DeleteResourceAction.run (DeleteResourceAction.java:492) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) 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.OutOfOrderListener.handleEvent (OutOfOrderListener.java:76) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:883) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:907) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:892) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:920) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:916) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1515) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3376) at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:3052) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3087) 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: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 | b3dc0b2 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ReadOnlyStateChecker.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/Bug99858Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-29T18:44:31Z | 2005-08-18T21:20:00Z |
20,831 | Bug 20831 [MPE] MultiPageEditorPart.setActivePage() doesn't send pageChange() | Build F3 I'm not sure if this is by design or not, but when you send setActivePage() to a MultiPageEditorPart, it does not invoke its pageChange() method. This method is often overridden by subclasses to provide additional behavior on page changes. If this is, in fact, the desired behaviour, it should probably be documented in setActivePage(). | verified fixed | e198de8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiPageEditorTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageEditor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-28T19:01:18Z | 2002-06-21T20:06:40Z |
96,284 | Bug 96284 [Properties] Clicking OK on Properties page of plugin.xml gives unexpected "Conflict in Encoding" | N20050523-0010 - open the Properties dialog for a plugin.xml - click OK => Error message dialog "Conflict in Encoding": "null conflicts with the encoding defined in the content type (UTF-8). Do you wish to set it anyways?" with buttons "Yes" and "No". Since I have not changed teh encoding, I don't expect that dialog. | verified fixed | 3d3b635 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-28T18:24:04Z | 2005-05-23T09:20:00Z |
109,329 | Bug 109329 [Progress] Tooltip in progress dialog is shortened | Eclipse 3.1 The tooltip should be the full text while the text itself may be shortened. See attached pic. | verified fixed | e87a76c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-28T18:09:01Z | 2005-09-12T18:33:20Z |
2,389 | Bug 2389 [MPE] Take out workaround in MultiPageEditorPart.pageChange(int) (1GEV94I) | Can take out the workaround for 1GCN531: SWT:WIN2000 - CTabFolder child's visibility is false on notification in MultiPageEditorPart.pageChange(int). Should also check if workaround for 1GAUS7C: ITPUI:ALL - Editor not activated when restored from previous session can be removed. NOTES: | verified fixed | ebd6f69 | ["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-09-28T14:23:16Z | 2001-10-11T03:13:20Z |
109,474 | Bug 109474 [EditorMgmt] Multiple Editors closing at once | For developers like me, I open one Window after another (in Java), but rarely close them. The counter raises to 15-20. From time to time I wanna get rid of most of the windows, but not of all, cause the last 4-5 windows, I wanna get hold of. Therefore I'm looking for an option, which allows me, to specify a bunch of windows to be closed at once, and the remaining to be left opened. The feature I have once seen in Opera looks like: Window => *Overview of Windows* => a Dialog with List of currently opened windows => select the windows to be closed => press Button => will be processed (closed), remainings are left opened. | verified fixed | a8b8f81 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-27T20:28:23Z | 2005-09-14T06:40:00Z |
110,331 | Bug 110331 add tests for import/export | I have written additional tests for import archive, export to file system and export to archive. And changed the import existing and import operation (file system) tests. This work required a change to the TarFile class in the ide plugin. Attachments to follow. | verified fixed | 33caaf2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/TestExportWizard.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/TestImportWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-27T20:18:50Z | 2005-09-22T14:40:00Z |
107,978 | Bug 107978 [Markers] New filter is not selected in problems filters dialog | 20050823 If you add a new filter it is not selected in the problems filters dialog | verified fixed | 8222791 | ["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-09-27T19:36:16Z | 2005-08-25T11:40:00Z |
110,354 | Bug 110354 [WorkbenchParts] NPE dragging view from fast view bar. | I get the following NPE after doing these steps: - open the Java perspective - make a view a fastview - start dragging it, try to drop it on the bottom of the window so it takes the full width of the window. - NPE Looks related to the changes for standalone views, this part may not have a stack. We should check all other callers of this once we find the NPE. !ENTRY org.eclipse.ui 4 0 2005-09-22 14:09:47.664 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PartSashContainer.drag(PartSashContainer.java :1034) at org.eclipse.ui.internal.dnd.DragUtil.getDropTarget(DragUtil.java:338) at org.eclipse.ui.internal.dnd.DragUtil.getDropTarget(DragUtil.java:361) at org.eclipse.ui.internal.dnd.DragUtil$2.run(DragUtil.java:217) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:2 8) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3527) at org.eclipse.ui.internal.dnd.DragUtil$1.handleEvent(DragUtil.java:211) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:884) 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.Tracker.wmMouse(Tracker.java:1030) at org.eclipse.swt.widgets.Tracker.open(Tracker.java:509) at org.eclipse.ui.internal.dnd.DragUtil.dragToTarget(DragUtil.java:292) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:124) at org.eclipse.ui.internal.FastViewBar.startDrag(FastViewBar.java:551) at org.eclipse.ui.internal.FastViewBar.startDraggingFastView(FastViewBar .java:527) at org.eclipse.ui.internal.FastViewBar$1.handleEvent(FastViewBar.java:10 6) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove(Present ationUtil.java:96) at org.eclipse.ui.presentations.PresentationUtil.access$4(PresentationUt il.java:89) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent(Presentat ionUtil.java:61) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:884) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3194) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2823) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1755) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1719) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:368) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:10 6) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:377) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.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 | 4ad7a1a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-27T13:04:23Z | 2005-09-22T17:26:40Z |
109,639 | Bug 109639 [KeyBindings] keybinding service is deactivated but not reactivated when unregister action | 3.1 org.eclipse.ui.internal.KeyBindingService#unregisterAction If an already unregistered action is unregistered, the keybinding service is deactivated but never reactivated. This is because the keybinding service is deactivated when unregistering the action, but if the unregister did not work (ie handlerSubmission == null) the keybinding service is never reactivated. The "if (handlerSubmission != null) {" check should be moved lower. This is what registerAction and setScopes does. Corrected code: if ((parent != null) && (parent.activeService == this)) { active = true; parent.deactivateNestedService(); } // Remove the current submission, if any. HandlerSubmission handlerSubmission = (HandlerSubmission) handlerSubmissionsByCommandId.remove(commandId); /* * Either activate this service again, or remove the submission * myself. */ if (parent != null) { if (active) { parent.activateNestedService(this); } } else { if (handlerSubmission != null) { Workbench.getInstance().getCommandSupport().removeHandlerSubmission (handlerSubmission); handlerSubmission.getHandler().dispose(); } } | verified fixed | 8091c95 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-26T17:34:10Z | 2005-09-15T16:00:00Z |
110,243 | Bug 110243 heap monitor causes errors during tests | While running the test suite that includes ImportExistingTest and the heap monitor enabled, there were a number of exceptions. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3235) at org.eclipse.swt.SWT.error(SWT.java:3174) at org.eclipse.swt.SWT.error(SWT.java:3145) at org.eclipse.swt.graphics.GC.setBackground(GC.java:3321) at org.eclipse.ui.internal.HeapStatus.paintCompositeMaxUnknown(HeapStatus.java:339) at org.eclipse.ui.internal.HeapStatus.paintComposite(HeapStatus.java:312) at org.eclipse.ui.internal.HeapStatus.access$13(HeapStatus.java:308) at org.eclipse.ui.internal.HeapStatus$3.handleEvent(HeapStatus.java:138) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:771) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:792) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Composite.XExposure(Composite.java:1210) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1053) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3640) at org.eclipse.swt.internal.motif.OS._XtDispatchEvent(Native Method) at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(OS.java:3770) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2744) at org.eclipse.ui.tests.util.UITestCase.processEvents(UITestCase.java:222) at org.eclipse.ui.tests.util.UITestCase.doTearDown(UITestCase.java:216) at org.eclipse.ui.tests.datatransfer.ImportOperationTest.doTearDown(ImportOperationTest.java:113) at org.eclipse.ui.tests.util.UITestCase.tearDown(UITestCase.java:203) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java: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 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:99) 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:3037) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2751) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1755) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1719) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:368) 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:39) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:377) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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) and java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3235) at org.eclipse.swt.SWT.error(SWT.java:3174) at org.eclipse.swt.SWT.error(SWT.java:3145) at org.eclipse.swt.graphics.GC.setBackground(GC.java:3321) at org.eclipse.ui.internal.HeapStatus.paintCompositeMaxUnknown(HeapStatus.java:339) at org.eclipse.ui.internal.HeapStatus.paintComposite(HeapStatus.java:312) at org.eclipse.ui.internal.HeapStatus.access$13(HeapStatus.java:308) at org.eclipse.ui.internal.HeapStatus$3.handleEvent(HeapStatus.java:138) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:771) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:792) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Composite.XExposure(Composite.java:1210) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1053) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3640) at org.eclipse.swt.internal.motif.OS._XtDispatchEvent(Native Method) at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(OS.java:3770) at org.eclipse.swt.widgets.Display.update(Display.java:3591) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1561) at org.eclipse.swt.widgets.Shell.open(Shell.java:1091) at org.eclipse.jface.window.Window.open(Window.java:783) at org.eclipse.ui.internal.WorkbenchWindow.open(WorkbenchWindow.java:700) at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:680) at org.eclipse.ui.internal.Workbench.access$13(Workbench.java:662) at org.eclipse.ui.internal.Workbench$18.run(Workbench.java:1442) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.openWorkbenchWindow(Workbench.java:1439) at org.eclipse.ui.tests.util.UITestCase.openTestWindow(UITestCase.java:238) at org.eclipse.ui.tests.util.UITestCase.openTestWindow(UITestCase.java:230) at org.eclipse.ui.tests.datatransfer.ImportOperationTest.testImportSource(ImportOperationTest.java:151) 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 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 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:99) 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:3037) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2751) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1755) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1719) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:368) 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:39) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:377) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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) PW | verified fixed | 3bb0a2f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-22T14:29:04Z | 2005-09-21T19:13:20Z |
109,011 | Bug 109011 [KeyBindings] AIOOBE on startup | I20050906 + ZRH HEAD + JFace HEAD The following exception kills Eclipse on startup (with existing or fresh workspace): !SESSION 2005-09-08 01:10:07.947 ----------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_09 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Framework arguments: -application org.eclipse.ui.ide.workbench -pdelaunch Command-line arguments: -application org.eclipse.ui.ide.workbench -data /Volumes/Stuff/Eclipse/ test_ws/enc16 -dev file:/Users/weinand/Eclipse/workspaces/release/.metadata/.plugins/ org.eclipse.pde.core/enc16/dev.properties -pdelaunch -consoleLog -os macosx -ws carbon -arch ppc !ENTRY org.eclipse.ui 4 4 2005-09-08 01:10:14.584 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-09-08 01:10:14.589 !MESSAGE 261 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 261 at org.eclipse.jface.bindings.BindingManager.removeDeletions(BindingManager.java:1649) at org.eclipse.jface.bindings.BindingManager.computeBindings(BindingManager.java:491) at org.eclipse.jface.bindings.BindingManager.recomputeBindings(BindingManager.java:1466) at org.eclipse.jface.bindings.BindingManager.getActiveBindingsByParameterizedCommand (BindingManager.java:825) at org.eclipse.jface.bindings.BindingManager.getActiveBindingsFor(BindingManager.java:1071) at org.eclipse.ui.internal.keys.BindingService.getActiveBindingsFor(BindingService.java:91) at org.eclipse.ui.internal.ide.actions.QuickMenuAction.getShortCutString(QuickMenuAction.java: 108) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder$6.getMenuText (WorkbenchActionBuilder.java:457) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:221) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:549) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:232) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:549) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:158) at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:174) at org.eclipse.ui.internal.WorkbenchWindow.createDefaultContents(WorkbenchWindow.java:929) at org.eclipse.ui.internal.WorkbenchWindowConfigurer.createDefaultContents (WorkbenchWindowConfigurer.java:577) at org.eclipse.ui.application.WorkbenchWindowAdvisor.createWindowContents (WorkbenchWindowAdvisor.java:261) at org.eclipse.ui.internal.WorkbenchWindow.createContents(WorkbenchWindow.java:897) at org.eclipse.jface.window.Window.create(Window.java:418) at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:663) at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1317) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1223) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java: 190) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:706) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1671) 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:377) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164) 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 | bfb82e2 | ["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-09-21T19:18:30Z | 2005-09-07T21:53:20Z |
110,150 | Bug 110150 Option to disable memory meter need to be added to the monitor | I20050921-0010 Not everyone might like to have the memory meter in the status line. For me it is a bit too colorful. A preference to control this would be nice. | verified fixed | 8fb6039 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-21T13:49:35Z | 2005-09-21T10:53:20Z |
109,932 | Bug 109932 Should not access resources plug-in on ide startup | 20050819 As we are hitting the resources plug-in too early by adding a resource listener on startUp. This then eagerly sets the preference location which occurs before the preference chooser comes up. As a result running with -data noDefault results in an error. Moving this to preShutdown and postStartup of the advisor sorts this out. | verified fixed | b24dfe3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-19T20:44:04Z | 2005-09-19T20:00:00Z |
102,776 | Bug 102776 [Presentations] Move > View menu for editors should say Move > editor | popup the menu over an editor tab and select move, you will see this. | verified fixed | 982bb70 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/StandardEditorSystemMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/StandardViewSystemMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-19T15:59:05Z | 2005-07-05T19:00:00Z |
99,723 | Bug 99723 [ViewMgmt] [RCP] Can dock a non-moveable fast view | null | verified fixed | 84a865a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/PerspectiveViewsBug88345.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-14T15:26:14Z | 2005-06-13T16:26:40Z |
109,439 | Bug 109439 [Tests] Failures when running the UITestSuite with a non-international JRE | This is due to the use of the encoding "EUC-JP" in org.eclipse.ui.tests.dynamicplugins.EncodingTests. Patch to follow. | resolved fixed | 85a2e99 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/EncodingTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-14T12:56:06Z | 2005-09-13T22:20:00Z |
87,211 | Bug 87211 [PresentationAPI] standalone + movable stacks should remain standalone when dragged | The dragOver() method for a custom presentation is not called when an entire stack (i.e. ViewStack) is being dragged. Thus, you cannot prevent a ViewStack from being dropped onto another ViewStack. The offending code seems to be in PartStack.getDropTarget(). I'm trying to code my presentation such that views can be dragged around and repositioned, but views cannot be combined with other views. | verified fixed | 39ff6e0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/Bug87211Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/StandaloneViewPerspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-13T18:55:20Z | 2005-03-05T19:13:20Z |
109,393 | Bug 109393 [Wizards] Wizard dialog doesn't react to changes properly in runnable context | null | closed fixed | fedab79 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-13T18:04:20Z | 2005-09-13T14:00:00Z |
77,979 | Bug 77979 [Wizards] WizardNewProjectCreationPage.setInitialProjectName() - validation is not performed on statrup? | Example. Setting *initialProjectName* with the name of the existing project does not give a hint thet project already exists. But when you start editing project name even not changing it (aka select all/copy/paste) - validation is performed and the hint appears. | verified fixed | 8ea91c9 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-12T21:05:54Z | 2004-11-05T18:40:00Z |
87,683 | Bug 87683 [Preferences] Preferences hover should show unshortened text | null | verified fixed | a864e3c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-12T18:55:23Z | 2005-03-10T18:40:00Z |
109,296 | Bug 109296 [performance] Add a preference for showing the heap monitor | M1 Add a preference for turning on the heap monitor and set it to true in the SDK plugin customization. We can turn off the preference when we ship. | verified fixed | d3c95ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-12T15:22:06Z | 2005-09-12T15:46:40Z |
100,816 | Bug 100816 [EditorMgmt] Default attribute ignored for content type bindings | 3.1 RC3 Add the following editor extension to the Ant UI plug-in: <editor name="%AntEditor.name" icon="icons/full/obj16/ant_buildfile.gif" class="org.eclipse.ant.internal.ui.editor.AntEditor" contributorClass="org.eclipse.ant.internal.ui.editor.AntEditorActionContributor" id="org.eclipse.ant.ui.internal.editor.AntEditor2"> <contentTypeBinding contentTypeId="org.eclipse.jdt.core.javaSource" /> </editor> When you now start eclipse and open a Java file it opens the file with the and editor instead of using the Java editor which is marked to be the default editor. Add *.java to the File Association page and observe that the Java editor is not marked as default editor. | verified fixed | f8b6bb5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-12T14:40:08Z | 2005-06-20T15:06:40Z |
106,557 | Bug 106557 [Contributions] Context Menu ordering reversed for files | It appears that menu ordering has been reversed for files in I20050808-2000. I tried both the packages explorer and the navigator and any file based item has the Team menu after the Compare With and Replace With menus. Projects and folders are still in the correct order. The order was correct in 3.1 so this must be the result of a recent change. | verified fixed | baadd1a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-09T20:04:57Z | 2005-08-09T20:40:00Z |
109,138 | Bug 109138 [WorkingSets] IWorkingSet should extend IAdaptable | 3.2 Since WorkingSet implements IAdatable, IWorkingSet should extend it as well. I had a if-else cascade where I first checked for IAdaptable and the work IWorkingSet and it took me some time why I never hit the IWorkingSet branch | verified fixed | 7b2da03 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-09T17:43:14Z | 2005-09-09T12:46:40Z |
108,873 | Bug 108873 [PropertiesView] Properties view broken on MacOS X | I20050830 Try to add an extension point on MacOS X (with PDE) when using the properties view observe: - initial column size is too small to show anything - values (second column) doesn't show anything by default. You'll have to select a row to show its value. - second column cannot be resized. - buttons are clipped in half and no label is visible | verified fixed | 984b8f3 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-09T15:25:44Z | 2005-09-06T20:53:20Z |
108,496 | Bug 108496 [ActivityMgmt] IPageLayout#addFastView() doesn't respect activities | When creating a perspective, calls to IPageLayout#addView(...) go through WorkbenchActivityHelper#filterItem() so they can be filtered based on activity state. IPageLayout#addFastView(...) skipped that step. PW | verified fixed | 0dbdc1d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-09T12:46:10Z | 2005-08-31T17:40:00Z |
95,658 | Bug 95658 [Workbench] Events are being dispatched and async/syncExecs are run before the Workbench is in a good state | As part of plug-in startup and activation, anyone can call Display.readAndDispatch() to process UI events. This will also run any outstanding asyncExecs and syncExecs. For example, ModalContext.ModalContextThread#block calls readAndDispatch. This in turn is indirectly called by ProgressManager#run, which is called by CVS's AllRootsElement when the repositories view is created. The code that restores the Workbench is written in a way that it assumes no events are dispatched and no async/syncExecs are run before the 'real' UI event loop runs. This is a false assumption. I am attaching source for a modified UISynchronizer that delays at least the async/syncExecs until it is safe to run them. However, this creates a new problem in that ModalContext.ModalContextThread#block actually blocks forever because the syncExec in ModalContext.ModalContextThread#run is not being executed. We should either be prepared for anyone to call into Workbench methods even before we run the event loop, or use something along the lines of the attached UISycnhronizer to prevent this from happening. | verified fixed | 8243b86 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.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/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-08T20:58:04Z | 2005-05-17T20:00:00Z |
105,185 | Bug 105185 [LinkedResources] Can the New->File->Advanced->Link to file in the file system default to the file name? | When one does "New->File->Advanced->Link to file in the file system", the "file name" field is always blank. It'd be nice if it would default to the file name on the file system. | verified fixed | d7c68a8 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-08T19:40:14Z | 2005-07-26T17:46:40Z |
108,953 | Bug 108953 [ContentTypes] [Preferences] Entries in content types pref page are unsorted | WTP 0.7 all-in-one build (based on Eclipse SDK 3.1) In the Content Types pref page, the entries in the content types pane appear to be unsorted. I'd expect them to be sorted alphabetically (at each level). Not sure whether the file associations pane should be sorted alphabetically, or whether they should appear in order defined in the content type extension. | verified fixed | c299057 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-07T16:38:24Z | 2005-09-07T16:20:00Z |
108,107 | Bug 108107 [Progress] ArithmeticException when running search job | I20050823 not sure whether this is jobs or search... - From within a plugin.xml - press Ctrl+H to bring up the search dlg - choose the file search tab - enter "org.eclipse.ui.edit.text.contentAssist.proposals" in the search expression (no quotes) - enter "plugin.xml, *.java" into the filter field - press search -> got the exception in the log Probably has to do with the filter expression... !ENTRY org.eclipse.ui 4 0 2005-08-26 14:56:58.824 !MESSAGE Failed to execute runnable (java.lang.ArithmeticException: / by zero) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ArithmeticException: / by zero) 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:2840) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2571) 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.ArithmeticException: / by zero at org.eclipse.ui.internal.progress.JobInfo.getPercentDone(JobInfo.java:318) at org.eclipse.ui.internal.progress.ProgressInfoItem.getPercentDone(ProgressInfoItem.java:582) at org.eclipse.ui.internal.progress.ProgressInfoItem.refresh(ProgressInfoItem.java:436) at org.eclipse.ui.internal.progress.ProgressInfoItem.createChildren(ProgressInfoItem.java:273) at org.eclipse.ui.internal.progress.ProgressInfoItem.<init>(ProgressInfoItem.java:178) at org.eclipse.ui.internal.progress.DetailedProgressViewer.createNewItem(DetailedProgressViewer.java:102) at org.eclipse.ui.internal.progress.DetailedProgressViewer.add(DetailedProgressViewer.java:88) at org.eclipse.ui.internal.progress.ProgressViewerContentProvider.add(ProgressViewerContentProvider.java:203) at org.eclipse.ui.internal.progress.ProgressViewUpdater$1.runInUIThread(ProgressViewUpdater.java:263) 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) ... 18 more | verified fixed | 3d47c64 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-07T14:08:47Z | 2005-08-26T12:40:00Z |
108,709 | Bug 108709 [Contributions] Every single Java editor is leaked | null | verified fixed | cd9e317 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-06T18:43:55Z | 2005-09-02T16:53:20Z |
90,825 | Bug 90825 [LinkedResources] Typing external path for folder link can be very slow | 3.1M6 (but it's been a problem for a long time, I just haven't reported it until now) Select an existing project. File > New > Folder. Type a folder name, click Advanced, click Link to folder in the file system. Click in the text field to enter the actual path. Start typing \\servername\path\to\whatever. As I type this path on my computer, the Eclipse UI sometimes becomes unresponsive. I may only see a new character come up every few seconds. Some keystrokes may be lost. Windows may draw a white bar across the top of the Eclipse window where the menu used to be. It seems to be trying to figure out if the file exists in the main GUI thread. This can take a while, especially if the server name has a typo or is not found. Often I'm trying to correct the path but am frustrated by this unresponsiveness. I managed to get a Ctrl+Break traceback of the main thread when it was sluggish: "main" prio=7 tid=0x00035d00 nid=0x5a8 runnable [0x0007e000..0x0007fc3c] at java.io.WinNTFileSystem.getBooleanAttributes(Native Method) at java.io.File.exists(Unknown Source) at org.eclipse.ui.internal.ide.dialogs.CreateLinkedResourceGroup.validat eLinkLocation(CreateLinkedResourceGroup.java:427) at org.eclipse.ui.dialogs.WizardNewFolderMainPage.validateLinkedResource (WizardNewFolderMainPage.java:438) at org.eclipse.ui.dialogs.WizardNewFolderMainPage.validatePage(WizardNew FolderMainPage.java:476) at org.eclipse.ui.dialogs.WizardNewFolderMainPage$2.handleEvent(WizardNe wFolderMainPage.java:149) at org.eclipse.ui.internal.ide.dialogs.CreateLinkedResourceGroup$2.modif yText(CreateLinkedResourceGroup.java:172) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2019) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3155) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3032) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1549) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:127) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3114) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1742) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1625) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2525) at org.eclipse.jface.window.Window.runEventLoop(Window.java:803) at org.eclipse.jface.window.Window.open(Window.java:781) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizard ShortcutAction.java:102) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri butionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionC ontributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:306) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:10 3) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:156) 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:315) at org.eclipse.core.launcher.Main.basicRun(Main.java:268) at org.eclipse.core.launcher.Main.run(Main.java:942) at org.eclipse.core.launcher.Main.main(Main.java:926) | verified fixed | 865592b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-06T16:43:45Z | 2005-04-08T17:06:40Z |
102,285 | Bug 102285 [Import/Export] Project Import wizard unusably slow | R3.1 I wanted to create a new 3.2 workspace and import some projects from my 3.1 development workspace which contains around 120 plug-ins. I've set the root of the importer to point at those plug-ins. After letting the wizard scan my disk for over 10 minutes I gave up and did it manually. A possible source for the problem might be that the root directory (as expected) contains a .metadata directory with tons of data (in my case) and that this one is fully scanned. | verified fixed | 9445e57 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java", "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-09-01T20:46:13Z | 2005-06-30T11:13:20Z |
106,704 | Bug 106704 TVT 3.1: TCT 583 - XSD feature description truncated | Half of the XSD feature description cannot be displayed. TVT tester marked this as must fix. OS : RHEL 3.0 Must fix Severity ( 1 thru 4, 1 as most severe): 2 Build date: 0809 Blocking: No Language: JPN Bitmap Location: Z:\defects\JPN\FeatureXML_JPN.jpg Tester Name: Hiroshi Inoue Problem Description: Descriptions for XML Schema Info Model (XSD) is truncated. Steps: 1. From Menu, select Help. 2. Select About Eclipse SDK. 3. Click on the Feature Detailes button. 4. Select the XML Schema Infoset Model (XSD). | closed fixed | 05b2a5e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-01T20:46:05Z | 2005-08-11T00:26:40Z |
108,624 | Bug 108624 [Coolbar] incorrect downcast in SubCoolBarManager.getStyle() | The downcast in this method public int getStyle() { // It is okay to cast down since we only accept coolBarManager objects in the // constructor return ((CoolBarManager) getParent()).getStyle(); } is not okay because the constructor accepts ICoolBarManager objects. Since ICoolBarManager has a method getStyle(), the downcast should be to ICoolBarManager, not to CoolBarManager. | verified fixed | 4629e3b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubCoolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-01T19:34:36Z | 2005-09-01T18:40:00Z |
70,576 | Bug 70576 Eclipse doesn't enforce user to enter the path to the workspace | Problem Description: Eclipse doesn't enforce user to enter the path to the workspace. You may complete the following steps to reproduce this scenario: 1. Launch Eclipse for the first time or delete the current workspace and configurations directory except config.ini file. Workspace Launcher Dialog is displayed. <install location>\eclipse\workspace is initially given in the Workspace field. 2. Hit the Backspace Key to remove the default path from the Workspace filed. The path to the workspace is empty now. 3. Click on OK button. Expected Behavior: Error message is displayed stating that the location of the workspace must be specified. Workspace Launcher Dialog should remain opened until a valid path is given. Actual Behavior: Workspace Launcher Dialog is dismissed and then the Eclipse Workbench is launched. <install location>/eclipse directory is used as the workspace. | verified fixed | 70114cc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-09-01T14:51:59Z | 2004-07-21T20:00:00Z |
82,706 | Bug 82706 [Wizards] WizardDialog: code inconsistent | As long as WizardDialog.updateTitleBar() is a public method (should it be?) it's not a bad idea to check dialog state in all appropriate places. Now: public void updateTitleBar() { String s = null; if(currentPage != null) s = currentPage.getTitle(); if (s == null) s = ""; //$NON-NLS-1$ setTitle(s); if(currentPage != null) setTitleImage(currentPage.getImage()); updateDescriptionMessage(); updateMessage(); } It accurately checks that currentPage != null, but forgets to do the same before calling of updateDescriptionMessage() method wich works with currentPage without any checking. This can cause NPE (which happened to me :-)). | verified fixed | e96070c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-31T18:23:33Z | 2005-01-12T20:00:00Z |
88,345 | Bug 88345 [ViewMgmt] [RCP] Can close a non-closable view when docked on fastviewbar | * Create a workspace with a non-closable view, that is movable * Drag view and dock on FastView * Right click on icon in fastview and click "Close" | verified fixed | c8b245a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/PerspectiveViewsBug88345.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-30T19:45:29Z | 2005-03-17T17:20:00Z |
96,600 | Bug 96600 [DynamicUI] [Commands] [Contexts] [KeyBindings] Commands architecture isn't dynamic | After the initial reading there is no attempt made to keep the state of the command architecture in sync with the registry. | verified fixed | 1671611 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.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/contexts/ContextPersistence.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/keys/BindingPersistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/UiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/AcceleratorConfigurationsExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/AcceleratorScopesExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/ActionDefinitionsExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/BindingsExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/CommandsExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/ContextsExtensionDynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPluginsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/HandlersExtensionDynamicTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-29T16:00:18Z | 2005-05-25T14:06:40Z |
108,143 | Bug 108143 [Import/Export] error message does not go away when resources are selected for import | The patch for 97523 should have included code to prevent this problem, but it was overlooked. -Import an Archive or from the File System -Ensure the the Into Folder: field is empty -Uncheck all the resources to import (notice an error message appears) then check it again BUG: the error message does not go away | verified fixed | a18a514 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-26T17:27:08Z | 2005-08-26T15:26:40Z |
108,144 | Bug 108144 [Undo] - action handlers should refer adapter requests to their part | The undo and redo action handlers provide an IAdaptable that describes ui info about the triggering action. Currently they can provide their progress monitor, undo context, workbench part, etc., and answer null for unknown requests. It would be better if they pass the adapter request on to their part if they don't recognize the class. In this way, more part-specific information can be provided. For example, an editor part could provide its text viewer, etc., which is useful for the responding undo manager. | verified fixed | 6e874ed | ["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-08-26T16:47:07Z | 2005-08-26T15:26:40Z |
98,621 | Bug 98621 [refactoring] [rename] Rename Type hangs | I renamed a (foolishly misspelled) class I18L to I18N. The class looked like this: public class I18N { protected static void loadMessages(Class clazz, String name) { ... } } The class was extended in 10 subclasses in 8 projects, like this: public class Messages extends I18L { public static String unexpectedException; ... static { loadMessages(Messages.class, "messages.properties"); } } I clicked OK in the dialog. After about 5 minutes, I clicked Cancel. The only noticeable effect was the Cancel button was disabled. Clicking the window exit box had no effect. I didn't have a Java console window so couldn't get a thread dump. I finally killed Eclipse with the Task Manager (WinXP SP2). When I restarted Eclipse, 7 of the references had been changed to I18N and 3 had not. Open Type (after re-indexing its database) still shows the non-existant I18L type, though if you try to open it, the path cannot be found. | resolved fixed | daa9490 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/ConcurrencyTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/TestBug98621.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-25T20:47:23Z | 2005-06-07T02:06:40Z |
108,017 | Bug 108017 [Markers] Disabling a marker type disables the whole filter | 20050825 When you disable a marker type it disables the whole dialog. | verified fixed | 6ec0499 | ["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-08-25T19:56:22Z | 2005-08-25T17:13:20Z |
102,485 | Bug 102485 [Import/Export] Export to filesystem loses current selection in Package Explorer | In the Package Explorer (in "Show Working Sets" mode), I have several projects selected, with one of them being expanded in the Package Explorer tree. Now when my selection includes the "JRE System Library" entry in that project, and when I then chose "Export"-"To Filesystem", the wizard coming up has nothing selected for export, i.e. it loses completely the current selection in the Package Explorer View. | verified fixed | 0721a29 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-25T17:41:34Z | 2005-07-01T15:00:00Z |
76,092 | Bug 76092 [Themes] Fonts preference page shows always "defaults to ... font" | I20041005 1. open Colors and Fonts preference page 2. change the Java > Java Editor Text Font Observe: it still says "defaults to Text Font" The user has no clue whether it now uses the new setting or still defaults to the Text editor font. | verified fixed | 02fa146 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-25T13:41:09Z | 2004-10-12T16:53:20Z |
106,959 | Bug 106959 [Contributions] missing mnemonics in the main menu bar | When I press ALT to access the main menu bar, some mnemonics are missing: * 'R' for the "Run" menu * 'W' for the "Window" menu There are also missing mnemonics within some of the menus: * all Resources in the File>New submenu * File > Convert Line Delimiters To * Navigate > Goto > Type... * Navigate > Goto > Package... * Navigate > Show In and all its subentries * Search > Read Access * Search > Write Access * Project > Build Working Set * all perspectives within Window > Open Perspective * all views within Window > Show View * Window > Navigation > Maximize active View or Editor * Window > Navigation > Minimize active View or Editor | resolved wontfix | c57ebb5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenPerspectiveAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-08-24T18:38:03Z | 2005-08-14T14:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.