issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,026 | Bug 71026 [DragDrop] lot's of objects created. | Looking at implementers of the following IDragOverListener#drag(Control currentControl,... The following classes create a new dragdrop target each time drag is called. This seems unnecessary, would it not be possible to create one and update it with new information each time. This would reduce the amount of garbage created during a drag. See PerspectiveSwitcher implementation. The following classes seem to do this: FastViewBar PartSashContainer PartStack PerspectiveHelper TrimDropTarget They could also be lazily initialized in the case where if someone never uses DND they are never created. | resolved fixed | f438239 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TrimDropTarget.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-08-04T22:58:38Z" | "2004-07-28T21:26:40Z" |
70,377 | Bug 70377 [DnD] DND should reorder or detach perspectives. | As suggested by mvm the perspectivebar should reorder perspective buttons on drag and drop over another perspective button, similar to what ViewStacks do with views. Additionally, if you drag a perspective button outside of the main eclipse window (or initiate by some other method of detachment), it would be useful if that perspective would spawn in a new WorkbenchWindow with the same state it would have had you restored it normally. | resolved fixed | 04aabdd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-08-04T19:28:22Z" | "2004-07-19T20:46:40Z" |
70,882 | Bug 70882 EnablementDialog grows too big | In org.eclipse.ui.internal.activities.ws.EnablementDialog, the deatilsText is a Text with SWT.WRAP. However, the GridData for the Text is set to fill both. So, if you have a capability with a lengthy description, when the Details>> button is pressed, the dialog can grow to many screen widths in size. This is extremely annoying to the user, as the OK, Cancel, and Details<< buttons are now way off the right side of the screen. | closed fixed | a82178c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/EnablementDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-08-03T13:10:05Z" | "2004-07-27T06:33:20Z" |
71,053 | Bug 71053 [ActivityMgmt] IllegalArgException in Capability preference page | I declare a activity include a catagory and a activity plugin with EMPTY description respectively. And I ran the plugin with a "runtime workbench". Open the windown->perferences->capabilities to change the check state of the activity and category. A dialog jump and say there is a error. And the log stack is belowing: -------- !SESSION Jul 29, 2004 15:48:03.484 --------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -product UserTask.ca.product !ENTRY org.eclipse.core.runtime 4 2 Jul 29, 2004 15:48:03.484 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Text.setText(Text.java:1566) at org.eclipse.ui.internal.activities.ws.ActivityEnabler$1.selectionChanged(ActivityEnabler.java:70) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1394) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:693) at org.eclipse.jface.viewers.CheckboxTreeViewer.handleSelect(CheckboxTreeViewer.java:253) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:718) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:180) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:175) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:324) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) --------------------- So in the class org.eclipse.ui.internal.activities.ws.ActivityEnabler line 70 and 73. xxxxx.getDescription() should be checked whether it is null. if xxxxx.getDescription()!=null setText Thanks Jingan | verified fixed | e0426a1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Persistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivitiesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/PersistanceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-29T20:09:15Z" | "2004-07-29T08:33:20Z" |
71,025 | Bug 71025 [PerspectiveBar] Add drag and drop support for re-ordering perspective items | It should be possible to re-order items in the perspective bar since the bar will occasionally change the order when ensuring perspectives remain visible. | verified fixed | 7488c44 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-28T20:22:56Z" | "2004-07-28T21:26:40Z" |
70,829 | Bug 70829 [Workbench] Perspective names not sorted in preference page | Eclipse R3.0. open the preferneces dialog and go to Workbench > Perspectives page. Note that they names are not sorted. This might get difficult to search if there were a lot of perspectives. | verified fixed | 7f09699 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-26T15:11:17Z" | "2004-07-26T16:40:00Z" |
67,891 | Bug 67891 [Workbench] potential NPE in WorkbenchWindow.isCoolBarLocked | The body of this method is protected boolean isCoolBarLocked() { return getCoolBarManager().getLockLayout(); } The javadoc for getCoolBarManager says that it may return null so we need to check here. I haven't seen this in any real product, just in one of my test cases. However only when the LockToolBarAction has been installed AND the workbench window is closed from within WorkbenchAdvisor.postStartup. | resolved fixed | 18a5075 | ["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 | "2004-07-22T19:06:04Z" | "2004-06-18T20:20:00Z" |
70,278 | Bug 70278 [Navigator] Adding a nature with associated natureImage does not refresh folder overlay. | I have a nature with my own natureImage associated with it. I wrote a Wizard to "convert" exisiting projects to contain my nature. Everything works fine, but the overlay icon does not show on the project folder until I do one of the following: 1) restart the workbench 2) "Go into" and back out of the project folder 3) Close and re-open the project Refreshing the project folder does not help, nor does refreshing the workspace. I can see of no way to cause this hard repaint of the folder icon to happen within the API but I could be missing something. If there is a way to do it I would be happy to hear it. ;o) | verified fixed | 701fbde | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/model/WorkbenchContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-22T18:11:39Z" | "2004-07-16T20:33:20Z" |
55,564 | Bug 55564 [FastViews Animate transition for views from restored->zoomed state (and vice versa) | As I was working with the build I0322, I switched a view from normal to fast state. The view went to the fast view docking area through a series of animated steps. It made it more clear where the view went. Can you do the same for IIntroPart? It is very important to highlight when active state switches to standby to underline which of the views still carries on as Intro. I suspect this is going to be easier of done for all views in general. Since IIntroPart is currently implemented as a maximized (active) or normal (standby) view, I guess what I am really asking is transitional animation when views are restored from maximized to normal state. | resolved wontfix | 905a4c6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-21T22:14:07Z" | "2004-03-22T18:26:40Z" |
70,048 | Bug 70048 [DND] Testing coverage needed for detached windows. | There is currently no coverage for detached windows in the dnd test suite. | resolved fixed | 4f6b37e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DetachedDropTarget.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-21T17:23:28Z" | "2004-07-14T18:33:20Z" |
70,027 | Bug 70027 [Wizards] New wizard "Show All Wizards" selection change collapses tree | I do File-->New and the New wizard comes up. I drill down the category tree to find and expand the category I want. Oops, the wizard I'm looking for isn't visible, so I select "Show All Wizards". The category tree is replaced by a totally collapsed tree, so I now have to drill down the category tree again to find and expand the category I want. Annoying. Deselecting "Show All Wizards" also collapses the tree. What should happen, IMHO, is that the expansion state of the tree should be preserved across "Show All Wizards" selection changing. | closed fixed | 43b0c35 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-21T16:02:19Z" | "2004-07-14T15:46:40Z" |
70,498 | Bug 70498 Initial drag-over affordance is wrong | Eclipse 3.0 When starting a drag, the initial drag rectangle and cursor are wrong. To reproduce: 1. Drag a view tab very slowly (1 pixel at a time) 2. Stop dragging as soon as the drag rectangle appears. Notice that the initial rectangle covers the entire view stack rather than just the currently selected view tab and the arrow cursor is still shown. As soon as you move the cursor by 1 additional pixel, the correct affordance is drawn. | resolved fixed | ad7a76d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/DragUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-20T22:25:37Z" | "2004-07-20T21:46:40Z" |
53,649 | Bug 53649 [Workbench] Minimized views should yield real estate | Consider opening Java perspective with: 1. package explorer on the left (as usual) 2. an editor and the problems view stacked on top of each other on the right (as usual) If you 'minimize' the problems view, the editor gets the real estate previously occupied by it. If you 'minimize' the package explorer, it collapses into its title bar but the editor or problems view does not get anything out of it. All you see is a gray panel on the left. It's only beneficial to minimize views if there is another view below it. It would be good if views always yield its previously occupied space to the rest of the workbench on minimize. It could give priority to open views vertically above/below it so that current behaviour is not lost :) | resolved fixed | ba0fdd9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Geometry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISizeProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPartSash.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutTreeNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/IStackPresentationSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/StackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-20T21:57:23Z" | "2004-03-03T18:53:20Z" |
65,712 | Bug 65712 Activities - show all checkbox | I don't think the Show All checkbox in the New Project Wizard should maintain state. Assuming no activities are on, when the user initially enters this page he needs to check that checkbox to find the wizard he is looking for. Once he hits the next button the activity for that wizard is automatically enabled. The next time the user comes back to the new wizrd every wizard is enabled because the Show All Checkbox is on. Now the user needs to hunt for the wizard (even if it is the same one used above). Hopefully the activity enabled in the previous step correctly anticipate the next wizard the user is likely to need and thus it would be enabled. Thus we are taking a step backwards by forcing the user to still hunt through the entire list. I don't think the user is ever going to turn off that show all checkbox; I know I never remember to; nor do I want to be bothered by it. | closed fixed | 25e289b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-20T18:10:10Z" | "2004-06-04T14:40:00Z" |
70,080 | Bug 70080 [RCP] Reset Perspective does not work if no perspective toolbar shown (RCP) | In my small Rich Client Platformt (RCP) app I support only one perspective and so do not show the perspective toolbar, but would like to allow the user to reset the perspective if they stuff it up by closing views etc. When no perspective toolbar is shown the standard reset perspective action does nothing. The method busyResetPerspective() in org.eclipse.ui.internal.WorkbenchPage unnecessarily exits if window.findPerspectiveShortcut(oldPersp.getDesc(), this) returns null. | verified fixed | 1980e6c | ["tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/RcpTestSuite.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/util/EmptyView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-20T15:50:56Z" | "2004-07-15T05:40:00Z" |
70,375 | Bug 70375 [Viewers] DeferreTreeContentProvider can update when workbench is shutdown | R3.0 Got this exception running the suites java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule (JobManager.java:787) at org.eclipse.core.internal.jobs.InternalJob.schedule (InternalJob.java:341) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:399) at org.eclipse.ui.progress.DeferredTreeContentManager.runClearPlaceholderJob (DeferredTreeContentManager.java:316) at org.eclipse.ui.progress.DeferredTreeContentManager$2.done (DeferredTreeContentManager.java:232) at org.eclipse.core.internal.jobs.JobListeners$3.notify (JobListeners.java:43) at org.eclipse.core.internal.jobs.JobListeners.doNotify (JobListeners.java:117) at org.eclipse.core.internal.jobs.JobListeners.done (JobListeners.java:186) at org.eclipse.core.internal.jobs.JobManager.endJob (JobManager.java:433) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:93) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:79) | closed fixed | 017de58 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-19T20:27:16Z" | "2004-07-19T20:46:40Z" |
70,046 | Bug 70046 No progress when copying project | Build: 3.0 final 1) Create a large project (I imported org.eclipse.jdt.ui as a source plugin) 2) In the Navigator view, select the project, and pick "Copy" 3) Right click again and select paste -> The copy operation occurs, but there is never any progress message, and the progress bar is stuck at 50% for the entire duration. Looking at CopyProjectOperation.performCopyOperation. It does the following: 1) beginTask on the monitor with 100 units of work 2) Create the project description 3) Report 50 units of progress 4) Call IProject.copy, passing in the 50% complete monitor 5) Report another 50 units of progress Problems: - Realistically creating the description represents a negligible amount of work, and shouldn't account for any progress, let alone 50%. - You should never pass a half used monitor to an API call. It should instead pass a new SubProgressMonitor | closed fixed | 8e5d4e2 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyProjectOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveProjectAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-19T19:09:06Z" | "2004-07-14T18:33:20Z" |
66,405 | Bug 66405 Activities Dialog - empty categories should not be visible | If a Category has no activities in it, the category should be hidden. Why might somebody do this you ask? We have a core product that other products build on top of and have been looking to stub out categories for other dependent products to contribute their activities to. | closed fixed | c1bd44d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityCategoryContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-19T15:29:36Z" | "2004-06-09T19:40:00Z" |
42,375 | Bug 42375 [Preferences] Import preferences could be more intuitive | Build 3.0M3 Why can't I simply select a *.epf file, and simply import it (if it is a resource). | closed fixed | ae83570 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-15T15:59:05Z" | "2003-09-02T10:53:20Z" |
67,811 | Bug 67811 Need support for adding separators to the help menu | null | verified fixed | ade6268 | ["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 | "2004-07-15T15:06:37Z" | "2004-06-18T14:46:40Z" |
68,804 | Bug 68804 [Preferences] Always Run in background not restored to default in Workbench preference page | R 3.0 If you select Restore defaults on the Workbench preference page always Run in background is not affected. | closed fixed | 038741e | ["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 | "2004-07-14T15:51:14Z" | "2004-06-28T19:13:20Z" |
68,579 | Bug 68579 [Progress] Cleared error still in progress error list | 3.0 I get a dialog when there are problems synchronizing my workspace via Synchronize view (see picture 1). I select the error and click "Clear". Observe: the error stays in the progress icon (bottom right) Click on the progress icon (bottom right) ==> I get exactly the same error presented (see picture 2) that I already cleared. I would expect that "Clear" removes it from the progress error list. | closed fixed | c232e61 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-14T13:03:07Z" | "2004-06-25T07:53:20Z" |
16,329 | Bug 16329 [EditorMgmt] Activate editor (F12) does not set focus in editor | activate editor shortcut (f12) not always work: for example, moving with ctrl+tab from the java editor to the toolbars and then pressing f2 doesnt activate the editor | verified fixed | 38d6ac9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-13T20:49:09Z" | "2002-05-18T00:00:00Z" |
40,965 | Bug 40965 [Workbench] Tool bar buttons require mouse focus to get read using MSAA | 20030730 When you cycle through buttons using the mouse the tooltip value will not be given to the MSAA interface. If you select using a mouse it will. STEPS 1) Start up Inspect Objects 2) Tab through Eclipse until you get focus on a tool bar button. There will be no name or value 3) Move the button over with the mouse - you will get tool tip text | closed fixed | 95cd7fe | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-13T16:02:38Z" | "2003-07-30T18:33:20Z" |
52,506 | Bug 52506 [Workbench] minimize needs keyboard shortcut and menu entry | I20040219 1. I start to like the new look - a lot more polished than the previews a couple weeks back. 2. I *love* the minimze capabilities of views - this enables a "docking" like interaction with, say, the console when put to the bottom of the screen. -> Minimize needs a shortcut as Maximize has Ctrl+M. How about Ctrl+Shift+M? -> Minimize is also not yet present in the view menu. | resolved fixed | 4516460 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MinimizePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-13T00:53:48Z" | "2004-02-19T17:00:00Z" |
69,885 | Bug 69885 FastViewPane should not force the view part to be visible | When a fastview is opened, FastViewPane calls part.setVisible(true). This prevents the presentation from making its own decisions about part visibility. | resolved fixed | d6b2bff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-12T22:27:32Z" | "2004-07-12T22:06:40Z" |
69,541 | Bug 69541 [Dialogs] TVT3.0: Task List Description text entry widget truncated in Korean | Must fix: Yes Severity: 3 Build date: 20040707 Blocking: No Language: KOR 1) Enter a Korean locale and install Language Pack 2) Run Eclipse 3) Right click in the Task List View and select Add Task 4) With a resolution of 1024x768, the text entry widget for the Description is truncated. | closed fixed | 9156799 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/TaskPropertiesDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-12T19:50:21Z" | "2004-07-07T22:40:00Z" |
68,505 | Bug 68505 [Progress] Progress view shows waiting job which doesn't exist anymore | 200406240800 After doing some testing with Search/Replace and background locking of the workspace I encountered a situation where the progress view dialog shows a waiting search job, also there isn't any Seach Job in the Job Manager. Here the data structure of the ProgressManager: this= ProgressManager (id=903064) changeListener= ProgressManager$1 (id=903540) errorManager= ErrorNotificationManager (id=903544) familyKey= Object (id=903548) familyListeners= Collections$SynchronizedMap (id=903552) imageKeyTable= Hashtable (id=903556) jobs= Collections$SynchronizedMap (id=903532) [0]= HashMap$Entry (id=903588) key= ProgressViewUpdater$1 (id=903104) cachedDisplay= null flags= 260 jobNumber= 9 listeners= IJobChangeListener[1] (id=903616) monitor= ProgressManager$JobMonitor (id=903620) name= "Update Progress" next= null previous= null priority= 50 properties= null result= Status (id=903132) schedulingRule= null startTime= 100 this$0= ProgressViewUpdater (id=903628) thread= Worker (id=903240) value= JobInfo (id=903608) [1]= HashMap$Entry (id=903592) key= TestJob (id=903632) duration= 60000 failure= false flags= 4 jobNumber= 155 listeners= IJobChangeListener[0] (id=903120) monitor= ProgressManager$JobMonitor (id=903640) name= "Test job" next= null previous= null priority= 30 properties= ObjectMap (id=903648) reschedule= false rescheduleWait= 1000 result= null schedulingRule= WorkspaceRoot (id=903048) startTime= -1 thread= Worker (id=902532) unknown= false value= JobInfo (id=903636) [2]= HashMap$Entry (id=903596) key= InternalSearchUI$InternalSearchJob (id=903652) flags= 512 fSearchJobRecord= InternalSearchUI$SearchJobRecord (id=903660) jobNumber= 133 listeners= IJobChangeListener[1] (id=903664) monitor= null name= "File Search" next= null previous= null priority= 40 properties= ObjectMap (id=903672) result= MultiStatus (id=903676) schedulingRule= null startTime= -1 this$0= InternalSearchUI (id=903680) thread= null value= JobInfo (id=903656) [3]= HashMap$Entry (id=903600) key= BlockedJobsDialog$1 (id=903496) cachedDisplay= null flags= 260 jobNumber= 156 listeners= IJobChangeListener[1] (id=903688) monitor= ProgressManager$JobMonitor (id=903692) name= "Open Blocked Dialog" next= null previous= null priority= 30 properties= null result= null schedulingRule= null startTime= -1 thread= Thread (id=902476) value= JobInfo (id=903684) listeners= Collections$SynchronizedRandomAccessList (id=903560) monitorKey= Object (id=903564) runnableMonitors= Collections$SynchronizedMap (id=903568) | verified fixed | 52534ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-12T18:48:55Z" | "2004-06-24T18:00:00Z" |
67,716 | Bug 67716 [ProblemsView] Trying to sort in Problems View removes all items from view | Configure the problems view to display "selected resource and it children". Open a file with a couple of warnings. Sort by any of the columns in the table. All table items are removed and the view is displaying ZERO hits. | verified fixed | 1530895 | ["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 | "2004-07-07T21:15:43Z" | "2004-06-17T19:20:00Z" |
68,379 | Bug 68379 [FastView] wrong target for restore fastview animation | june 23 - 12a - open a view along the bottom of the window (e.g., console) - make it a fast view - open the fast view (with vertical orientation) - close the fast view - use the context menu to untoggle fast view The restoration animation will be aimed at where the fast view was opened (i.e., the vertical space directly above the fast view bar) but the view is actually restored to the stack along the bottom edge of the window (a horz. orientation). | resolved fixed | 05518e8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-07T19:58:07Z" | "2004-06-23T19:46:40Z" |
53,635 | Bug 53635 [FastView] Pinned fastview doesn't get focus | build i0303, winxp, j9sc20031212 In my customized Debug perspective, I have JUnit test results as a fast view. When I open it and "pin it", it gets stacked behind my Outline and Variables view and I have to go to the "stacked view" icon to bring down the list to make it visible. I would expect it to get focus when first pinned. | resolved fixed | dbefd77 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-07T19:49:32Z" | "2004-03-03T16:06:40Z" |
64,612 | Bug 64612 [Presentations] Tabs flash/flicker during long running operation that modifies hidden view | 3.0M9 To reproduce, turn on Window > Preferences > Team > CVS > Console > Show CVS output in the Console View. Open a console view but hide it behind another view (i.e., open another view on top of it, for example I have Search, Problems, and Site Explorer in the same stack with Console). In the Package Explorer, right click on a java file that has a non-trivial amount of history (I used org.eclipse.ui.texteditor.FindReplaceDialog.java), and select Team > Show Annotations. On Windows XP, all the tabs that are in the same folder as the hidden Console view will flicker continuously until the annotation operation is complete. I think CVS is writing to its console, causing the Console view tab to be bolded over and over again becase it's hidden, but the part presentation (r3 default) is not smart enough to know it's already bolded and doesn't have to redraw or relayout the tab folder. | resolved fixed | 708865f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-07T19:24:21Z" | "2004-05-28T18:46:40Z" |
67,028 | Bug 67028 [Workbench] Window > Show View should be disabled if all perspectives closed | 3.0 RC2 Test Pass When all perspectives are close the Window > Show View menu item should be disabled since there are no entries. | verified fixed | 9f1ee5f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-07T14:58:14Z" | "2004-06-14T16:20:00Z" |
68,444 | Bug 68444 [Import/Export] cannot fill project name in Import Project wizard | i200406230010 SuSE Linux 9.0 (i586) I cannot import an existing project from the file system. The project name field is not editable (although it seems to get the keyboard focus). Steps: - right click navigator, "Import..." - select "Existing project into Workspace", next - try to fill project name - the field does not take user input I guess this is something related to my setup (and others are not seeing this), since it prevents basic usage of Eclipse. | closed fixed | 72458cd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-07T14:47:50Z" | "2004-06-24T01:20:00Z" |
61,869 | Bug 61869 [JFace] JFace does not reflect the new color options for SWT Table and tree | The IColorProvider can be implemented by a label provider to provide background and foreground colors to a viewer. This should be changed to set the colors for individual cells, as is possible with the new SWT functionality already implemented in SWT. Changes: 1) IColorProvider - two supplementing methods Color getForeground(Object element, int index); Color getBackground(Object element, int index); 2) References to IColorProvider to the new methods doUpdateItem(Item, Object) - org.eclipse.jface.viewers.TableTreeViewer (3 matches) doUpdateItem(Item, Object) - org.eclipse.jface.viewers.TreeViewer (3 matches) doUpdateItem(Widget, Object, boolean) - org.eclipse.jface.viewers.TableViewer (3 matches) | verified fixed | dca5ba5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITableColorProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableColorProviderTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-06T19:40:17Z" | "2004-05-12T08:20:00Z" |
67,293 | Bug 67293 [Themes] Setting inital theme to a bad theme id results in IThemeManager.getCurrentTheme() == null | RC2 I get the following stack when trying to launch the browser example in RC2. It's happening because PlatformUI.getWorkbench().getThemeManager().getCurrentTheme(); is returning null and it should never do that. Thread [main] (Suspended (exception NullPointerException)) DefaultEditorPresentation.updateGradient() line: 175 DefaultEditorPresentation(DefaultPartPresentation).init() line: 400 DefaultEditorPresentation.<init>(Composite, IStackPresentationSite) line: 116 WorkbenchPresentationFactory.createEditorPresentation(Composite, IStackPresentationSite) line: 33 PresentationFactoryUtil.createPresentation(AbstractPresentationFactory, int, Composite, IStackPresentationSite, IPresentationSerializer, IMemento) line: 38 EditorStack(PartStack).createControl(Composite) line: 364 EditorSashContainer(PartSashContainer).createControl(Composite) line: 432 EditorSashContainer.createControl(Composite) line: 351 EditorAreaHelper.<init>(WorkbenchPage) line: 47 WorkbenchPage.init(WorkbenchWindow, String, IAdaptable) line: 1876 WorkbenchPage.<init>(WorkbenchWindow, String, IAdaptable) line: 414 WorkbenchWindow.busyOpenPage(String, IAdaptable) line: 494 WorkbenchWindow$3.run() line: 1073 BusyIndicator.showWhile(Display, Runnable) line: 69 WorkbenchWindow.openPage(String, IAdaptable) line: 1070 Workbench.openFirstTimeWindow() line: 989 WorkbenchConfigurer.openFirstTimeWindow() line: 174 BrowserAdvisor(WorkbenchAdvisor).openWindows() line: 658 BrowserAdvisor.openWindows() line: 167 Workbench.init(Display) line: 816 Workbench.runUI() line: 1310 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 252 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 BrowserApp.run(Object) line: 67 PlatformActivator$1.run(Object) line: 334 EclipseStarter.run(Object) line: 272 EclipseStarter.run(String[], Runnable) line: 128 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 638 Main.main(String[]) line: 622 | verified fixed | 1268f36 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-06T13:05:09Z" | "2004-06-15T17:20:00Z" |
67,221 | Bug 67221 [Themes] Cannot customize values of colors/fonts when theme is used. | RC2 Changing and applying values in the colors/fonts page has no effect when you're using a theme other than the default. Exiting and rentering the page shows the original values, yet the reset button is enabled. | verified fixed | d94edf0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/Theme.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeElementHelper.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 | "2004-07-06T12:56:00Z" | "2004-06-15T14:33:20Z" |
69,365 | Bug 69365 Non NLS'd string shipped with eclipse 3.0 | Version 1.10 of BasicStackList introduced a non-NLS'd string ("motif"). This should probably be addressed in 3.0.1. I've fixed it in HEAD. | resolved fixed | c5d4a9e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-06T12:40:40Z" | "2004-07-06T13:20:00Z" |
62,970 | Bug 62970 Layout problem when the user presses details in the error dialog | In org.eclipse.ui.internal.ide.dialogs.InternalErrorDialog, When the user presses the details button, the dialog's layout gets corrupted and the user will not be able to see the buttons. I will attach a snapshot of the problem. | resolved fixed | 7e9ae12 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-07-05T19:24:23Z" | "2004-05-19T15:20:00Z" |
38,547 | Bug 38547 [Preferences] Changing preferences ignored after "Restore defaults" pressed. | e.g. 1) Go to Workbench->Preferences->Debug->Console 2) Change the colour of console output (you can show the console and see the colour change) and press "Apply" <don't leave the dialog> 3) Press "Restore Defaults" and "Apply" and the colour will be reset to default in the console 4) Now change the colour to something else and press "Apply" ... NO Change to the console colour. The problem can be seen in the PropertyChangeEvent that always contains the default values because once the "Restore Defaults" flag has been set it is never reset and therefore the "Apply" always sends the defaults. | closed fixed | ef51983 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-30T18:36:07Z" | "2003-06-05T21:53:20Z" |
65,724 | Bug 65724 NPE in UILockListener.doPendingWork | I found this in my log while testing RC1. Not sure what I was doing at the time or how to reproduce. Go ahead and close this if the stack trace isn't useful. !ENTRY org.eclipse.ui 4 0 Jun 03, 2004 17:06:15.958 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java(Compiled Code)) at org.eclipse.ui.internal.UISynchronizer$1.run(UISynchronizer.java:33) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | closed fixed | 671d335 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UILockListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-30T18:33:11Z" | "2004-06-04T14:40:00Z" |
63,255 | Bug 63255 [Preferences] some pages cannot be displayed in high contrast | STEPS 1) Switch to High Contrast by selecting Window->Control Panl->Accessibility Resources 2) Start Eclipse 3) Open the preferences page 4) Select Colors and Fonts 5) Select a diffrent page 6) new page not displayed. | verified fixed | 6d38cd2 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-30T18:00:29Z" | "2004-05-20T16:20:00Z" |
63,546 | Bug 63546 [OLE] In-place editor fails with: Class ID not found in registry | Try and open a file with the "In-place Editor". I tried opening both a Java file and a text file, both failed and resulted in the following stack trace: !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Class ID not found in registry result = - 2147221018 at org.eclipse.swt.ole.win32.OLE.error(OLE.java:317) at org.eclipse.swt.ole.win32.OleClientSite.<init> (OleClientSite.java:178) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.createClientSite (OleEditor.java:227) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.createPartControl (OleEditor.java:215) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:124) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:120) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:182) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:912) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:894) at org.eclipse.ui.internal.PartStack.add(PartStack.java:283) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103) at org.eclipse.ui.internal.EditorSashContainer.addEditor (EditorSashContainer.java:57) at org.eclipse.ui.internal.EditorAreaHelper.openEditor (EditorAreaHelper.java:264) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab (EditorManager.java:541) at org.eclipse.ui.internal.EditorManager.openSystemInPlaceEditor (EditorManager.java:691) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:443) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:428) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched (WorkbenchPage.java:2165) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2098) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2090) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2077) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2055) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:258) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:251) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent (OpenWithMenu.java:166) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:307) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | verified fixed | 823d3dc | ["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java", "bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-30T17:56:43Z" | "2004-05-22T18:20:00Z" |
66,065 | Bug 66065 Test to verify that EditorReferences are still working | null | resolved fixed | 528a428 | ["tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/EditorsReferencesTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/PartsReferencesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/ViewsReferencesTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/util/PartsWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-29T18:06:47Z" | "2004-06-08T02:00:00Z" |
58,476 | Bug 58476 [Workbench] Scrollbars in popups | In Build 200404131323, all the next/previous editor/view/perspective popups have a tiny size and scrollbars which make them VERY uncomfortable to use. | verified fixed | ae816f9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-23T19:09:54Z" | "2004-04-14T13:40:00Z" |
65,660 | Bug 65660 [Markers] markerHelp does not seem to be working - probable regression | markerHelp does not seem to be working - probable regression I'm trying out my own markerHelp implementation and not getting anywhere, so I dropped back to try and see if the example in the readmetool was working; it is not. I can take a 2.1.1 system and just add the examples, create a readme file, use the add> context menu and add the 1234 marker. Select the marker in tasks view and press F1 - I get a marker help hover. Same process on RC1/0529 code fails. I get the workbench popup help with hyperlinks for Workbench, Perspectives, and Workbench management. | verified fixed | 407dd55 | ["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 | "2004-06-23T16:50:22Z" | "2004-06-04T00:46:40Z" |
62,995 | Bug 62995 [Progress] scheduled synchronizations stay in the progress view when terminated | I thought that the belongsTo call would get rid of all matching synchronizations. But it appears that with scheduled syncs, they stay in the view. Also, the timestamp isn't shown for when they terminated. | verified fixed | d754201 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/FinishedJobs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-23T15:35:37Z" | "2004-05-19T15:20:00Z" |
67,574 | Bug 67574 [Progress] KEEPONE doesn't remove duplicate jobs from the progress view | null | verified fixed | 2ca1858 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/FinishedJobs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-23T14:31:11Z" | "2004-06-17T02:40:00Z" |
65,992 | Bug 65992 [Progress] Rescheduled jobs are not shown in the progress view | 3.0 RC1 Update to the latest ui jobs example and create a job that reschedules. The first invocation of the job will show in the progress view, but subsequent ones will only show in verbose mode. Although the status line does correctly show the job. | verified fixed | db058c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-23T12:26:18Z" | "2004-06-07T14:53:20Z" |
67,742 | Bug 67742 inadequate spec for some IProductConstants | null | verified fixed | 392ef25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IBundleGroupConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutBundleGroupData.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T20:15:08Z" | "2004-06-17T22:06:40Z" |
67,950 | Bug 67950 [RCP] [doc] ui.workbench.compatibility methods should have deprecation warnings | Build 3.0 RC3 The old IWorkbenchPage methods declared in o.e.ui.workbench.compatibility.ICompatibleWorkbenchPage should have deprecation warnings in case someone imports the plug-in fragment into the workspace and arranges to compile code against it. | verified fixed | f5f936e | ["bundles/org.eclipse.ui.workbench.compatibility/src/org/eclipse/ui/internal/CompatibleWorkbenchPage.java", "bundles/org.eclipse.ui.workbench.compatibility/src/org/eclipse/ui/internal/ICompatibleWorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T20:09:50Z" | "2004-06-20T19:33:20Z" |
68,033 | Bug 68033 popup menu has no size in ctrl+e drop down editor list | null | verified fixed | af4c162 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T19:42:46Z" | "2004-06-21T15:00:00Z" |
68,055 | Bug 68055 IIntroManager.closeIntro() does not work properly | null | closed fixed | 7167804 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/NoIntroPartTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T18:08:52Z" | "2004-06-21T17:46:40Z" |
68,031 | Bug 68031 Graphic is disposed error in Ctrl+e editor dropdown | build 3.0 RC3 - open more editors then are visible in the editer area - press Ctrl+e to open the drop down - arrow down to an item and press the "del" key - graphic is disposed error is logged Graphic is disposed Unhandled event loop exception Reason: Graphic is disposed | verified fixed | ddd8b59 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T18:07:18Z" | "2004-06-21T15:00:00Z" |
68,114 | Bug 68114 IDE does not contribute a product extension | The 3.0 product model uses extensions to define products. There is a compatibility layer mechanism that transforms primary features into products. As part of the work to get the UI off of using features to present the About dialog and determine branding, there was to be an IDE product extension defined in a plugin.xml. The content of the about.ini etc was to be moved into the plugin.xml and plugin.properties as appropriate. I'm putting this forward as an RC4 bug as 1) the change is in markup not code 2) it is relatively easy to test I will work on a change and attach a patch as appropriate. | resolved fixed | 92204c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProductProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T17:54:46Z" | "2004-06-21T20:33:20Z" |
68,013 | Bug 68013 Blank perspective after downloading SWT examples | Build: 3.0 RC3 I cannot reproduce this, but I got into a state where perspectives would no longer be visibly displayed. I could still open/close/switch/reset perspective, but they would never be visible. Ctrl+F7 could still toggle between views within that perspective, and status line contributions would still work. Roughly, here is what I did: 1) Started a brand new Eclipse workspace 2) Went through the "Hello World" Java tutorial from the welcome page 3) Went back to the Welcome page, and tested every link in "Overview", "Tutorials", and "What's New". 4) Finally opened the "Samples" intro category 5) Clicked to download the SWT examples 6) Clicked yes on prompt to download from eclipse.org. 7) A prompt came up asking if I wanted to reset the perspective. At the time, I had Java perspective open, and Resource perspective was also in my perspective tab group. I can't recall if I selected yes or no from this diaog. 8) Clicked Finish on the sample download wizard -> Every perspective was now blank. Nothing in log or on Java console. | closed fixed | 8549762 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-22T15:38:50Z" | "2004-06-21T15:00:00Z" |
67,721 | Bug 67721 need API spec for product preference customization key | null | resolved fixed | 2318552 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-18T20:16:48Z" | "2004-06-17T22:06:40Z" |
67,843 | Bug 67843 [Progress] IProgressService.busyCursorWhile() doesn't show progress dialog from modal dialogs | null | verified fixed | bdeffdf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-18T19:30:38Z" | "2004-06-18T17:33:20Z" |
67,731 | Bug 67731 NPE on startup (part 2) | null | closed fixed | c769bf3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T22:16:25Z" | "2004-06-17T22:06:40Z" |
67,729 | Bug 67729 NPE on startup (all the time!) | I was moving from RC2 to i0617 and got the following stack trace on startup of my pre-existing workspace. Eclipse *appeared* to hang. On inspecing the stack trace I saw that it was doing some error dialog so I started closing various windows I had open. Eventually I got to an error dialog saying that the workspace layout would have to be reset. I clicked OK and it the restart succeeded (though the layout was reset). !ENTRY org.eclipse.core.runtime 4 2 Jun 17, 2004 17:31:31.365 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.internal.EditorStack.restoreState (EditorStack.java:246) at org.eclipse.ui.internal.EditorSashContainer.restoreState (EditorSashContainer.java:258) at org.eclipse.ui.internal.EditorAreaHelper.restoreState (EditorAreaHelper.java:281) at org.eclipse.ui.internal.EditorManager.restoreState (EditorManager.java:868) at org.eclipse.ui.internal.WorkbenchPage.restoreState (WorkbenchPage.java:2416) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1372) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1222) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:652) at org.eclipse.ui.internal.Workbench.init(Workbench.java:817) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1323) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:252) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:272) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) at org.eclipse.core.launcher.Main.basicRun(Main.java:186) at org.eclipse.core.launcher.Main.run(Main.java:647) at org.eclipse.core.launcher.Main.main(Main.java:631) | closed fixed | 67a4815 | ["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 | "2004-06-17T22:10:23Z" | "2004-06-17T22:06:40Z" |
62,217 | Bug 62217 [EditorMgmt] Editor tabs lose their order when the workbench is saved | null | closed fixed | d9dd592 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PresentationFactoryUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T19:53:34Z" | "2004-05-14T04:46:40Z" |
67,330 | Bug 67330 [Wizards] New Wizard fails with no categories | NewWizardNewPage throws a NullPointerException when you come back in a second time if there are no categories or all wizards are primary wizards. The offending line is NewWizardNewPage.java:147. The NPE shows up at line 566. | verified fixed | 434e56d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T19:39:09Z" | "2004-06-15T17:20:00Z" |
67,612 | Bug 67612 [Progress] Searching dialog not closing | I200406162000 1. Start on a new workspace 2. Create a new Java project 3. Search for '*' Type Declarations in Workspace Observe: When the search is done, the Searching dialog is still up. You have to press Run in background to dismiss it. | verified fixed | b540c90 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T14:44:24Z" | "2004-06-17T11:00:00Z" |
65,835 | Bug 65835 [ViewMgmt] (regression) View tabs open in random order | build I20040604-0800 - new window in Java perspective - in the left view stack, the order is: Hierarchy, Package Explorer - it should be: Package Explorer, Hierarchy - in the bottom right view stack, the order is: Javadoc, Declaration, Problems - it should be: Problems, Javadoc, Declaration - see JavaPerspectiveFactory for the correct order Note that the resulting order is not the reverse of the correct order. It's as if what should be the first view in the folder is getting warped to the end. | closed fixed | 3553872 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T02:08:07Z" | "2004-06-04T23:00:00Z" |
65,339 | Bug 65339 [FAstView] FastViews added to fixed perspectives are still closeable. | null | verified fixed | 26233fa | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T01:31:11Z" | "2004-06-02T15:26:40Z" |
66,820 | Bug 66820 [Workbench] Perspective bar empty after restart | 3.0 RC 2 The perspective bar appears empty after restarting Eclipse. The only button visible is "Open a perspective" (see screenshot). When dragging the bar to the left (I have it top-right), the buttons of the other opened perspective appear again. | verified fixed | a58ba25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-17T00:02:02Z" | "2004-06-12T14:20:00Z" |
66,224 | Bug 66224 [Workbench] Got Assertion failed using build I200406080800 | I checked existing PR, but this one seems to be different. I got this restarting an existing workspace using I200406080800. eclipse.buildId=I200406080800 java.fullversion=J2RE 1.4.2 IBM J9 build 20040422 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -showlocation !ENTRY org.eclipse.core.runtime 4 2 juin 08, 2004 11:38:18.925 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.util.Assert$AssertionFailedException.<init>(Assert.java:54) at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.getTabFolder(DefaultPartPresentation.java) at org.eclipse.ui.internal.presentations.DefaultEditorPresentation$1.propertyChange(DefaultEditorPresentation.java:70) at org.eclipse.ui.plugin.AbstractUIPlugin$2.run(AbstractUIPlugin.java:267) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.firePropertyChangeEvent(AbstractUIPlugin.java:265) at org.eclipse.ui.plugin.AbstractUIPlugin$1.propertyChange(AbstractUIPlugin.java:205) at org.eclipse.core.internal.preferences.PreferenceForwarder.preferenceChange(PreferenceForwarder.java:115) at org.eclipse.core.internal.preferences.EclipsePreferences$4.run(EclipsePreferences.java:743) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.core.internal.preferences.EclipsePreferences.preferenceChanged(EclipsePreferences.java) at org.eclipse.core.internal.preferences.EclipsePreferences.putBoolean(EclipsePreferences.java:769) at org.eclipse.core.internal.preferences.PreferenceForwarder.setValue(PreferenceForwarder.java:226) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.setValue(AbstractUIPlugin.java:481) at org.eclipse.ui.internal.ActivityPersistanceHelper.saveEnabledStates(ActivityPersistanceHelper.java:110) at org.eclipse.ui.internal.ActivityPersistanceHelper.shutdown(ActivityPersistanceHelper.java:119) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1638) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:468) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:463) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1487) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | verified fixed | 6e5b486 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultViewPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/NativeStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T22:39:06Z" | "2004-06-08T21:26:40Z" |
67,496 | Bug 67496 [Tests] Add a perspective with a fast view test to the suites | null | verified fixed | a1ee49e | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/PerspectiveWithFastView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T21:32:53Z" | "2004-06-16T18:20:00Z" |
63,595 | Bug 63595 [FastView] IPageLayout.addFastView does not seems to work at all in 3.0M9 | Here's my code... public class RPCCorePerspective implements IPerspectiveFactory { public RPCCorePerspective() { super(); } public void createInitialLayout(IPageLayout layout) { defineLayout(layout); } public void defineLayout(IPageLayout layout) { layout.addFastView("customer.views.CustomerView", .8f); } } This code worked in 3.0 M8 but fails in 3.0 M9. The view id that I used is valid. The call to addFastViews fails on an internal assertion. To me it looks like an internal coding error. | verified fixed | af943a1 | ["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 | "2004-06-16T20:50:37Z" | "2004-05-23T19:20:00Z" |
65,444 | Bug 65444 [R21PRES] Close button shown when views not closeable | RC1 build - run the browser example using the R2.1 presentation - the views have close buttons in the titlebar, but should not because the perspective has fixed="true" (meaning that all initial views are non-moveable and non-closeable) | verified fixed | d84c675 | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/r21/widgets/R21PaneFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T20:28:55Z" | "2004-06-02T21:00:00Z" |
63,362 | Bug 63362 [KeyBindings] [ViewMgmt] Key bindings do not work in detached views | build I20040520-1914 - new workspace - detach the navigator - Ctrl+N - it has no effect | verified fixed | 9992580 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T19:27:14Z" | "2004-05-21T03:26:40Z" |
67,267 | Bug 67267 [Progress] PROPERTY_IN_DIALOG needs to be API and needs to be documented | ProgressManager#PROPERTY_IN_DIALOG was supposed to be moved to public IProgressConstants because it is referenced by clients. Also, there seems to be no documentation on when this property can be tested by clients. For example, when can a job query this property and be ensured that the progress dialog has set the property. Currently the CVS synchronize jobs are broken because the property only seems to be set when the dialog is actually opened and thus since this happens with a delay, the job doesn't un-set the KEEP property and all completed synchronizations linger in the progress view. I suggest that Ui does the following: 1. ask for API change permission 2. see if the property can be set earlier | verified fixed | d2fca74 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T18:24:10Z" | "2004-06-15T14:33:20Z" |
66,476 | Bug 66476 [Fonts/Colours] Text font change not propagated to Java editor | I200406092000 When Java editor uses the default text font and text font gets changed the Java editor font is not changed. | closed fixed | b112784 | ["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 | "2004-06-16T16:34:14Z" | "2004-06-10T09:33:20Z" |
67,262 | Bug 67262 [EditorMgmt] Add new file association for external programs adds duplicates | I am using Eclipse 3.0RC2. Steps: - Add a new file association (i.e.: *.ines) - To that file association, add an External program and press OK. - Re-open the preference page and inspect the programs for *.ines: the external program is duplicated - Press OK and re-open the preference page. Inspect the programs for *.ines: it has tripled. And so on and so on... If you restart eclipse, the multiple instances are cleared out and only the unique external program is present. | verified fixed | cea92f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T15:58:19Z" | "2004-06-15T14:33:20Z" |
67,325 | Bug 67325 [Progress] Jobs that should be marked "system". | Steps to see the problem (using RC2): 1) Go to CVS repo view 2) Expand head of eclipse.org 3) Click on "Refresh View" icon Notice that, many jobs named "Adding children" and "Open progress monitor" are added to the progress view. The number of these varies based on how fast your machine is. On my Mac I can get 5 or 6 of each doing the above steps. | verified fixed | 40407bd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T15:06:50Z" | "2004-06-15T17:20:00Z" |
66,819 | Bug 66819 [Workbench] fastview refresh leaves lines behind | observed with version rc2 steps to reproduce: - make problems view a fastview - drag the fastviewbar to the right side of the screen - expand the fastview - change the width of the fastview see attached screenshot | verified fixed | 1eb5582 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T15:02:47Z" | "2004-06-12T11:33:20Z" |
65,136 | Bug 65136 [RCP] [ViewMgmt] Multi-view instances not persisted properly across sessions | build I20040529-0105 - change the browser example to allow multiple browser views to be created, and configure the workbench to save its state between sessions - open 3 browser views on different URLs - shutdown/restart - the multi-instance views are not restored properly In the <views>/<view> element, it is not saving the secondaryId, but it should. In the <perspective>/<view> element, it is correctly saving the secondary id. In the <perspective>/<folder> element, the activePageID attribute does not include the secondary id, but it should. In the <perspective>/<folder>/<page> element, the content attribute does not include the secondary id, but it should. In the <perspective>/<presentation> element, the <part> children have only a numbered id. This probably comes from the stack presentation, and is likely OK, but needs to be checked (in my example, I was using simple numbers as the secondaryId). | verified fixed | 4637508 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T14:54:31Z" | "2004-06-01T20:00:00Z" |
66,810 | Bug 66810 ClassCastException in WorkbenchIntroManager | RC2 If the intro part cannot be created we create the error view. However, in WorkbenchIntroMananager.getViewIntroAdapterPart we blind cast to ViewIntroAdapterPart | closed fixed | 2c923fb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T13:20:22Z" | "2004-06-12T00:26:40Z" |
66,782 | Bug 66782 IntroPart setInitializationData can die on an NPE | RC2 If you supply a bad image, it's possible that imageDescriptor.createImage() can return null. We don't check for this. | closed fixed | f97ac16 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/IntroPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-16T13:01:13Z" | "2004-06-11T21:40:00Z" |
66,773 | Bug 66773 Hangs every time I add a new feature/site | null | verified fixed | 846698a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-15T16:30:30Z" | "2004-06-11T18:53:20Z" |
66,750 | Bug 66750 [Progress] Progress Dialog for jobs no longer opens | I have not enabled "Always run in background so I expect to see a progress dialog each time I run an operation. However, I got into a state where this is not occuring for me in I200406110010. | verified fixed | 5324bf1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-15T15:01:31Z" | "2004-06-11T18:53:20Z" |
66,439 | Bug 66439 Copy of Class causes update error in package explorer | RC1 RHEL JDK 1.4.2_02 Motif I have experienced a problem where I copy a java file and paste it into the same package, accepting the default new name (CopyOfClass.java) However, the package view does not list the class, but it does list 2 instances of the last class in the package (note that I am using the hierarchical view). The file is aparently inserted in the correct location, but the name->class mapping is incorrect: clicking on classes that appear before where the new class should be inserted brings up the correct class, but clicking on classes that appear after the inserted class brings up a different class than the one selected. Restarting eclipse causes the problem to go away | verified fixed | 8a9e9f0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-15T13:06:09Z" | "2004-06-09T22:26:40Z" |
65,276 | Bug 65276 [Preferences] Preference dialog should disable OK when okPressed | null | verified fixed | d6099be | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-15T13:04:52Z" | "2004-06-02T12:40:00Z" |
65,606 | Bug 65606 [ViewMgmt] IPerspectiveListener2 is notified too late | When a view is hidden, the new IPerspectiveListener2 listeners are notified after dispose events have been received. This affects the DisplayView, which wants to persist its contents on closure. The events look like so: 1. IPartListener notified. 2. The ViewPane's DisposeListeners notified. 3. IPerspectiveListener2 notified. This means that by the time IPerspectiveListener2 hears about the view being closed, important state can already be lost. In the case of the DisplayView, we have a TextListener which deletes its document in response to the dispose. This prevents us from accessing the view contents to persist them. The code in question looks like it's in WorkbenchPage: private void hideView(Perspective persp, IViewReference ref) { // Hide the part. persp.hideView(ref); // Notify interested listeners window.firePerspectiveChanged(this, getPerspective(), ref, CHANGE_VIEW_HIDE); ... } Would it make any sense to just reorder these lines? | verified fixed | 658e966 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-14T20:35:21Z" | "2004-06-03T19:13:20Z" |
66,357 | Bug 66357 Eclipse stops opening editors | I200406082000 1) start with an empty workspace 2) create a simple project A 3) create a file f.txt in A 4) tranfer focus to the Navigator 5) modify f.txt externally 6) activate Eclipse without changing the active part 7) press close box of editor open for f.txt -> A file changed dialog is posted by the editor. While the modal dialog is open, the editor gets closed. (see stack trace below) 8) press No in the dialog 9) double click on f.txt to open it again -> nothing happens, no editor is opened (This is also the case when you have more files in the workspace and try to open an editor on some other file.) Observation: I see that the editor is created and its init method is called. I also see that its createPartControl method is not called. I haven't seen any thrown exception in the process of opening the editor. Stack trace of how the original editor on f.txt gets disposed. I'd suspect that the problem is related to the fact the part is closed while its activation event is being processed. TextEditor(AbstractTextEditor).dispose() line: 2827 TextEditor(AbstractDecoratedTextEditor).dispose() line: 216 TextEditor.dispose() line: 108 EditorManager$Editor(WorkbenchPartReference).dispose() line: 391 EditorManager$Editor.dispose() line: 1420 WorkbenchPage$5.run() line: 1189 InternalPlatform.run(ISafeRunnable) line: 615 Platform.run(ISafeRunnable) line: 758 WorkbenchPage.disposePart(IWorkbenchPartReference) line: 1187 WorkbenchPage.closeEditor(IEditorPart, boolean) line: 988 WorkbenchPage.closeEditor(IEditorReference, boolean) line: 947 EditorPane.doHide() line: 95 EditorStack(PartStack).close(IPresentablePart) line: 339 EditorStack.close(IPresentablePart[]) line: 203 PartStack$1.close(IPresentablePart[]) line: 74 DefaultPartPresentation$1.closeButtonPressed(CTabItem) line: 107 PaneFolder.notifyCloseListeners(CTabItem) line: 484 PaneFolder$3.close(CTabFolderEvent) line: 169 CTabFolder.onMouse(Event) line: 2008 CTabFolder$1.handleEvent(Event) line: 293 EventTable.sendEvent(Event) line: 82 CTabFolder(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2719 Display.readAndDispatch() line: 2385 MessageDialog(Window).runEventLoop(Shell) line: 668 MessageDialog(Window).open() line: 648 MessageDialog.openQuestion(Shell, String, String) line: 342 TextEditor(AbstractTextEditor).handleEditorInputChanged() line: 3133 TextEditor(AbstractTextEditor).sanityCheckState(IEditorInput) line: 3263 TextEditor(StatusTextEditor).sanityCheckState(IEditorInput) line: 193 TextEditor(AbstractTextEditor).safelySanityCheckState(IEditorInput) line: 3241 AbstractTextEditor$ActivationListener.handleActivation() line: 767 AbstractTextEditor$ActivationListener.partActivated(IWorkbenchPart) line: 713 PartListenerList$1.run() line: 49 InternalPlatform.run(ISafeRunnable) line: 615 Platform.run(ISafeRunnable) line: 758 PartListenerList.firePartActivated(IWorkbenchPart) line: 47 WWinPartService$1.partActivated(IWorkbenchPartReference) line: 27 PartListenerList2$1.run() line: 45 InternalPlatform.run(ISafeRunnable) line: 615 Platform.run(ISafeRunnable) line: 758 PartListenerList2.firePartActivated(IWorkbenchPartReference) line: 43 WorkbenchPage.firePartActivated(IWorkbenchPart) line: 1358 WorkbenchPage.setActivePart(IWorkbenchPart) line: 2663 WorkbenchPage.requestActivation(IWorkbenchPart) line: 2358 EditorPane(PartPane).requestActivation() line: 304 EditorPane.requestActivation() line: 127 EditorPane(PartPane).setFocus() line: 325 EditorPane.setFocus() line: 154 PresentablePart.setFocus() line: 129 DefaultPartPresentation$2.mouseDown(MouseEvent) line: 132 TypedListener.handleEvent(Event) line: 132 EventTable.sendEvent(Event) line: 82 CTabFolder(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2719 Display.readAndDispatch() line: 2385 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1362 Workbench.runUI() line: 1333 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 252 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 96 PlatformActivator$1.run(Object) line: 334 EclipseStarter.run(Object) line: 272 EclipseStarter.run(String[], Runnable) line: 128 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 84 NativeMethodAccessorImpl.invoke(Method, Object, Object[]) line: 57 DelegatingMethodAccessorImpl.invoke(Method, Object, Object[]) line: 59 Method.invoke(Object, Object[]) line: 390 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 638 Main.main(String[]) line: 622 | verified fixed | 9d8f4ff | ["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 | "2004-06-14T20:00:29Z" | "2004-06-09T16:53:20Z" |
63,563 | Bug 63563 DCR: view-id for progress monitor | M9 Is the view-id of the progress view available as a constant? We plan to add it to the default perspective. | verified fixed | 3fb1eb2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-10T21:28:12Z" | "2004-05-23T02:40:00Z" |
66,653 | Bug 66653 NPE on window close | I200406110010 Quite often I find this NPE in the log: !ENTRY org.eclipse.ui 4 0 Jun 11, 2004 13:14:37.292 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1369) at org.eclipse.swt.widgets.Composite.kEventControlSetFocusPart(Composite.java:352) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:317) at org.eclipse.swt.widgets.Display.controlProc(Display.java:743) at org.eclipse.swt.internal.carbon.OS.DisposeWindow(Native Method) at org.eclipse.swt.widgets.Shell.destroyWidget(Shell.java:488) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:482) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:826) at org.eclipse.jface.preference.PreferenceDialog.close(PreferenceDialog.java:253) at org.eclipse.jface.preference.PreferenceDialog.cancelPressed(PreferenceDialog.java:233) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:203) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed(WorkbenchPreferenceDialog.j ava:75) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2538) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java: 915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java: 785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2538) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1362) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) java.lang.NullPointerException | resolved fixed | 7cc88f1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationResult.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-10T18:25:30Z" | "2004-06-11T13:20:00Z" |
65,095 | Bug 65095 MessageDialogWithToggle returns wrong value for yes_to_all | I'm using MessageDialogWithToggle class with 4 buttons: MessageDialogWithToggle dialog = new MessageDialogWithToggle( Display.getCurrent().getActiveShell(), RSCCoreUIPlugin.getString("ConfirmDeleteDialog.title_UI_"), null, message, MessageDialog.QUESTION, new String[] { IDialogConstants.YES_LABEL, IDialogConstants.YES_TO_ALL_LABEL, IDialogConstants.NO_LABEL, IDialogConstants.CANCEL_LABEL}, 1, SUBuilderPlugin.getString("CONFIRM_DELETE_DESC"), checkbox ); The following values 2, 1, 3, 1 are being returned for YES, YES_TO_ALL, NO, CANCEL buttons respectively. The YES_TO_ALL value is wrong, according to IDialogConstants it should be YES_TO_ALL_ID = 4. | verified fixed | a3f8b66 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-10T15:36:56Z" | "2004-06-01T17:13:20Z" |
65,716 | Bug 65716 [Commands] R3.0 RC1 Closing Eclipse exceptions | This below may be helpful to track some problems!? This is the workspace\.metadata\.log when trying to close Eclipse. This is after a lot of selections of the top-level Edit menu and context (pop-up) menu under various key scopes. Closing Eclipse does not complete, must now be killed from the Task Manager. !SESSION Jun 04, 2004 10:00:10.766 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA !ENTRY org.eclipse.core.runtime 4 2 Jun 04, 2004 10:00:10.766 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.commands.Command.removeCommandListener(Command.java:218) at org.eclipse.ui.internal.commands.ws.CommandCallback.removePropertyChangeListener(CommandCallback.java:194) at org.eclipse.jface.action.ActionContributionItem.handleWidgetDispose(ActionContributionItem.java:855) at org.eclipse.jface.action.ActionContributionItem.access$1(ActionContributionItem.java:836) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:780) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:708) at org.eclipse.swt.widgets.Item.releaseWidget(Item.java:139) at org.eclipse.swt.widgets.MenuItem.releaseWidget(MenuItem.java:452) at org.eclipse.swt.widgets.Widget.dispose(Widget.java(Inlined Compiled Code)) at org.eclipse.jface.action.MenuManager.update(MenuManager.java(Compiled Code)) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.jface.action.MenuManager.update(MenuManager.java(Compiled Code)) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.ui.internal.Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:1836) at org.eclipse.ui.internal.Workbench.access$0(Workbench.java:1826) at org.eclipse.ui.internal.Workbench$1.commandManagerChanged(Workbench.java:1793) at org.eclipse.ui.internal.commands.MutableCommandManager.fireCommandManagerChanged(MutableCommandManager.java:248) at org.eclipse.ui.internal.commands.MutableCommandManager.setActiveContextIds(MutableCommandManager.java:578) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.setActiveContextIds(WorkbenchCommandSupport.java:511) at org.eclipse.ui.internal.Workbench$2.contextManagerChanged(Workbench.java:1803) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:260) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:602) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:488) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$1(WorkbenchContextSupport.java:487) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$2.pageClosed(WorkbenchContextSupport.java:249) at org.eclipse.ui.internal.PageListenerList$2.run(PageListenerList.java:59) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.PageListenerList.firePageClosed(PageListenerList.java:57) at org.eclipse.ui.internal.WorkbenchWindow.firePageClosed(WorkbenchWindow.java:799) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:568) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:983) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:466) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:460) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:457) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:463) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1487) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) !ENTRY org.eclipse.core.runtime 4 2 Jun 04, 2004 10:00:10.891 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.commands.Command.removeCommandListener(Command.java:218) at org.eclipse.ui.internal.commands.ws.CommandCallback.removePropertyChangeListener(CommandCallback.java:194) at org.eclipse.jface.action.ActionContributionItem.handleWidgetDispose(ActionContributionItem.java:855) at org.eclipse.jface.action.ActionContributionItem.access$1(ActionContributionItem.java:836) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:780) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:708) at org.eclipse.swt.widgets.Item.releaseWidget(Item.java:139) at org.eclipse.swt.widgets.MenuItem.releaseWidget(MenuItem.java:452) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Menu.releaseWidget(Menu.java:1053) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.MenuItem.releaseWidget(MenuItem.java:450) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Menu.releaseWidget(Menu.java:1053) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:682) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:786) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:487) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:272) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:988) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:466) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:460) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:457) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:463) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1487) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) !ENTRY org.eclipse.ui 4 4 Jun 04, 2004 10:00:10.953 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Jun 04, 2004 10:00:10.953 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jface.action.MenuManager.update(MenuManager.java(Compiled Code)) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.ui.internal.Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:1836) at org.eclipse.ui.internal.Workbench.access$0(Workbench.java:1826) at org.eclipse.ui.internal.Workbench$1.commandManagerChanged(Workbench.java:1793) at org.eclipse.ui.internal.commands.MutableCommandManager.fireCommandManagerChanged(MutableCommandManager.java:248) at org.eclipse.ui.internal.commands.MutableCommandManager.setActiveContextIds(MutableCommandManager.java:578) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.setActiveContextIds(WorkbenchCommandSupport.java:511) at org.eclipse.ui.internal.Workbench$2.contextManagerChanged(Workbench.java:1803) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:260) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:602) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:488) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.addEnabledSubmissions(WorkbenchContextSupport.java:369) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:449) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0(WorkbenchContextSupport.java:383) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:209) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Display.filterEvent(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1454) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1320) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method) at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:504) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:369) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:487) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:826) at org.eclipse.jface.dialogs.ProgressMonitorDialog.close(ProgressMonitorDialog.java:283) at org.eclipse.jface.dialogs.ProgressMonitorDialog.finishedRun(ProgressMonitorDialog.java:477) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:400) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:238) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:475) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:231) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1628) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:468) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:463) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:536) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:534) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1487) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | verified fixed | 8911e78 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Command.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-10T14:29:30Z" | "2004-06-04T14:40:00Z" |
66,498 | Bug 66498 ProgressMonitorJobsDialog should not sync exec using parent shell | As it can be null. We should do the following if(!PlatformUI.isWorkbenchRunning()) return; PlatformUI.getWorkbench().getDisplay() | verified fixed | e0b0fec | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-10T13:13:45Z" | "2004-06-10T12:20:00Z" |
64,908 | Bug 64908 [Tasks] Task tag creation and locked workspace | RC1 - lock workspace - select some text in editor - execute edit->Task Tag observe: the workbench dialog pops up to create task tags - press OK observe: nothing happens - press Cancel You get the following exception in the log: !ENTRY org.eclipse.ui 4 0 Jun 01, 2004 12:32:42.886 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2691) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.error(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Control.getMonitor(Control.java:851) at org.eclipse.jface.window.Window.getInitialLocation(Window.java:473) at org.eclipse.jface.window.Window.initializeBounds(Window.java:615) at org.eclipse.jface.dialogs.Dialog.initializeBounds(Dialog.java:590) at org.eclipse.jface.window.Window.create(Window.java:351) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925) at org.eclipse.jface.window.Window.open(Window.java:637) at org.eclipse.ui.internal.progress.BlockedJobsDialog$1.runInUIThread (BlockedJobsDialog.java:206) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java(Compiled Code)) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java (Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java(Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:90) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled (ThreadJob.java:116) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:146) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:170) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1628) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1668) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1693) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.saveChanges (TaskPropertiesDialog.java:514) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.okPressed (TaskPropertiesDialog.java:476) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java(Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:90) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled (ThreadJob.java:116) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:146) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:170) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1628) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1668) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1693) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.saveChanges (TaskPropertiesDialog.java:514) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.okPressed (TaskPropertiesDialog.java:476) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java(Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:90) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled (ThreadJob.java:116) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:146) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:170) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1628) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1668) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1693) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.saveChanges (TaskPropertiesDialog.java:514) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.okPressed (TaskPropertiesDialog.java:476) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java(Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:90) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled (ThreadJob.java:116) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:146) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:170) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1628) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1668) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1693) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.saveChanges (TaskPropertiesDialog.java:514) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.okPressed (TaskPropertiesDialog.java:476) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java(Compiled Code)) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:90) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled (ThreadJob.java:116) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:146) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:170) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1628) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1668) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1693) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.saveChanges (TaskPropertiesDialog.java:514) at org.eclipse.ui.views.tasklist.TaskPropertiesDialog.okPressed (TaskPropertiesDialog.java:476) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.texteditor.AddTaskAction.run(AddTaskAction.java:58) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.actions.RetargetAction.runWithEvent (RetargetAction.java:212) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent (ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | verified fixed | 4df2f34 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-09T18:31:22Z" | "2004-06-01T11:40:00Z" |
65,464 | Bug 65464 [Problems] (regression) Not possible to add contributions to ProblemMarker or ConcreteMarker without referencing internal classes | I have a plugin which assigns a popup action to problem IMarkers. This worked fine in Eclipse 2.1.x but in Eclipse 3.0, as you know, the problems view has been separated from the tasks view. In doing so a ProblemMarker class was created which extends the ConcreteMarker class. Neither of these classes implement IMarker. This is a regression in Eclipse 3.0. A couple questions. 1. Why don't either of these classes implement IMarker? Was this a design decision or is this an accidental omission? 2. If these classes can't implement IMarker (for whatever reason) can a public interface be created so I don't have to register my popup action against an internal class? I posted this to the platform UI dev mailing list and it was suggested by John Arthorne to have ConcreteMarker implement IAdaptable and adapt to IMarker so I can register object contributions against IMarkers. Thanks. | closed fixed | f2bf8de | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T20:28:09Z" | "2004-06-02T23:46:40Z" |
66,000 | Bug 66000 [ViewMgmt] AssertionFailedException in DefaultPartPresentation.getTabFolder | build I20040604-1600 Noticed several occurrences of the following in my .log from Friday: Should investigate for RC2. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.getTabFolder(DefaultPartPresentation.java:627) at org.eclipse.ui.internal.presentations.DefaultEditorPresentation$1.propertyChange(DefaultEditorPresentation.java:70) at org.eclipse.ui.plugin.AbstractUIPlugin$2.run(AbstractUIPlugin.java:266) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.firePropertyChangeEvent(AbstractUIPlugin.java:264) at org.eclipse.ui.plugin.AbstractUIPlugin$1.propertyChange(AbstractUIPlugin.java:204) at org.eclipse.core.internal.preferences.PreferenceForwarder.preferenceChange(PreferenceForwarder.java:115) at org.eclipse.core.internal.preferences.EclipsePreferences$4.run(EclipsePreferences.java:743) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.core.internal.preferences.EclipsePreferences.preferenceChanged(EclipsePreferences.java:746) at org.eclipse.core.internal.preferences.EclipsePreferences.put(EclipsePreferences.java:757) at org.eclipse.core.internal.preferences.PreferenceForwarder.setValue(PreferenceForwarder.java:604) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.setValue(AbstractUIPlugin.java:473) at org.eclipse.ui.internal.registry.EditorRegistry.saveAssociations(EditorRegistry.java:879) at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.performOk(FileEditorsPreferencePage.java:407) at org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:745) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:728) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:199) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed(WorkbenchPreferenceDialog.java:75) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) | verified fixed | 726ee09 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultViewPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T19:46:21Z" | "2004-06-07T14:53:20Z" |
65,665 | Bug 65665 [ViewMgmt] [RCP] View in fixed perspective should not be minimizable | null | verified fixed | 96871cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T19:29:50Z" | "2004-06-04T03:33:20Z" |
64,821 | Bug 64821 [Decorators] NoClassDefFoundError on shutdown, from decoration scheduler job | build I20040529-0105 - ran the browser example under debug - exited - saw the following in the log In this case, the decoration scheduler should not have even been running since there were no installed decorators. java.lang.NoClassDefFoundError: org/eclipse/ui/internal/progress/SubTaskInfo at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:213) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.basicFindLocalClass(EclipseClassLoader.java:132) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:60) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at org.eclipse.ui.internal.progress.JobInfo.beginTask(JobInfo.java:150) at org.eclipse.ui.internal.progress.ProgressManager$JobMonitor.beginTask(ProgressManager.java:167) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) | verified fixed | f7f332e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "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 | "2004-06-08T19:03:13Z" | "2004-05-31T19:00:00Z" |
64,757 | Bug 64757 [Progress] Details of Operation blocked dialog is empty is blocked by a system job | I tried to delete a project and got an Operation blocked dialog. However, the blocking job was a system job so it did not appear in the dialog. In this case, it may be worth while to show the system jobs. | verified fixed | 73a41a7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T17:11:21Z" | "2004-05-31T16:13:20Z" |
64,097 | Bug 64097 Loading icons always lookup the bundle | When UI and IDE are loading the icons, they are looking up the bundle for every icon they are trying to load. Looking up a bundle is not specially slow but is not the fastest operation either, therefore it could be great if you could lookup the bundle once and use it to load all the icons. Doing that will probably slightly improve the startup time. | verified fixed | 3ecaa8a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T15:12:46Z" | "2004-05-26T14:00:00Z" |
65,354 | Bug 65354 [Perspectives] Perspective bar incorrectly updated when opening new perspective | build I20040529-0105 - dock perspective bar on left - Window > New Window - open a different perspective - it replaces the previous perspective icon in the bar (wrong) - change the docking location - it updates properly | verified fixed | f686167 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-08T15:02:38Z" | "2004-06-02T15:26:40Z" |
41,224 | Bug 41224 [Dialogs] Switch to Editor dialog does not rearrange layout on resize | Eclipse 3.0 I20030806 When resizing the "Switch to Editor" dialog, the layout isn't adjusted. This means that making the dialog smaller is not useful as long as the buttons on the bottom immediately disappear. | verified fixed | a590ae4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-07T20:31:01Z" | "2003-08-06T20:00:00Z" |
65,711 | Bug 65711 [Problems] Problems View takes too long to show | null | verified fixed | ec9e8c3 | ["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/FieldMessage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldResource.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2004-06-07T19:01:35Z" | "2004-06-04T14:40:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.