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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
338,707 | Bug 338707 Reconciler chokes on elements under parents that have been removed from the model | null | resolved fixed | 70e8081 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-03-02T17:47:08Z | 2011-03-02T18:20:00Z |
338,444 | Bug 338444 Unable to restart after upgrade | I upgraded from I20110114 to I20110225. After the upgrading, the workbench will not start. There are a large number of NPE's in the log. I will attach the whole log, but here are some example: Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.Workbench.contains(Workbench.java:1870) at org.eclipse.ui.... | verified fixed | 8c20c66 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-03-02T15:41:18Z | 2011-02-28T19:06:40Z |
338,280 | Bug 338280 [Compatibility] Don't see list of recently opened editors | Build i0224-2000 In my preferences I have it set to keep track of the previous 4 editors I had open but I don't see any in the File menu. (I don't even see an empty list) | verified fixed | f3c48c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-28T19:15:07Z | 2011-02-25T21:40:00Z |
338,267 | Bug 338267 [Compatibility] Editor to be opened not brought to top if it's already there | Build i0224-2000 - have multiple editors open - have "Open Mode - Single Click" preference set - when you click on a file in the Package Explorer it opens the editor on a single click - but when you already have multiple editors open and you click on the file in the Package Explorer, it does not bring your editor into ... | verified fixed | 1e5cab6 | ["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 | 2011-02-28T16:13:58Z | 2011-02-25T18:53:20Z |
72,556 | Bug 72556 [KeyBindings] interactions: Mnemonics should not work across workbench parts | If one part is active, the mnemonics on UI elements from another workbench part should not function. They conflict with both the active part's mnemonics, and with the shell's menubar. There are lots of examples in IBM products. You can reproduce this in Eclipse by tiling two plugin.xml editors side-by-side, and showing... | verified fixed | fd3c6e8 | ["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 | 2011-02-25T20:30:42Z | 2004-08-24T20:40:00Z |
267,424 | Bug 267424 [Perspectives] Closing a hidden editor | make sure the closing a hidden editor works. PW | verified fixed | 89dcfcd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandEnablementTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-25T17:01:25Z | 2009-03-06T20:06:40Z |
338,124 | Bug 338124 [Compatibility] Investigate a way to allow views to be defined inside the shared area in 4.x using 3.x code and extensions only | Thomas wants to put a view inside the shared area in 4.x. This is not possible in 3.x so being the wonderfully compatible citizens our bundles are, this is also not possible in 4.x. We should investigate a way to allow developers to define a view that should be shown inside the shared area using only 3.x code and exten... | resolved fixed | f8e5ef0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-25T14:25:35Z | 2011-02-24T17:53:20Z |
338,083 | Bug 338083 [Compatibility] IWorkbenchWindowConfigurer's setShowPerspectiveBar(boolean) method is ignored | The perspective switcher always shows up even if 'false' is used. | verified fixed | 6be9c0f | ["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 | 2011-02-24T17:23:30Z | 2011-02-24T15:06:40Z |
324,258 | Bug 324258 [Forms] IllegalArgumentException when trying to expend Attributes in Task Editor | Build Identifier: I20100608-0911 When trying to expend the "Attributes" section in Task Editor, receiving IllegalArgumentException and no attributes were displayed in the editor. below is the stack trace: java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4064) at org.eclipse.s... | resolved fixed | be69a47 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-18T20:59:19Z | 2010-09-01T22:26:40Z |
337,488 | Bug 337488 [Compatibility] Editor cannot be found even though the part has been opened | junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNotNull(Assert.java:214) at junit.framework.Assert.assertNotNull(Assert.java:207) at org.eclipse.ui.tests.api.IPartServiceTest$8.partOpened(IPart... | verified fixed | 47eb056 | ["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 | 2011-02-17T20:57:18Z | 2011-02-17T22:00:00Z |
337,343 | Bug 337343 [Compatibility] Implementations of IPartListener2 that also implement IPageChangedListener do not get notified of page change events | junit.framework.AssertionFailedError: expected:<1> but was:<0> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:195) at junit.framework.Assert.assertEquals(Ass... | resolved fixed | 2c8bc05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-16T18:48:25Z | 2011-02-16T18:13:20Z |
337,239 | Bug 337239 [Compatibility] SelectionService needs to unset its active part when the window's active part changes | The workbench window seems to still think there's a selection even though the last part has been closed. junit.framework.AssertionFailedError: getSelection at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNull(Assert.java:233) at org.ecl... | resolved fixed | ed73c64 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T19:04:37Z | 2011-02-15T20:00:00Z |
332,562 | Bug 332562 Resizing minimized view gets "left behind" | Running on linux I20101209-1744 Open a minimized view and start to resize it, things work well if I move the mouse slowly. If I move the mouse too quickly, the view does not follow, gets left behind and stops sizing. When this happens, if you release the mouse button, the view is left in a wierd state where moving the ... | resolved fixed | 71e7b6a | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimPaneLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T19:03:43Z | 2010-12-14T18:06:40Z |
320,171 | Bug 320171 [Model] Use real Java-References in the Binding-Model-Elements | Currently they BindingTable is referencing a BindingContext using an ID. To me it looks like BindingTable is a child of BindingContext and then doesn't need the ID-Reference any more | resolved fixed | 19675b5 | ["bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/commands/provider/BindingTableItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java", "bundles/org.eclipse.e4.ui.model.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T18:03:11Z | 2010-07-17T15:20:00Z |
325,632 | Bug 325632 [Compatibility] Slave selection services required for parts | ISelectionServiceTest's testLocalSelectionService() is failing because the ISelectionService returned from a part's site is the same as the one returned from the workbench window. | verified fixed | fd68716 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "tests/org.eclipse.e4.ui.compat.tests.tweaklet/src/org/eclipse/e4/ui/compat/tests/tweaklet/TestFacadeE4Impl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T17:36:01Z | 2010-09-17T16:13:20Z |
337,231 | Bug 337231 [Compatibility] Parts need local IPartService implementations | We should use a slave IPartService implementation for parts. | verified fixed | 6cc745c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "tests/org.eclipse.e4.ui.compat.tests.tweaklet/src/org/eclipse/e4/ui/compat/tests/tweaklet/TestFacadeE4Impl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T17:30:40Z | 2011-02-15T17:13:20Z |
337,207 | Bug 337207 [Compatibility] Perspective listeners are not notified about a reset event | We need to send out a reset event to the listeners when a perspective has been reset. | verified fixed | 675cea5 | ["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 | 2011-02-15T13:08:11Z | 2011-02-15T14:26:40Z |
335,543 | Bug 335543 ProgressAnimationItem toolbar button selection opens ProgressView | Build Identifier: 20100917-0705 Once the background job is complete a toolbar button is shown in ProgressRegion. If we select this button the action is being executed and after completing the action ProgressView opens automatically. We see this as a change of behavior from 3.5 to 3.6. Reproducible: Always Steps to Repr... | verified fixed | 5a2d674 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-15T10:05:05Z | 2011-01-27T09:20:00Z |
337,141 | Bug 337141 Recursive part activation warnings fired from photo demo | !ENTRY org.eclipse.e4.ui.workbench 2 0 2011-02-14 11:37:24.765 !MESSAGE Blocked recursive attempt to activate part !STACK 0 java.lang.IllegalStateException at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1.setFocus(ContributedPartRenderer.java:95) at org.eclipse.e4.demo.e4photo.Preview.setFocus(Pre... | verified fixed | 59e8c08 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Location.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-14T16:40:39Z | 2011-02-14T16:13:20Z |
337,127 | Bug 337127 [Compatibility] actionSet extensions for perspectives need to be considered even after the perspective has gone up | We don't have the "always on" or "always off" concept in 4.1 yet. Since perspectives can't be customized at the moment, we should just concatenate the extensions onto the current perspective as is. | verified fixed | 6ed9b14 | ["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 | 2011-02-14T14:28:35Z | 2011-02-14T13:26:40Z |
313,899 | Bug 313899 [Progress] Every user-job causes a busy cursor to be shown for a minimum of 250ms | When I run a user job ('job.setUser(true)') the UI shows a busy cursor for 250ms, even if the job does not do anything. This becomes apparent when I schedule 20 user-jobs that complete immediately, then the UI shows a busy-cursor for 5 seconds. My expectation is, that the busy cursor is at the maximum shown as long as ... | verified fixed | b3d658c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-14T10:01:24Z | 2010-05-21T11:06:40Z |
337,002 | Bug 337002 EPartService leaks previously active part | A reference is kept to the previously active part. This is unnecessary. We only need it to fire events. After the deactivation events have been fired, we should no longer need to keep it lying around. | resolved fixed | ec7b896 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-11T19:24:33Z | 2011-02-11T18:46:40Z |
336,996 | Bug 336996 [Compatibility] Failures when calling IWorkbenchPage's openEditors(IEditorInput[], String[], int) method might not be reported | We currently only flag an error if the first editor could not be opened. This is obviously not correct. Any editor that could not be opened should immediately be flagged as being a problem. | verified fixed | 5d7ad93 | ["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 | 2011-02-11T19:01:21Z | 2011-02-11T18:46:40Z |
336,985 | Bug 336985 [Compatibility] IWorkbenchPage.CHANGE_EDITOR_OPEN events are not fired | Their IPerspectiveListener2 doesn't seem to be getting notified with the desired event for the test to react. | resolved fixed | f7c363f | ["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 | 2011-02-11T18:57:43Z | 2011-02-11T18:46:40Z |
336,856 | Bug 336856 [Compatibility] Text editors are being leaked | Tried running JDT's leak tests and it seems we are leaking text editors. junit.framework.AssertionFailedError: Expected instance count: 0, actual: 1 Element 0 org.eclipse.ui.editors.text.TextEditor org.eclipse.ui.texteditor.AbstractDecoratedTextEditor$1#this$0 -> org.eclipse.ui.editors.text.TextEditor@1a99c02 java.lang... | resolved fixed | 44cd621 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-10T18:50:39Z | 2011-02-10T17:46:40Z |
336,824 | Bug 336824 [Compatibility] 'Reset Perspective' doesn't perform tag migration | The layout of the perspective is correctly reset by copying over the regenerated perspective but the tags are not mirgated so things like action sets and wizard shortcuts do not get reset. | verified fixed | 20a2584 | ["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 | 2011-02-10T17:49:42Z | 2011-02-10T15:00:00Z |
336,684 | Bug 336684 [JFace] NPE in Tray Dialog | null | resolved fixed | 33c969f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-10T08:35:14Z | 2011-02-09T08:26:40Z |
319,004 | Bug 319004 CCE caused by PartRenderingEngine assuming a parent eContainer() is an MElementContainer | An MMenu's container could be an MPart, which leads to a CCE in createGui(MUIElement). | verified fixed | 2631a76 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-09T21:12:01Z | 2010-07-06T12:40:00Z |
326,175 | Bug 326175 WBWRenderer arbitrarily modifies the window's parent's active context chain | The window's parent's context arbitrarily changes its active child to the window being rendered in createWidget(*). | verified fixed | 46a9b21 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-09T19:30:06Z | 2010-09-24T17:40:00Z |
335,444 | Bug 335444 Detached windows do not get rendered automatically | I20110125-2200 1. F1 2. Detach the 'Help' view. 3. It has now disappeared. 4. Pressing 'F1' again does nothing. Resetting the perspective doesn't help. Closing and reopening the perspective doesn't help. Restarting doesn't help. If you restart the 'Help' view will appear in a detached window. | verified fixed | f457828 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelService... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-09T16:15:02Z | 2011-01-26T13:53:20Z |
325,743 | Bug 325743 [PropertiesView] Blank display when maximize Properties view for a resource in a different view | Build Identifier: M20100211-1343 The properties view displays the properties information successfully when maximize the properties view for a file resource that resides in the same view within the Eclipse Workbench. It is when the file resource does not reside in the same view as the Properties View that maximizing the... | resolved fixed | 36e8ec9 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-09T15:41:18Z | 2010-09-20T13:40:00Z |
336,682 | Bug 336682 [ErrorHandling] testSupport2 swallows the exception | catch clause uses fail(); It would be better to use finally and then propagate the exception. | resolved fixed | 8af4662 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-09T08:39:38Z | 2011-02-09T08:26:40Z |
140,101 | Bug 140101 [Markers] Focus cannot be set to "Creation time" field in the properties dialog of the task | Focus cannot be set to "Creation time" Ffeld in the properties dialog of the task. Same as the properties dialog of the bookmark. Please fix: in org.eclipse.ui.ide plug-in In src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java 1) line: 84 Old: private Label creationTime; New: private Text creationTime... | verified fixed | 6cd58d0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-08T21:12:40Z | 2006-05-04T02:33:20Z |
330,662 | Bug 330662 Context of placeholder children need to be reparented if the current parent will be unrendered | eclipse.buildId=I20101112-0047 java.fullversion=JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr8-20100401_55940 (JIT enabled, AOT enabled) J9VM - 20100401_055940 JIT - r9_20100401_15339 GC - 20100308_AA BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -data /o... | verified fixed | 10e709d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-07T16:15:30Z | 2010-11-19T12:33:20Z |
326,081 | Bug 326081 [Compatibility] Workbench thinks there's an active editor even if it's behind views | 1. Open an editor. 2. Drag it to a view stack. 3. Activate another view in that stack. 4. Ctrl+W 5. The editor gets closed. This doesn't feel right... :| | verified fixed | f3b8f99 | ["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 | 2011-02-07T14:14:05Z | 2010-09-23T16:40:00Z |
336,378 | Bug 336378 [Compatibility] Workbench window still thinks there's an active part even when all parts are closed | It seems that ISources.ACTIVE_PART_ID_NAME (and other such variables) are still in the context even when all parts have been closed in a perspective. This shouldn't be the case. | verified fixed | 1a27d99 | ["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 | 2011-02-04T17:42:16Z | 2011-02-04T17:20:00Z |
331,258 | Bug 331258 [Compatibility] HandledToolItems aren't returning an image for 3.x commands | The 'Git Repositories' view from EGit only has icons for half of its tool items. | resolved fixed | 4e047bf | ["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 | 2011-02-04T15:23:11Z | 2010-11-26T22:20:00Z |
272,153 | Bug 272153 [Wizards] Accessibility: Reading of back/next buttons by Screenreader | When using the ScreenReader JAWS V8, back buttons are read as less back button and next buttons are read as next greater button This is because of the <> signs on the buttons. As far as we know, the </> signs come from the JFace/SWT classes, and other texts should be underlayed to this buttons. | verified fixed | 88913bc | ["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 | 2011-02-03T20:37:31Z | 2009-04-14T14:40:00Z |
334,257 | Bug 334257 [Compatibility] "org.eclipse.core.runtime.Platform" variable cannot be found in the context | null | resolved fixed | c9fd7fb | ["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 | 2011-02-03T15:47:38Z | 2011-01-13T14:46:40Z |
129,309 | Bug 129309 [Workbench] allow 'Copy' on the status line | null | verified fixed | 9248921 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-03T15:14:15Z | 2006-02-24T08:33:20Z |
336,118 | Bug 336118 [Compatibility] Workbench window's status line manager is never disposed | We instantiate a StatusLineManager but never call its dispose() method. | verified fixed | f8bcd75 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StandardTrim.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-03T14:39:23Z | 2011-02-02T18:06:40Z |
336,225 | Bug 336225 Trim bars do not get unrendered by the rendering engine when trimmed window is unrendered | The trim bars are "ignored" by the rendering engine as it does not perform an unrendering pass on them when the parent trimmed window is being unrendered. | verified fixed | 13aa9f5 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/SampleToolControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-03T13:41:09Z | 2011-02-03T13:33:20Z |
336,139 | Bug 336139 NPE thrown when trying to render a trim with unidentified elements | java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout.isStatusLine(TrimBarLayout.java:245) at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout.computeSize(TrimBarLayout.java:146) at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout.access$0(TrimBarLayout.java:142) at org... | verified fixed | 6102a2f | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-03T12:44:13Z | 2011-02-02T20:53:20Z |
335,704 | Bug 335704 [Forms] Copying text from a FormText copies to much in some cases. | Build Identifier: 3.6.1.v3659 In TextForms that use HTML tags for formatting the text is split up in segments of the same formatting. If a line consists of more than one segment, selecting and copying text from this line causes all segments preceding the selected text to be copied as well. PATCH: I think the bug is in ... | resolved fixed | d751fcb | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextSegment.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-02T19:57:57Z | 2011-01-28T15:53:20Z |
125,651 | Bug 125651 [Forms] Wrapped hyperlinks cause artifacts in FormText | There seems to be an off-by-one error in the FormText widget between images and text. See the example below and the corresponding screenshot: final FormText text = formToolkit.createFormText(parent, false/*no links so not a concern*/); text.setForeground(formColors.getColor(DataEntryFormColors.FORM_ELEMENT_FOREGROUND))... | resolved fixed | b0ee417 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextSegment.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-02T17:04:44Z | 2006-01-29T15:53:20Z |
313,430 | Bug 313430 [Workbench] NPE during startup at WorkbenchKeyboard.isPartialMatch | Build Identifier: M20080911-1700 It's possible to crash Eclipse during startup just by pressing keys while the splash screen is up. It seems that this class (potentially others?) has no handling for the case when the workbench isn't initialized yet, and is returning null for the bindingService. !SESSION 2010-05-18 13:0... | verified fixed | 95e2d2c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-02T16:40:09Z | 2010-05-18T19:13:20Z |
335,514 | Bug 335514 [Compatibility] Context help in 'Help' view is stale | I20110125-2200 Launch Eclipse, select a view and hit F1, the correct context help displays in the help view. Now click around to different views, note that the title for the context help is correct but the description and links are not. For example after clicking on the JavaDoc view I see About JavaDoc This view allows... | verified fixed | e8f4489 | ["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 | 2011-02-02T15:47:03Z | 2011-01-26T22:13:20Z |
335,599 | Bug 335599 [Compatibility] 'launcher' attribute for editor extensions are not considered | Using eclipse.buildId=I20110126-2200 java.version=1.6.0_24 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86_64 -console, I tried to select a xml file that I produced by exporting JUnit tests results. I saved that file... | verified fixed | 4a80fc3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-02T12:22:22Z | 2011-01-27T17:40:00Z |
317,102 | Bug 317102 [EditorMgmt] Recursive editor activation when using AbstractMultiEditor | Steps: 1) Create an multi pane editor implmentation based on AbstractMultiEditor. 2) In my implementation, the multi editor returns a sashform as the main composite 3) Each of the sash form contains a view form. The view form is the parent of the inner editor. 4) Put focus on the inner editor on the left. 5) Put focus ... | verified fixed | 7110379 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-02-01T15:30:57Z | 2010-06-16T17:40:00Z |
329,754 | Bug 329754 [Presentations] Misplaced view toolbar | Build Identifier: 20100917-0705 In our RCP application we initialize all views of a perspective to display the correct view titles when changing the locale. We do this on part activation where we call "page.findView" or "page.getViews". With this the "createPartControl" method of each view will be called and each view ... | verified fixed | cef6d80 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-31T20:58:20Z | 2010-11-09T10:53:20Z |
335,877 | Bug 335877 [ActivityMgmt] [QuickAccess] Disabled/filtered contributions are available in the Quick Access dialog | Build Identifier: 20100917-0705 It looks like the Quick Access dialog (Ctrl+3) does not bother (all) contributions which are otherwise disabled using the org.eclipse.ui.activities extension point. Tried with "Cheat Sheets" view part and the "General/Perspectives" preference page. The view correctly disappeared from the... | verified fixed | 8e1df2a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PerspectiveProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PreferenceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/ViewProvider.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-31T19:37:43Z | 2011-01-31T16:06:40Z |
310,475 | Bug 310475 system menu enables/disables unpredictably | I20100425-2000 1. Start Eclipse. 2. Close the 'Welcome' view. 3. Alt+- on the 'Package Explorer' > Fast View 4. Click on the icon to bring it up. 5. Alt+-, see that the 'Move' menu item is enabled. 6. Alt+-, see that the 'Move' menu item is now disabled. | verified fixed | 391cf4a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuMove.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-31T16:33:22Z | 2010-04-26T16:40:00Z |
188,700 | Bug 188700 [Quick Acces] Ctrl+3 dialog too small in High Contrast | 20070523-0100 High Contrast XP 1152x768 When you open the Ctrl+3 dialog in High Contrast mode on a low resolution it opens too narrow. | verified fixed | 27f326b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-31T15:04:47Z | 2007-05-23T17:06:40Z |
335,608 | Bug 335608 [BiDi] Cannot launch with com.ibm.icu.base | null | verified fixed | 52f9876 | ["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 | 2011-01-31T15:01:33Z | 2011-01-27T20:26:40Z |
55,295 | Bug 55295 [ViewMgmt] View menu is shown even if all of its items are invisible | build I20040318 - show the Outline view - open a Java editor - it has view toolbar contributions and view menu contributions - the view menu triangle shows correctly - close the editor - the contributions are gone, but the triangle still shows - click on the triangle - it disappears | verified fixed | c79c83b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-31T13:34:21Z | 2004-03-18T22:46:40Z |
335,525 | Bug 335525 [CSS] Perspective Switcher doesn't pick up style | I20110125-2200 The perspective switcher is not picking up the CSS styling. | resolved fixed | aa76734 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcherCSSHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-26T23:09:53Z | 2011-01-26T22:13:20Z |
334,859 | Bug 334859 [Compatibility] Editor action bars should only be hidden when the editor is closed or a different type of editor has been activated | 4.1 build: I20110118-1548. I couldn't find the pattern yet: some disabled menu items are shown while others don't show up. 1. start new workspace 2. paste "public class A {}" into Package Explorer 3. activate the 'Outline' view ==> 'Edit' menu is very small. For details compare the 'Edit' and other menus with 3.x. If t... | verified fixed | 2024229 | ["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 | 2011-01-21T15:53:38Z | 2011-01-20T07:53:20Z |
334,236 | Bug 334236 [Import/Export] "Copy projects into workspace" should not select all projects on change | I20110111-0800 Steps: 1. Import > General > Import Projects 2. Select a secondary workspace with projects you would like to copy to your current workspace 3. In my case the list was pretty long, so I spent some time looking for the projects I need 4. When done selecting the projects, check "Copy projects into workspace... | verified fixed | fbc6558 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-21T06:51:48Z | 2011-01-13T09:13:20Z |
309,447 | Bug 309447 Possibility to take out editor as standalone shell | Build Identifier: M20100211-1343 I would like to have possiblity to drag editor outside workbench and to have standalone editor (similar to firefox or chrome tab behaviour). Reproducible: Always | verified fixed | 2a18ba7 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DetachedDropAgent.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 | 2011-01-19T20:35:11Z | 2010-04-16T09:26:40Z |
303,889 | Bug 303889 [BiDi] BIDI3.6: Triggering Eclipse mirroring and Bidi-script based languages translation | Eclipse Mirroring and translation to a Bidi-script based language should be coupled together, Eclipse must be mirrored only if it is translated to a Bidi-script based language, and it shall not be allowed to be launched in a Bidi-script based language translation unless it is mirrored, the current behavior doesn't guar... | verified fixed | dbefd6e | ["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 | 2011-01-19T16:13:07Z | 2010-02-25T12:13:20Z |
330,944 | Bug 330944 [Compatibility] IWorkbenchPage's setEditorAreaVisible(boolean) and isEditorAreaVisible() methods are unimplemented | SSIA | verified fixed | acca23a | ["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 | 2011-01-18T18:41:38Z | 2010-11-23T16:33:20Z |
334,577 | Bug 334577 Child windows of perspectives/windows needs to be unrendered as a part of the element's unrendering process | 1. Window > Show View > Error Log 2. Detach the 'Error Log' file. 3. Shutdown Eclipse. org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:59) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjec... | verified fixed | 1be42da | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-18T15:50:56Z | 2011-01-17T18:46:40Z |
334,644 | Bug 334644 Cannot manually un/render a window that's directly under the application | Setting the 'toBeRendered' flag for a window that's a direct child of an application does nothing. The workaround is to manually de/construct it via the IPresentationEngine. | verified fixed | 5a56421 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-18T14:12:32Z | 2011-01-18T14:13:20Z |
334,524 | Bug 334524 [Commands] Loosing current selection of view after perspective switch | I user an view with a TableViewer in some perspectives. If I select something in the View on perspective A and use than a command I get the current selection. Afterwards I switch to perspective 2, where I see the view to and use than the same command I get a null as current selection, although the view shows a selected... | verified fixed | a968aa0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-18T06:24:13Z | 2011-01-17T16:00:00Z |
334,559 | Bug 334559 EPartService's part searching path may not include parts outside of the active perspective | null | verified fixed | fe4abc5 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-17T18:35:31Z | 2011-01-17T18:46:40Z |
334,387 | Bug 334387 [Compatibility] NPE thrown when opening preferences dialog from inline refactoring menu | 1. Place your text cursor on a field. 2. Alt+Shift+R 3. Wait for the balloon popup to appear then click the dropdown > Preferences... 4. An NPE is thrown. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4093) at org.eclipse.swt.SWT.error(SWT.java:4008) at org.eclipse.swt.SWT.error... | verified fixed | c40fed7 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ShellActivationListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-14T15:29:37Z | 2011-01-14T15:46:40Z |
334,373 | Bug 334373 Compile error in the build | [javac] 539. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110113-2200/plugins/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java (at line 83) [javac] MenuPackageImpl.Literals.MENU_ITEM__MNEMONICS, [javac] ^^^^^^^^^^^^^^^^^^^^ [j... | resolved fixed | 96e143a | ["bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/commands/provider/KeyBindingItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java", "bundles/org.eclipse.e4.ui.model.wo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-14T12:35:27Z | 2011-01-14T13:00:00Z |
331,582 | Bug 331582 binding context processing should be done in binding Contexts addon | org.eclipse.e4.ui.model.application.commands.MBindings.getBindingContexts() is currently processed in E4Workbench but should be done by the binding contexts model processing add on, and should add the event broker to listen to additions. PW | resolved fixed | 2841819 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-13T19:59:44Z | 2010-12-01T19:00:00Z |
300,472 | Bug 300472 [Dialogs] [JFace] Provide accessor for dialog messages | It would be nice to have access to the Dialog messages (eg. IDialogConstants.OK_LABEL) trough API instead of a field access. This would allow the RAP team to provide a session-based translation for the labels and furthermore improves the usability for our current users. Developers who want to single-source their applic... | verified fixed | bc39b5b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogLabelKeys.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-12T18:53:42Z | 2010-01-22T11:33:20Z |
333,970 | Bug 333970 [ErrorHandling] Test failures in official build: at org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest.testBug276371(StatusDialogManagerTest.java:638) | N20110110-2000. no exception should be thrown junit.framework.AssertionFailedError: no exception should be thrown at org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest.testBug276371(StatusDialogManagerTest.java:638) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416) at org.eclipse.test.Eclip... | verified fixed | bbaaad4 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-12T07:59:53Z | 2011-01-11T12:46:40Z |
328,496 | Bug 328496 [Compatibility] Ctrl+W does not find opened editor if it wasn't requested to become the active part | 1. Close all editors if any are open. 2. Invoke Alt+Shift+F1 on a view. 3. Select the class. 4. An editor is opened. 5. Ctrl+W 6. Nothing happens. org.eclipse.core.commands.ExecutionException: No activeEditor found while executing org.eclipse.ui.file.close at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerU... | verified fixed | 8759ba8 | ["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 | 2011-01-11T21:30:13Z | 2010-10-22T15:06:40Z |
330,834 | Bug 330834 [Compatibility] IPageListeners are not being notified when a workbench page is closed | 1. Open a text file. 2. Window > Close Perspective 3. The 'Back' tool item is still enabled. Click on it. You'll get some error dialogs. java.lang.NullPointerException at org.eclipse.ui.internal.Workbench.setReference(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.access$18(Workbench.java:1669) at org.eclips... | verified fixed | cb8a42c | ["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 | 2011-01-11T19:29:26Z | 2010-11-22T18:20:00Z |
325,931 | Bug 325931 [Compatibility] org.eclipse.ui.actionSetPartAssociations extension point is not being used | I20100921-1710. Most main menus missing for Java Outline view. 1. open new workspace 2. paste the following line into the Package Explorer: public class A {} 3. switch to Outline view ==> most main menus not available (e.g. some in the 'Edit' menu or the 'Refactor' top-level menu) | verified fixed | 4b0c89e | ["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 | 2011-01-11T17:35:09Z | 2010-09-22T07:20:00Z |
333,968 | Bug 333968 [Compatibility] WorkbenchAdapterFactory cannot compile due to missing IWorkbenchAdapter3 | null | verified fixed | c04961e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/IWorkbenchAdapter3.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/WorkbenchAdapter.java", "bundles/org.eclipse.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-11T12:59:17Z | 2011-01-11T12:46:40Z |
323,531 | Bug 323531 [Compatibility] <enabledWhen> definitions for handlers are always ignored | Ctrl+W should only be enabled if there's an editor. However, this is not the case and it ends up always being enabled. | verified fixed | a4b3f04 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-10T18:21:16Z | 2010-08-24T17:13:20Z |
331,010 | Bug 331010 Track Model-Element contributors | We need to track which bundle contributed an model element to e.g. look up translations in the right package | resolved fixed | c03532d | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplicationElement.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/impl/CommandsFactoryImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/co... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-10T16:04:48Z | 2010-11-24T14:46:40Z |
333,764 | Bug 333764 [Compatibility] NPE thrown when shutting down with Acceleo's 'Result' view up | The view makes a call to PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage() in its dispose() method and seems to be the cause. java.lang.NullPointerException at org.eclipse.acceleo.internal.ide.ui.views.result.AcceleoResultView.dispose(AcceleoResultView.java:428) at org.eclipse.ui.internal.e4.compatib... | verified fixed | 5a509eb | ["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 | 2011-01-10T15:08:25Z | 2011-01-07T17:06:40Z |
326,340 | Bug 326340 [Workbench] Removing recent workspaces doesn't remove them from the "Switch Workspace" menu | If I remove recent workspaces from Preferences>General>Startup and Shutdown>Workspaces, they are not removed from the File>Switch Workspace menu. This would appear to be an oversight. | verified fixed | 2c8d9ab | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/OpenWorkspaceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-07T20:15:55Z | 2010-09-27T17:53:20Z |
324,078 | Bug 324078 [IDE] Cannot create a virtual TreeViewer in ContentOutlinePage | org.eclipse.ui.views.contentoutline.ContentOutlinePage has a private field TreeViewer treeViewer, that is initialized in the createControl method. If you want to use a virtual tree viewer, you cannot do that by subclassing as it requires an additonal flag in the constructor call. As a consequence, you have to double al... | verified fixed | dcbd5b2 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/contentoutline/ContentOutlinePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-07T18:39:01Z | 2010-08-31T13:06:40Z |
324,663 | Bug 324663 [ActivityMgmt] Enabling activity through core expression overrides pattern binding, causing exception | Build Identifier: 20100218-1602 If a plugin defines a view perspectiveExtension targeted at a perspective from another plugin, and the view is disabled by means of an activityPatternBinding with a core expression, the UI will try to create the view event though it is disabled, resulting in an exception. The exception o... | verified fixed | 57ce0b7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-07T18:34:48Z | 2010-09-07T14:33:20Z |
333,765 | Bug 333765 e4 Photo demo reports injection problem | I started the e4 photo demo in a clean environment. It came up, but complained about this: !ENTRY org.eclipse.e4.ui.workbench 4 0 2011-01-07 11:10:09.539 !MESSAGE Failed to grant focus to part (_YuUc4EleEd-TVO58rzJVgA) !STACK 0 org.eclipse.e4.core.di.InjectionException: Unable to find matching method to invoke at org.e... | resolved fixed | 66cbb5f | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Location.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-07T17:09:52Z | 2011-01-07T17:06:40Z |
333,699 | Bug 333699 [Compatibility] Cannot open external editors on FileStoreEditorInputs | I installed MoDisco into M4a and now the 'Error Log' view's 'Open Log' tool item won't work. According to the 'Content Types' preference page, *.log files seems to be locked by MoDisco. I'll try on 3.x and see what happens... java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work... | verified fixed | 11ce15c | ["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 | 2011-01-07T14:04:58Z | 2011-01-06T21:40:00Z |
333,689 | Bug 333689 [About] About dialog text - needs to not cache system property values | null | resolved fixed | 2c81357 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProductProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-06T20:12:00Z | 2011-01-06T18:53:20Z |
320,795 | Bug 320795 [Compatibility] Single tab of ecore editor are visible | When there is only one tab in an MPEP, clients will usually explicitly hide them by setting the tab height on the CTabFolder. This doesn't seem to be working for the ecore editor. | verified fixed | 3f8c52f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-06T17:46:02Z | 2010-07-24T11:13:20Z |
333,400 | Bug 333400 Externalize Strings in Perspective Switcher | Build Identifier: e4 M4a Strings in perspective switcher should be externalized for translation issues. Reproducible: Always | verified fixed | 9985b3e | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-06T15:41:34Z | 2011-01-03T07:33:20Z |
329,079 | Bug 329079 CCE thrown when trying to render a window with a part that's not visible | java.lang.ClassCastException: org.eclipse.swt.layout.FillLayout at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.childRendered(WBWRenderer.java:521) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:502) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEn... | resolved fixed | 34a956c | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-06T15:09:26Z | 2010-10-29T16:33:20Z |
333,584 | Bug 333584 [GlobalActions] Save does not work | null | verified fixed | d4c37ab | ["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 | 2011-01-06T04:49:50Z | 2011-01-05T17:53:20Z |
208,626 | Bug 208626 [KeyBindings] Mnemonic gets hidden if there is existing Alt key binding | Build ID: M20070212-1330 Steps To Reproduce: 1. Create a plugin for eclipse that includes a key binding for "M1+S" (ie. Alt+S) where S is any letter that is used as a mnemonic in one of the top level menus. Since eclipse uses "S" as the mnemonic for Help > &Software Updates, "S" is sufficient. 2. Launch the plugin as p... | verified fixed | c699e00 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-05T19:41:55Z | 2007-11-02T21:46:40Z |
332,577 | Bug 332577 [Compatibility] NPE when switching workspace and trying to copy 'Workbench Layout' settings | In the 4.1SDK, the following NPE comes after switching workspace with Copy Settings -> Workbench Layout selected java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchLayoutSettingsTransfer.getCurrentPresentationClassName(WorkbenchLayoutSettingsTransfer.java:258) at org.eclipse.ui.internal.WorkbenchLayoutS... | verified fixed | 5687d86 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchLayoutSettingsTransfer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-05T19:26:47Z | 2010-12-14T20:53:20Z |
333,589 | Bug 333589 [Compatibility] Selection retrieved from ISelectionService doesn't match the active part's selection provider's selection | In 4.x, we implement getSelection() by asking the context for the selection. In 3.x, the selection is retrieved directly from the active selection provider. This discrepancy causes problems when working with the visual ecore editor. | verified fixed | b83889b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-05T18:33:46Z | 2011-01-05T17:53:20Z |
331,621 | Bug 331621 Workbench throws NPE's on initial startup after install when bundles are started programmatically in earlyStartup() | Build Identifier: M20091008-1320 Our application runs on top of the Eclipse IDE, and we're seeing NullPointerExceptions in the error log file when the it starts for the first time after installation (or with the -clean option). Besides the exceptions, there seems to be no ill effects, and the exceptions do not occur in... | verified fixed | c749731 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ExtensionEventHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-05T17:43:26Z | 2010-12-02T00:33:20Z |
333,577 | Bug 333577 [Win32] WindowXP command "Close Group" can not close all the Eclipse window that in one group | null | verified fixed | 1cf26be | ["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 | 2011-01-05T15:58:23Z | 2011-01-05T15:06:40Z |
333,489 | Bug 333489 PartSashContainers prevent re-rendering a previously-opened window | BuildId: e4 4.1M4 Attempting to re-open a window with a PartSashContainer fails as the contents of the PartSashContainers are not re-created. The direct problem is that the PartSashContainer elements don't have their widget fields nulled out on close. Thus the widgets are not re-rendered during the IPresentationEngine/... | resolved fixed | 397428d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-04T20:56:46Z | 2011-01-04T16:53:20Z |
332,035 | Bug 332035 [Compatibility] Duplicated editor does not indicate its dirty state | I20101207-0250 1. Open a file. 2. Make it dirty. 3. Window > New Editor 4. The new editor doesn't have the asterisk in its tab item's text. | verified fixed | 7218319 | ["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 | 2011-01-04T19:30:23Z | 2010-12-07T16:40:00Z |
332,305 | Bug 332305 [Compatibility] IWorkbenchPartReference's getTitle() doesn't return underlying part's title | I20101209-0255 When using Ctrl+F7, you should see 'Problems (0 items)' instead of just 'Problems'. The label doesn't contain the view's content description. | verified fixed | a24e463 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-04T18:59:18Z | 2010-12-10T14:06:40Z |
332,443 | Bug 332443 Logged exceptions from IPresentationEngine's removeGui(MUIElement) should include information about the element being unrendered | null | verified fixed | 7eecc5b | ["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 | 2011-01-04T18:51:55Z | 2010-12-13T14:20:00Z |
332,461 | Bug 332461 [Compatibility] NPE thrown when restoring workbench with an editor in a detached window | Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.PartSite.getTopLevelModelWindow(PartSite.java:403) at org.eclipse.ui.internal.PartSite.setWindow(PartSite.java:200) at org.eclipse.ui.internal.PartSite.<init>(PartSite.java:177) at org.eclipse.ui.internal.EditorSite.<init>(EditorSite.java:44) at org.e... | verified fixed | b22996f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-04T18:35:32Z | 2010-12-13T17:06:40Z |
332,140 | Bug 332140 [Compatibility] Part site returns null for getShell() if called during part disposal | Caused by PartSite's getShell() method returning null. java.lang.NullPointerException at org.eclipse.mat.ui.internal.views.NotesView.dispose(NotesView.java:380) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:120) at org.eclipse.ui.internal.e4.compatibility.CompatibilityP... | verified fixed | f0c0629 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-04T18:05:43Z | 2010-12-08T14:53:20Z |
332,458 | Bug 332458 [Compatibility] PartInitException must be thrown if parts are not initialized with their part site correctly | We need to assert this to ensure that clients have their implementations setup properly. | verified fixed | 0dafa58 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-01-04T15:40:28Z | 2010-12-13T17:06:40Z |
333,101 | Bug 333101 [Preferences] Redundant preferences node creation in LineDelimiterEditor | null | verified fixed | 89ca5dc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/LineDelimiterEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-12-23T19:46:10Z | 2010-12-22T15:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.