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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
411,750 | Bug 411750 [Contributions] IFocusService not working with dialog when closing with ESC or red X | null | verified fixed | e83dc25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/FocusControlSourceProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-28T18:17:34Z | 2013-06-27T08:00:00Z |
420,126 | Bug 420126 [FastView] Parts of eclipse window become a light blue square and don't get repainted. | I have run into this both on 4.4 M2 and Version: 4.4.0 Build id: N20131014-2005 Suddenly (don't recall a fixed pattern of user action preceding the event) a part of eclipse window becomes a light blue blank square (I am on Windows 64, default out of the box color schemes if that matters) and does not refresh itself anymore. On one occasion, the size of this area was half the overall screen, at other times, perhaps a quarter. Minimize/maximize, resize the subwindows, reset perspective etc don't help. I have to shutdown eclipse and restart for it to go away. Somehow some widget is losing track of its size or is not responding to repaint event - may be. If this is a platform/ui issue, please reassign. This makes M2 pretty unusable for me actually. | verified fixed | 8821997 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-25T15:02:33Z | 2013-10-23T01:00:00Z |
418,275 | Bug 418275 [IDE] Own view (source) is not listed in "Show In" menu when explicitly requested by IShowInTargetList | null | verified fixed | 501d695 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-25T14:24:02Z | 2013-09-29T15:53:20Z |
371,027 | Bug 371027 [Model] platform:/plugin/ not used for fragment uri in org.eclipse.e4.workbench.model extension point | null | verified fixed | f368d17 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/URIHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-24T20:05:11Z | 2012-02-09T01:13:20Z |
420,035 | Bug 420035 [CSS] Support SWT color constants in gradients | null | verified fixed | 68c6962 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-22T19:56:36Z | 2013-10-22T00:00:00Z |
419,435 | Bug 419435 [Themes] Invalid RGB color value in themes extension makes workbench unusable | A single invalid RGB color value in a "org.eclipse.ui.themes" extension leads to the workbench not starting up correctly. Afterwards it basically unusable. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4378) at org.eclipse.swt.SWT.error(SWT.java:4312) at org.eclipse.swt.SWT.error(SWT.java:4283) at org.eclipse.swt.graphics.RGB.<init>(RGB.java:76) at org.eclipse.jface.resource.StringConverter.asRGB(StringConverter.java:565) at org.eclipse.ui.themes.ColorUtil.getColorValue(ColorUtil.java:175) at org.eclipse.ui.internal.themes.ColorDefinition.getValue(ColorDefinition.java:157) at org.eclipse.ui.internal.themes.ThemeElementHelper.installColor(ThemeElementHelper.java:284) at org.eclipse.ui.internal.themes.ThemeElementHelper.populateRegistry(ThemeElementHelper.java:172) at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:1664) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4688) at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94) at org.eclipse.ui.internal.Workbench.initializeApplicationColors(Workbench.java:1659) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1553) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2702) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:2591) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:608) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) ... | resolved fixed | f9ae23c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-15T09:45:01Z | 2013-10-15T09:40:00Z |
302,536 | Bug 302536 [Markers] Broken double checked locking in MarkerSupportRegistry | null | verified fixed | 565a21e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-14T12:10:38Z | 2010-02-11T03:46:40Z |
418,683 | Bug 418683 AFE on trying to create a patch | null | verified fixed | 955a7e0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-09T22:31:44Z | 2013-10-04T15:20:00Z |
418,715 | Bug 418715 [IDE] navigator: show file/folder on linux show parent of folder | When you select and open a folder on linux, nautilus opens the parent of the folder. This doesn't seem like the correct behaviour. Also, to support older nautilus file managers linux is the only system that find the parent of the selection and opens it. It might be moot. One can edit the preference in Preferences>General>Workspace and switching it to something like [1] would fix the problem. PW [1] dbus-send --dest=org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems array:string:'file://${selected_resource_loc}' | verified fixed | f407117 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/handlers/ShowInSystemExplorerHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-09T15:37:20Z | 2013-10-04T20:53:20Z |
412,285 | Bug 412285 'Show In' menu of view in detached window has 'No Applicable Views' | With the Git Repositories View within the main Eclipse window the 'Show In' context menu contains several views (History, Properties, etc.). When the Git Repositories View is detached from the main window, all instances of the 'Show In' context menu contain '<No Applicable Views>'. | verified fixed | 04f909b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-07T18:00:45Z | 2013-07-04T09:26:40Z |
416,099 | Bug 416099 [Workbench] Simplify SaveAllHandler | null | resolved fixed | 8a91a57 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/handlers/SaveAllHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-04T15:22:28Z | 2013-08-28T22:46:40Z |
372,956 | Bug 372956 [Decorators] [JFace] CompositeImageDescriptor throws NPE during Decoration | null | verified fixed | e361bf5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/CompositeImageDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-04T14:27:33Z | 2012-03-01T11:06:40Z |
398,684 | Bug 398684 [Workbench] Initial size from IWorkbenchWindowConfigurer is not used to create the workbench window | In our application (IBM Installation Manager), we override 'preWindowOpen()' in 'WorkbenchWindowAdvisor' to set initial size to IWorkbenchWindowConfigurer (e.g. IWorkbenchWindowConfigurer.setInitialSize(lastSessionIMSize)) . But this initial size is not used to create the workbench window after we moved our target environment to Eclipse 4.2.1. It used to work before our E4 adoption. | verified fixed | 9e3a192 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-03T19:27:54Z | 2013-01-21T20:26:40Z |
417,947 | Bug 417947 [KeyBindings] END/HOME keys are not behaving as expected when the content assist pop up is activated | Open a Java file and invoke content assist anywhere in the code. Once the content assist pop up is activated, if user press END key, it is expected that the last option in the content assist pop up gets selected, similar behavior is expected for HOME key where it selects the first option available in the content assist pop up window. This works in Eclipse 3.8.1, but from Eclipse 4.2 this seems broken. | verified fixed | c709c69 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/keys/KeyBindingDispatcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-01T17:37:03Z | 2013-09-24T16:26:40Z |
168,226 | Bug 168226 [Viewers] default ViewerComparator is case sensitive (doesn't match spec) | I'm implementing some kind of viewer and found out that default comparator is sorting case SENSITIVE while JavaDoc says it's case INSENSITIVE: JavaDoc of method int compare(viewer, object, object) form ViewerComparator: * The default implementation of this method is based on * comparing the elements' categories as computed by the <code> category </code> * framework method. Elements within the same category are further * subjected to a case insensitive compare of their label strings, either * as computed by the content viewer's label provider, or their * <code>toString</code> values in other cases. Subclasses may override.</p> but when you'll go deeply to get the source code of the default comparator, which you'll find in Policy.java, there will be: private static Comparator getDefaultComparator(){ return new Comparator(){ /** * Compares string s1 to string s2. * * @param s1 string 1 * @param s2 string 2 * @return Returns an integer value. Value is less than zero if source is * less than target, value is zero if source and target are equal, * value is greater than zero if source is greater than target. * @exception ClassCastException the arguments cannot be cast to Strings. */ public int compare(Object s1, Object s2) { return ((String)s1).compareTo((String)s2); } }; } | verified fixed | 5dbded4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerComparator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-30T20:02:52Z | 2006-12-15T16:26:40Z |
414,297 | Bug 414297 [DataBinding] missing SetChanged notification | null | verified fixed | 69ebc69 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ComputedSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-27T17:04:09Z | 2013-08-02T13:26:40Z |
345,372 | Bug 345372 [KeyBindings] 'Delete' key cannot be used as a key bindings to a command | Build Identifier: 20110301-1815 Open the preference pages. Go to the "Keys" page. It's impossible to specify "Delete" for a new keybinding. Other special keys like backspace or tab can be specified, from a popup menu, but "Delete" can't. :-( Reproducible: Always | verified fixed | 75453d4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequenceText.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-26T13:46:08Z | 2011-05-11T07:46:40Z |
411,577 | Bug 411577 [Contributions] Customize Perspective has hiding conflicts for toolbars and menus | null | verified fixed | 404de0c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-25T13:56:51Z | 2013-06-25T08:46:40Z |
413,590 | Bug 413590 Close All doesn't work when a second editor is opened in another area in another perspective | Using 4.3.0-I20130605-2000. 1. Open a Java source file in Java perspective 2. Change perspective (Debug for example) 3. Open a second source file 4. Drag the second file tab so that it gets opened in a second editor in it's own view (not in the same area) 5. Go back to Java perspective 6. Try to close all files (Ctrl+Shift+W). Files don't close. | verified fixed | c1156eb | ["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 | 2013-09-24T18:42:30Z | 2013-07-24T04:26:40Z |
331,690 | Bug 331690 [Trim] [Min/Max] Update our EventBroker usage in add-ons | null | verified fixed | f350f92 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-24T14:20:44Z | 2010-12-02T17:13:20Z |
384,354 | Bug 384354 Compatibility: Editor actions registered via extension point org.eclipse.ui.editorActions are shown twice in the toolbar. | Build Identifier: 20120614-1722 In Eclipse 3 an action registered via extension point "org.eclipse.ui.editorActions" is correctly shown once in the toolbar and once as main menu entry. But in Eclipse 4.2 (Juno) the action is shown twice in the toolbar (same icon, same behavior) and once in the main menu. This is ugly and has the problem that the same action now can have different checked states at the same time (checked or radio button). Reproducible: Always | verified fixed | 5e319c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ActionSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-20T14:32:39Z | 2012-07-05T12:06:40Z |
389,129 | Bug 389129 Progress view background incorrect on 4.2 | null | verified fixed | 8c97939 | ["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 | 2013-09-13T17:40:59Z | 2012-09-09T22:33:20Z |
408,763 | Bug 408763 The ImportExportPage filters allows an empty category to appear | In the Import or Export Wizard dialog, within a given category, if you have a PatternFilter allowing one wizard through and a WizardActivityFilter allowing a different wizard through, then the category remains in the display, though empty. I noticed that NewWizardNewPage does also use PatternFilter and WizardActivityFilter, but it also has one last filter WizardEmptyFolderFilter. Adding this filter to ImportExportPage does indeed seem to fix the problem. | verified fixed | 5cae023 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardActivityFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardCollectionElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardPatternFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-13T10:04:22Z | 2013-05-22T22:00:00Z |
416,773 | Bug 416773 Legacy mode not backward compatible | null | verified fixed | 0af425d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-12T12:56:36Z | 2013-09-07T07:46:40Z |
416,995 | Bug 416995 [Code review] The "perspective" string should be turned into a constant on E4Application | null | verified fixed | 087a045 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-11T14:27:46Z | 2013-09-11T11:46:40Z |
416,902 | Bug 416902 Regression from 4.3: Navigation History badly broken | M20130905-0705 a.k.a. 4.3 RC3. Works fine in R4.3. 1. start with new workspace 2. close Welcome 3. paste the following snippet into the 'Package Explorer': public class A { B b; } public class B { C c; } public class C { } 4. File > Close All 5. open A 6. in the editor Ctrl+click on B 7. in the editor for B Ctrl+click on C 8. hover over the Left arrow in the toolbar: it wrongly says: Back to A.java 9. click on the Left arrow: ==> goes to A instead of B | verified fixed | 68e61aa | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-11T11:24:03Z | 2013-09-10T10:46:40Z |
377,981 | Bug 377981 -perspective at product program arguments is not working in 4.2M6 | Build Identifier: 4.2 M6 The program arguments of the product configuration of my project has this: -perspective myDefaultPerspective But after start the runtime the perspective that appears is Resource. This works properly in Eclipse Indigo. Reproducible: Always Steps to Reproduce: 1. create a product configuration and add -perspective <your perspective> 2. use as product: org.eclipse.platform.ide 3. use as Application: org.eclipse.ui.ide.workbench | verified fixed | f03b1d2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/CommandLineOptionModelProcessor.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-10T18:13:21Z | 2012-04-27T23:40:00Z |
413,427 | Bug 413427 JFace snippets cleanup, removes unnecessary imports and casts | null | resolved fixed | 6ed2236 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/dialogs/Snippet060DialogWithURLImageButtons.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet033CellEditorPerRowPre33.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet049StyledCellLabelProvider.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet050DelegatingStyledCellLabelProvider.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet058CellNavigationIn34.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet059CellNavigationIn33.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-09T19:34:18Z | 2013-07-22T10:46:40Z |
413,399 | Bug 413399 [Trim] Lost of the default Package / Navigator view container | I've noticed miscellaneous bugs with the view management. Here are some of them (ones I can reproduce). Here's the first I just noticed while trying to reproduce other ones : The default container of the Package / Navigator / Project Explorer views, when minimized and while dragging it around, can be lost. The left mouse button is not released but the container does not appear anywhere. It is not docked into a default location or something (I checked and rechecked). And I can't make it reappear by trying to open that view with the Window > Show view menu. I must reinitialize the perspective to get it back. It seems it does not occur with the other minimized view containers, though the cursor can lost the container while dragging it and then it is automatically relocated at a default (or last) position but remains green as still being moved. More over, when I try to place the minimized Package view container at the left bottom corner, it doesn't want to keep that location after being maximized and minimized again ! Though, once placed at the left bottom corner, after a Eclipse restart, it remains at that location until I maximized&minimized it. The other view containers seem to be less sensible to that phenomena. And to finish on those view containers issues, on an other Kepler installation, I have troubles with the Package and Navigator views because they are duplicated, one or more times into the container, after being minimized&maximized. Very difficult to close the duplicates, and it seems impossible to fix... That bug is more difficult to reproduce, I'll try to provoke it again. Hope it's clear enough. Thank you. -- Configuration Details -- Product: Eclipse 2.0.0.20130613-0530 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.platform 4.3.0.v20130605-2000 | verified fixed | bb702b0 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/TrimDropAgent.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-28T14:57:53Z | 2013-07-21T12:33:20Z |
403,760 | Bug 403760 closing the last maximized editor doesnt restore perspective layout | This happens in all perspectives I tried except Java Perspective. For instance in * Debug * CVS Repo Exploring * Synchronize Steps to reproduce 1. open a file in an editor with no other open editors 2. maximize editor 3. close editor Result: all views in the perspective remain minimized Expected Result: view get shown again -- Configuration Details -- Product: Eclipse SDK 4.2.2.v201302041200 (org.eclipse.sdk.ide) Installed Features: org.eclipse.platform 4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 | verified fixed | e87eb3f | ["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 | 2013-08-28T13:26:04Z | 2013-03-19T10:46:40Z |
395,084 | Bug 395084 IWorkbench.showPerspective(id, window) not working after switching to 4.2.1 target | I'm migrating our product from Eclipse 3.7.1 to 4.2.1. I use certain handlers that call: IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); PlatformUI.getWorkbench().showPerspective(id, window); Since I changed the target platform to 4.2.1 this call does nothing. I don't get an exception and nothing happens. If I can be of any assistant, please let me know. | verified fixed | a7eb676 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-23T14:03:35Z | 2012-11-26T17:13:20Z |
400,048 | Bug 400048 I have the shadow of the project Explorer even if i close the explorer. | null | verified fixed | c59a25a | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DetachedDropAgent.java", "bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-22T18:45:21Z | 2013-02-06T05:53:20Z |
414,912 | Bug 414912 CoreException: No property tester contributes a property X to type class Y using Eclipse 4.4 | Using Eclipse 4.4.0-I20130807-2000, CDT 8.2.0.201308121741 1. Start debugging a Java program (a runtime Eclipse works) 2. In the Debug view, click on different items in the tree. Exception occurs: org.eclipse.core.runtime.CoreException: No property tester contributes a property org.eclipse.cdt.debug.ui.isReverseDebuggingEnabled to type class org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget at org.eclipse.core.internal.expressions.TypeExtensionManager.getProperty(TypeExtensionManager.java:123) at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:96) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:189) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29) at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70) at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer$1.run(ContributionsAnalyzer.java:252) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:250) at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:167) at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:97) at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:185) at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:196) at org.eclipse.ui.internal.WorkbenchWindow$8.run(WorkbenchWindow.java:643) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3715) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:613) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Since the Error log view takes focus every time the exception gets logged, I can't click on any other view while in the Debug perspective so I have to constantly switch perspective. | verified fixed | ef97549 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-22T15:25:48Z | 2013-08-12T20:40:00Z |
387,951 | Bug 387951 Key bindings for custom context no longer works and conflicts are reported | The purpose is to bind some keys to some action bar actions used by a view (org.eclipse.ui.ViewPart). The view part is used both within a workbench view and a modal dialog. For the modal dialog I've defined a custom context (see below) and, before the dialog executes I try to activate my custom context and link the commands associated with the key bindings to the view actions. It works very well up until 3.8 (I never tested for 4.0 and 4.1). In 4.2 I get key binding conflict warning when I activate my context and even if I remove the conflicting bindings (for F2, F3 and F4), although the commands are correctly associated with the view actions (the accelerator appears within the tool-tip), pressing the shortcut keys still has no effect. The code for dialog configuration: class MyDialog extends TitleAreaDialog { protected Control createDialogArea(Composite parent) { Composite area = (Composite) super.createDialogArea(parent); ... //The toolbar used for view actions: ToolBar toolBar = new ToolBar(area, SWT.FLAT | SWT.RIGHT); mnuMgr = new ToolBarManager(toolBar); ... Composite container = new Composite(area, SWT.NONE); ... cv = new CustomView(mnuMgr); //the ViewPart cv.createPartControl(container); area.setTabList(new Control[]{toolBar, container}); //Activate my custom context (see code below) cv.hookKeyboard(); area.addDisposeListener( new DisposeListener() { @Override public void widgetDisposed(DisposeEvent e) { ViewManager.INSTANCE.unRegisterViewPart(cv); //deactivate the custom context: cv.releaseKeyboard(); } }); return area; } ... } public class CustomView extends ViewPart { public static final String CONTEXT_ID = "com.example.my.custom.context" ... public void hookKeyboard() { if (isDialogMode && activation == null) { IContextService contextService = (IContextService) PlatformUI.getWorkbench().getService(IContextService.class); ICommandService commandService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); contextService.registerShell(shell, IContextService.TYPE_DIALOG); //THIS IS THE POINT WHERE THE KEY BINDING CONFLICT IS ISSUED: activation = contextService.activateContext(CONTEXT_ID); //Associating the defined commands with the dialog defined //handler (see below) Command c = commandService.getCommand(CMD_ACTION_DEL); c.setHandler(handler); c = commandService.getCommand(CMD_ACTION_MOD); c.setHandler(handler); c = commandService.getCommand(CMD_ACTION_ADD); c.setHandler(handler); } } public void releaseKeyboard() { if (isDialogMode && activation != null) { IContextService contextService = (IContextService) PlatformUI.getWorkbench().getService(IContextService.class); contextService.deactivateContext(activation); activation = null; } } ... public class Handler extends AbstractHandler { // THIS IS NEVER EXECUTED IN 4.2 ! @Override public Object execute(ExecutionEvent event) throws ExecutionException { if (inCommand) return null; inCommand = true; try { if (event.getCommand().getId().equals(CMD_ACTION_DEL)) actionDelete.run(); //view action else if (event.getCommand().getId().equals(CMD_ACTION_MOD)) actionEdit.run(); //view action else if (event.getCommand().getId().equals(CMD_ACTION_ADD)) actionAdd.run(); //view action } finally { inCommand = false; } return null; } } final AbstractHandler handler = new Handler(); ... } Context definition in plugin.xml: <extension point="org.eclipse.ui.contexts"> <context id="com.example.my.custom.context" name="My custom context" parentId="org.eclipse.ui.contexts.dialog"> </context> </extension> Binding definitions: <extension point="org.eclipse.ui.bindings"> <key commandId="com.example.my.view.edit" contextId="com.example.my.custom.context" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="F3"> </key> <key commandId="com.example.my.view..add" contextId="com.example.my.custom.context" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="F2"> </key> <key commandId="com.example.my.view.delete" contextId="com.example.my.custom.context" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="F4"> </key> </extension> Command definitions: <extension point="org.eclipse.ui.commands"> <category description="My Dialog Actions" id="com.example.category.dialog.actions" name="Dialog actions"> </category> <command categoryId="com.example.category.dialog.actions" id="com.example.dialog.add" name="New..."> </command> <command categoryId="com.example.category.dialog.actions" id="com.example.dialog.edit" name="Edit..."> </command> <command categoryId="com.example.category.dialog.actions" id="com.example.dialog.delete" name="Delete"> </command> </extension> The conflicting bindings (notice the different contexts "org.eclipse.ui.contexts.window" and "com.example.my.custom.context" : ENTRY org.eclipse.jface 2 0 2012-08-24 10:54:50.641 !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. !SUBENTRY 1 org.eclipse.jface 2 0 2012-08-24 10:54:50.641 !MESSAGE A conflict occurred for F4: Binding(F4, ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy,Open Type Hierarchy, Open a type hierarchy on the selected element, Category(org.eclipse.ui.category.navigate,Navigate,null,true), org.eclipse.ui.internal.MakeHandlersGo@282c55f1, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Binding(F4, ParameterizedCommand(Command(com.example.dialog.delete,Delete, , Category(com.example.category.dialog.actions,Dialog actions,null,true), com.example.views.CustomView$Handler@76be55d1, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, com.example.my.custom.context,,,system) !SUBENTRY 1 org.eclipse.jface 2 0 2012-08-24 10:54:50.641 !MESSAGE A conflict occurred for F2: Binding(F2, ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, Rename the selected item, Category(org.eclipse.ui.category.file,File,null,true), org.eclipse.ui.internal.MakeHandlersGo@58fe210a, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Binding(F2, ParameterizedCommand(Command(com.example.dialog.add,New..., , Category(com.example.category.dialog.actions,Dialog actions,null,true), com.example.views.CustomView$Handler@76be55d1, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, com.example.my.custom.context,,,system) !SUBENTRY 1 org.eclipse.jface 2 0 2012-08-24 10:54:50.641 !MESSAGE A conflict occurred for F3: Binding(F3, ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.open.editor,Open Declaration, Open an editor on the selected element, Category(org.eclipse.ui.category.navigate,Navigate,null,true), org.eclipse.ui.internal.MakeHandlersGo@49f4493e, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Binding(F3, ParameterizedCommand(Command(com.example.dialog.edit,Edit..., , Category(com.example.category.dialog.actions,Dialog actions,null,true), com.example.views.CustomView$Handler@76be55d1, ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, com.example.my.custom.context,,,system) | verified fixed | 0c314f5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-21T13:08:27Z | 2012-08-24T09:20:00Z |
407,536 | Bug 407536 Some ActionSets for CDT cannot be turned off when starting enabled | null | verified fixed | de8bd0c | ["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 | 2013-08-20T18:46:59Z | 2013-05-08T13:33:20Z |
413,167 | Bug 413167 Make Quick Access smaller | null | verified fixed | 9a67c52 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-20T13:45:43Z | 2013-07-17T14:06:40Z |
406,003 | Bug 406003 Persisting bindings forever results in bad/conflicting bindings that cannot be removed | Every key binding that is loaded from the bindings extension is persisted in the workbench xmi. If the plug-in providing that extension is later removed, the keybinding stays. Worse is that the keys pref page doesn't recognize the conflict. The only workaround is to delete the xmi file or start a new workspace. 1) Create a new plug-in project > Create an RCP > Use the Mail RCP Template 2) Launch a normal Eclipse application launch (runtime workbench) 3) Note that CTRL+X will close Eclipse instead of copy 4) Note that CTRL+3 has a conflict (Quick Access and Open Message) 5) Shut down the runtime workbench 6) Close or delete the Mail RCP project 7) Launch the runtime workbench again Result: CTRL+X still shuts down Eclipse! CTRL+3 still has a conflict The preference page doesn't list any conflicts for those keybindings | verified fixed | cc298fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/BindingToModelProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-20T11:55:03Z | 2013-04-18T15:46:40Z |
399,401 | Bug 399401 Toolbars render in wrong location when perspective added to a perspective-less workbench | null | verified fixed | a4a2422 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-14T17:32:54Z | 2013-01-29T17:20:00Z |
414,999 | Bug 414999 After making editor area not visible closed view stacks don't re-open | Using the resource perspective: Make the editor area not visible by the following code: IWorkbenchPage page = window.getActivePage(); IEditorReference[] editorRefs = page.getEditorReferences(); if (editorRefs == null || editorRefs.length == 0) { page.setEditorAreaVisible(false); } The view stack for Tasks/Problems should take up the whole right of the perspective now. Close both these views and the Project Explorer and Outlines views should stretch across the whole perspecitve. Now re-open a view from the closed stack (eg Problems, or Console) The view stack fails to re-open. | verified fixed | bfa85ac | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-14T14:07:17Z | 2013-08-13T16:06:40Z |
413,431 | Bug 413431 Contact demo update to use dependency injection for MApplication in processors | null | verified fixed | 363bf2f | ["examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/AbstractThemeProcessor.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/ToolbarThemeProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T17:08:02Z | 2013-07-22T10:46:40Z |
408,920 | Bug 408920 Minimizing Editor Stack does not minimise to tool bar | Since perhaps M7, minimizing an editor stack just shrinks the editor area to a perhaps 640/480 overlay. | verified fixed | 74f064e | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartActivationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T15:30:32Z | 2013-05-24T04:33:20Z |
414,741 | Bug 414741 ToolbarControl in own ToolBar throws NPE | null | verified fixed | 5ef642c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/CompatibilityWorkbenchWindowControlContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T14:03:47Z | 2013-08-09T09:20:00Z |
411,027 | Bug 411027 WorkbenchPage - Remove raw type warnings for ActionSets | null | verified fixed | 2965a67 | ["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 | 2013-08-12T18:27:56Z | 2013-06-18T15:40:00Z |
414,254 | Bug 414254 Status line controls are disposed and recreated on any window close | 1) Set a breakpoint in org.eclipse.jface.action.StatusLineManager.update(boolean) 2) Start a runtime workbench - update will be called to create the new status bar 3) Close the runtime workbench - update will be called to recreate the status bar In WorkbenchPage, the partDeactivated listener will call status line manager update(). If the status bar is not dirty, this is fine. However, when a workbench window is closed, some controls are disposed, making the status bar as being dirty. The update() call happens after it is marked dirty, but before the status line manager is disposed. The update call will dispose each control in the status bar, then recreate them (calling fill() on each contribution). Before calling update() from the partDeactivation listener we can check if the window is being closed and skip updating. The controls will still be disposed (either from the shell disposing or when the status line manager is disposed). | verified fixed | 25a15c4 | ["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 | 2013-08-12T16:38:13Z | 2013-08-01T20:46:40Z |
407,749 | Bug 407749 Keyboard shortcuts for certain practically macro - command creation using ICommandService | I used Eclipse Indigo (C/C++) and practically macro plugin (with keyboard shortcuts for custom macros). However, when I tried Eclipse Juno and Kepler, the keyboard shortcuts do not work (the macros work when played manually without using the keyboard shortcuts). | resolved fixed | 0405656 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CommandToModelProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-02T15:04:06Z | 2013-05-10T15:33:20Z |
413,690 | Bug 413690 Fix the compiler warnings in package org.eclipse.jface.wizard caused by moving to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.wizard caused by moving to Java 1.5 | resolved fixed | da889ed | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T19:25:16Z | 2013-07-24T23:53:20Z |
413,685 | Bug 413685 Fix compiler warnings in org.eclipse.jface.preference caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.preference caused by moving to Java 1.5 | resolved fixed | df1c938 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PathEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceNode.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T18:32:09Z | 2013-07-24T23:53:20Z |
413,688 | Bug 413688 Fix compiler warnings in org.eclipse.jface.util caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.util caused by moving to Java 1.5 | verified fixed | d4512cc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/BidiUtils.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/DelegatingDragAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/DelegatingDropAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnableDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T18:29:13Z | 2013-07-24T23:53:20Z |
409,423 | Bug 409423 Setting clientArea disabled in WorkbenchWindow#run(..) still allows typing in Editor | null | verified fixed | c8c18df | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T14:20:05Z | 2013-05-29T17:53:20Z |
413,649 | Bug 413649 Fix compiler warnings in org.eclipse.jface.layout caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.layout caused by moving to Java 1.5 | verified fixed | f04f4c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/layout/LayoutGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T13:10:14Z | 2013-07-24T15:33:20Z |
413,628 | Bug 413628 Fix compiler warnings in org.eclipse.jface.fieldassist caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.fieldassist caused by moving to Java 1.5 | verified fixed | 47c1b8d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldAssistColors.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldDecorationRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/SimpleContentProposalProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T13:03:48Z | 2013-07-24T12:46:40Z |
408,348 | Bug 408348 Activating the minimized shared area does not activate a part in it | Since the shared area only gets a single toolitem (and thus can't explicitly 'pick' a part to show) it should activate the most recently activated part in its area. This may require some work on the part activation history so it can tell us the appropriate part to activate... | verified fixed | cf9629c | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T20:14:08Z | 2013-05-17T14:13:20Z |
407,084 | Bug 407084 AbstractEList$BasicIndexOutOfBoundsException when opening a context menu | null | resolved fixed | 3f0698d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T20:08:04Z | 2013-05-02T15:53:20Z |
413,624 | Bug 413624 Fix compiler warnings in org.eclipse.jface.dialogs caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.dialogs caused by moving to Java 1.5 | verified fixed | 31c790f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlEnableState.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "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 | 2013-07-29T19:24:40Z | 2013-07-24T12:46:40Z |
400,042 | Bug 400042 Help of Shell is overriden by Eclipse when Workbench starts | Our product (IBM Installation Manager) has one perspective with a stand-alone view. In the ViewPart.setFocus(), we set the help id by using: public void setFocus() { PlatformUI.getWorkbench().getHelpSystem().setHelp(this.getSite().getShell(), getHelpRef()); //.... } But ViewPart.setFocus() is called in 'page.setPerspective(perspective)' in WorkbenchWindow.setup(): public void setup() { //... page.setPerspective(perspective); //... workbench.getHelpSystem().setHelp(getShell(), IWorkbenchHelpContextIds.WORKBENCH_WINDOW); //... } And later one, the help id for our product shell was overriden by workbench.getHelpSystem().setHelp(getShell(), IWorkbenchHelpContextIds.WORKBENCH_WINDOW); as you can see from WorkbenchWindow.setup(). This is a regression from Eclipse 4.2.1 adoption. | verified fixed | d731b6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T18:23:35Z | 2013-02-06T03:06:40Z |
413,689 | Bug 413689 Fix the compiler warnings in package org.eclipse.jface.window caused by moving to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.window caused by moving to Java 1.5 | resolved fixed | b5baf13 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/WindowManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-25T20:19:42Z | 2013-07-24T23:53:20Z |
413,686 | Bug 413686 Fix compiler warnings in org.eclipse.jface.resource caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.resource caused by moving to Java 1.5 | verified fixed | 71da37a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/AbstractResourceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceResources.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-25T20:13:08Z | 2013-07-24T23:53:20Z |
412,927 | Bug 412927 Context menu can be corrupted if there is an invalid property tester | null | resolved fixed | 1d2a487 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-24T22:07:44Z | 2013-07-14T22:13:20Z |
413,278 | Bug 413278 Quick switch editor only works for one editor | Using Eclipse 4.3 (Linux, Mac) or 4.4 I20130717-1600 (Linux) 1. Open 2 files in two editors side by side 2. Ctrl+E in the left editor, Quick switch appears at the top of the left editor. 3. Ctrl+E in the right editor. Quick switch still appears at the top of the left editor. This is a regression compared to 3.8. | verified fixed | 15e344c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T19:31:21Z | 2013-07-18T17:53:20Z |
411,967 | Bug 411967 [Viewers] [Snippets] New snippet to demonstrate the usage of ComboViewers | Currently there is no snippet which demonstrates the usage of the ComboViewer. | closed fixed | 38d75bb | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet063ComboViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T18:26:20Z | 2013-06-30T22:06:40Z |
413,529 | Bug 413529 Fix compiler warnings in org.eclipse.jface.action caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.action caused by moving to Java 1.5 | resolved fixed | 819e6ff | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/LegacyActionTools.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T15:28:13Z | 2013-07-23T14:33:20Z |
413,149 | Bug 413149 [DI] InjectorImpl.findExtendedSupplier does not use correct PrimaryObjectSupplier | InjectorImpl.findExtendedSupplier uses its defaultSupplier to inject values into the ExtendedObjectSupplier. It is possible that defaultSupplier is NULL, in which case no injection happens. This is unnesessary, since a valid PrimaryObjectSupplier gets passed to findExtendedSupplier, which can be used for the injection in this case. | verified fixed | 758c1cb | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T14:45:36Z | 2013-07-17T08:33:20Z |
393,703 | Bug 393703 NotHandledException selecting inactive command under 'Previous Choices' in Quick access | null | verified fixed | fa694e6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PreviousPicksProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T14:26:52Z | 2012-11-06T19:26:40Z |
394,013 | Bug 394013 Unable to get dropdown menu in ToolItem to display | null | verified fixed | 05735be | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-22T17:20:11Z | 2012-11-09T19:40:00Z |
389,624 | Bug 389624 [E4AP] NPE during loading of workbench.xmi | null | resolved fixed | 89472f2 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/ModelUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-19T08:50:34Z | 2012-09-14T16:26:40Z |
410,828 | Bug 410828 [DND] Editor closed and content lost when dropping detached editor's tab outside its window | 4.3 RC4 Make an editor dirty (change some content) and then drag it outside the workbench window to create a detached editor shell. Create a new workbench window, and then drag the detached editor's tab into the new workbench window. Expected: Either drop cursor becomes "cannot drop" and dropping does nothing, or drop works and the dirty editor ends up in the new window. Was: Editor is closed without any questions, and my content changes are lost. | verified fixed | d1cca92 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-17T15:35:01Z | 2013-06-14T14:26:40Z |
412,869 | Bug 412869 Creating a part from PartDescriptor does not copy over persistedState collection | When creating a part with the PartService, the persistedState collection is not copied over. That seems, at the least, inconsistent with the fact that most everything else is copied over. The fix would be a line of code in PartServiceImpl.createPart(), near line 675. | verified fixed | d46d127 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-17T15:35:00Z | 2013-07-12T14:40:00Z |
411,468 | Bug 411468 ClassCastException in WorkbenchPage when showing E4 part using EPartService.showPart | null | verified fixed | bc46de3 | ["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 | 2013-06-24T17:48:17Z | 2013-06-24T07:46:40Z |
411,465 | Bug 411465 EditorPart#isSaveOnCloseNeeded() not called when closing Editor Part | null | verified fixed | f8df515 | ["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 | 2013-06-24T17:37:09Z | 2013-06-24T07:46:40Z |
410,528 | Bug 410528 [CommonNavigator] ProjectExplorer should use its viewer's label provider to build its content description | Currently, ProjectExplorer.updateTitle() sets the part's content description (which is displayed at the top of the view's tree whenever the user uses the "Go Into" context command to change the tree's root) by first attempting to adapt the viewer's input to IWorkbenchAdapter and using that adapter to build a label. The resulting label is used for the content description. If this is not successful, the content description is simply set to the result of calling toString() on the input. It seems like the appropriate way to build the content description would be to use the already available label provider; especially since it seems the purpose of IWorkbenchAdapter is to be used by a "universal" label provider, not directly by the Viewer. | verified fixed | d5f4e3d | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-21T19:48:14Z | 2013-06-11T19:46:40Z |
193,034 | Bug 193034 [Forms] Section should also set the toggle tooltip | When calling setTooltip on a section, the section should also update the toogle's tooltip so that the user also sees the tooltip when he hovers over the toggle hyperlink field. Are there any reasons against such behaviour? | resolved fixed | 94fa45a | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-21T17:21:29Z | 2007-06-17T17:06:40Z |
385,128 | Bug 385128 IWorkbenchPreferenceConstants.SHOW_PROGRESS_ON_STARTUP does nothing | Eclipse 4.2 In my RCP app's WorkbenchAdvisor#initialize(IWorkbenchConfigurer) method I add: PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_PROGRESS_ON_STARTUP, false); In Eclipse 3.7.x this stops the progress bar showing in the splash screen on startup. On 4.2 this does nothing, the progress bar is shown in the splash screen on startup. | verified fixed | 4753171 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-20T13:48:21Z | 2012-07-15T22:06:40Z |
406,275 | Bug 406275 Save All is disabled only after 2nd click | null | verified fixed | 9241461 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DirtyStateTracker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-20T13:23:54Z | 2013-04-23T06:53:20Z |
404,312 | Bug 404312 NPE in HandledContributionItem.canExecuteItem() | The javadoc for HandledContributionItem.getContext() states that it should return "the closest context, or global context if none in the hierarchy", but when it its getContextForParent() method delegates to ModelServiceImpl.getContainingContext(), which delegates to ModelUtils.getContainingContext(), it simply returns null when it can't find one in the hierarchy. This causes an NPE in HandledContributionItem.canExecuteItem(), which assumes a non-null context. See stack trace below: Thread [main] (Suspended (breakpoint at line 194 in ModelUtils)) ModelUtils.getContainingContext(MApplicationElement) line: 194 ModelServiceImpl.getContainingContext(MUIElement) line: 276 HandledContributionItem.getContextForParent(MUIElement) line: 852 HandledContributionItem.getContext(MUIElement) line: 866 HandledContributionItem.canExecuteItem(Event) line: 822 HandledContributionItem.access$2(HandledContributionItem, Event) line: 817 HandledContributionItem$3.run() line: 216 SafeRunner.run(ISafeRunnable) line: 42 HandledContributionItem.updateItemEnablement() line: 243 HandledContributionItem$ToolItemUpdateTimer.run() line: 146 Display.runTimer(int) line: 4270 Display.messageProc(int, int, int, int) line: 3357 OS.DispatchMessageW(MSG) line: not available [native method] OS.DispatchMessage(MSG) line: 2546 Display.readAndDispatch() line: 3756 PartRenderingEngine$9.run() line: 1029 Realm.runWithDefault(Realm, Runnable) line: 332 PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 923 E4Workbench.createAndRunUI(MApplicationElement) line: 86 Workbench$5.run() line: 588 Realm.runWithDefault(Realm, Runnable) line: 332 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 543 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 124 EclipseAppHandle.run(Object) line: 196 EclipseAppLauncher.runApplication(Object) line: 110 EclipseAppLauncher.start(Object) line: 79 EclipseStarter.run(Object) line: 353 EclipseStarter.run(String[], Runnable) line: 180 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available Method.invoke(Object, Object...) line: not available Main.invokeFramework(String[], URL[]) line: 629 Main.basicRun(String[]) line: 584 Main.run(String[]) line: 1438 Main.main(String[]) line: 1414 | verified fixed | 31c525b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CoolBarToTrimManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-18T18:17:30Z | 2013-03-25T19:33:20Z |
403,331 | Bug 403331 ModelAssembler fails silently if fragment cannot be applied and does not print name of offending bundle | null | verified fixed | c609be1 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-18T18:05:14Z | 2013-03-14T11:20:00Z |
410,068 | Bug 410068 Keybinding Context switching stops working after reporting a conflict when switching to sibling context | null | verified fixed | eda861d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-06T14:06:48Z | 2013-06-06T12:00:00Z |
409,274 | Bug 409274 Focus lost after WorkbenchWindow#run(..) | I20130514-2000 and later, including 4.3 RC3. Was OK in I20130514-2000 and 4.2.2. - paste into Package Explorer: package xy; public class C { Date d; } => keyboard focus stays on C.java in Package Explorer, although the editor tab looks active - click into the editor - Organize Imports (Ctrl+Shift+O), press Enter key => keyboard focus is lost. Ctrl(+Shift)+Tab reveal that it's somewhere between the Package Explorer Tab and the Open Perspective button. | verified fixed | d3ed7cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-29T14:06:22Z | 2013-05-28T11:20:00Z |
405,562 | Bug 405562 Save All saves only the selected Saveables in a ISaveablePart | Clicking on "Save All" saves only the selected resource in the project explorer(and other SaveableSources). WorkbenchPage.saveAllEditors(boolean, boolean) calls EPartService.savePart(MPart, boolean), which doesn't save all dirty resources. | verified fixed | 3f931a6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceSaveHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ISaveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.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/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SaveAllHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SaveHandler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/APITestUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-16T18:26:24Z | 2013-04-12T12:33:20Z |
407,199 | Bug 407199 CCE when assigning a different key binding to a command | null | verified fixed | 4a3db87 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-16T16:05:45Z | 2013-05-03T19:40:00Z |
406,723 | Bug 406723 [Navigator] Confusing alphabetical sort order in project explorer and resource navigator | null | verified fixed | af118d3 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/ResourceExtensionSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T19:34:01Z | 2013-04-27T10:53:20Z |
407,505 | Bug 407505 Maximise-Restore causes hidden editor area to be shown | In our Eclipse-based RCP we don't always need to have an editor area, so hide it using WorkbenchPage.setEditorAreaVisible(false). When maximise is called on a view org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.maximize(MUIElement) has special code for finding the editor area (Lines 645-653 in 4.2.2). Even though it is not visible it is getting added to elementsToMinimize which means is gets tagged with MINIMIZED & MINIMIZED_BY_ZOOM and therefore set to visible when restore is called. | verified fixed | 085e11b | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T17:18:27Z | 2013-05-08T08:00:00Z |
406,706 | Bug 406706 API with @noreference needs class comment | Javadoc generation doesn't support @noreference tag on classes. As a result, all of our @noreference classes/interfaces have no indication in the javadoc that they should not be used. I think we should add an English sentence in the class javadoc to make it crystal clear that these types are off limits. Something like this: * This [class|interface] must not be referenced by clients. * This API may be deleted in a future release * @noreference | verified fixed | 8cc5a36 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MMenuContribution.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MMenuContributions.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MOpaqueMenu.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MOpaqueMenuItem.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MOpaqueMenuSeparator.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MOpaqueToolItem.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MRenderedMenu.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MRenderedMenuItem.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MRenderedToolBar.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MToolBarContribution.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MToolBarContributions.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MTrimContribution.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MTrimContributions.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IServiceConstants.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/EObjModelHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/EPartService.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/EPlaceholderResolver.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IDelta.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelReconcilingService.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IPartListener.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ISaveHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ISelectionListener.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IWindowCloseHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ModelDelta.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ModelHandlerBase.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ModelService.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/MenuManagerEventHelper.java", "bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapterAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T15:39:40Z | 2013-04-26T21:00:00Z |
406,903 | Bug 406903 [CommonNavigator] Unable to create project explorer | Filed on behalf of one of our testers. Attempt to go into "offline mode" in Rational Developer for Power. The workspace hangs and I get this error with stack trace: Contributor org.eclipse.ui.navigator.ProjectExplorer cannot be created. org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.ui.navigator.resources" was unable to instantiate class "org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetTitleProvider". at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(Unknown Source) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown Source) at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry.<init>(Unknown Source) at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistryFactory.createRegistry(Unknown Source) at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.initContributor(Unknown Source) at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.<init>(Unknown Source) at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.<init>(Unknown Source) at org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetAdapterFactory.getAdapter(Unknown Source) at org.eclipse.core.internal.adapter.AdapterFactoryProxy.getAdapter(Unknown Source) at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(Unknown Source) at org.eclipse.ui.part.WorkbenchPart.getAdapter(Unknown Source) at org.eclipse.ui.navigator.CommonNavigator.getAdapter(Unknown Source) at org.eclipse.ui.internal.views.ViewsPlugin.getAdapter(Unknown Source) at org.eclipse.ui.views.properties.PropertySheet.doCreatePage(Unknown Source) at org.eclipse.ui.part.PageBookView.createPage(Unknown Source) at org.eclipse.ui.part.PageBookView.partActivated(Unknown Source) at org.eclipse.ui.views.properties.PropertySheet.partActivated(Unknown Source) at org.eclipse.ui.part.PageBookView.showBootstrapPart(Unknown Source) at org.eclipse.ui.part.PageBookView.createPartControl(Unknown Source) at org.eclipse.ui.views.properties.PropertySheet.createPartControl(Unknown Source) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(Unknown Source) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(Unknown Source) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(Unknown Source) 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.e4.core.internal.di.MethodRequestor.execute(Unknown Source) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Unknown Source) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Unknown Source) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(Unknown Source) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(Unknown Source) at org.eclipse.e4.core.internal.di.InjectorImpl.make(Unknown Source) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(Unknown Source) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(Unknown Source) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(Unknown Source) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$6.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(Unknown Source) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(Unknown Source) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(Unknown Source) at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source) at org.eclipse.ui.internal.UISynchronizer.syncExec(Unknown Source) at org.eclipse.swt.widgets.Display.syncExec(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(Unknown Source) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(Unknown Source) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Unknown Source) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Unknown Source) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Unknown Source) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Unknown Source) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(Unknown Source) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Unknown Source) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(Unknown Source) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(Unknown Source) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(Unknown Source) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(Unknown Source) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Unknown Source) at org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveStackImpl.setSelectedElement(Unknown Source) at org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveStackImpl.setSelectedElement(Unknown Source) at org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher$13.widgetSelected(Unknown Source) at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Unknown Source) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Unknown Source) at org.eclipse.ui.internal.Workbench$5.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.internal.ide.application.IDEApplication.start(Unknown Source) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) 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.equinox.launcher.Main.invokeFramework(Unknown Source) at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) at org.eclipse.equinox.launcher.Main.main(Unknown Source) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetTitleProvider.<init>(Unknown Source) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Unknown Source) ... 132 more | verified fixed | 97b78c2 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetTitleProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T11:29:57Z | 2013-04-30T13:53:20Z |
404,016 | Bug 404016 Regression to 4.x: Workbench window as runnable context does not work/block | null | verified fixed | 96b7c38 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-14T14:19:39Z | 2013-03-21T12:46:40Z |
407,288 | Bug 407288 IAE during auto-save job | I20130505-2000. Out of nowhere am error dialog appeared. I was testing detached windows. java.lang.IllegalArgumentException: The selected element org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@8287ad (elementId: org.eclipse.jdt.ui.PackagesViewMStack, tags: [newtablook], contributorURI: null) (widget: null, renderer: null, toBeRendered: false, onTop: false, visible: true, containerData: 7500, accessibilityPhrase: null) must be visible in the UI presentation at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:164) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.eSet(ElementContainerImpl.java:234) at org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl.eSet(WindowImpl.java:781) at org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl.eSet(TrimmedWindowImpl.java:121) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSet(BasicEObjectImpl.java:1071) at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyReference(EcoreUtil.java:770) at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyReferences(EcoreUtil.java:642) at org.eclipse.emf.ecore.util.EcoreUtil.copy(EcoreUtil.java:357) at org.eclipse.ui.internal.Workbench.persistWorkbenchModel(Workbench.java:1208) at org.eclipse.ui.internal.Workbench.persist(Workbench.java:1199) at org.eclipse.ui.internal.Workbench.access$43(Workbench.java:1128) at org.eclipse.ui.internal.Workbench$60.runInUIThread(Workbench.java:2732) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:90) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:67) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:165) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:141) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1109) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:993) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) at org.eclipse.core.launcher.Main.main(Main.java:34) | verified fixed | ad41c3e | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-10T11:33:28Z | 2013-05-06T11:33:20Z |
406,640 | Bug 406640 Focus goes back to previous view after double click on file | null | verified fixed | 847520d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T18:21:38Z | 2013-04-26T09:53:20Z |
396,418 | Bug 396418 Command org.eclipse.ui.file.save always disabled | null | verified fixed | 649cebf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.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/handlers/AbstractSaveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SaveAllHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SaveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T15:37:22Z | 2012-12-12T16:33:20Z |
358,018 | Bug 358018 [KeyBindings] CMD+C not working in (JDT-)popups | This is a problem I've only come across on OS-X (on win32 it works). If you hover an element in JDT, select some text from the JDT-Popup and hit CMD+C nothing gets copied in your clipboard. This is very annoying e.g. if you want to copy something to use it outside eclipse e.g. in a blog. To me it looks like the keybindings are not active in the popup on OS-X. | verified fixed | 6405a14 | ["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceHandler.java", "bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/keys/KeyBindingDispatcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/E4HandlerProxy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T13:52:51Z | 2011-09-18T12:46:40Z |
407,583 | Bug 407583 Avoid spurious NPE when model processor was not created | ModelAssembler#runProcessor() does not check that the processor created by the IContributionFactory is not null. This leads to a spurious NPE when the standard ReflectionContributionFactory returns null when unable to create the provided object. !ENTRY org.eclipse.e4.ui.workbench 2 0 2013-05-08 15:22:50.502 !MESSAGE Could not run processor !STACK 0 java.lang.NullPointerException at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:220) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:107) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessor(ModelAssembler.java:226) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.processModel(ModelAssembler.java:191) at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:219) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:395) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:238) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:581) | verified fixed | 163a93b | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-08T19:33:55Z | 2013-05-08T19:06:40Z |
381,765 | Bug 381765 IActivityPatternBinding not filtering contributed menu items | null | resolved fixed | d2a8cfa | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionCoolBarContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Identifier.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-08T15:38:08Z | 2012-06-05T18:13:20Z |
406,705 | Bug 406705 19 Compile warnings about missing UIDs in css.core | null | verified fixed | 9e237d4 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/DOMExceptionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSComputedStyleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSFontFaceRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSImportRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSMediaRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSPageRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSPropertyImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSPropertyListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSRuleListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleDeclarationImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleSheetImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSUnknownRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSValueImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CounterImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/DocumentCSSImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/MediaListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/RGBColorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/RectImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/StyleSheetListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/StyleWrapper.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/ViewCSSImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/ParserNotFoundException.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCreationTimeField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-07T18:06:56Z | 2013-04-26T21:00:00Z |
407,289 | Bug 407289 auto-save job dies if an exception occurs while running | I20130505-2000. The workbench auto-save job dies if an exception occurs while running. The code is not protected. | verified fixed | beca91b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-06T12:53:24Z | 2013-05-06T11:33:20Z |
406,918 | Bug 406918 There are still some 'Discouraged Access' warnings for things that should be API | I've brought in the project that I used as the basis for my EclipseCon talk and there are still a few notifications against things that should be API at this point. Some of them are in packages that also appear to have non-API classes, we may decide to defer some of them but we should take what action we can. The most glaring is that the annotations needed to create a new part aren't API; these are in the org.eclipse.e4.ui.di bundle and include @Focus, @Persist, @UIEventTopic... In org.eclipse.e4.core.extensions there's the @Preference annotation but there are a couple of other classes that I'm not sure of (perhaps we can defer this one). The org.eclipse.e4.ui.workbench package contains the UIEvents class which is needed to construct the topics for any model listening and should be API. Again, I'm not sure what the API status is of the other classes in this package. The rest of the code (Model classes...) looks fine... | verified fixed | 889f80f | ["bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToHide.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToShow.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Focus.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Persist.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/PersistState.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/UIEventTopic.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/UISynchronize.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IExceptionHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IModelResourceHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IPresentationEngine.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IResourceUtilities.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IWorkbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/UIEvents.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-01T14:08:39Z | 2013-04-30T16:40:00Z |
406,440 | Bug 406440 Failure in testElementHierarchyInContext_HandledItem | This failed in I20130423-0800 junit.framework.AssertionFailedError at org.eclipse.e4.ui.tests.workbench.MMenuItemTest.testElementHierarchyInContext_HandledItem(MMenuItemTest.java:765) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) at org.eclipse.core.launcher.Main.main(Main.java:34) | verified fixed | 569ed84 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-01T13:06:47Z | 2013-04-24T13:26:40Z |
404,013 | Bug 404013 Regression to 4.2.1: Cancel button for window progress bar is gone! | 4.2.2 and M6. Works in 4.2.1. The cancel button for the window progress bar is gone! This means, one can no longer cancel long-running jobs and has to wait until it is finished. In very bad scenarios, one has to kill the IDE. NOTE: You need to test on a fresh workspace. In older workspaces the button might appear. | verified fixed | ea7ffca | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-25T17:13:09Z | 2013-03-21T12:46:40Z |
387,475 | Bug 387475 Error in editor initialization cause NPE in accessing compatibility editor | In our application we have our own SvgEditor (indirectly derived from org.eclipse.ui.part.EditorPart) class that in its initialize method loads an SVG image, and throws an exception (DOMException) when the image is invalid. In Eclipse Indigo, this exception was nicely propagated, and the code that tried to open the editor could catch it. With Eclipse Juno, loading the editor obviously still fails. But now, in WorkbenchPage.busyOpenEditor, local variable compatibilityEditor becomes null, due to the editor failing to load. At the end of that method however, "return compatibilityEditor.getEditor();" is executed, giving a NPE. This is the stack trace for the NPE: java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3087) at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996) at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2916) at nl.tue.common.eclipse.ui.ControlEditor$2.run(ControlEditor.java:199) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) at org.eclipse.equinox.launcher.Main.main(Main.java:1414) When the editor fails to load, e4 logs an exception (before getting to the part about the NPE): org.eclipse.e4.core.di.InjectionException: org.w3c.dom.DOMException: invalid.element at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:837) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:240) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:889) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:623) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:675) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:90) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4291) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:57) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:418) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:385) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:578) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:314) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:962) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3071) at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996) at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2916) at nl.tue.common.eclipse.ui.ControlEditor$2.run(ControlEditor.java:199) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) at org.eclipse.equinox.launcher.Main.main(Main.java:1414) Caused by: org.w3c.dom.DOMException: invalid.element at org.apache.batik.dom.AbstractNode.createDOMException(Unknown Source) at org.apache.batik.dom.svg.SVGDOMImplementation.createElementNS(Unknown Source) at org.apache.batik.dom.svg.SVGOMDocument.createElementNS(Unknown Source) at org.apache.batik.dom.util.SAXDocumentFactory.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source) at nl.tue.cif.v2x1x1.simulator.outputs.svg.SvgEditor.initialize(SvgEditor.java:131) at nl.tue.common.eclipse.ui.ControlEditor.init(ControlEditor.java:61) at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:324) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:288) 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:597) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) ... 75 more Somehow the exception is not forwarded, but logged, resulting in the code to continue, and thus resulting in the NPE. I use: Eclipse Modeling Tools, Version: Juno Release, Build id: 20120620-1657 | verified fixed | 4a6de6d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-25T13:29:07Z | 2012-08-17T13:26:40Z |
406,090 | Bug 406090 Workbench window flickers, frequent view redraws | I20130416-0800 With recent E4 builds I often see unjustified flickering in the workbench window. I haven't seen this before. Could be related to the new code to show busy state etc. in the view title. E.g. when I save a Java editor, the counters in the JUnit view and the whole Javadoc view are cleared and redrawn. | verified fixed | faefd5b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T21:05:10Z | 2013-04-19T14:00:00Z |
406,480 | Bug 406480 Clean up UI test suites | A few simple things we can do to improve the test suites: 1) Unfavourite all the test suite launch configs that are not currently running 2) Change the console output to use System.out not System.err 3) Check that the tests print out exceptions when encountered, don't just call fail() | resolved fixed | 1e612e8 | ["tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/UITestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T18:59:30Z | 2013-04-24T19:00:00Z |
406,471 | Bug 406471 WorkbenchPlugin.createExtension(*) uses old extension namespace | org.eclipse.ui.internal.WorkbenchPlugin.createExtension(IConfigurationElement, String) uses element.getExtension().getNamespaceIdentifier(), but that can be misleading. Change it to:element.getContributor().getName() PW | resolved fixed | 327c734 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T17:31:56Z | 2013-04-24T16:13:20Z |
406,284 | Bug 406284 TrimStack does not use localized label for minimized Parts in TrimStack | Version: Kepler Release Build id: 20130320-2352 When a Part(Stack) is minimized, the ToolTip set is not the localized value of the Part's label but the actual String (e.g. "%key" instead of "value"). I think this is caused in org.eclipse.e4.ui.workbench.addons.minmax.TrimStack updateTrimStackItems() { ... newItem.setToolTipText(getLabelText(labelElement)); } If in getLabelText(MUILabel label) getOverrideTitleToolTip((MUIElement) label) returns null the Label is set to String string = label.getLabel(); I think this should instead be String string = label.getLocalizedLabel; | verified fixed | 1f4db9d | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T15:09:35Z | 2013-04-23T06:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.