issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
timestamp[us, tz=UTC] | report_datetime
timestamp[us, tz=UTC] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
122,756 | Bug 122756 [Viewers] Support for TreePath based content providers | Now that the JFace tree viewer supports the notion of a tree path, it would be benefitial if this information was made available to content providers and label providers. The particular scenario that requires this is team views that include change sets. A view can display multiple change sets and a single model element may be included in multiple change sets. In 3.2, we are using the common navigator framework to allow model providers to display their models in a team operation. Having a tree path based content provider would allow the logical model display to be intermixed with change sets. Without this support, team providers would most likely need to support two views, one which shows resources and change sets and another that shows the effects of the operation on the logical model. | verified fixed | 990698b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreePathContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreePathLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePath.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-07T02:38:12Z | 2006-01-05T14:06:40Z |
126,527 | Bug 126527 [Field Assist] - API - Field Decoration alignment issues are different for cell editors | null | verified fixed | 4a358af | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedTextCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-07T01:05:38Z | 2006-02-06T07:13:20Z |
102,666 | Bug 102666 [Commands] registry: ISourceProvider for selection and context change is not implemented | null | verified fixed | 5ac2f62 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyActionExpressionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacySelectionEnablerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T23:11:35Z | 2005-07-04T18:00:00Z |
123,800 | Bug 123800 [Progress] InterruptedExceptions being logged many times | Using 3.2M4 on Win XP I am not sure what is causing the InterruptedException but I do seem to find quite a few in my log. !ENTRY org.eclipse.ui 4 4 2006-01-13 11:30:32.791 !MESSAGE Exception in org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$13.show(Job): java.lang.InterruptedException !STACK 0 java.lang.InterruptedException at java.lang.Thread.sleep(Native Method) at java.lang.Thread.sleep(Thread.java:914) at org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$13.run(ProgressMonitorFocusJobDialog.java:399) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog.show(ProgressMonitorFocusJobDialog.java:394) at org.eclipse.ui.internal.progress.ProgressManager.showInDialog(ProgressManager.java:1055) at org.eclipse.ui.internal.progress.ProgressManager$2.runInUIThread(ProgressManager.java:429) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3262) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2908) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 9091f14 | ["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 | 2006-02-06T19:33:44Z | 2006-01-13T19:20:00Z |
126,566 | Bug 126566 [Workbench] test failure in StartupTest.testStartup | [N20060206-0010] junit.framework.AssertionFailedError: Startup - implicit at org.eclipse.ui.tests.api.StartupTest.testStartup(StartupTest.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3044) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2748) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1792) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1756) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:401) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | fafcc45 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EarlyStartupRunnable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T16:29:47Z | 2006-02-06T15:33:20Z |
126,578 | Bug 126578 [Commands] handlers: Each opened Text and Java editor is leaked due to ProxyKeyBindingService | N20060206-0010. Our memory leak tests failed in N20060206-0010. I've tracked this down to changes in ProxyKeyBindingService.setScopes(...). | verified fixed | bc1a12e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T16:22:05Z | 2006-02-06T15:33:20Z |
126,563 | Bug 126563 [Contexts] Window context stays active when find/replace dialog open | N20060206-0010 1. open a Java editor 2. open Find/Replace (Ctrl+F) 3. press Ctrl+D (delete line) or any other editor command (e.g. Cut) ==> gets directly executed on the editor even though the Find/Replace dialog is active. Same problem when using Ctrl+O and then Ctrl+F. There's no "weird" code involved in the Find/Replace dialog. This scenario is only broken if Ctrl+O or Ctrl+T has been used at least once before. I found a scenario, where Ctrl+O isn't even involved: 1. open a Java editor 2. open Find/Replace (Ctrl+F) 3. if "Regular expressions" is checked then uncheck it, close the editor and go to 1. 4. press Ctrl+Space (code assist) ==> gets directly executed on the editor even though the Find/Replace dialog is active. | verified fixed | 13b85f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T15:38:52Z | 2006-02-06T15:33:20Z |
122,749 | Bug 122749 [Dialogs] Store size and position of ElementList/TreeSelectionDialog | 20060105 There should be an easy way to have a ElementListSelectionDialog and a ElementTreeSelectionDialog store their size and position without having to extending these classes (to override getDialogBoundsSettings() and getDialogBoundsStrategy()). A ElementTreeSelectionDialog is typically used by creating an instance of it and use the setters (setMessage(), setContentProvider()....) to customize it. Suggestion is to offer a setter setDialogBoundsSettings(IDialogSettings, int strategy) | verified fixed | a2f0479 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T04:36:21Z | 2006-01-05T14:06:40Z |
125,541 | Bug 125541 Add ICommandService to all of the sites | Add the ICommandService to WorkbenchWindow, PartSite, PageSite, MultiEditorPageSite PW | verified fixed | ac0ef26 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/SlaveCommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-05T14:59:35Z | 2006-01-27T19:26:40Z |
125,600 | Bug 125600 [Field Assist] - popup shell should be resizable with size retained | null | verified fixed | e5b9ee2 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-05T01:48:34Z | 2006-01-28T03:46:40Z |
123,789 | Bug 123789 [WorkbenchParts] 'Maximize' state should be view, not folder-bound | Maximize/minimize/restore state is currently folder-bound i.e. maximazing a view that is stacked with other views in a folder actually maximizes the entire folder. I keep having mental problems with it because in my mind I am changing the state of the active view only. The following scenario is the most problematic: 1) Maximize the active view in the folder 2) Close it while maximized Expectation: The view is closed and everything is restored back to normal Result: The next active view in the folder takes the closed view's place as maximized. Where this becomes really problematic is with the Intro part. Intro part is created as a sticky view internally. The following scenario is very unfortunate: 1) Press 'F1' to open the dynamic help view 2) While it is open, select Help>Welcome from the menu to open the Intro 3) Observe: Intro's tab is shown next to the Help view's tab 4) Close the Intro. Help view replaces it as maximized. This is very confusing to users because they would expact to restore their workbench back to normal when they close Intro. We need a way to control this behaviour and restrict the 'maximise' state to the active view only. | verified fixed | 698ee12 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.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 | 2006-02-04T22:01:02Z | 2006-01-13T16:33:20Z |
124,200 | Bug 124200 [WorkbenchParts] hideView does not work on perspective deactivate callback | null | verified fixed | 26c1022 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPerspectiveListener4.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/PerspectiveAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveListenerList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIListenerLogging.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-04T21:19:46Z | 2006-01-17T20:33:20Z |
126,258 | Bug 126258 [Commands] handlers: Inspect doesn't work | I20060131-1200 The keybindings for inspect & display do not work | verified fixed | 1644e78 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T22:54:35Z | 2006-02-02T19:53:20Z |
126,404 | Bug 126404 [Commands] handlers: Key binding availability dependant on view focus | build i0125 and build i031 When I am in the Outline view (for a Java editor) and I click on a method and hit ctrl-shift-g nothing happens. I have to click on the method name in the Java editor and then hit the keys in order for the search to happen. Let me know if you want to see a demo or need more information about my setup. (workbench.xml?) | verified fixed | 954b403 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T22:04:42Z | 2006-02-03T20:53:20Z |
126,044 | Bug 126044 [Contexts] Latest key binding changes break Quick view key bindings | I20060131-1200 Latest changes in the key binding / context architecture have broken the key binding support in the JDT Quick views: up to I20060125-0800 and earlier it was possible to open the Quick view's view menu using Ctrl+F10 (command 'org.eclipse.ui.window.showViewMenu'). It looks like the deprecated code in org.eclipse.jdt.internal.ui.text.AbstractInformationControl is no longer working. I think before we try to migrate to the new code we should ensure that the deprecated code works again. | verified fixed | e9c5868 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T17:23:15Z | 2006-02-01T16:06:40Z |
126,233 | Bug 126233 [FieldAssist] DecoratedField should not automatically reserve space on field ends | null | verified fixed | 3318f67 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T21:59:35Z | 2006-02-02T19:53:20Z |
113,178 | Bug 113178 [IDE] Open Dependant Projects | We deal with ~40 projects for our project and have a complex web of dependancies between them. Occasionally its handy to minimise the number of open projects and the usual approach is to close them all and then open up the ones that are needed and their dependancies. The merry dance involved with openning up the deps, the deps of deps and deps of deps of deps could be REALLY simplified if there was a facility to open all dependancies of a project or group of projects. | verified fixed | ec943ad | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T21:59:32Z | 2005-10-20T01:00:00Z |
105,928 | Bug 105928 [Progress] Blocked jobs dialog showing empty message | Build: 3.1 final Steve often gets into a state where the blocked jobs dialog appears (probably due to slow builder performance from running with a workspace on a network drive). Sometimes this dialog comes up with a task with an empty name (see screenshot). The blocked task name is taken from the parent shell's text (see BlockedJobsDialog#createBlockedDialog). I think if this text is an empty string, the default "User Operation" text should be used (BlockedJobsDialog#getDisplayString). | verified fixed | 52a1532 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T16:23:03Z | 2005-08-03T14:40:00Z |
85,350 | Bug 85350 [Markers] [Progress] NoClassDefFoundError from job running during shutdown | i200502150800 Got the following exception running Core UI application startup performance tests (the test just exits once the workbench is alive, so it is a very short session). I did not verify the source code, but it seems the runtime plug-in may have already been stopped when the job in question started doing its work. java.lang.NoClassDefFoundError: org/eclipse/core/runtime/jobs/ILock at org.eclipse.ui.views.markers.internal.TableContentProvider.cancelPendingChanges(TableContentProvider.java:342) at org.eclipse.ui.views.markers.internal.TableView.haltTableUpdates(TableView.java:94) at org.eclipse.ui.views.markers.internal.MarkerView.internalRefresh(MarkerView.java:188) at org.eclipse.ui.views.markers.internal.MarkerView.access$3(MarkerView.java:181) at org.eclipse.ui.views.markers.internal.MarkerView$3.run(MarkerView.java:281) at org.eclipse.ui.views.markers.internal.RestartableJob$2.run(RestartableJob.java:85) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) | verified fixed | 97e9971 | ["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 | 2006-02-02T15:50:59Z | 2005-02-15T23:26:40Z |
125,526 | Bug 125526 [IDE] BuildUtilities.java's extractProjects() method does not consider ResourceMapping cases | Eclipse: 3.2M4 Plugin: org.eclipse.ui.ide Class: org\eclipse\ui\internal\ide\actions\BuildUtilities.java Here is a REVISED extractProjects() method which solves the problem (for your consideration) : ///// CODE START /** * Extracts the selected projects from a selection. * * @param selection The selection to analyze * @return The selected projects */ public static IProject[] extractProjects(Object[] selection) { HashSet projects = new HashSet(); for (int i = 0; i < selection.length; i++) { if (selection[i] instanceof IResource) { projects.add(((IResource) selection[i]).getProject()); } else if (selection[i] instanceof IAdaptable) { IAdaptable adaptable = (IAdaptable) selection[i]; IResource resource = (IResource) adaptable.getAdapter(IResource.class); if (resource != null) projects.add(resource.getProject()); } else { //attempt to find resource mapping for selection IAdapterManager am = Platform.getAdapterManager(); ResourceMapping rm =(ResourceMapping)am.getAdapter(selection[i], ResourceMapping.class); if (rm != null) { IProject[] theProjects = rm.getProjects(); for(int j=0;j<theProjects.length;j++){ projects.add(theProjects[j]); } } } } return (IProject[]) projects.toArray(new IProject[projects.size()]); } ///// CODE END | verified fixed | 6c406ae | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildUtilities.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-01T21:51:33Z | 2006-01-27T19:26:40Z |
125,955 | Bug 125955 [Field Assist] - StringIndexOutOfBoundsException when backspacing out of a filter | null | verified fixed | 2ffc74d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-01T18:28:13Z | 2006-01-31T23:26:40Z |
124,883 | Bug 124883 problems view: automatically disable marker limits when in group mode | 20060123 When in the problem view shows groups, the marker limits should be automatically disabled. Or the limits should specify the maximum numbers of all markers in a group, not for the total number of problems. | verified fixed | 83a6ffa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-31T21:31:12Z | 2006-01-23T18:13:20Z |
29,840 | Bug 29840 [WorkbenchParts] Need API to get the zoomed state of a workbench page | In several of our views, we have to either get the zoomed state of a pane or toggle the zoom state of a pane. To do this we need access to the WorkbenchPage for ex: ((WorkbenchPage) getSite().getPage()).isZoomed(); ((WorkbenchPage) getSite().getWorkbenchWindow().getActivePage()).toggleZoom (MultiPageViewPart.this); WorkBenchPage is an internal class and a public API to determine and toggle the zoom state is needed. | verified fixed | a73adbc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-31T17:49:55Z | 2003-01-20T22:00:00Z |
125,202 | Bug 125202 Problems view grouping: Show number of elements in a group | I20060124-1115 It would be great if a group tree node could show the numbers of elements it contains. So you don't have to expand it to get this information. -> Build Path Problems xxxyyyy uyyuiuu Code Style (8) Documentation (2) | verified fixed | d9acf66 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T21:31:46Z | 2006-01-25T17:26:40Z |
32,553 | Bug 32553 [Viewers] Closing a project does not remove [+] icon | I just launched I20030220 and imported a couple of existing projects into the workspace, with the [+] icon by each project (denoting contents). I then closed a couple of the projects that I was not looking at, and the [+] icon remained after closing the projects. Of course clicking on this icon resulted in nothing happening, except the [+] disappeared. It would be better if the icon was cleared when the project was closed. Mac OS X.2.4 Eclipse I20030220 | verified fixed | d49cb37 | ["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 | 2006-01-30T21:24:37Z | 2003-02-22T16:06:40Z |
125,567 | Bug 125567 [MPE] Service activation should be done in a different method | As it stands right now, services are activated in MultiPageEditorPart.setFocus(int). This is probably the wrong place for this to be happening, as it is only ever called by setFocus() and setFocus() can be re-implemented. It might be better to put it in a method does not specifically allow overriding. I would suggest pageChange(int). | verified fixed | 4b545db | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T18:41:16Z | 2006-01-27T22:13:20Z |
125,632 | Bug 125632 [Commands] request: enhance command to show preferences dialog with parameter identifying which page to show | I'm going to attach a patch that enhances the command org.eclipse.ui.window.preferences as described in the summary. The id of the parameter is "preferencePageId". It is optional. If omitted the pref page just shows as it was the last time. I wanted to have an IParameterValues class for this parameter to enumerate the meaningful values (like the showView and showPerspective commands). This led me into the wierd case of several preference pages with the same name ("Appearance" and "Editor"), so I constructed qualified names like "General > Appearance" and "Java > Appearance". That led me to add a new API method to the jface PreferenceManager class. I hope that's not a controversial change.... Another thing to look at. I removed this line from OpenPreferencesAction to allow my handler to run: setActionDefinitionId("org.eclipse.ui.window.preferences"); //$NON-NLS-1$ If that's not right can you give me more direction on what the right thing to do is? | verified fixed | c4f0234 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/OpenPreferencesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ShowPreferencePageHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PreferencePageParameterValues.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T16:34:25Z | 2006-01-29T02:00:00Z |
121,544 | Bug 121544 [Presentations] (regression) Changing Tab Position from Top to Bottom doesn't work | When I change the preferred tab position for editors or views from top to bottom and restart Eclipse, nothing changes. This I'd like to do: 1. Menu: Window -> Preferences 2. General -> Appearance 3. Current Presentation: "Default (current)" 4. Activate "Override presentation settings" 5. Activate "Editor tab positions" to "Bottom" and/or "View tab positions" 6. After clicking "Apply" and/or "OK" Eclipse wants to restart. 7. After the restart the tabs are still on the top. This seems to be a bug. I'm using Eclipse 3.2M4. This feature has worked under Eclipse 3.1. | verified fixed | 7da3a49 | ["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/WorkbenchPresentationFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:48:14Z | 2005-12-20T12:00:00Z |
125,587 | Bug 125587 [Field Assist] - need API access to the content assist cue image | null | verified fixed | e44a5af | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISharedImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:31:07Z | 2006-01-27T22:13:20Z |
120,408 | Bug 120408 [Field Assist] - API - Specification of invoking key stroke/sequence | from an email: Doug - I'm looking for the best way (see ContentProposalAdapter) for clients to specify the triggering key for content assist. It needs to be specified at the JFace level, but in a way that workbench-level code could look up the standard key binding. I chose KeyStroke, but perhaps it should be KeySequence. If KeySequence is a better choice, it would be great if SWTKeySupport could provide a method to look at a key event and tell me if it's a match.... | verified fixed | f4d7ab6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/WorkbenchContentAssistAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:19:20Z | 2005-12-12T17:53:20Z |
125,012 | Bug 125012 [Field Assist] Clarify lifecycle of the ILabelProvider used by ContentProposalAdapter | I20060119-0800 Clients who want to port their field content assistants from jface.text.contentassist to jface.fieldassist would expect to be able to supply an image in IContentProposal, e.g. with a 'Image getImage();' method as in ICompletionProposal. Without icons, e.g. proposals for java type names would look quite different from the ones you get in the java editor. There's also a lot more functionality in ICompletionProposal and the 4 ICompletionProposalExtension* interfaces. Some of those concepts must also be supported in fieldassist if clients such as the Find/Replace dialog and Java type completions in dialogs should switch (e.g. the additionalProposalInfo to show documentation for regex proposals, etc.). I can file separate bugs for these functionalities if you want to discuss them one by one. | verified fixed | 6140072 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:12:43Z | 2006-01-24T16:26:40Z |
125,418 | Bug 125418 [Field Assist] - API - Should ContentProposalPopup be public? | In the initial release of the field assist API, the ContentProposalPopup is public. There's really no reason for this to be the case, as the popup is driven by the ContentProposalAdapter. The ContentProposalPopup should likely be made an inner type of the adapter. | verified fixed | 2866b5a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalPopup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T21:48:52Z | 2006-01-27T00:00:00Z |
125,420 | Bug 125420 [Commands] parameters: allow commands to specify return type | null | verified fixed | 5c1b204 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IRegistryConstants.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandParameterTypeTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T21:35:37Z | 2006-01-27T00:00:00Z |
125,516 | Bug 125516 [KeyBindings] misc: API to return a KeySequence string for a command id | The KeyAssistDialog contains code that returns the formatted string for the active key binding for the "show key assist" command. It would be nice if this were generalized to a utility method that returns the string for the active key binding given a command id. Or, if you'd rather put this at the JFace keys level, code that returns the formatted string given the array of TriggerSequences (so that the client has to look up the binding with the right service). Right now I have copied this code into the WorkbenchContentAssistAdapter. There is similar code in JDT that does this (but not as thoroughly as the code in KeyAssistDialog). | verified fixed | 4c7f8bc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T18:30:57Z | 2006-01-27T16:40:00Z |
125,346 | Bug 125346 Delete IDE copy of CompositeResourceMapping | Build: I20060125 Both core.resources and IDE have a CompositeResourceMapping class. Since the core class is now API, the copy in the IDE plugin should be deleted for consistency. The IDE copy is not API. | verified fixed | 9dce335 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T21:47:14Z | 2006-01-26T15:40:00Z |
123,375 | Bug 123375 [DataBinding] Enhancements to the data binding framework | My team has developed a library with some similarities to the data binding framework. I've been investigating what is required to adopt the data binding framework without losing any features. We don't actually need the data binding or validation part. We need standardized interfaces for trees, sets, lists, and scalars that fire change notifications, and utilities and content providers to work with them. Although this isn't the main focus of the framework, there is a subset of the framework that comes very close to giving us what we need. I've prepared a patch that refactors the framework to add the features we need. Nick has approved the features in principle, and Boris has approved an initial version of the API. However, since David is most active in the code right now I've filed this bug to get his feedback. Requirements: - Need read-only interfaces for sets, lists, trees, and scalars that fire change notifications. - Asynchronous support. Updatables need to be able to indicate that their value is currently being recomputed asynchronously and will change soon. Needed for progress and busy affordances. - Support for "updatable functions". An updatable function is a transformation from one object to another where the transformation may change over time. - Library of set operations. Require: - union (a set consisting of elements from a set of sets) - list-to-set conversion - set transformation (takes a set and an updatable function as input, produces a new set consisting of the function applied to all elements in the original set) - Require standard content providers and label providers that can be instantiated directly and can use the above data types. - The tree interface needs to make it easy to reuse a set as one level in a tree. - Need to be able to instrument calls to IUpdatable getters. We use this to automatically compute dependencies and attach listeners. Changes made by the patch: - Implements the requirements (above). - Renames the existing writable IUpdatable interfaces to IWritableUpdatable* to distinguish them from the read-only versions. The writable ones extend the read-only ones. - Adds a greedyExec utility. This is similar to SWT's asyncExec, but it reduces flicker by running the runnable before the next repaint rather than at the end of the event queue. Also added runOnce, which ensures that a runnable will run before the next repaint and only run once. Replaced asyncExecs with greedyExecs and runOnces. - (optional) Adds ControlUpdator and ComputableValue utility classes. These make use of the instrumented getters to automatically attach and detach listeners. Boris suggested this pattern awile back and I thought it was brilliant so added it. If anyone has objections, they can be pulled out from the API and I can just use them for my own code. This is the extent of the patch. However, I have some additional suggestions which I did not implement, but would like to mention before they're forgotten: - Suggestion: remove getType(). I often need to wrap data structures that do not supply this information, where computing it would require extra plugin activation, or where the code for determining the types would double the code size of the updatable. For this reason, I couldn't include getType on the new read-only interfaces. Since implementers of the writable interfaces are likely to hit the same problems, I would strongly recommend that the remainder of the library discard this pattern as well. It looks like it is only necessary for locating the correct conversions. If conversion lookups used instanceof or isAssignableTo rather than identity comparisons, then the java types of the elements would be enough and this method could be removed. - Suggestion: make the IUpdatable implementations API. The data binding library has a lot of useful IUpdatable implementations that convert a wide variety of data types into standard data structures. However, creating them requires a lot of context (you need a BindingContext, a factory, and a Property first). It is clear that the factory has benefits for WYSIWIG editors and data-driven UIs. But for those of us who are using them programmatically, it would be a lot easier to say "new CComboUpdatableValue(myCombo, SWTProperties.TEXT)". These classes are too useful to be internal. (Make them final, though). - Suggestion: Remove ChangeEvent.getParent(). With the ITreeProvider in the patch, it is not necessary. - Suggestion: Remove one of the writable tree variants (ITree and IUpdatableTree. I've renamed them to IWritableTree and IWritableUpdatable tree respectively in my patch). Remove the getters from the remaining tree interface and make it extend the read-only ITreeProvider interface. This will permit utilities that understand the read-only version to work with the writable one. | verified fixed | 0761e1e | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/AbstractUpdatableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ChangeEvent.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ILazyReadableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IReadable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IReadableList.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IReadableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IReadableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ITree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ITreeProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatableFunction.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatableFunctionFactory.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatableTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/IUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/Updatable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/UpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/UpdatableTracker.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/UpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/WritableUpdatable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/ControlUpdator.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/CalculatedValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/ComputedValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/ConditionalUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/ConvertingSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/EmptyReadableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/IdentityFunction.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/InverseMapping.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/ListToSetAdapter.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/SettableList.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/SettableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/UnionSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/UpdatableFunction.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/updatables/WritableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/DirtyIndicationLabelProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ListeningLabelProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/UpdatableSetContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/UpdatableTreeContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ViewerLabelProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/CollectionBinding.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/ListUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/NestedUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/NestedUpdatableTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/NestedUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/TreeBinding.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/ValueBinding.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/beans/CopyOfJavaBeanUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/beans/JavaBeanUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/beans/JavaBeanUpdatableTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/beans/JavaBeanUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/AsyncRunnable.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ButtonUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/CComboUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/CComboUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ComboUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ComboUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ControlUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/LabelUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ListUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ListUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/SWTUtil.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/SpinnerUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/TableUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/TextUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/WorkQueue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/viewers/StructuredViewerUpdatableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/viewers/TableViewerUpdatableCollection.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/viewers/TreeViewerUpdatableTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/viewers/UpdatableCollectionViewer.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/AsynchronousTestSet.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/RenamableItem.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/SimpleNode.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/SomeMathFunction.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/AggregateUpdatableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/layout/GridDataFactory.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/layout/GridLayoutFactory.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/layout/LayoutConstants.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/layout/LayoutGenerator.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/databinding/SelectionAwareUpdatableCollectionTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/databinding/UpdatableCollectionTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/UpdatableTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/MasterDetailScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/UpdatableFactoriesTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/util/Mocks.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T21:35:54Z | 2006-01-11T03:26:40Z |
125,076 | Bug 125076 [ActionSets] dynamicplugins.ActionSetTests.testActionSets sometimes fails on the Mac | testActionSets Failure Test failed due to timeout on removal junit.framework.AssertionFailedError: Test failed due to timeout on removal at org.eclipse.ui.tests.dynamicplugins.DynamicTestCase.removeBundle(DynamicTestCase.java:237) at org.eclipse.ui.tests.dynamicplugins.ActionSetTests.testActionSets(ActionSetTests.java:64) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2892) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:400) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:93) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:69) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 5064a83 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T20:14:32Z | 2006-01-24T22:00:00Z |
125,323 | Bug 125323 Add isAncestorOf method to ResourceMapping | It would be helpful to have an isAncestorOf method on ResourceMapping. Ideally, it would be abstract but for now, it would need a defautl implementation. I will attah a patch. | resolved fixed | 8635cda | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T16:10:13Z | 2006-01-26T12:53:20Z |
125,272 | Bug 125272 [Viewers] AbstractTreeViewer needs remove(Object parentElement, Object[] childElements) | There is an add(Object parentElement, Object[] childElements) but no corresponding remove(). Without this method, if you have an element that appears under multiple parents, the only way to get model and viewer in sync after removing the element from just one of its parents is calling refresh(). | verified fixed | 320dd69 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/MultipleEqualElementsTreeViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T15:47:46Z | 2006-01-26T01:46:40Z |
124,564 | Bug 124564 [Presentations] DetachedWindow should not use TabbedStackPresentation | I'm working on my own presentation and for 3.2M4 I have a problem with DetachedWindow: it makes an assumption, that StackPresentation returned by PartStack.getPresentation() is always *Tabbed*StackPresentation, but this is not the always the case. My presentation inherites StackPresentation and therefore I have a CCE on line 181: java.lang.ClassCastException: de.loskutov.eclipseskins.presentation.VSViewStackPresentation at org.eclipse.ui.internal.DetachedWindow.add(DetachedWindow.java:181) at org.eclipse.ui.internal.PerspectiveHelper.detach(PerspectiveHelper.java:793) at org.eclipse.ui.internal.PerspectiveHelper.detachPart(PerspectiveHelper.java:825) at org.eclipse.ui.internal.WorkbenchPage.detachView(WorkbenchPage.java:1470) at org.eclipse.ui.internal.ViewPane.doDetach(ViewPane.java:254) at org.eclipse.ui.internal.presentations.SystemMenuDetach.run(SystemMenuDetach.java:59) This exception occurs if I try to "detach" any view. Is it possible to not made a cast to *Tabbed*StackPresentation? The code on lines 182 - 192 is not interoperable with any other presentation, e.g. with "Eclipse 2.1 Style Presentation": java.lang.ClassCastException: org.eclipse.ui.internal.presentations.R21ViewStackPresentation at org.eclipse.ui.internal.DetachedWindow.add(DetachedWindow.java:181) at org.eclipse.ui.internal.PerspectiveHelper.detach(PerspectiveHelper.java:793) at org.eclipse.ui.internal.PerspectiveHelper.detachPart(PerspectiveHelper.java:825) at org.eclipse.ui.internal.WorkbenchPage.detachView(WorkbenchPage.java:1470) at org.eclipse.ui.internal.ViewPane.doDetach(ViewPane.java:254) at org.eclipse.ui.internal.presentations.SystemMenuDetach.run(SystemMenuDetach.java:59) | verified fixed | 1c65945 | ["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 | 2006-01-26T14:23:35Z | 2006-01-19T22:33:20Z |
125,205 | Bug 125205 Problems view grouping: Rename 'Category' to 'Marker type' | I20060124-1115 One of the problems view default goups is called 'Categories' (-> Group by Categories) It would be better to more specific here, as all contributed groupings somehow categorize markers What about 'Group by Marker type'? | verified fixed | 7115685 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T21:51:12Z | 2006-01-25T17:26:40Z |
125,200 | Bug 125200 Problem view: NPE after access on non existing attribute | I20060124-1115 Maybe you can consider this a bug of the extension point implementor, but when accessing an undefined attribute, an NPE is the result in the problem view: (marker.getMarker().getAttribute(markerAttribute) is null here) FieldMarkerGroup.findGroupValue(ConcreteMarker) line: 172 FieldMarkerGroup.getMapping(ConcreteMarker) line: 150 FieldMarkerGroup.compare(Object, Object) line: 201 CategorySorter.compare(Object, Object, int, boolean) line: 57 CategorySorter.compare(Viewer, Object, Object) line: 70 ViewerSorter$1.compare(Object, Object) line: 177 Arrays.mergeSort(Object[], Object[], int, int, int, Comparator) line: 1292 Arrays.mergeSort(Object[], Object[], int, int, int, Comparator) line: 1304 Arrays.mergeSort(Object[], Object[], int, int, int, Comparator) line: 1304 Arrays.mergeSort(Object[], Object[], int, int, int, Comparator) line: 1304 Arrays.mergeSort(Object[], Object[], int, int, int, Comparator) line: 1303 Arrays.sort(Object[], Comparator) line: 1233 CategorySorter(ViewerSorter).sort(Viewer, Object[]) line: 175 MarkerAdapter.buildAllMarkers(IProgressMonitor) line: 199 ProblemView(MarkerView).updateForContentsRefresh(IProgressMonitor) line: 525 MarkerView$MarkerProcessJob.run(IProgressMonitor) line: 172 | verified fixed | 81c06e2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMarkerGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T21:26:32Z | 2006-01-25T17:26:40Z |
125,147 | Bug 125147 [WorkingSets] Deadlock on startup | 3.2m4 When starting a self-hosting workspace (which did work fine in the past on same SDK), the splash screen progress froze, and ctrl-brk in console revealed the following deadlock: Full thread dump Java HotSpot(TM) Client VM (1.4.2_10-ea-b01 mixed mode): "Java indexing" daemon prio=4 tid=0x03acc910 nid=0xd04 in Object.wait() [58af000..58afd68] at java.lang.Object.wait(Native Method) - waiting on <0x1363e8a0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:349) - locked <0x1363e8a0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Startup Progress Printer" prio=7 tid=0x033ace00 nid=0x95c in Object.wait() [569f000..569fd68] at java.lang.Object.wait(Native Method) - waiting on <0x135371b8> (a java.util.LinkedList) at java.lang.Object.wait(Object.java:429) at org.eclipse.ui.internal.StartupProgressMonitor$AsynchronousPrinter.run(StartupProgressMonitor.java:49) - locked <0x135371b8> (a java.util.LinkedList) "Worker-1" daemon prio=5 tid=0x0407cc60 nid=0x15e8 in Object.wait() [48af000..48afd68] at java.lang.Object.wait(Native Method) - waiting on <0x127c1160> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x127c1160> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-0" daemon prio=5 tid=0x00a34ea0 nid=0x1624 in Object.wait() [3faf000..3fafd68] at java.lang.Object.wait(Native Method) - waiting on <0x127c1160> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:173) - locked <0x127c1160> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:205) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Start Level Event Dispatcher" daemon prio=5 tid=0x034e9488 nid=0x1020 in Object.wait() [399f000..399fd68] at java.lang.Object.wait(Native Method) - waiting on <0x127b5f20> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:349) - locked <0x127b5f20> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:287) "Framework Event Dispatcher" daemon prio=5 tid=0x00a6abc0 nid=0x107c in Object.wait() [369f000..369fd68] at java.lang.Object.wait(Native Method) - waiting on <0x136f56b8> (a org.eclipse.swt.widgets.RunnableLock) at java.lang.Object.wait(Object.java:429) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:169) - locked <0x136f56b8> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3700) at org.eclipse.ui.internal.AbstractWorkingSetManager.firePropertyChange(AbstractWorkingSetManager.java:301) at org.eclipse.ui.internal.AbstractWorkingSetManager.getUpdater(AbstractWorkingSetManager.java:585) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:546) - locked <0x13577680> (a java.util.HashMap) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) "Signal Dispatcher" daemon prio=10 tid=0x00a133b0 nid=0x1120 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x00a20148 nid=0x11cc in Object.wait() [2f9f000..2f9fd68] at java.lang.Object.wait(Native Method) - waiting on <0x1277bf28> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x1277bf28> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x00a135b8 nid=0x1788 in Object.wait() [2e9f000..2e9fd68] at java.lang.Object.wait(Native Method) - waiting on <0x1277bf90> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x1277bf90> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00035f48 nid=0x15d0 waiting for monitor entry [7e000..7fc3c] at org.eclipse.ui.internal.AbstractWorkingSetManager.removeFromUpdater(AbstractWorkingSetManager.java:594) - waiting to lock <0x13577680> (a java.util.HashMap) at org.eclipse.ui.internal.AbstractWorkingSetManager.internalRemoveWorkingSet(AbstractWorkingSetManager.java:173) at org.eclipse.ui.internal.WorkingSetManager.removeWorkingSet(WorkingSetManager.java:88) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1547) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:766) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1428) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:649) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:630) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:731) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:729) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2655) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2592) at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1541) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1293) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1539) at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1518) at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1401) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1345) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) "VM Thread" prio=5 tid=0x009cb190 nid=0x179c runnable "VM Periodic Task Thread" prio=10 tid=0x00a22558 nid=0x16c4 waiting on condition "Suspend Checker Thread" prio=10 tid=0x00a20b48 nid=0xa24 runnable | verified fixed | b38cba8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T17:12:47Z | 2006-01-25T11:53:20Z |
125,155 | Bug 125155 [Commands] handlers: ConcurrentModificationException from SlaveHandlerService closing workbench | 20050123 self hosted When I shut down my self hosted workspace I got the following exception java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$KeyIterator.next(HashMap.java:818) at org.eclipse.ui.internal.handlers.SlaveHandlerService.deactivateHandlers(SlaveHandlerService.java:167) at org.eclipse.ui.internal.handlers.NestableHandlerService.deactivate(NestableHandlerService.java:107) at org.eclipse.ui.internal.services.ServiceLocator.deactivate(ServiceLocator.java:82) at org.eclipse.ui.part.PageSite.deactivate(PageSite.java:211) at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:810) at org.eclipse.ui.views.contentoutline.ContentOutline.showPageRec(ContentOutline.java:244) at org.eclipse.ui.part.PageBookView.partClosed(PageBookView.java:655) at org.eclipse.ui.internal.PartListenerList$3.run(PartListenerList.java:101) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57) at org.eclipse.ui.internal.PartListenerList.firePartClosed(PartListenerList.java:99) at org.eclipse.ui.internal.PartService.firePartClosed(PartService.java:100) at org.eclipse.ui.internal.WorkbenchPagePartList.firePartClosed(WorkbenchPagePartList.java:38) at org.eclipse.ui.internal.PartList.partClosed(PartList.java:229) at org.eclipse.ui.internal.PartList.removePart(PartList.java:164) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1441) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1269) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1253) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1227) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:1038) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1489) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:717) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1406) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:600) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:576) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:682) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:680) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:108) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:623) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:620) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:557) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:748) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:746) at org.eclipse.ui.internal.Workbench.close(Workbench.java:721) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:597) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:576) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:682) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:680) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:729) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:676) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:920) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:929) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:257) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1605) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3219) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1712) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:433) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3305) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1712) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:433) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3305) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1717) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2905) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:400) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:93) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:69) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | b550992 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/SlaveContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T16:28:25Z | 2006-01-25T14:40:00Z |
124,141 | Bug 124141 [Progress] ProgressView does not populate until first update occurs | When you open the progress view for the first time it does not place the running job in the view until that job is updated. Jobs with slow update will look as if they are not there as a result. | verified fixed | 1638078 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T20:59:10Z | 2006-01-17T15:00:00Z |
123,989 | Bug 123989 Should ResourceChangeValidator#validateChange take a progress monitor | Since the validation might take some time it might make sense to pass a progress monitor into validateChange. | resolved fixed | a3a9757 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T20:35:54Z | 2006-01-16T16:46:40Z |
90,257 | Bug 90257 [Preferences] Want to create an instanceof of a WorkingCopyManager | 20050405 I'm currently referencing the internal class org.eclipse.ui.internal.preferences.WorkingCopyManager I have a base class that manages all the current settings and I changes that class to use the working copy manager. For the following reasons I also have to function when I don't get a working copy manager. To avoid complicated code it would be nice if in these case I could just use an internal instance of the working copy manager. - In the preference page, when testing if my container is really of kind IWorkbenchPreferenceContainer (so I can access the working copy manager) I have to also handle the case that the test returns false - We have some pages that are contributed by extension point that don't give me access to the container due to API limitations. | verified fixed | 817bb61 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/WorkingCopyManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T16:22:56Z | 2005-04-05T08:33:20Z |
124,953 | Bug 124953 [Markers] AIOB when applying quick fix | build I20060118 - had an error in the manifest file (missing singleton directive) - PDE provided a quick fix - chose Quick Fix from the Problems view - it failed to complete the quick fix - log has: !ENTRY org.eclipse.ui 4 0 2006-01-23 17:56:33.425 !MESSAGE Array index out of range: 0 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at org.eclipse.ui.views.markers.internal.MarkerResolutionDialog.okPressed(MarkerResolutionDialog.java:577) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:490) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:637) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:920) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.ui.views.markers.internal.ActionResolveMarker.run(ActionResolveMarker.java:95) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:920) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:400) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:373) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 0ed82db | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T15:27:51Z | 2006-01-23T23:46:40Z |
119,890 | Bug 119890 [ViewMgmt] Allow control of view tab compression, when compressing use icons | null | resolved fixed | 4c58bfb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T22:14:43Z | 2005-12-08T16:40:00Z |
124,673 | Bug 124673 [Commands] handlers: TextActionHandler's text actions do not work as expected | In the current implementation, the text actions used to redirect clipboard operations to the active text control's methods do not cause action enablement updates. For example, choosing Select All from the Edit menu (when there was no previous selection) does not enable cut, copy, and delete. The fix could be to call updateActionsEnableState() in each action's runWithEvent(Event) after performing the text operation. Another related problem is that the DeleteActionHandler does not actually delete the selected text, only clears the selection (Text.clearSelection() does nothing to the selected text itself). The fix could be to remove the selected portion of the string, then set the result back to the control. | verified fixed | 28a9591 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/TextActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T19:21:47Z | 2006-01-20T18:00:00Z |
124,529 | Bug 124529 [EFS] Need file system support in linked resources | We need to add the same sort of support that we have for EFS in the project locations in linked resource creation | verified fixed | bef29af | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T18:14:39Z | 2006-01-19T19:46:40Z |
124,124 | Bug 124124 [Markers] Group sorting needs criterea other than lexical value | 20060117 Lexicial sorting is not good enough for the severity group as we need to sort errors before warnings and the translation of the word error may not appear lexically before warnings. The sorting of groups needs to be the same as the sort order of thier elements. This turns out to be an issue for groups contributed via attributes as well. My suggestion is that allow the group to sort either by attribute value or by name (the default) so that sort order can be supplied by the group contributor. I am including the JDT team as they may want to use this support to determine sort ordering within thier groups. | verified fixed | 0446a7f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/CategorySorter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMarkerGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerNode.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-20T20:36:29Z | 2006-01-17T15:00:00Z |
123,496 | Bug 123496 [IDE] Use operation validation API for IDE actions | We should use the Resources/Core operation validation API in the IDE actions for manipulating resources. | verified fixed | 41d9214 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyProjectAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyProjectOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveProjectAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-19T21:43:46Z | 2006-01-11T20:06:40Z |
124,376 | Bug 124376 Widget is disposed exception in FilteredTree | 20060117 I got the following exception while running the test suites in my log !ENTRY org.eclipse.ui 4 0 2006-01-18 15:25:34.421 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:427) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:322) at org.eclipse.swt.widgets.Text.getText(Text.java:910) at org.eclipse.ui.internal.dialogs.FilteredTree$5.run(FilteredTree.java:288) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop(EventLoopProgressMonitor.java:123) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled(EventLoopProgressMonitor.java:97) at org.eclipse.core.internal.jobs.ThreadJob.isCanceled(ThreadJob.java:126) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:161) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:218) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:96) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1669) at org.eclipse.core.internal.resources.Project.open(Project.java:830) at org.eclipse.core.internal.resources.Project.open(Project.java:888) at org.eclipse.ui.tests.harness.util.FileUtil.createProject(FileUtil.java:41) at org.eclipse.ui.tests.dialogs.UIWizardsAuto$1.addPages(UIWizardsAuto.java:193) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499) at org.eclipse.jface.window.Window.create(Window.java:420) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1093) at org.eclipse.ui.tests.dialogs.UIWizardsAuto.testNewFile2(UIWizardsAuto.java:205) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:57) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:105) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:400) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:45) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:373) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 10b3d07 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-19T17:31:13Z | 2006-01-18T21:33:20Z |
124,138 | Bug 124138 NPE in FieldCategory | 20060116 Not sure how I got this but I have no categories enabled java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.FieldCategory.compare(FieldCategory.java:87) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:223) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:225) at org.eclipse.ui.views.markers.internal.CategorySorter.compare(CategorySorter.java:63) at org.eclipse.ui.views.markers.internal.CategorySorter.compare(CategorySorter.java:96) at org.eclipse.ui.views.markers.internal.SortUtil.partitionHelper(SortUtil.java:114) at org.eclipse.ui.views.markers.internal.SortUtil.getFirst(SortUtil.java:74) at org.eclipse.ui.views.markers.internal.SortUtil.getFirst(SortUtil.java:43) at org.eclipse.ui.views.markers.internal.MarkerAdapter.buildAllMarkers(MarkerAdapter.java:215) at org.eclipse.ui.views.markers.internal.MarkerView.updateForContentsRefresh(MarkerView.java:515) at org.eclipse.ui.views.markers.internal.MarkerView$MarkerProcessJob.run(MarkerView.java:172) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | 5b45850 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T21:21:39Z | 2006-01-17T15:00:00Z |
124,342 | Bug 124342 [Commands] handlers: Keybindings often don't work | I20060117-0800 There's something severely wrong with keybindings in this build and in I20060118-0800. Keybindings often don't work although the correspoinding menu items do work and show the bindings. E.g. the following worked fine in I20060113-1200 but fails now: - start I20060117-0800 with a new workspace - close the welcome screen - create a new Java project - press Ctrl+C -> expected: name of java project is in clipboard -> was: clipboard unchanged Nothing in the log. This makes the build nearly unusable for keyboard-driven development | verified fixed | 89b0990 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T19:37:29Z | 2006-01-18T18:46:40Z |
120,921 | Bug 120921 [PopupDialog] Keybindings lost after using PopupDialog | null | verified fixed | ca30d3c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T01:02:47Z | 2005-12-14T19:53:20Z |
123,392 | Bug 123392 [PopupDialog] Quick Outline stays up after opening "view" menu | null | verified fixed | be30d42 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T00:46:23Z | 2006-01-11T09:00:00Z |
124,202 | Bug 124202 [Field Assist] - decorated fields should not size the created control | The philosophy of DecoratedField is that the client creates the target control and accesses it with normal SWT coding. The decorated field manages the decorations but otherwise statys out of the way. This philosophy is violated when DecoratedField sets the width of the field to IDialogConstants.ENTRY_WIDTH. Sizing decisions should be made by the client of the decorated field, not the field itself. | verified fixed | c082f30 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T22:36:51Z | 2006-01-17T20:33:20Z |
123,758 | Bug 123758 [DataBinding] CComboUpdatableValue Doesn't Handle Text That Isn't in The List of Selected Items | The current implementation of CComboUpdatableValue will only allow setting text if the value is in the list of possible selection values. In reality the CCombo allows either a manually entered value (which may not be in the list) or the selection of a value from the drop down list. I'll be submitting a patch for this shortly. | verified fixed | ca32a76 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/CComboUpdatableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/BindingScenariosTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ReadOnlyComboScenarios.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T20:44:12Z | 2006-01-13T13:46:40Z |
123,972 | Bug 123972 [Undo] Support approval of undoable operation execution | In GMF we do some common validation on our commands before we proceed to execute, undo or redo them. This validation is external to the command's ability to execute, undo or redo itself. Registering an IOperationApprover with the operation history for this of validation would give us an elegant solution. However, the IOperationApprover only supports approval of undo and redo. We also require support for approval of operation execution. Would you consider adding a proceedExecuting() method to the IOperationApprover interface, or to an extension of the IOperationApprover interface? | verified fixed | ab7413a | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationApprover2.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/OperationsAPITest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/OperationsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/WorkbenchOperationStressTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T20:22:51Z | 2006-01-16T16:46:40Z |
124,162 | Bug 124162 [Contributions] Warnings in log about Next/Previous Annotation action contributions | eclipse.buildId=I20060117-0800 On startup, the build writes these warnings to the log: Warnings while parsing the action sets from the 'org.eclipse.ui.actionSets' extension point The class was not null but retarget was set to true: plug-in='org.eclipse.ui.editors', id='org.eclipse.ui.edit.text.gotoNextAnnotation', class='org.eclipse.ui.internal.editors.text.NextPulldownActionDelegate' The class was not null but retarget was set to true: plug-in='org.eclipse.ui.editors', id='org.eclipse.ui.edit.text.gotoPreviousAnnotation', class='org.eclipse.ui.internal.editors.text.PreviousPulldownActionDelegate' | verified fixed | 2816e1a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyActionHandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T19:25:47Z | 2006-01-17T17:46:40Z |
123,977 | Bug 123977 [Markers] NPE in ActionCopyMarker.setClipboard | build I20060110 - select some problems in the Problems view - choose Copy from the context menu - it has no visible effect, and the clipboard is unchanged - the log has: java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.ActionCopyMarker.setClipboard(ActionCopyMarker.java:108) at org.eclipse.ui.views.markers.internal.ActionCopyMarker.run(ActionCopyMarker.java:82) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:403) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:381) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | d62a0d7 | ["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 | 2006-01-16T20:53:31Z | 2006-01-16T16:46:40Z |
123,761 | Bug 123761 [Decorators] Add properties to decoration context | In order to support Team state decorations properly, I need the ability to associate properties with a decoration context. I will attach a patch. | verified fixed | 1a70fb4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecorationContext.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-13T19:57:34Z | 2006-01-13T13:46:40Z |
123,442 | Bug 123442 [Commands] handlers: Retarget action handlers aren't registered properly | Build: I20060110-1026 Ctrl+Shift+G performs global search for references on a method. This still works in the editor, but if I select a method in the outline view, or on a search result, and hit Ctrl+Shift+G, nothing happens. Since the action continues to work when I select it in the context menu, this is perhaps a key binding issue. Key Assist shows that the key binding is indeed available in that context. | verified fixed | f1c8b0a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/Assert.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ComponentMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ComponentUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/DependencyOnlyFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ExecutableExtensionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/NullDisposable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ClassIdentifier.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ComponentException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ComponentFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ComponentHandle.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/Components.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/Container.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/FactoryMap.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/IDisposable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/IServiceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/NonDisposingHandle.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ReflectionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/ServiceFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/framework/SingletonFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ComponentRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ComponentScope.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ComponentTypeMap.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ExtensionPointManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/IComponentScope.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/IExtensionPointMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/IScopeReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ScopeDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ScopeReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/ServiceExtensionPoint.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/registry/SymbolicScopeReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/util/InstanceToComponentFactoryAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/util/InstanceToServiceFactoryAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/util/InstanceToServiceProviderAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/util/ServiceMap.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/util/ServiceProviderToServiceFactoryAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SubActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SubActionBars2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionSetActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.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/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/ActivePartExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/IActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyActionHandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/NestableHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/CompatibilityPartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/ComponentPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/DelegatingFocusable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/DelegatingServiceFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/EditorWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewEditorToOldWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewPartToOldAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewPartToOldWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewPartToWorkbenchPartAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NewViewToOldWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NullEditorInput.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/NullFocusable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/OldEditorToNewWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/OldEditorToNewWrapperFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/OldPartToNewWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/OldViewToNewWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/OldViewToNewWrapperFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/Part.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/PartGenerator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/PartPropertyProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/PartWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/SiteComposite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/StandardWorkbenchServices.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/ViewWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/interfaces/IFocusable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IActionBarContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IActionBarContributorFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IDirtyHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IInputHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/INameable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IPartActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IPartDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IPluginResources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/ISavedState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/ISecondaryId.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/ISelectionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IStatusFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/ISystemLog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IUserMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/components/services/IWorkbenchPartFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/IDelegatingComponent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/IDelegatingContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/INestedComponent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/ISharedContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/Multiplexer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/MultiplexerChild.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/NestedContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/multiplexer/SiteServices.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ActionBarContributorFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildActionBarContributorFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildDirtyHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildNameable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildPartActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildSelectionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ChildStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/DefaultCompositeFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/DefaultMessageDialogs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/DefaultSelectionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/EditorToPartActionBarsAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullContributionManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullContributionManagerOverrides.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullCoolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullDirtyHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullEditorInput.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullMenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullNameableService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullPartActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullPartDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullSavedState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullSecondaryId.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullSelectionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullStatusLineManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/NullToolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/PartFactoryFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/PartToEditorActionBarsAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/PartToViewActionBarsAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/PluginResources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ResourceManagerFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/SavedState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/StatusFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/StatusLineManagerAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/SystemLog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/ViewToPartActionBarsAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/services/WorkbenchPartFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ServiceLocator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourceProviderService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IServiceLocator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ComponentTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ComponentTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/CreatePartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/CycleTest1.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/CycleTest2.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/CyclicDependencyView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/DependsOnMissingImplementation.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/DependsOnSomethingThatThrowsExceptions.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/IInterfaceThatNobodyImplements.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/IInterfaceThatThrowsAnException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/IPartBuilder.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/InstanceCountComponent.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/MissingDependencyView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/MultiplexAllView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/MultiplexNameView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/MultiplexerTestView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/NotAValidComponent.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/PartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/PersistPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ScopeTestUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ServiceTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ValidDependency.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ValidDependency2.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewBuilder.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewRequiringComponentInWrongScope.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewScopeDependency.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/ViewThatThrowsAnException.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/WrongScopeDependency.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ChildDirtyHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ChildTestNameable.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/DefaultTestDirtyHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/DefaultTestNameable.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ITestActivateListener.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ITestDirtyHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ITestNameable.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/ITestPartPropertyProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/TestClass.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/TestComponent.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/TestInheritance.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/components/inheritance/TestPartPropertyProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-13T16:14:47Z | 2006-01-11T17:20:00Z |
119,054 | Bug 119054 TVT3.1.x:TCT223: variable value not set | OS : Windows XP Must fix or not a must fix: YES for next release Build date: 20051201 Blocking: NO Language: Bitmap Location: V:\defects\pt Tester Name: Sara Santa Clara Problem Description: The variable {0} in the string is not set The string is the following properties file: eclipse\plugins\org.eclipse.core.resourses\org\eclipse\core\internal\utils\messages.properties and the key is pathvar_invalidChar I have attached two screen caps - on for the EN and one for the PT. This article was reassigned from Category:''Legacy Project,TVT,Uncategorized''. | verified fixed | ed78e66 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-12T14:58:34Z | 2005-12-02T16:13:20Z |
120,414 | Bug 120414 [Viewers] Type-ahead filter in New wizard does not catch Ctrl+x | When I cut all the text from the text field the list of wizards in the new wizard is not updated. Unlike when I backspace to remove all text for example. | verified fixed | a4ae69a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-12T00:04:14Z | 2005-12-12T17:53:20Z |
121,949 | Bug 121949 [Wizards] The width of the button in the dialog of "Exitsting Projects into Workspace" doesn't extend when the dialog font is changed | The width of the button in the dialog of "Exitsting Projects into Workspace" doesn't extend when the dialog font is changed. The problem is included in the source code of the following packages. plug-in org.eclipse.ui.ide package org.eclipse.ui.internal.wizards.datatransfer class WizardProjectsImportPage I corrected it as follows; - The variables in createSelectionButtons method are changed to the field variables. -> private Button selectAllButton; -> private Button deselectAllButton; -> private Button refreshButton; - In createSelectionButtons method, The instances of the button ware stored into the fields. -> selectAllButton = new Button(buttonsComposite, SWT.PUSH); -> deselectAllButton = new Button(buttonsComposite, SWT.PUSH); -> refreshButton = new Button(buttonsComposite, SWT.PUSH); - In createControl method, setButtonLayoutData methods ware called after applyDialogFont method. createProjectsRoot(workArea); createProjectsList(workArea); Dialog.applyDialogFont(workArea); /*Add*/ setButtonLayoutData(selectAllButton); /*Add*/ setButtonLayoutData(deselectAllButton); /*Add*/ setButtonLayoutData(refreshButton); | verified fixed | 1838bdd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T20:10:34Z | 2005-12-23T01:06:40Z |
123,415 | Bug 123415 [Commands] handlers: action set handlers stop working when two workbench windows open | Version: 3.2.0 Build id: I20060110-1026 In a Java perspective, cannot get ctrl-shift-T (open type) to perform. It works fine from navigate menu. ctrl-shift-R, ctrl-shift-H seem broken as well. ctrl-alt-H does ring a bell, and doesn't work either. | verified fixed | d7f75ac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyActionExpressionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyActionSetExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyEditorContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacySelectionEnablerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyViewContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyViewerContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/WorkbenchWindowExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionSetExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyActionHandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ViewerContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionExpressionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyEditorContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/LegacySelectionEnablerWrapper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T17:20:40Z | 2006-01-11T11:46:40Z |
123,323 | Bug 123323 [Markers] Problems view does not display anything (index out of bounds) | I20060110-1026, GTK+ 2.8.8, KDE 3.4.3, X.org 6.8.2, Linux 2.6.14 Whenever I try to look at the Problems view, I get the following exception and nothing is shown. !ENTRY org.eclipse.core.jobs 4 2 2006-01-10 16:28:54.848 !MESSAGE An internal error occurred during: "Process resource updates". !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 9 at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:222) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:225) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:225) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:225) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:225) at org.eclipse.ui.views.markers.internal.CategorySorter.compare(CategorySorter.java:63) at org.eclipse.ui.views.markers.internal.CategorySorter.compare(CategorySorter.java:96) at org.eclipse.ui.views.markers.internal.SortUtil.partitionHelper(SortUtil.java:114) at org.eclipse.ui.views.markers.internal.SortUtil.getFirst(SortUtil.java:74) at org.eclipse.ui.views.markers.internal.SortUtil.getFirst(SortUtil.java:43) at org.eclipse.ui.views.markers.internal.MarkerAdapter.buildAllMarkers(MarkerAdapter.java:215) at org.eclipse.ui.views.markers.internal.MarkerView.updateForContentsRefresh(MarkerView.java:515) at org.eclipse.ui.views.markers.internal.MarkerView$MarkerProcessJob.run(MarkerView.java:171) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | fa4aec8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T15:24:10Z | 2006-01-10T21:53:20Z |
122,822 | Bug 122822 [WorkbenchParts] error in EditorPart javadoc | The javadoc for the EditorPart class says that subclasses must implement gotoMarker(). However, that method isn't part of the interface and the compatibility notes state that the method was replaced in 3.0 by an adapter. | verified fixed | 2f4d3c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T13:21:19Z | 2006-01-05T22:26:40Z |
122,029 | Bug 122029 [Wizards] Change "General" back to "Basic" | Renaming basic to general doesn't really do anything but frustrate the user that has learned to search for "basic". Standard Views are still grouped under the heading "basic". | verified fixed | 17bc663 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T22:47:39Z | 2005-12-23T20:33:20Z |
123,040 | Bug 123040 [Commands] request: display help topic | I'm going to attach a patch to "command-ify" the opening of help topics. The command takes a parameter which is the href of a help topic. The default handler uses IWorkbenchHelpSystem.displayHelpResource(String) with the href parameter. If no parameter was given, the default handler calls IWorkbenchHelpSystem.displayHelp() instead to simply open the help system. Note that this looks like it should be opened against User Assistance, but the plugins that should be patched (I think) are org.eclipse.ui and org.eclipse.ui.workbench, so I opened against UI. | verified fixed | 284499e | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DisplayHelpHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T22:09:44Z | 2006-01-09T01:26:40Z |
123,319 | Bug 123319 [Markers] ClassCastException during marker update | 3.2 20050116 It is possible to get the following ClassCastException during marker updates. This is because the refreshes are not IMarkers and should not be processed. !ENTRY org.eclipse.core.jobs 4 2 2006-01-10 16:00:48.468 !MESSAGE An internal error occurred during: "Process resource updates". !STACK 0 java.lang.ClassCastException at org.eclipse.ui.views.markers.internal.MarkerView$MarkerProcessJob.getExistingMarkers(MarkerView.java:206) at org.eclipse.ui.views.markers.internal.MarkerView$MarkerProcessJob.run(MarkerView.java:169) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | dfb015b | ["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 | 2006-01-10T21:29:04Z | 2006-01-10T21:53:20Z |
122,936 | Bug 122936 IResource isLocal and setLocal should be deprecated | Build: I20050103 There is a skeleton of support in the IResource API for the notion of "non-local" resources. A non-local resource is one with no contents in the local file system. I.e., it exists in the resource tree but not on disk. In practice this is just a flag on the resource info, and setLocal just flips that flag. There is no mechanism for fetching contents of non-local resources into the local file system. To give some history, in the initial technology preview of Eclipse (prior to open sourcing), IResource was much more tightly coupled to a corresponding entity in a code repository. The idea was that the resource tree structure could be fetched from the repository without contents for quick browsing, and the individual file contents could be lazily fetched from the repository as needed. This approach was abanded prior to the 1.0 release, but some vestiges remain in the API. In Eclipse 3.2 it is possible to create resources that are stored diretly in other file systems. This will likely confuse API clients who notice the old "local" and "non-local" terminology. All of this old API should be deprecated to make it clear that these concepts are not part of the new flexible workspace API. A partial list: IResource.setLocal IResource.isLocal IFolder.create(boolean, boolean, IProgressMonitor) Existing behaviour must continue to be supported for API compatibility, but should be deprecated to discourage future use. | resolved fixed | fb40130 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ScrubLocalAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T14:56:31Z | 2006-01-06T17:53:20Z |
120,925 | Bug 120925 [Import/Export] wizards missing context help | I20051214-0800 - Go to File -> Import... - Hit F1 (or Shift-F1 on linux or Help on mac) - Bug: There is no context help available | verified fixed | 77083be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ExportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T00:38:00Z | 2005-12-14T19:53:20Z |
122,957 | Bug 122957 NPE in PatternFilter.match | I20060105-0800 I found this NPE in my log today. I don't know how it was caused, but from a quick look at the code it's possible for the "matcher" field to be null and it is not checked... java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.PatternFilter.match(PatternFilter.java:104) at org.eclipse.ui.internal.dialogs.PatternItemFilter.wordMatches(PatternItemFilter.java:47) at org.eclipse.ui.internal.dialogs.WizardPatternFilter.isElementMatch(WizardPatternFilter.java:100) at org.eclipse.ui.internal.dialogs.FilteredTree.getFirstHighlightedItem(FilteredTree.java:238) at org.eclipse.ui.internal.dialogs.FilteredTree.access$3(FilteredTree.java:236) at org.eclipse.ui.internal.dialogs.FilteredTree$3.keyTraversed(FilteredTree.java:205) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923) at org.eclipse.swt.widgets.Control.traverse(Control.java:2948) at org.eclipse.swt.widgets.Control.translateTraversal(Control.java:2929) at org.eclipse.swt.widgets.Display.translateTraversal(Display.java:3810) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:992) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2903) at org.eclipse.jface.window.Window.runEventLoop(Window.java:808) at org.eclipse.jface.window.Window.open(Window.java:786) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1790) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1754) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:403) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:381) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 0541778 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-09T22:20:55Z | 2006-01-06T20:40:00Z |
122,982 | Bug 122982 [KeyBindings] errors: No warning when creating an invalid keybinding sequence | I tried to map COLUMN_PREVIOUS to ARROW_LEFT in my plug.xml. But I set it to "LEFT" instead. LEFT is unrecognized, yet there was no warning in the .log file indicating that an invalid sequence had been set. I also have debug keybindings enabled in my options file, and it did not spew any complaints either. | verified fixed | ab62f50 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequence.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeyStroke.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-09T19:45:41Z | 2006-01-06T23:26:40Z |
121,883 | Bug 121883 [Markers] org.eclipse.ui.tests plug-in makes lots of performance tests red | null | verified fixed | 81e7597 | ["tests/org.eclipse.ui.tests/Benchmark", "Tests/org/eclipse/ui/tests/benchmarks/OpenCloseTest.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/util/PartsWorkbenchAdvisor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivityPreferenceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/DynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ImagesTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/PersistanceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/StaticTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/AdaptableDecoratorTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/MarkerImageProviderTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/WorkingSetTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/Bug42616Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/DeprecatedSessionRestoreTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/EditorIconTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IActionBarsTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IActionDelegateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IActionFilterTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorActionBarContributorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorActionDelegateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorDescriptorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorMatchingStrategyTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorSiteTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IFileEditorMappingTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPageLayoutTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPageListenerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPageServiceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPartServiceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPerspectiveListenerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPerspectiveRegistryTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ISelectionServiceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IViewActionDelegateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IViewPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPartSiteTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchWindowActionDelegateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchWindowTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockActionDelegate.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockEditorActionBarContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockPartListener.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockPropertyListener.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/SessionCreateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/SessionRestoreTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StartupTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/UIJobTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/OverriddenTitleTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/RawIViewPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ViewPartTitleTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/UITestCaseWithResult.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug66182Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug70503Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug73756Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug74982Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug74990Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug87856Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandParameterTypeTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandSerializationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/compare/UIComparePreferences.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/compare/UIComparePreferencesAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/TransferRuleTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/Bug74990Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ExtensionTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportExportWizardsCategoryTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorAdaptableTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIDialogsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIWizards.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIWizardsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/TextMessageDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/TextMessageDialogsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIEditWorkingSetWizardAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIErrorDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIMessageDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIMessageDialogsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIWizards.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.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/dynamicplugins/ActivitySupportTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/encoding/EncodingTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/ide/api/FileEditorInputTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/ActionExpressionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/ActionSetExpressionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/Bug41931Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/Bug78470Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/EditorActionBarsTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/PopupMenuExpressionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/TextSelectionActionExpressionTest.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/keys/BindingInteractionsTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug36420Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug36537Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug40023Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug42024Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug42035Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug42627Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43168Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43321Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43538Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43597Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43610Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43800Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug44460Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug53489Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/leaks/LeakTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/markers/DeclarativeFilterTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenusTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/TiledEditor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiPageKeyBindingTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/AbstractNavigatorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/ResourceNavigatorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/MultiThreadedOperationsTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/WorkbenchOperationHistoryTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/DeprecatedFontPreferenceTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/FontPreferenceTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/ScopedPreferenceStoreTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/WorkingCopyPreferencesTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationActivateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationActivePartPropertyTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationCreateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationInactivePartPropertyTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationPerformanceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationPerformanceTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationSelectTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/PresentationTestbed.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/StandaloneViewPerspective.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/StandaloneViewPerspective2.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/presentations/TestPresentablePart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/Bug95357Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/stress/OpenCloseTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/themes/ThemeTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/EmptyPerspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-06T19:40:32Z | 2005-12-22T14:00:00Z |
121,709 | Bug 121709 [Commands] parameters: Add types | I'm going to attach a patch that adds support for typed command parameters. This addresses several issues: - parameter values are strings, but handlers may want to work on objects - multiple handlers of a command should have a consistent way of converting string parameter values to objects - tooling to construct parameterized commands that starts with object parameter values needs a way of producing string parameter values that will work when the command is executed - there should be a way to classify commands by their object parameter types so, given an object, a set of commands that may work with it can be suggested To address these issues, the patch allows parameter types to be declared in the extension-point XML. The example below defines a command for negating integers and a parameter type that works with it. <extension point="org.eclipse.ui.commands"> <command id="org.example.commands.negateInteger" defaultHandler="org.example.commands.NegateIntegerHandler" name="Negate an Integer"> <commandParameter id="param" name="the param" optional="false" typeId="org.example.commands.Integer"/> </command> <commandParameterType id="org.example.commands.Integer" converter="org.example.commands.IntegerConverter" type="java.lang.Integer"/> </extension> In addition to extending the schema for org.eclipse.ui.commands, code has been added to a number of plugins (primarily org.eclipse.core.commands) to support the notion of typed parameters. | verified fixed | 5e4aca5 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/AbstractParameterValueConverter.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManagerEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ExecutionEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ExecutionException.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IParameterTypeListener.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ITypedParameter.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterType.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterTypeEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterValueConversionException.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ICommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/CommandLegacyActionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandLegacyWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Parameter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ParameterValueConverterProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/IRegistryConstants.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandParameterTypeTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/IntegerConverter.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/SubtractIntegerHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T21:12:03Z | 2005-12-21T10:13:20Z |
122,053 | Bug 122053 [KeyBindings] Shortcut Key Not Working In 3.2M4 | I have Team->Repeat Last Synchronization mapped to the F9 key. With M4 it only works from the Team perspective, not the Java perspective. I've tried removing and re-adding the mapping. | verified fixed | 97610ef | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CommandLegacyActionWrapper.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/IMenuListener2.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/AbstractSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ICommandImageService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/CommandLegacyActionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/IHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionSetsEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IActionSetsListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandImageService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ActiveContextSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionSetExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyActionHandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ViewerContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionExpressionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyEditorContributionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActionSetSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/CurrentSelectionSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/INestable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ISourceProviderService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/MenuSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourceProviderService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IServiceLocator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T19:53:22Z | 2005-12-24T10:26:40Z |
121,562 | Bug 121562 [IDE] Need a way to disable forced GC done by IDEIdleHelper | 3.2 M4 Some of our performance tests which drive the event loop and wait until the UI settles down can now be affected by a forced GC performed by the IDEIdleHelper. In order to compare the performance tests with 3.1 we need to disable this in our tests. | verified fixed | 2884241 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEIdleHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T18:49:45Z | 2005-12-20T14:46:40Z |
121,623 | Bug 121623 [Decorators] Patch to support logical model decoration | In order to properly support the decoration of logical model elements with repository state, we need to have a tighter coupling of the sync decoration (i.e. the > prefix) and the viewer showing the model. This is not overly complex but we must maintain backwards compatibility. To do this, we need a way for a viewer (via it's label provider) to say that it will handle the sync decoration. If the label provider handles sync decoration, the lightweight decorator should not. If the label provider does not, the lightweight decorator shoudl still do the decoration. To support this, I have modifed JFace and Wokbench to pass a decoration context from the decorating label provider through to the lightweight decorators. I will attach what I have done so far for comment. | verified fixed | 9f91fdc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecoration.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecorationContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILabelUpdateProcessor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILabelUpdateValidator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/LabelDecorator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T18:10:05Z | 2005-12-20T20:20:00Z |
121,939 | Bug 121939 [Viewers] TreeSelection should subclass StructuredSelection | TreeViewer.getSelection() now returns a TreeSelection, which implements IStructuredSelection, but does not extend StructuredSelection. Clients who downcast to StructuredSelection instead of IStructuredSelection will be broken unless we make TreeSelection a subclass of StructuredSelection. | verified fixed | b882b54 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-04T19:30:00Z | 2005-12-22T22:20:00Z |
67,513 | Bug 67513 [R21PRES] view tab tool tip inconsistent with 2.1 | In 2.1, the tab item tool tip appeared in the stack's title bar, not on the tab item itself. The r21presentation currently puts the tip on the tab item. I'll attach a patch that fixes the problem. | verified fixed | 90e82b2 | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T09:30:52Z | 2004-06-16T18:20:00Z |
63,420 | Bug 63420 [R21PRES] Flash on tab switch | null | verified fixed | c50e462 | ["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/R21EditorStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T08:30:39Z | 2004-05-21T14:33:20Z |
85,774 | Bug 85774 [Presentations] bad tooltips in r21 presentation on Linux | The tooltips for the view menu and close buttons contain the "&" character on GTK. | verified fixed | 70bbbcb | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T07:24:17Z | 2005-02-17T22:40:00Z |
121,411 | Bug 121411 [HeapStatus] Heap status tooltip doesn't show mark at first | 3.2M4 I brought up Eclipse and I see the HeapStatus control in the trim. Right click on it, select Set Mark. The HeapStatus control shows the black line for the mark right away, but if you hover mouse over HeapStatus the tooltip will say "... mark: <none>". It continues to show <none> for some time (maybe a minute or two) but later when I checked back and it had the right mark value in the tooltip. | verified fixed | ce8bb11 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-22T20:54:27Z | 2005-12-19T13:46:40Z |
121,772 | Bug 121772 [Viewers] ClassCastException opening file from Navigator | I get a class cast exception when I open a file from the navigator. The problem is that there is a cast to StructuredSelection instead of IStructuredSelection in the ResourceNavigator class (and the object being cast is a TreeSelection). Here are the interesting lines of the trace. Caused by: java.lang.ClassCastException: org/eclipse/jface/viewers/TreeSelection incompatible with org/eclipse/jface/viewers/StructuredSelection at org.eclipse.ui.views.navigator.ResourceNavigator$8.run(ResourceNavigator.java:726) | verified fixed | ef08671 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T21:35:02Z | 2005-12-21T21:20:00Z |
121,731 | Bug 121731 [CommonNavigator] Test failures in NavigatorTest | Two failures, in methods testInitialPopulation and testFileAddition: expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> junit.framework.AssertionFailedError: expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> at org.eclipse.ui.tests.navigator.NavigatorTest.testInitialPopulation(NavigatorTest.java:39) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1764) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1728) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:398) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> junit.framework.AssertionFailedError: expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> at org.eclipse.ui.tests.navigator.NavigatorTest.testFileAddition(NavigatorTest.java:54) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3038) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2746) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1764) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1728) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:398) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | resolved fixed | c06e04e | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/NavigatorTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T16:43:14Z | 2005-12-21T15:46:40Z |
84,314 | Bug 84314 [Viewers] Need to allow mapping elements to multiple widgets/items | One of the projects I am working on is using an essentially graph structured dependancy model and we use TableTreeViewer for browsing (drilling down) through this graph. The nature of the model is such that the same model element can occur in multiple positions (paths) of the three. Current implementation of the TreeViewer and TableTreeViewer do not support such one-to-many mapping of model elements to widgets, leading to loads of unnecessary overhead to enshure that correct items will get updated. Suggestion: Element -> Item mapper should allow returning of more than one item per model element that is associated with this element. | verified fixed | 5c5335d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreeSelection.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeEditorImpl.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePath.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/MultipleEqualElementsTreeViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T04:56:02Z | 2005-02-03T11:26:40Z |
117,965 | Bug 117965 [DataBinding] Change tests plugin to pre-req examples | This will allow the UI tests in examples to make use of the pojo model | verified fixed | b680ea0 | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/JavaBeanUpdatableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/Person.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/PersonSampleData.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/TextBinding.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Account.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Adventure.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/AdventureFactory.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/AggregateUpdatableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Cart.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Catalog.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Category.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Lodging.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/ModelObject.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/PhoneConverter.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/PhoneValidator.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/PriceModelObject.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/SampleData.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Signon.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/StateConverter.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Transportation.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ButtonControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomConverterScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/LabelControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ListViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/MasterDetailScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ReadOnlyComboScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ScenariosTestCase.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/SpinnerControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TableScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TextControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TreeScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Account.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Adventure.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/AdventureFactory.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/AggregateUpdatableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Cart.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Catalog.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Category.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Lodging.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/ModelObject.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/PhoneConverter.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/PhoneValidator.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/PriceModelObject.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/SampleData.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Signon.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/StateConverter.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/model/Transportation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T04:54:50Z | 2005-11-24T22:06:40Z |
120,523 | Bug 120523 [Commands] parameters: support serializing and deserializing of ParameterizedCommands | UA wants to be able to store a ParameterizedCommand as a String in documents like Help, Cheatsheets and Intro parts. The stored commands will be shown as links and when the user clicks the link we will deserialize from String back to ParameterizedCommand and execute it. The informational content of a ParameterizedCommand amounts to the command id and the ids and values of each of the parameters. We'd like to propose a standard serialization format and offer API for (de)serializing so that others can use it as well as us. The serialization format we have looks like this: commandId?param1Id=value1¶m2Id=value2 Breaking it up, looks like this: commandId '?' param1Id '=' value1 '&' param2Id '=' value2 ... The commandId, paramIds and values are UTF-8 encoded to allow arbitrary characters to appear in them. I'm going to attach 2 patches for this. The first patch implements this functionality. It has changes to org.eclipse.core.commands and org.eclipse.ui.workbench The second patch is some JUnit tests to add to org.eclipse.ui.tests. | verified fixed | 45f53e3 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/SerializationException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ICommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandSerializationTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandsTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-20T16:28:30Z | 2005-12-13T07:46:40Z |
102,150 | Bug 102150 RCP splashscreen stays forever in case of error | If a serious error occurs during the startup of an RCP application, like a missing plugin etc. so that the application could not start, the splash screen of the application stays for ever. This happens if the application is started by PDE using the "Run as eclipse application" menu, but the process has been stopped using the "Stop" button. I had to kill the new eclipse.exe process using the windows taskmanager. | resolved wontfix | e1b97d1 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ExecutionEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IExecutionListenerWithChecks.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/NotEnabledException.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/common/CommandException.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/util/ListenerList.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ListenerList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationResultCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-19T16:09:19Z | 2005-06-29T13:00:00Z |
120,735 | Bug 120735 [DnD] Disposing the TrimCommonUIHandle causes the 'capture' to fail | While dragging trim and moving the cursor outside the shell we expect that the events are still routed to the shell for handling. However, moving the trim location causes the trim UI Handle to be disposed and when that happens the capture is lost. (Simply setting the handle invisible but not disposing it leaks a widget but otherwise works 'correctly'). | verified fixed | 203b65f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/layout/TrimLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T15:49:51Z | 2005-12-13T21:40:00Z |
120,710 | Bug 120710 [FastViews] SWT error when right-clicking in the fast view toolbar | [I20051213-0010, Windows XP] java.lang.IllegalArgumentException: Menu must be a drop down at org.eclipse.swt.SWT.error(SWT.java:3267) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:421) at org.eclipse.swt.widgets.MenuItem.setMenu(MenuItem.java:749) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:226) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:373) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:369) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:386) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:919) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3521) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3238) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1538) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3919) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3267) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2855) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 1e47806 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T15:32:53Z | 2005-12-13T21:40:00Z |
120,441 | Bug 120441 [DnD] Cancelling the Drag places trim in the wrong place | Right now if you are dragging trim around, docking and undocking it then either cancelling the trim (or 'dropping' it in an invalid location) will 'restore' it to its last 'docked' location. It should restore the trim to its -original- docked location. | verified fixed | a63b373 | ["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 | 2005-12-14T15:06:03Z | 2005-12-12T20:40:00Z |
120,074 | Bug 120074 [Graphics] Fast view target looks like fast view icon | I20051206-1200 The fast view target has been replaced with some sort of "shell" icon. This looks like any other fast view icon and there's no separation. | verified fixed | a16d46a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T14:58:51Z | 2005-12-09T09:20:00Z |
120,736 | Bug 120736 [Markers] NPE during: "Fetching children of Problems". | [I20051213-0010, Windows XP] I can only reproduce this in my inner workspace, not in the outer one. It happens when I selected "New Window" and then close the new window immediately. java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.MarkerView.scheduleCountUpdate(MarkerView.java:1432) at org.eclipse.ui.views.markers.internal.MarkerAdapter.fetchDeferredChildren(MarkerAdapter.java:201) at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:192) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | f5ef889 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T14:52:06Z | 2005-12-13T21:40:00Z |
120,656 | Bug 120656 [Dialogs] SWTExeption: Widget is disposed when resizing quick outline | Version: 3.2.0 Build id: I20051213-0010 Open quick outline (Ctrl-O), in the context menu select resize, after resizing the following exception is thrown: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:421) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:316) at org.eclipse.swt.widgets.Control.setBounds(Control.java:2158) at org.eclipse.jface.dialogs.PopupDialog.performTrackerAction(PopupDialog.java:752) at org.eclipse.jface.dialogs.PopupDialog.access$0(PopupDialog.java:741) at org.eclipse.jface.dialogs.PopupDialog$ResizeAction.run(PopupDialog.java:137) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3241) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2861) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 120644c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T01:26:00Z | 2005-12-13T18:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.