id
int64 1
6.5k
| bug_id
int64 2.03k
426k
| summary
stringlengths 9
251
| description
stringlengths 1
32.8k
⌀ | report_time
stringlengths 19
19
| report_timestamp
int64 1B
1.39B
| status
stringclasses 6
values | commit
stringlengths 7
9
| commit_timestamp
int64 1B
1.39B
| files
stringlengths 25
32.8k
| project_name
stringclasses 6
values |
---|---|---|---|---|---|---|---|---|---|---|
1,030 | 322,415 |
Bug 322415 [Compatibility] stickyView extensions are not processed
|
Need to process these while we're reading the generic view extensions.
|
2010-08-11 13:57:13
| 1,281,550,000 |
resolved fixed
|
e6298ce
| 1,281,550,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java
|
Eclipse_Platform_UI
|
1,031 | 322,403 |
Bug 322403 Showing a shared part with PartState.VISIBLE may not work correctly due to incorrect parent comparisons
|
We check the parents of the active part against the part-to-be-shown to determine how to respond when PartState.VISIBLE is used but the check is always 'true' for shared parts because getParent() returns 'null' for both parts. This is obviously wrong. We need to update the code to consider placeholders.
|
2010-08-11 12:25:29
| 1,281,540,000 |
resolved fixed
|
1179ee0
| 1,281,550,000 |
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 tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
|
Eclipse_Platform_UI
|
1,032 | 322,368 |
Bug 322368 Sole part in a part stack shown by EPS should be set as the selected element
|
SSIA
|
2010-08-11 10:32:36
| 1,281,540,000 |
resolved fixed
|
b873d49
| 1,281,540,000 |
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 tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
|
Eclipse_Platform_UI
|
1,033 | 322,356 |
Bug 322356 EPS's isPartVisible(MPart) method does not consider placeholders
|
SSIA
|
2010-08-11 09:54:23
| 1,281,530,000 |
resolved fixed
|
777e082
| 1,281,540,000 |
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 tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
|
Eclipse_Platform_UI
|
1,034 | 322,276 |
Bug 322276 NPE raised when specifying positionInList in menus
| null |
2010-08-10 15:26:42
| 1,281,470,000 |
resolved fixed
|
065b18b
| 1,281,470,000 |
bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/ModelUtils.java
|
Eclipse_Platform_UI
|
1,035 | 322,259 |
Bug 322259 [Compatibility] ViewReference's getSecondaryId() is unimplemented
|
It just returns 'null' at the moment.
|
2010-08-10 13:43:00
| 1,281,460,000 |
resolved fixed
|
13d0b70
| 1,281,460,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewReference.java
|
Eclipse_Platform_UI
|
1,036 | 322,226 |
Bug 322226 Make org.eclipse.e4.ui.di free from SWT
|
The bundle should not depend on SWT because this leads to a dependency on SWT for org.eclipse.e4.ui.workbench which is violating the core design of e4.
|
2010-08-10 09:19:01
| 1,281,450,000 |
resolved fixed
|
1de75ae
| 1,281,460,000 |
bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/internal/di/UIEventObjectSupplier.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
|
Eclipse_Platform_UI
|
1,037 | 322,232 |
Bug 322232 [Compatibility] Perspective activation events are fired incorrectly as deactivation events
|
Whoops.
|
2010-08-10 09:46:08
| 1,281,450,000 |
resolved fixed
|
bf4e5d9
| 1,281,450,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,038 | 322,228 |
Bug 322228 [Compatibility] Perspective events are fired even if the perspective hasn't actually changed
|
If you try to set the perspective of a page to whatever it's currently showing, perspective events are fired. This shouldn't be the case.
|
2010-08-10 09:19:50
| 1,281,450,000 |
resolved fixed
|
0ebd9e9
| 1,281,450,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,039 | 321,995 |
Bug 321995 Application-Context should hold Display-Realm
|
The application context should hold the databinding realm for the current SWT-Display it can then be used to by code to synchronize with the UI-Thread in a widget-toolkit agnostic way.
|
2010-08-06 10:38:38
| 1,281,110,000 |
resolved fixed
|
31006ba
| 1,281,440,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
|
Eclipse_Platform_UI
|
1,040 | 320,671 |
Bug 320671 [Compatibility] Resetting the last opened perspective will close all editors
|
In 3.6 the open editors are preserved when resetting the perspective.
|
2010-07-22 17:10:56
| 1,279,830,000 |
verified fixed
|
31be18b
| 1,281,440,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,041 | 319,199 |
Bug 319199 [Compatibility] Renamed file won't open after workbench restart
|
1. Create a Java class with a typo (e.g. 'HelloWordl') 2. Rename the class via rename refactor in the editor 3. Close the workbench 4. Restart the workbench; result: e4 opens an editor with the message 'Resource <old name> does not exist.' instead of the refactored/renamed file.
|
2010-07-07 18:41:48
| 1,278,540,000 |
verified fixed
|
f71aef1
| 1,281,380,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
|
Eclipse_Platform_UI
|
1,042 | 322,009 |
Bug 322009 [Compatibility] Explicit calls to CompatibilityPart's delegateSetFocus() method should be removed
| null |
2010-08-06 12:03:12
| 1,281,110,000 |
resolved fixed
|
971dff0
| 1,281,360,000 |
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
|
1,043 | 321,757 |
Bug 321757 EPS adds a part without considering its placeholder if target container is not a part stack
| null |
2010-08-04 12:40:55
| 1,280,940,000 |
resolved fixed
|
676b88e
| 1,280,940,000 |
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
|
1,044 | 321,755 |
Bug 321755 EPS adds a part without considering its placeholder if no target container or part stacks could be found
|
The summary probably makes no sense. Will deliver a fix with a test in a bit.
|
2010-08-04 12:16:39
| 1,280,940,000 |
resolved fixed
|
8d72ce9
| 1,280,940,000 |
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
|
1,045 | 321,752 |
Bug 321752 [Compatibility] IWorkbenchPage's getViewStack(IViewPart) method needs to consider placeholders
|
This method was never reimplemented after perspectives were implemented.
|
2010-08-04 11:57:18
| 1,280,940,000 |
resolved fixed
|
d7eca0b
| 1,280,940,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,046 | 321,746 |
Bug 321746 [Compatibility] CCE thrown when trying to show MockViewPart
|
Amazingly enough, MockViewPart doesn't actually extend ViewPart so we get a CCE. Caused by: java.lang.ClassCastException: org.eclipse.ui.tests.api.MockViewPart at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:69) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:181) 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(MethodRequestor.java:47) ... 104 more
|
2010-08-04 11:46:03
| 1,280,940,000 |
resolved fixed
|
56fa9ca
| 1,280,940,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java
|
Eclipse_Platform_UI
|
1,047 | 230,082 |
Bug 230082 [Viewers] Typo in ComboBoxViewerCellEditor
|
Build ID: 3.4 M5 Steps To Reproduce: In org.eclipse.jface.viewers.ComboBoxViewerCellEditor, there is a incorrectly named method: setContenProvider instead of setContentProvider (note the missing 't')
|
2008-05-03 17:25:03
| 1,209,850,000 |
resolved fixed
|
83b73a3
| 1,280,920,000 |
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxViewerCellEditor.java
|
Eclipse_Platform_UI
|
1,048 | 312,959 |
Bug 312959 [Import/Export] importing file from big disk hangs UI
| null |
2010-05-14 14:38:56
| 1,273,860,000 |
resolved fixed
|
1e8ac07
| 1,280,750,000 |
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceTreeAndListGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
|
Eclipse_Platform_UI
|
1,049 | 320,268 |
Bug 320268 [Compatibility] Icons missing in the markers view's context menu
|
In 3.x, the 'Copy' and 'Delete' menu items have icons.
|
2010-07-19 10:13:57
| 1,279,550,000 |
resolved fixed
|
bf2ff48
| 1,280,510,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java
|
Eclipse_Platform_UI
|
1,050 | 321,116 |
Bug 321116 [Compatibility] Secondary workbench windows are not restored with the menu bar or the tool bar
|
I20100727-1520 1. Window > New Window 2. File > Exit 3. Start Eclipse up again. 4. Notice that one of the workbench windows doesn't have a menu bar or a tool bar.
|
2010-07-28 08:48:49
| 1,280,320,000 |
resolved fixed
|
9b3cf53
| 1,280,500,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,051 | 320,735 |
Bug 320735 [Compatibility] Keybindings don't work in MPEPs
|
- Create a bundle with a plugin.xml, for instance, using "Hello World" template; - Open manifest.mf file; switch to plugin.xml tab - Note that Del / Home / End / Ctrl+C / Ctrl+V keys don't do anything
|
2010-07-23 11:19:51
| 1,279,900,000 |
resolved fixed
|
47f65f2
| 1,280,490,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java
|
Eclipse_Platform_UI
|
1,052 | 320,657 |
Bug 320657 [Compatibility] WorkbenchPage closes the sole perspective even if it should be closing another perspective
|
1. Ctrl+3 > Close Perspective (Perspective Id: Debug) - Close the current perspective 2. Your 'Java' perspective gets closed. :(((
|
2010-07-22 13:58:24
| 1,279,820,000 |
resolved fixed
|
15d9b44
| 1,280,410,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,053 | 320,887 |
Bug 320887 [Compatibility] Eclipse context of PageSites are never disposed
| null |
2010-07-26 07:50:32
| 1,280,150,000 |
resolved fixed
|
409b693
| 1,280,400,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageSite.java
|
Eclipse_Platform_UI
|
1,054 | 321,004 |
Bug 321004 [Compatibility] Requested perspective is not the one that is opened
|
1. Window > Close Perspective 2. Window > Open Perspective > Other... > CVS Repository Exploring 3. The 'Java' perspective is opened instead. 1. Window > Close All Perspectives 2. Window > Open Perspective > Other... > CVS Repository Exploring 3. The 'Java' perspective is opened instead.
|
2010-07-27 08:38:30
| 1,280,230,000 |
resolved fixed
|
b8bb71d
| 1,280,350,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,055 | 320,236 |
Bug 320236 [Compatibility] The progress bar stays in the status bar forever
|
Version: 4.0.0 Build id: I20100716-1834 Steps: 1) Check out org.eclipse.core.contentype 2) Open org.eclipse.core.internal.content.ContentType in Java Editor 3) Open History View 4) In the editor open its context menu and choose Team > Show Annotation 5) When the operation is finished, see that the progress bar does not disappear
|
2010-07-19 05:51:01
| 1,279,530,000 |
resolved fixed
|
df9bc4d
| 1,280,350,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,056 | 320,271 |
Bug 320271 [Compatibility] NPE thrown opening a workbench window and closing the original one
|
1. Window > New Window 2. Go back to the first one. 3. Close it. 4. Activate the new one. 5. An error occurs. It seems usable after dismissing the initial error dialog though. org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:795) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:104) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:74) at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:72) at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1149) at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1123) at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:932) at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:133) at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:692) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1635) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2114) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4157) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1598) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3024) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3652) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:712) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:632) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:106) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:541) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:525) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillStatusLine(WorkbenchActionBuilder.java:907) at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarAdvisor.java:157) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(WorkbenchActionBuilder.java:335) at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:1939) at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:474) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:47) ... 46 more
|
2010-07-19 10:26:10
| 1,279,550,000 |
verified fixed
|
47f4e0d
| 1,280,170,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,057 | 320,918 |
Bug 320918 [Compatibility] cannot drag stack in second WorkbenchWindow
|
I started with a new workspace and dragged around my outline view. Then I opened a second window and attempted to place its outline view in a similar position. The second window won't allow dragging of any views/stacks. Remy mentioned: Widget widget = (Widget) event.getProperty(EventTags.NEW_VALUE); if (widget instanceof Shell) { if (dndMgr == null) { dndMgr = new DnDManager((MWindow) changedElement); } } PW
|
2010-07-26 11:08:34
| 1,280,160,000 |
resolved fixed
|
8566d01
| 1,280,170,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDAddon.java
|
Eclipse_Platform_UI
|
1,058 | 320,813 |
Bug 320813 Minimized stacks are missing on restart
|
Run a fresh inner (no deltas) Detach the Outline view by dragging it right maximize the editor area close restart There are no minimized stacks visible If yoiu put a breakpoint in the WBWRenderer's processContents where it's restoring the trimBars before the restart you can see that there is only the one 'top' trim bar in the model, not sure where they went...I'll attach my deltas file, to my untrained eye the minimized stacks seem to be there (i.e. if you do a find on 'left(' there is a ToolControl defined).
|
2010-07-24 11:42:07
| 1,279,990,000 |
resolved fixed
|
86f46ce
| 1,280,160,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java
|
Eclipse_Platform_UI
|
1,059 | 320,831 |
Bug 320831 @PreSave not called for Lifecycle-Handler
|
The @PreSave annotation is not called at all
|
2010-07-24 19:04:07
| 1,280,010,000 |
resolved fixed
|
5917f6c
| 1,280,090,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java
|
Eclipse_Platform_UI
|
1,060 | 320,617 |
Bug 320617 [ModelTooling] Undo/Redo not working in 4.0
| null |
2010-07-22 08:23:32
| 1,279,800,000 |
verified fixed
|
d34df92
| 1,280,020,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/ActionBarAdvisor.java
|
Eclipse_Platform_UI
|
1,061 | 320,790 |
Bug 320790 NPE in ContributionsAnalyzer
|
This is the I20100723-2001 build and I somehow managed to get into a state where all context menus result in this NPE! java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.gatherMenuContributions(ContributionsAnalyzer.java:97) at org.eclipse.e4.ui.workbench.swt.modeling.MenuServiceFilter.showMenu(MenuServiceFilter.java:134) at org.eclipse.e4.ui.workbench.swt.modeling.MenuServiceFilter.handleMenu(MenuServiceFilter.java:117) at org.eclipse.e4.ui.workbench.swt.modeling.MenuServiceFilter.handleEvent(MenuServiceFilter.java:103) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1031) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3775) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1371) at org.eclipse.swt.widgets.Menu.menuWillOpen(Menu.java:689) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5030) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4483) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4739) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:85) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3271)
|
2010-07-24 04:38:43
| 1,279,960,000 |
verified fixed
|
c3eddf3
| 1,280,020,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/modeling/MenuServiceFilter.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,062 | 320,344 |
Bug 320344 Drag and drop of a part hides one side of a sash
|
1. Open a clean e4 workspace 2. Open an untitled text file 3. Move the Problems view into editor area, above 'Untitled 1' (so that the editor area is split) 4. Drag the Problems view on the upper half of the 'Untitled 1' editor (this actually performs a drop operation but results in the same layout) 5. Repeat step 4 _five_ times Result: The sash ratio is not longer 0.5 but perhaps 0.7 6. Repeat step 4 again Result: The upper sash half, i.e. the 'Untitled 1' editor is gone 7. Close the Problems view Result: SWTException. Editor area is killed.
|
2010-07-19 20:27:53
| 1,279,590,000 |
resolved fixed
|
30c42b9
| 1,280,010,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java
|
Eclipse_Platform_UI
|
1,063 | 320,791 |
Bug 320791 NPE on workbench shutdown
|
This happens for me on rc3 when shuting down: java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.notifyListeners(SelectionServiceImpl.java:192) at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.access$3(SelectionServiceImpl.java:191) at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl$2.changed(SelectionServiceImpl.java:230) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:95) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:333) at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:350) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener$2.run(ShellActivationListener.java:127) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.activate(ShellActivationListener.java:124) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.handleEvent(ShellActivationListener.java:74)
|
2010-07-24 04:50:40
| 1,279,960,000 |
resolved fixed
|
e79d0fd
| 1,280,010,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionServiceImpl.java
|
Eclipse_Platform_UI
|
1,064 | 320,814 |
Bug 320814 Minimized stacks are 'restored' on shutdown
| null |
2010-07-24 12:34:09
| 1,279,990,000 |
resolved fixed
|
32cb48a
| 1,280,010,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java
|
Eclipse_Platform_UI
|
1,065 | 320,285 |
Bug 320285 Messages inteneded for developers in the error log
|
The message "unsupported: isEditorAreaVisible" appears in the error log during the normal run of e4 SDK. (For instance, starting the e4 SDK on an clean workspace produces two of those messages.)
|
2010-07-19 11:36:09
| 1,279,550,000 |
resolved fixed
|
e0862ca
| 1,279,900,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/EvaluationService.java
|
Eclipse_Platform_UI
|
1,066 | 318,848 |
Bug 318848 Missing menu separators
| null |
2010-07-05 05:16:47
| 1,278,320,000 |
verified fixed
|
7799366
| 1,279,900,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/ActionSet.java
|
Eclipse_Platform_UI
|
1,067 | 318,856 |
Bug 318856 Most entries contributed by textual editors are missing in the 'Edit' menu
|
I20100701-1105. 1. start new workspace 2. create a Java project 3. create a file 4. open 'Edit' main menu ==> most contributed items are missing (e.g. content assist, find actions).
|
2010-07-05 05:39:30
| 1,278,320,000 |
verified fixed
|
9ac2952
| 1,279,900,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/modeling/MenuServiceFilter.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorMenuManager.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/WorkbenchWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java
|
Eclipse_Platform_UI
|
1,068 | 320,243 |
Bug 320243 Closing last view of a minimized stack makes the stack in an unstable state
|
I20100718-2237 1. Minimize the 'Package Explorer'. 2. Show it by clicking its icon in the trim. 3. Close it. 4. Notice that it still shows up in the trim. 5. Click on the icon. 6. An SWTException occurs. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.widgets.Widget.getData(Widget.java:554) at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack$9.widgetSelected(TrimStack.java:308)
|
2010-07-19 07:56:48
| 1,279,540,000 |
resolved fixed
|
01e3e38
| 1,279,840,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java
|
Eclipse_Platform_UI
|
1,069 | 318,211 |
Bug 318211 [Compatibility] QuickAccess will execute commands in an incorrect context
|
I did a quickaccess CBI (copy build id) and it threw an NPE: eclipse.buildId=I20100627-1659 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 /opt/pwebster/workspaces/e4 Error Mon Jun 28 12:39:12 EDT 2010 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.ui.internal.ide.commands.CopyBuildIdToClipboardHandler.execute(CopyBuildIdToClipboardHandler.java:44) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:42) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:192) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:169) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:101) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:135) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommandInContext(LegacyHandlerService.java:296) at org.eclipse.ui.internal.quickaccess.CommandElement.execute(CommandElement.java:49) at org.eclipse.ui.internal.quickaccess.SearchField$1.handleElementSelected(SearchField.java:47) at org.eclipse.ui.internal.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:324) at org.eclipse.ui.internal.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:314) at org.eclipse.ui.internal.quickaccess.QuickAccessContents$1.keyPressed(QuickAccessContents.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:161) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1294) at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:730) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2839) at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1451) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1743) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4794) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4372) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8163) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1239) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2224) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3169) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:658) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:579) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:102) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:537) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:521) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
|
2010-06-28 12:38:00
| 1,277,740,000 |
verified fixed
|
e83268c
| 1,279,830,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/ActionProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/EditorProvider.java 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/PropertiesProvider.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/QuickAccessProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/ViewProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/WizardProvider.java
|
Eclipse_Platform_UI
|
1,070 | 320,163 |
Bug 320163 RCP Mail Example broken when run on 4.0
|
1. Create a new RCP application plugin with the RCP Mail Example 2. Add the applicationXMI property to the 'product' extension: <property name="applicationXMI" value="org.eclipse.platform/LegacyIDE.e4xmi"> </property> 3. Create a launch configuration (add 'ds', 'event' and 'platform' manually, then 'Add Required') 4. Launch the RCP Example Result: No views. Quick access in the toolbar. Should the 4.0 compatibility platform work for RCP applications?
|
2010-07-17 08:05:29
| 1,279,370,000 |
resolved fixed
|
7a07fe4
| 1,279,820,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPlaceholderFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledViewLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java
|
Eclipse_Platform_UI
|
1,071 | 315,282 |
Bug 315282 NPE in SaveHandler
|
I have an @CanExecute method in the SaveHandler: @CanExecute boolean canExecute(@Named(IServiceConstants.ACTIVE_PART) MDirtyable dirtyable) It's being called with a null value, even though it doesn't have @Optional in front of it. I thought @Optional was necessary to allow null for a parameter (I may be wrong here). My canExecute(*) failed with an NPE: !ENTRY org.eclipse.osgi 4 0 2010-06-01 15:17:05.006 !MESSAGE Application error !STACK 1 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:49) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:178) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:159) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:101) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.canExecute(HandlerServiceImpl.java:94) at org.eclipse.e4.workbench.ui.renderers.swt.MenuItemRenderer.setEnabled(MenuItemRenderer.java:200) at org.eclipse.e4.workbench.ui.renderers.swt.MenuItemRenderer.createWidget(MenuItemRenderer.java:185) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createWidget(PartRenderingEngine.java:436) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:330) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:388) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:342) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:388) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:342) at org.eclipse.e4.workbench.ui.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:456) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:342) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.createGui(PartRenderingEngine.java:388) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine$3.run(PartRenderingEngine.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.workbench.swt.internal.PartRenderingEngine.run(PartRenderingEngine.java:457) at org.eclipse.e4.workbench.ui.internal.E4Workbench.createAndRunUI(E4Workbench.java:102) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:534) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:520) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Caused by: java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.handlers.SaveHandler.canExecute(SaveHandler.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:42) ... 39 more
|
2010-06-01 15:20:01
| 1,275,420,000 |
resolved fixed
|
b151f69
| 1,279,820,000 |
bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IServiceConstants.java
|
Eclipse_Platform_UI
|
1,072 | 320,447 |
Bug 320447 [Compatibility] Selection in Outline view not picked up by Ctrl-Shift-G
|
It looks like the selection coming from the Outline view, for purposes of Search References (Ctrl-Shift-G), is taken only from the first editor / pagebookview page. 1. Open two Java files, e.g. A.java and B.java 2. Open A.java and select a member of A in the Outline view. Hit Ctrl-Shift-G. 3. Open B.java and select a member of B in the Outline view. Hit Ctrl-Shift-G. -> Search is performed on the member of A, not on the member of B.
|
2010-07-20 17:54:18
| 1,279,660,000 |
verified fixed
|
3335858
| 1,279,810,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageSite.java
|
Eclipse_Platform_UI
|
1,073 | 320,338 |
Bug 320338 SplitDropAgent should not use client area for preview rectangle
| null |
2010-07-19 19:14:54
| 1,279,580,000 |
resolved fixed
|
3960b0b
| 1,279,810,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java
|
Eclipse_Platform_UI
|
1,074 | 320,573 |
Bug 320573 [Compatibility] View may be physically opened in a perspective without a placeholder
|
1. Wipe your deltas. 2. Select a Java file in the 'Package Explorer'. 3. Ctrl+Shift+G 4. The 'Search' view will appear 5. Hide it. 6. Window > Open Perspective > Debug 7. Ctrl+3 > Package Explorer 8. Select the same file. Though it should already be selected. 9. Ctrl+Shift+G 10. The 'Search' view will appear 11. Window > Open Perspective > Debug 12. Select the same file. Again, it should already be selected. 13. Ctrl+Shift+G 14. You will switch to the 'Debug' perspective. All other future attempts to show the view will result in either a) nothing happening or b) switching to the 'Debug' perspective. Based on analysis of the actual model, a physical MPart has been added into the 'Debug' perspective instead of an MPlaceholder.
|
2010-07-21 19:34:17
| 1,279,760,000 |
verified fixed
|
1f6c034
| 1,279,810,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java
|
Eclipse_Platform_UI
|
1,075 | 320,249 |
Bug 320249 Switching tabs with Ctrl+PgUp/Down doesn't grant focus to the part's control
|
1. Open an editor. 2. Place the cursor somewhere. 3. Open another editor. 4. Place the cursor somewhere. 5. Ctrl+PgUp to go back to the first editor. 6. You cannot start typing. You have to hit 'Tab' to switch focus to the editor's actual text control.
|
2010-07-19 08:36:21
| 1,279,540,000 |
verified fixed
|
2303924
| 1,279,760,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
|
Eclipse_Platform_UI
|
1,076 | 319,847 |
Bug 319847 Widget disposal error on shutdown with maximized editor area
|
1. Wipe your deltas. 2. Launch your inner. 3. Ctrl+M 4. Alt+F4 > Confirm 5. Exception is logged. org.eclipse.e4.core.di.InjectionException: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:795) at org.eclipse.e4.core.internal.di.InjectorImpl.uninject(InjectorImpl.java:163) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:326) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:112) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:59) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:90) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.doHandleInvalid(TrackableComputationExt.java:53) at org.eclipse.e4.core.internal.contexts.Computation.handleInvalid(Computation.java:59) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:196) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:589) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:539) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1425) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1126) at org.eclipse.ui.internal.WorkbenchWindow.access$9(WorkbenchWindow.java:1105) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1152) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1150) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1017) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1011) at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:945) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1087) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1058) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1123) at org.eclipse.ui.internal.WorkbenchWindow.access$9(WorkbenchWindow.java:1105) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1152) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1150) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1166) at org.eclipse.ui.internal.WorkbenchWindow$4.close(WorkbenchWindow.java:424) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$8.shellClosed(WBWRenderer.java:421) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:98) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:308) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1665) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4162) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1598) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2454) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:497) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4251) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1598) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3655) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:618) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:106) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:535) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.widgets.Control.getShell(Control.java:1432) at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.getShellClientComposite(TrimStack.java:384) at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.showStack(TrimStack.java:365) at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.cleanUp(TrimStack.java:217) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:47) ... 78 more
|
2010-07-14 09:04:43
| 1,279,110,000 |
verified fixed
|
bc008e9
| 1,279,750,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java
|
Eclipse_Platform_UI
|
1,077 | 318,181 |
Bug 318181 [Compatibility] NPE thrown when DND'ing text in the text editor
|
java.lang.NullPointerException at org.eclipse.ui.internal.EditorSiteDragAndDropServiceImpl$MergedDropTarget$1.dragLeave(EditorSiteDragAndDropServiceImpl.java:107) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:70) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:403) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:658)
|
2010-06-28 10:10:20
| 1,277,730,000 |
resolved fixed
|
9f25a0f
| 1,279,730,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java
|
Eclipse_Platform_UI
|
1,078 | 320,492 |
Bug 320492 [Compatibility] presentation toolitems only enabled for first open editor
|
presentation tool items like Toggle Mark Occurrences and Show Selected Element Only are enabled for the first Java editor opened. If you open more and close the first, they stay disabled. Closing all java editors will allow them to be enabled on the first editor opened. PW
|
2010-07-21 08:23:52
| 1,279,720,000 |
verified fixed
|
b0c1806
| 1,279,730,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java
|
Eclipse_Platform_UI
|
1,079 | 284,324 |
Bug 284324 Unable to open external editors
|
This currently travels down a number of batch methods, but then simply sets the part or reference to null and returns. PW
|
2009-07-22 15:17:49
| 1,248,290,000 |
resolved fixed
|
7a5243d
| 1,279,730,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,080 | 320,015 |
Bug 320015 new look - toolbar and persp switcher issues
|
based on a 6/15 win7 screenshot review and a 7/7 multiplatform screenshot review by Linda. These are the issues flagged that are still true (many were already fixed.) Note I don't see that these are critical for ship, but if it's a matter of stylesheet or layout tweak for some of them, I will attempt.... - global toolbar should be 32 pixels high from top of gradient to bottom keyline - global toolbar items should be faded to 50% opacity - gutter space between bottom of global toolbar and top of panes should be 32 pixels high - Mac only - why is the perspective switcher not the same as in other platforms?
|
2010-07-15 12:41:04
| 1,279,210,000 |
verified fixed
|
11e1947
| 1,279,730,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
|
Eclipse_Platform_UI
|
1,081 | 320,158 |
Bug 320158 [Compatibility] NPEs when closing and reopening perspective
|
1. Open a fresh e4 workbench 2. Close the Java perspective via the menu (Window > ...) 3. Open the Java perspective again via the perspective switcher Result: Several ERRORs and stack traces on the console (in the host Eclipse): Note: The NPEs do not occur when the perspective is closed via the context menu of the perspective switcher.
|
2010-07-17 06:20:17
| 1,279,360,000 |
verified fixed
|
90563b1
| 1,279,670,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
|
Eclipse_Platform_UI
|
1,082 | 316,008 |
Bug 316008 Remove org.eclipse.update menu contributions
|
The 4.0 SDK doesn't include org.eclipse.update.*, but the top-level menu contributions are still appearing. These should be removed.
|
2010-06-07 11:17:48
| 1,275,920,000 |
resolved fixed
|
07bb4db
| 1,279,670,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java
|
Eclipse_Platform_UI
|
1,083 | 317,470 |
Bug 317470 Minimized 'Outline' view has non-white background on restart
|
1. Minimize the 'Outline' view. 2. Close Eclipse. 3. Start Eclipse. 4. Restore the 'Outline' view. 5. Its background colour is grey instead of white.
|
2010-06-21 11:00:26
| 1,277,130,000 |
resolved fixed
|
0bed7e1
| 1,279,660,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
|
Eclipse_Platform_UI
|
1,084 | 304,584 |
Bug 304584 [Tooling] Implement Workbench-Model-Tooling
|
As the title describes we should provide users an easy to use Model-Editor.
|
2010-03-03 16:10:47
| 1,267,650,000 |
resolved fixed
|
6d5be72
| 1,279,660,000 |
tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
|
Eclipse_Platform_UI
|
1,085 | 320,235 |
Bug 320235 NPE if delta.xml exists
|
Build Identifier: Version: July 2010, Build id: {0} If the attached application starts with fresh workspace then everything works as expected. After terminating and restarting the application following error occurred: !ENTRY org.eclipse.osgi 4 0 2010-07-19 11:33:38.771 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.ToolItemRenderer.generateParameterizedCommand(ToolItemRenderer.java:162) at org.eclipse.e4.ui.workbench.renderers.swt.ToolItemRenderer.getToolTipText(ToolItemRenderer.java:201) at org.eclipse.e4.ui.workbench.renderers.swt.ToolItemRenderer.createWidget(ToolItemRenderer.java:245) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:568) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:388) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:452) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarRenderer.processContents(ToolBarRenderer.java:114) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:400) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.getToolbar(StackRenderer.java:546) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:493) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:404) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:452) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:464) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:400) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:452) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:630) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:589) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:103) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Reproducible: Always Steps to Reproduce: 1. Start attached application. 2. File -> ShowPart. 3. Terminate application. 4. Restart application.
|
2010-07-19 05:40:59
| 1,279,530,000 |
resolved fixed
|
56f8195
| 1,279,650,000 |
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/XMLModelReconciler.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
|
Eclipse_Platform_UI
|
1,086 | 320,400 |
Bug 320400 [Compatibility] some invalid menubarPaths are being re-routed
|
If they come in and have a trailing '/' you get a message: "****MC: bad pie: navigate/" Instead, that should be treated as navigate/additions PW
|
2010-07-20 10:42:18
| 1,279,640,000 |
resolved fixed
|
990d843
| 1,279,650,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/ActionSet.java
|
Eclipse_Platform_UI
|
1,087 | 320,347 |
Bug 320347 PartServiceImpl#createPart(MPartDescriptor) is wrong!
| null |
2010-07-20 02:35:37
| 1,279,610,000 |
resolved fixed
|
fb563fc
| 1,279,650,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java
|
Eclipse_Platform_UI
|
1,088 | 313,761 |
Bug 313761 [Viewers][doc] ViewerDropAdapter.getSelectedObject impl doesn't match javadoc
|
Build Identifier: 20100218-1602 The doc comment of ViewerDropAdapter.getSelectedObject() says that the method returns null in case multiple objects are selected. In fact, its implementation checks only whether there is AT LEAST ONE selected object. Reproducible: Always
|
2010-05-20 12:29:01
| 1,274,370,000 |
resolved fixed
|
0c333bf
| 1,279,630,000 |
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java
|
Eclipse_Platform_UI
|
1,089 | 320,162 |
Bug 320162 E4CommandProcessor.createBinding catch IllegalArgumentException which is never thrown
|
The code looks like this: TriggerSequence sequence = null; try { sequence = bs.createSequence(keySequence); } catch (IllegalArgumentException ex) { // the sequence is not complete Activator.trace(Policy.DEBUG_MENUS, "failed to create: " + binding, ex); //$NON-NLS-1$ return null; } But when looking at code in KeySequence.getInstance the only Exceptions thrown are: * NPE * ParseException (catched in BindingServiceImpl) I guess the code should catch the NPE and not the never thrown IAE
|
2010-07-17 07:58:39
| 1,279,370,000 |
resolved fixed
|
9d69a58
| 1,279,630,000 |
bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4CommandProcessor.java
|
Eclipse_Platform_UI
|
1,090 | 320,142 |
Bug 320142 Editors no longer activate when clicking on their tabs
| null |
2010-07-16 16:23:27
| 1,279,310,000 |
resolved fixed
|
be35188
| 1,279,490,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/StartupTestSuite.java
|
Eclipse_Platform_UI
|
1,091 | 319,800 |
Bug 319800 Close/Close Others/Close All menu in editor
|
It would be nice to have a submenu on editor tabs for the close functions. For those who aren't used to the key bindings, we make it hard to figure out how to do it because: - there is no menu - there is no key assist dialog (to look it up) - we've removed the keys pref page (to look it up) close others doesn't have a binding by default anyway...
|
2010-07-13 19:22:22
| 1,279,060,000 |
verified fixed
|
ea93eb6
| 1,279,310,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/SWTRenderersActivator.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/SWTRenderersMessages.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
|
Eclipse_Platform_UI
|
1,092 | 318,944 |
Bug 318944 CSSSWTEngineImpl leaks memory
|
CSSSWTEngineImpl stores too many element contexts. In a memory snapshot, the HashMap size was 15559. This is most probably a leak.
|
2010-07-05 17:30:50
| 1,278,370,000 |
resolved fixed
|
59077c6
| 1,279,290,000 |
bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/AbstractCSSEngine.java bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/CSSEngineImpl.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
|
Eclipse_Platform_UI
|
1,093 | 319,961 |
Bug 319961 Reset perspective fails with parts moved into the editor area
|
1. Start a fresh e4 workbench 2. Move the Javadoc view into the editor area 3. Reset the perspective 4. Open the Javadoc view Result: The Javadoc view is opened in the editor area. In the bottom stack there still is a tab for the Javadoc view; this tab can be clicked, but it will activate the view in the editor area. The toolbar, however, is shown in the bottom stack.
|
2010-07-15 05:22:12
| 1,279,190,000 |
resolved fixed
|
8ed05f7
| 1,279,290,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/StackDropAgent.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/workbench/modeling/EPartService.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/e4/compatibility/ModeledFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPlaceholderFolderLayout.java
|
Eclipse_Platform_UI
|
1,094 | 320,100 |
Bug 320100 Package Explorer unexpectedly added to Debug perspective
|
1. Open a fresh e4 workbench 2. Leave the Package Explorer activated 3. Open the Debug perspective Result: The Debug perspective contains the Package Explorer, although this should not be the case. This does not happen when another view is activated before opening the Debug perspective.
|
2010-07-16 08:53:56
| 1,279,280,000 |
resolved fixed
|
df36cf9
| 1,279,290,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
|
Eclipse_Platform_UI
|
1,095 | 320,008 |
Bug 320008 perspective switcher is using "add fastview" icon instead of "new perspective" icon
|
Linda noticed this in a review before her vacation. Still true in I20100713-2016
|
2010-07-15 12:05:24
| 1,279,210,000 |
verified fixed
|
fdf2ee8
| 1,279,230,000 |
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java
|
Eclipse_Platform_UI
|
1,096 | 317,602 |
Bug 317602 [Compatibility] Variables view refresh problems
|
I20100618-1748 The Variables view is not refreshed the first time it is displayed. You have to click on the Breakpoints tab and switch back to Variables to get them to show up. Repro: 1. Set a breakpoint; debug an inner workbench. 2. When asked if you want to display the Debug perspective, accept and notice that the Variables view doesn't show a thing. 3. Click on the Breakpoints tab and switch back to get them back.
|
2010-06-22 11:18:01
| 1,277,220,000 |
resolved fixed
|
5e754df
| 1,279,230,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,097 | 319,976 |
Bug 319976 [Compatibility] Dragging Outline view causes NPE
|
From no deltas.xml, I opened the Team Sync perspective, sync'ed up, and then switched back to the java perspective. Then I dragged my outline view over to my package explorer stack. It output this to the console: bash-3.2$ 2010-07-15 08:26:56.808 Log ErrorException while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/ElementContainer/selectedElement/SET] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@7b047b04 java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.hideElementRecursive(LazyStackRenderer.java:163) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.access$0(LazyStackRenderer.java:154) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:71) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:139) 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:67) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:159) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.hideChild(StackRenderer.java:386) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$3.handleEvent(PartRenderingEngine.java:216) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:139) 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:67) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380) at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1033) at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1038) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:724) at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:466) at org.eclipse.e4.ui.workbench.addons.dndaddon.StackDropAgent.drop(StackDropAgent.java:60) at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.startDrag(DnDManager.java:192) at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager$3.handleEvent(DnDManager.java:112) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1525) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1257) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:718) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:643) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:106) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:535) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
|
2010-07-15 08:30:11
| 1,279,200,000 |
resolved fixed
|
917c5bc
| 1,279,220,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
|
Eclipse_Platform_UI
|
1,098 | 319,997 |
Bug 319997 [Compatibility] Merge QuickAccess changes from 293044 to 4.0
|
We want to show keybindings in QA just like we do in 3.6+.
|
2010-07-15 10:54:58
| 1,279,210,000 |
resolved fixed
|
f3ea6a3
| 1,279,210,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessEntry.java
|
Eclipse_Platform_UI
|
1,099 | 319,846 |
Bug 319846 [Compatibility] Opening and closing an ant editor causes NPEs
|
I had opened and closed an ant editor and clicked around in the outline. When I went back to the other ant editor I had open, clicking in the outline got: eclipse.buildId=I20100713-2016 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 /opt/pwebster/workspaces/e4 Error Wed Jul 14 08:45:19 EDT 2010 Internal Error org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:74) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:90) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:333) at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:350) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:398) at org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer.activate(AbstractPartRenderer.java:105) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1.handleEvent(ContributedPartRenderer.java:74) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1531) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3401) at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java:2758) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1738) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4794) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:3485) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4372) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8163) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1239) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2224) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3169) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:618) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:106) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:535) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) Caused by: java.lang.NullPointerException at org.eclipse.ant.internal.ui.model.AntElementNode.getBuildFileResource(AntElementNode.java:562) at org.eclipse.ant.internal.ui.model.AntElementNode.getIFile(AntElementNode.java:551) at org.eclipse.ant.internal.ui.model.AntElementAdapterFactory.getAdapter(AntElementAdapterFactory.java:28) at org.eclipse.core.internal.adapter.AdapterFactoryProxy.getAdapter(AdapterFactoryProxy.java:80) at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:295) at org.eclipse.ant.internal.ui.model.AntElementNode.getAdapter(AntElementNode.java:569) at org.eclipse.ui.internal.ide.actions.ProjectPropertyDialogAction.getProject(ProjectPropertyDialogAction.java:117) at org.eclipse.ui.internal.ide.actions.ProjectPropertyDialogAction.selectionChanged(ProjectPropertyDialogAction.java:84) at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:135) at org.eclipse.ui.internal.e4.compatibility.SelectionService.access$3(SelectionService.java:133) at org.eclipse.ui.internal.e4.compatibility.SelectionService$1.selectionChanged(SelectionService.java:73) at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.notifyListeners(SelectionServiceImpl.java:196) at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.setPart(SelectionServiceImpl.java:153) at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:47) ... 45 more
|
2010-07-14 08:54:07
| 1,279,110,000 |
resolved fixed
|
2a0304b
| 1,279,200,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageBookView.java
|
Eclipse_Platform_UI
|
1,100 | 319,901 |
Bug 319901 Service root computation fails due to limbo shell being activated
|
1. Delete your deltas. 2. Launch your inner. 3. Close the 'Declaration' view. 4. Close the 'Javadoc' view. 5. Close the 'Problems' view. java.lang.Exception at org.eclipse.e4.ui.internal.workbench.swt.E4Application$2.log(E4Application.java:404) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$2.compute(E4Application.java:462) at org.eclipse.e4.core.internal.contexts.ValueComputation.get(ValueComputation.java:122) at org.eclipse.e4.core.internal.contexts.EclipseContext.internalGet(EclipseContext.java:254) at org.eclipse.e4.core.internal.contexts.EclipseContext.get(EclipseContext.java:215) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier.get(ContextObjectSupplier.java:148) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:378) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:333) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArguments(InjectorImpl.java:307) at org.eclipse.e4.core.internal.di.Requestor.resolveArguments(Requestor.java:108) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:70) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:90) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:333) at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:350) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener$2.run(ShellActivationListener.java:127) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.activate(ShellActivationListener.java:124) at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.handleEvent(ShellActivationListener.java:74) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1635) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2114) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4157) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1598) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method) at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:684) at org.eclipse.swt.widgets.Widget.release(Widget.java:818) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.disposeWidget(SWTPartRenderer.java:131) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:519) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.disposeWidget(ElementReferenceRenderer.java:108) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:519) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.handleEvent(PartRenderingEngine.java:127) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:139) 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:73) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380) at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:267) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:680) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$4.close(StackRenderer.java:437) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1595)
|
2010-07-14 14:54:11
| 1,279,130,000 |
resolved fixed
|
12edd9b
| 1,279,130,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
|
Eclipse_Platform_UI
|
1,101 | 319,877 |
Bug 319877 Infinite NPE can fill log file up quickly
|
Looks like I have ten megabytes worth of logs complaining about this NPE. I would never have noticed if I didn't open up the 'Error Log' view. java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.ToolItemRenderer$7$1.run(ToolItemRenderer.java:378) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ToolItemRenderer$7.run(ToolItemRenderer.java:366) at org.eclipse.swt.widgets.Display.runTimer(Display.java:4167) at org.eclipse.swt.widgets.Display.messageProc(Display.java:3256) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3655) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:618)
|
2010-07-14 12:13:08
| 1,279,120,000 |
resolved fixed
|
989c309
| 1,279,130,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
|
Eclipse_Platform_UI
|
1,102 | 316,914 |
Bug 316914 [Compatibility] second window prevents paste in first window
|
I was working with the 4.0 SDK, I20100614-2011. I opened a second window to host my java files that are just resources, not in the classpath. I copied something out of one, but when I switched to the main window to paste in my editor, it was pasted in the second window editor. PW
|
2010-06-15 10:38:42
| 1,276,610,000 |
resolved fixed
|
9edc928
| 1,279,120,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java
|
Eclipse_Platform_UI
|
1,103 | 319,848 |
Bug 319848 [Compatibility] Support <control> contributions to the trim
|
SSIA Note that nobody uses this in the SDK so testing will require a spinning of your own plug-in.
|
2010-07-14 09:08:10
| 1,279,110,000 |
resolved fixed
|
198f8a2
| 1,279,120,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/CompatibilityWorkbenchWindowControlContribution.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/ControlContributionRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuPersistence.java
|
Eclipse_Platform_UI
|
1,104 | 319,600 |
Bug 319600 [Viewers] CheckboxTableViewer.getCheckedElements based on virtual table returns null data objects
|
Build Identifier: 20100617-1415 If programmatically select all rows in CheckboxTableViewer created upon virtual table using setAllChecked, then getCheckedElements method returns null data objects, probably, for non-displayed rows. In spite of the fact, that table is virtual, it is expected that getCheckedElements returns concrete non-null data objects associated with rows. Reproducible: Always Steps to Reproduce: 1. Launch attached snippet. 2. Click "Select/Deselect All" to select all rows, then click "Null Rows" and message with number of rows with null data objects will be displayed.
|
2010-07-12 11:53:20
| 1,278,950,000 |
resolved fixed
|
accfe08
| 1,279,100,000 |
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java
|
Eclipse_Platform_UI
|
1,105 | 319,804 |
Bug 319804 [Compatibility] Clean up warnings for <dynamic> menu contributions
| null |
2010-07-13 21:11:34
| 1,279,070,000 |
resolved fixed
|
0fd9342
| 1,279,070,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java
|
Eclipse_Platform_UI
|
1,106 | 318,821 |
Bug 318821 If DS is not included in the launch config a warning should be issued
|
If the ds bundle is not in the launch config a NPE is created the first time a service is used. Tom Schindl suggested on the e4 mailing list that the existance of the ds bundles should be checked at start time and a warning should be written if they are not included in the launch config.
|
2010-07-04 16:32:19
| 1,278,280,000 |
resolved fixed
|
6c20444
| 1,279,040,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java
|
Eclipse_Platform_UI
|
1,107 | 319,176 |
Bug 319176 [Compatibility] ViewReference chokes if it cannot find a view
|
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif". at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75) at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67) at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112) at java.net.URL.openConnection(URL.java:945) at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33) at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:206) at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:137) at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:157) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:156) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:305) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:127) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:59) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:102) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:76) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:393) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:57) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:464) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:389) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:453) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:635) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:594) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:103) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:535) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
|
2010-07-07 14:20:51
| 1,278,530,000 |
resolved fixed
|
2770d0a
| 1,279,040,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewReference.java
|
Eclipse_Platform_UI
|
1,108 | 319,732 |
Bug 319732 Views with a menu but no toolbar has no menu on restart
|
Views like the 'Problems' view and 'Outline' view has its view menu on the first startup. When you restart, those view menus disappear.
|
2010-07-13 10:35:30
| 1,279,030,000 |
resolved fixed
|
84e761e
| 1,279,030,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
|
Eclipse_Platform_UI
|
1,109 | 309,489 |
Bug 309489 NPE in E4CommandProcessor
|
I you forget to assign a command to a binding you get: java.lang.NullPointerException at org.eclipse.e4.workbench.ui.internal.E4CommandProcessor.defineBindingTable(E4CommandProcessor.java:142) at org.eclipse.e4.workbench.ui.internal.E4CommandProcessor.processBindings(E4CommandProcessor.java:97) at org.eclipse.e4.workbench.ui.internal.E4Workbench.init(E4Workbench.java:109) at org.eclipse.e4.workbench.ui.internal.E4Workbench.<init>(E4Workbench.java:71) at org.eclipse.e4.ui.workbench.swt.internal.E4Application.createE4Workbench(E4Application.java:170) at org.eclipse.e4.ui.workbench.swt.internal.E4Application.start(E4Application.java:81)
|
2010-04-16 10:39:25
| 1,271,430,000 |
resolved fixed
|
f27b32a
| 1,278,960,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4CommandProcessor.java
|
Eclipse_Platform_UI
|
1,110 | 319,583 |
Bug 319583 Parts misbehaving after a perspective switch
|
1. Launch your inner. 2. Make a new Java project. Make a class. Add a hello world print statement. 3. Ctrl+Shift+B for a breakpoint. Right-click > Debug As > Java Application 4. When prompted, confirm to switch perspectives. 5. The 'Debug' view's content will flash for a second before going empty. F8 to let the application run to completion. 6. The 'Debug', 'Variables', and 'Console' view's stacks will all not activate. You can only activate the editor area and the 'Outline' view's stack. Closing views will not save you. 7. Window > Open Perspective > Java 8. Magically, the 'Variables', 'Debug', and 'Breakpoints' view are now appearing in the bottom stack.
|
2010-07-12 10:43:01
| 1,278,950,000 |
resolved fixed
|
af5477e
| 1,278,960,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
|
Eclipse_Platform_UI
|
1,111 | 318,857 |
Bug 318857 Contributed menu items reordered
|
I20100701-1105. The ordering for most of the menu (and sub-menu) items contributed by plug-ins like Search, JDT or Debug are inverted. This destroys the intent of the plug-in developers about how important an entry is and also makes it hard for long time users to switch to 4.0 since everything is at a different place. For me this is a blocker though it's only 'major' by bugzilla rules.
|
2010-07-05 05:43:11
| 1,278,320,000 |
verified fixed
|
61bb8b1
| 1,278,960,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/ActionSet.java
|
Eclipse_Platform_UI
|
1,112 | 319,509 |
Bug 319509 [Viewers] Empty rows in CheckboxTableViewer with virtual table
| null |
2010-07-12 03:11:14
| 1,278,920,000 |
resolved fixed
|
f47f762
| 1,278,950,000 |
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java
|
Eclipse_Platform_UI
|
1,113 | 319,319 |
Bug 319319 Window menu lists too many top-level windows
|
see screenshot
|
2010-07-08 16:52:33
| 1,278,620,000 |
resolved fixed
|
3b67ded
| 1,278,940,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuItemRenderer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CompoundContributionItem.java
|
Eclipse_Platform_UI
|
1,114 | 304,863 |
Bug 304863 [Compatibility] NPE thrown when using multiple consoles
|
1. Window > Show View > Console 2. Click the dropdown > New Console View 3. Close the new view. 4. Try clicking the dropdown again. 5. Nothing happens. An NPE is logged. java.lang.NullPointerException at org.eclipse.ui.internal.console.OpenConsoleAction.getMenu(OpenConsoleAction.java:83) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
|
2010-03-05 14:00:25
| 1,267,820,000 |
resolved fixed
|
f5aa4a8
| 1,278,700,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
|
Eclipse_Platform_UI
|
1,115 | 319,392 |
Bug 319392 Toolbars added to the trim are added in the wrong location
|
The ToolBarRenderer creates the toolbar, but it is added to the end of the Workbench Window main toolbar. The model element is inserted in the correct place, however. Eric mentioned that the moveAbove(*)/moveBelow(*) code might need a tweak. PW
|
2010-07-09 09:55:00
| 1,278,680,000 |
resolved fixed
|
038af0c
| 1,278,690,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
|
Eclipse_Platform_UI
|
1,116 | 318,713 |
Bug 318713 Duplicate toolbar items (navigate group)
|
SDK 4.0 - I20100701-1105. 1. start fresh workspace ==> navigate group appears twice which is quite confusing and wastes space.
|
2010-07-02 09:12:34
| 1,278,080,000 |
verified fixed
|
41c2505
| 1,278,690,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
|
Eclipse_Platform_UI
|
1,117 | 319,382 |
Bug 319382 Remove logging for post selection listener additions/removals
| null |
2010-07-09 09:10:07
| 1,278,680,000 |
resolved fixed
|
2d9399d
| 1,278,680,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java
|
Eclipse_Platform_UI
|
1,118 | 318,711 |
Bug 318711 Toolbar items disappear while a dialog is up, major flickering
|
SDK 4.0 - I20100701-1105. When a dialog is opened (e.g. wizard), the toolbar is updated and items get removed. This causes major UI flickering, hurting my eyes while working with Eclipse.
|
2010-07-02 09:02:51
| 1,278,080,000 |
verified fixed
|
a258d4d
| 1,278,680,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ShellActivationListener.java
|
Eclipse_Platform_UI
|
1,119 | 319,043 |
Bug 319043 [Compatibility] Rendering a new toolbar doesn't cause a layout
|
When a part goes active and toolitems disappear (like switching from the Java editor gets rid of Toggle Mark Occurrences) the space is not reclaimed. Worse, if there was no space the newly visible items (switching to the Java editor) don't appear. Eric, is their something we should put in the ToolItemRenderer and possible the ToolBarRenderer so they basically say: toolbar.layout(item) or parentShell.layout(toolbar)? PW
|
2010-07-06 15:17:25
| 1,278,440,000 |
resolved fixed
|
9bceb2f
| 1,278,630,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
|
Eclipse_Platform_UI
|
1,120 | 319,050 |
Bug 319050 NPE in HandlerService on Show View (any view)
|
Menu Window -> Show View -> select any view NPEs: Caused by: java.lang.NullPointerException at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:122) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:55) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
|
2010-07-06 16:05:21
| 1,278,450,000 |
verified fixed
|
4c5d6cc
| 1,278,620,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/ShowViewHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewCategory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java
|
Eclipse_Platform_UI
|
1,121 | 319,300 |
Bug 319300 [Compatibility] exiting causes NPE in compute function
|
Working from HEAD. I quit and got 2 errors. Clearing the context is causing an application level CompFunction to NPE. !ENTRY org.eclipse.ui.workbench 4 2 2010-07-08 14:22:20.286 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.swt.E4Application$2.compute(E4Application.java:419) at org.eclipse.e4.core.internal.contexts.ValueComputation.get(ValueComputation.java:122) at org.eclipse.e4.core.internal.contexts.EclipseContext.internalGet(EclipseContext.java:254) at org.eclipse.e4.core.internal.contexts.EclipseContext.get(EclipseContext.java:215) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier.get(ContextObjectSupplier.java:148) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:369) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:324) at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArguments(InjectorImpl.java:298) at org.eclipse.e4.core.internal.di.Requestor.resolveArguments(Requestor.java:108) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:44) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:90) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:333) at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:350) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:560) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:515) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1439) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1140) at org.eclipse.ui.internal.WorkbenchWindow.access$9(WorkbenchWindow.java:1119) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1166) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1164) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1017) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1011) at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:945) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1087) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1058) at org.eclipse.ui.internal.handlers.QuitHandler.execute(QuitHandler.java:36) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:47) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:199) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:176) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:101) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:135) at org.eclipse.e4.ui.workbench.renderers.swt.HandledMenuItemRenderer$1.widgetSelected(HandledMenuItemRenderer.java:150) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:669) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:594) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:103) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:535) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:519) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
|
2010-07-08 14:23:32
| 1,278,610,000 |
resolved fixed
|
af5dede
| 1,278,610,000 |
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java
|
Eclipse_Platform_UI
|
1,122 | 319,127 |
Bug 319127 [Forms] ExpandableComposite NPE with focusGained|focusLost when using NO_TITLE
|
Build Identifier: org.eclipse.ui.forms_3.5.0.v20100427 I'm using an ExpandableComposite inside of a property sheet. When I don't use NO_TITLE as a style, I have no problems with the composite (i.e., expanding it, contracting it, clicking away from the properties, clicking back, etc.) However, when I use NO_TITLE, I eventually start having problems - usually after expanding the section, clicking away (to the diagram) and back again. I'm including the trace below. The NPE is being thrown in both the focusGained() and focusLost() methods inside an inner ExpandableComposite class. It makes sense that these methods would throw an NPE, since they're calling on the textLabel, which hasn't been set because I'm using NO_TITLE. Searching through old bugs, I see bugzilla 171265, which is similar - the fix there including a null check. I suggest just adding a quick check for null in the focusGained() and focusLost() methods, e.g., toggle.addFocusListener(new FocusListener() { public void focusGained(FocusEvent e) { if (textLabel != null) { //new textLabel.redraw(); } //new } public void focusLost(FocusEvent e) { if (textLabel != null) { //new textLabel.redraw(); } //new } }); Note: my current workaround is to use the title, i.e., remove the NO_TITLE style, but set the title to "". Trace of one of the NPEs: !ENTRY org.eclipse.ui 4 0 2010-07-07 09:44:07.312 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.ui.forms.widgets.ExpandableComposite$5.focusLost(ExpandableComposite.java:601) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:143) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2618) at org.eclipse.swt.widgets.Widget.wmKillFocus(Widget.java:1920) at org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:4504) at org.eclipse.swt.widgets.Canvas.WM_KILLFOCUS(Canvas.java:434) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4193) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4886) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3024) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3652) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Reproducible: Always Steps to Reproduce: I can't give easy steps to reproduce - this is deep within a set of property sheets, where the expandable composite is used to show the attributes of a referenced item.
|
2010-07-07 10:05:04
| 1,278,510,000 |
resolved fixed
|
68b5b37
| 1,278,610,000 |
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java
|
Eclipse_Platform_UI
|
1,123 | 311,854 |
Bug 311854 Editor navigation history is non-existent
|
This is what happens when an editor is activated on 3.x. Thread [main] (Suspended (breakpoint at line 182 in NavigationHistory)) NavigationHistory.markEditor(IEditorPart) line: 182 WorkbenchPage.makeActiveEditor(IEditorReference) line: 1272 WorkbenchPage.setActivePart(IWorkbenchPart, boolean) line: 3530 WorkbenchPage.requestActivation(IWorkbenchPart) line: 3077 EditorPane(PartPane).requestActivation() line: 279 EditorPane.requestActivation() line: 98 EditorPane(PartPane).setFocus() line: 325 EditorPane.setFocus() line: 127 EditorStack(PartStack).presentationSelectionChanged(IPresentablePart) line: 844 PartStack.access$1(PartStack, IPresentablePart) line: 827 PartStack$1.selectPart(IPresentablePart) line: 137 TabbedStackPresentation$1.handleEvent(TabFolderEvent) line: 133 DefaultTabFolder(AbstractTabFolder).fireEvent(TabFolderEvent) line: 269 DefaultTabFolder(AbstractTabFolder).fireEvent(int, AbstractTabItem) line: 278 DefaultTabFolder.access$1(DefaultTabFolder, int, AbstractTabItem) line: 1 DefaultTabFolder$2.handleEvent(Event) line: 88 EventTable.sendEvent(Event) line: 84 CTabFolder(Widget).sendEvent(Event) line: 1052 CTabFolder(Widget).sendEvent(int, Event, boolean) line: 1076 CTabFolder(Widget).sendEvent(int, Event) line: 1061 CTabFolder(Widget).notifyListeners(int, Event) line: 773 CTabFolder.setSelection(int, boolean) line: 2736 CTabFolder.onPageTraversal(Event) line: 1664 CTabFolder.onTraverse(Event) line: 1790 CTabFolder$1.handleEvent(Event) line: 264 EventTable.sendEvent(Event) line: 84 CTabFolder(Widget).sendEvent(Event) line: 1052 CTabFolder(Widget).sendEvent(int, Event, boolean) line: 1076 CTabFolder(Widget).sendEvent(int, Event) line: 1061 CTabFolder(Control).traverse(Event) line: 3692 CTabFolder(Control).traverse(int) line: 3731 PartPane$1.keyTraversed(TraverseEvent) line: 95 TypedListener.handleEvent(Event) line: 247 EventTable.sendEvent(Event) line: 84 Composite(Widget).sendEvent(Event) line: 1052 Composite(Widget).sendEvent(int, Event, boolean) line: 1076 Composite(Widget).sendEvent(int, Event) line: 1061 Composite(Control).traverse(Event) line: 3692 StyledText(Control).translateTraversal(MSG) line: 3674 StyledText(Composite).translateTraversal(MSG) line: 1218 Display.translateTraversal(MSG, Control) line: 4691 Display.filterMessage(MSG) line: 1267 Display.readAndDispatch() line: 3653 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2601 Workbench.runUI() line: 2565 Workbench.access$4(Workbench) line: 2399 Workbench$7.run() line: 669 Realm.runWithDefault(Realm, Runnable) line: 332 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 662 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 115 EclipseAppHandle.run(Object) line: 196 EclipseAppLauncher.runApplication(Object) line: 110 EclipseAppLauncher.start(Object) line: 79 EclipseStarter.run(Object) line: 369 EclipseStarter.run(String[], Runnable) line: 179 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 79 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 Method.invoke(Object, Object...) line: 618 Main.invokeFramework(String[], URL[]) line: 619 Main.basicRun(String[]) line: 574 Main.run(String[]) line: 1407 Main.main(String[]) line: 1383
|
2010-05-06 07:17:25
| 1,273,140,000 |
resolved fixed
|
74f4bcf
| 1,278,600,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,124 | 319,261 |
Bug 319261 Switching perspectives from the perspective switcher tool items don't change the window's title
|
1. Window > Open Perspective > Debug 2. The window's title has changed. 3. From the perspective switcher, go back to the 'Java' perspective. 4. The window's title still says "Debug - Eclipse SDK".
|
2010-07-08 09:09:58
| 1,278,590,000 |
resolved fixed
|
9ad0a25
| 1,278,600,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,125 | 319,173 |
Bug 319173 [UI] Resizing feedback stops working
|
While we have seen this on other platforms we have a repeatable test case for the Mac (bogdan, please check if this is the exact scenarion, I'm entering it from memory): Fresh WS, open two other perspectives hit Ctrl-F8 (select perspective) Resize the main window the feedback for the resize doesn't occur until after the mouse button is released.
|
2010-07-07 14:19:21
| 1,278,530,000 |
resolved fixed
|
fdede44
| 1,278,530,000 |
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
|
Eclipse_Platform_UI
|
1,126 | 319,169 |
Bug 319169 [UI] active parts in Detached windows prevent activating a part in the main window
|
Start with a fresh WS Detach the Outline view using DnD Now you can no longer activate any part in the main window (i.e. Package Explorer). The cause seems to be that the 'rootContainer' has become the DW's MTrimmedWindow rather than the DW's containing MPerspective. This causes the PartService's 'activate' to fail the 'isInContainer()' test...
|
2010-07-07 13:34:48
| 1,278,520,000 |
resolved fixed
|
2710e05
| 1,278,530,000 |
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java 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 tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
|
Eclipse_Platform_UI
|
1,127 | 319,163 |
Bug 319163 [Compatibility] No icon for Pin Editors
|
We aren't processing any CommandContributionItems set directly. PW
|
2010-07-07 13:06:01
| 1,278,520,000 |
resolved fixed
|
e17d9e9
| 1,278,520,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java
|
Eclipse_Platform_UI
|
1,128 | 319,161 |
Bug 319161 [Compatibility] setFocus() called twice when invoking IWorkbenchPage's activate(IWorkbenchPart) method
|
SSIA
|
2010-07-07 12:55:23
| 1,278,520,000 |
resolved fixed
|
2d98b72
| 1,278,520,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
|
Eclipse_Platform_UI
|
1,129 | 319,115 |
Bug 319115 [Compatibility] Double Ctrl+O is not working
|
It appears to have been a problem since at least RC1. It works in my original workspace but not if I spawn a new one. It is broken in the inner also.
|
2010-07-07 08:15:26
| 1,278,500,000 |
resolved fixed
|
ef488d8
| 1,278,520,000 |
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandLegacyWrapper.java
|
Eclipse_Platform_UI
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.