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,330
274,198
Bug 274198 [CommonNavigator] Intermittent test failure deleting a file during tearDown
testMissingProjectsInWorkingSet Error Problems encountered while deleting resources. org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources. at org.eclipse.core.internal.resources.Resource.delete(Resource.java:729) at org.eclipse.core.internal.resources.Project.delete(Proje...
2009-04-28 18:27:41
1,240,960,000
verified fixed
350e147
1,271,720,000
tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/FileUtil.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java
Eclipse_Platform_UI
1,331
309,698
Bug 309698 Disposing parent context does not cause objects injected by a child context to be destroyed
The test below fails. static class Target { int pc = 0; int pd = 0; @Inject @Named("o") Object o; @PostConstruct void pc() { pc++; } @PreDestroy void pd() { pd++; } } public void testV() { IEclipseContext context = EclipseContextFactory.create(); IEclipseContext child = EclipseContextFactory.create(context, null); chil...
2010-04-19 11:47:07
1,271,690,000
resolved fixed
11bfdca
1,271,710,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
Eclipse_Platform_UI
1,332
299,760
Bug 299760 ContextInjectionFactory's invoke method (with no default return value) seems to ignore superclass methods
null
2010-01-15 08:35:51
1,263,560,000
resolved fixed
a593d12
1,271,690,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java
Eclipse_Platform_UI
1,333
309,665
Bug 309665 Don't eagerly set element ids in the resource
The EMF resource should not be setting a model element's element id given that that is a string that a developer should be making use of.
2010-04-19 09:09:44
1,271,680,000
resolved fixed
1281fc1
1,271,680,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4XMIResource.java
Eclipse_Platform_UI
1,334
309,563
Bug 309563 All packages (o.e.e4.ui.model.workbench.edit) of ItemProviders need to be exported
Before, there is only one ApplicationItemProviderAdapterFactory used by e4 Visual Designer. Now with the new model in multiple packages, we need to export all the corresponding ItemProvider.
2010-04-16 21:45:32
1,271,470,000
closed fixed
83170ce
1,271,470,000
bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/commands/provider/HandlerItemProvider.java bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/mo...
Eclipse_Platform_UI
1,335
305,571
Bug 305571 [Forms] Links in forms editors keep getting bolder and bolder
I20100309-0100 I expect that this has already been reported, but I can't find a dupe. If there isn't a dupe I can provide a screenshot and additional details, but it's easy to reproduce. Only noticed recently, but in forms editors (manifest editor, dynamic help, etc), links that get bolded/highlighted when hovering ove...
2010-03-11 14:06:10
1,268,330,000
resolved fixed
ccba653
1,271,450,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextHyperlinkSegment.java
Eclipse_Platform_UI
1,336
309,253
Bug 309253 [Compatibility] Title bar not updated with current perspective name
Eclipse 4.0 SDK, 20100413-1143, Win7 The title bar for the workbench window shows the name of the first perspective shown, and doesn't update as the perspective changes. Not a huge deal but given there is no perspective switcher (and thus no indicator of current perspective) it is easy to lose track of where you are if...
2010-04-14 21:28:34
1,271,290,000
resolved fixed
26e86a1
1,271,440,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,337
293,841
Bug 293841 [FieldAssist] NumLock keyDown event should not close the proposal popup [with patch]
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 Build Identifier: 20090920-1017 I have a Text widget with a ContentProposalAdapter attached to it. The user shall input some numeric value, but on this platform (Windows 2003 Terminal Server with rdestop unix client, if that m...
2009-10-30 19:13:41
1,256,940,000
verified fixed
25cc9e7
1,271,360,000
bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java
Eclipse_Platform_UI
1,338
212,894
Bug 212894 [About] AboutDialog doesn't properly handle invalid plugin certificates
Build: 3.4 M4. Steps: - Alter the signature of a bundle in the platform (add some random chars to ECLIPSE.RSA file of some bundle). - Open Help > About - Click Plugin Details - An "internal error" dialog pops up complaining of an IllegalStateException, and there is some spew in the log. When a plugin has a bad signatur...
2007-12-13 11:02:29
1,197,560,000
verified fixed
70a9603
1,271,360,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/AboutBundleData.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/BundleSigningInfo.java
Eclipse_Platform_UI
1,339
301,196
Bug 301196 [FieldAssist] ContentAssistCommandAdapter should provide an activation expression when activating the command handler
by providing an activation expression Eclipse can correctly resolve conflicts should the occur. applies to org.eclipse.ui.fieldassist.ContentAssistCommandAdapter see @org.eclipse.ui.internal.handlers.HandlerAuthority.resolveConflicts(String, SortedSet, MultiStatus)@ for details on how handler conflicts are resolved. Th...
2010-01-28 19:34:25
1,264,730,000
verified fixed
135d6d4
1,271,350,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/fieldassist/TextContentAssistCommandAdapterTest.java
Eclipse_Platform_UI
1,340
304,716
Bug 304716 [UX] [Progress] Show Eclipse startup progress in the Eclipse icon on the Windows 7 Task Bar
null
2010-03-04 13:21:33
1,267,730,000
verified fixed
e69c587
1,271,300,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
1,341
160,242
Bug 160242 [Workbench] use of BundleListener in AbstractUIPlugin
null
2006-10-09 15:18:27
1,160,420,000
verified fixed
792cbbf
1,271,270,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java
Eclipse_Platform_UI
1,342
148,993
Bug 148993 [Workbench] Wrong Javadoc for IDE.getEditorDescriptor
3.2 and latest 3.3 build The Javadoc of IDE.getEditorDescriptor(...) does not mention that as a very last resort it tries to find the editor descriptor for the default text editor i.e. IDEWorkbenchPlugin.DEFAULT_TEXT_EDITOR_ID (org.eclipse.ui.DefaultTextEditor)
2006-06-28 09:32:59
1,151,500,000
verified fixed
c43866f
1,271,270,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java
Eclipse_Platform_UI
1,343
203,640
Bug 203640 [EditorMgmt] IDE.openEditor(IWorkbenchPage, IMarker, boolean) should look for an editor that matches both editor input and editor ID if o.e.ui.ide.IDE.EDITOR_ID_ATTR is set on the marker
null
2007-09-17 15:07:49
1,190,060,000
verified fixed
16ea8f5
1,271,270,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
Eclipse_Platform_UI
1,344
301,820
Bug 301820 Resource Filters UI is not intuitive
Build ID: Eclipse SDK 3.6m5 As a user, I want to hide all backup and object files from my Eclipse resource tree, such that I can concentrate on what's relevant. I want to do this with a simple UI that I can understand intuitively. The resource filters are a great new concept, and the UI is extremely powerful. But I am ...
2010-02-04 07:56:36
1,265,290,000
verified fixed
e5790b9
1,271,260,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/FileInfoAttributesMatcher.java
Eclipse_Platform_UI
1,345
309,103
Bug 309103 [EditorMgmt] Numpad enter not recognized as a confirmation key in editor drop-down
1. Open an editor. 2. Ctrl+E. 3. Hit the numpad's enter key. 4. Nothing happens.
2010-04-14 07:49:09
1,271,250,000
verified fixed
a25082d
1,271,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java
Eclipse_Platform_UI
1,346
61,038
Bug 61038 [EditorMgmt] drop-down: up/down should wrap around
When pressing down at the bottom of the list you could wrap-around to the first item in the list. I understand that home/end are already supported, but this is the behaviour supported in code assist and I got used to it.
2004-05-05 09:15:40
1,083,760,000
verified fixed
2ca8984
1,271,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java
Eclipse_Platform_UI
1,347
309,041
Bug 309041 [compatibility] NPE importing preferences
Eclipse 4.0 build #40 1) File > Import > Preferences 2) Pick a preference file exported by 3.6 build 3) Finish java.lang.NullPointerException at org.eclipse.ui.internal.PlatformUIPreferenceListener.preferenceChange(PlatformUIPreferenceListener.java:155) at org.eclipse.core.internal.preferences.EclipsePreferences$2.run(...
2010-04-13 15:53:22
1,271,190,000
resolved fixed
55f4351
1,271,190,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java
Eclipse_Platform_UI
1,348
194,988
Bug 194988 [Workbench] Create Browser says it accepts null but it fails with null pointer if you do.
/** * Creates the new web browser instance. This is a simplified method that * creates the instance using default values for style, name and tooltip * parameters. The method can be used to quickly open the URL by calling * <code>createBrowser(id).openURL(url)</code>. * <p> * * @return the browser instance that can be u...
2007-06-29 20:32:41
1,183,160,000
verified fixed
0470fda
1,271,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/browser/DefaultWorkbenchBrowserSupport.java
Eclipse_Platform_UI
1,349
286,716
Bug 286716 [Workbench] IWorkbenchPreferenceConstants.PROMPT_WHEN_SAVEABLE_STILL_OPEN has malformed javadocs
null
2009-08-15 14:43:07
1,250,360,000
verified fixed
40c7719
1,271,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java
Eclipse_Platform_UI
1,350
297,256
Bug 297256 [Perspectives] Dialog font not honoured completely in the 'Perspectives' preference page
Build id: I20091208-0100 1. Window > Preferences 2. General > Appearance > Colors and Fonts 3. Basic > Dialog Font > Edit... 4. Increase the font size a bit, I went from Tahoma 8 to Tahoma 12. 5. Click 'OK' twice to dismiss the font dialog and the preference dialog. 6. Window > Preferences 7. General > Perspectives 8. ...
2009-12-08 14:15:51
1,260,300,000
verified fixed
070ffd1
1,271,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java
Eclipse_Platform_UI
1,351
293,466
Bug 293466 [Dialogs] CPD's 'Shortcuts' tab doesn't honour dialog font settings
1. Window > Preferences > General > Appearance > Colors and Fonts 2. Basic > Dialog Font 3. Click the 'Edit...' button and increase the font size a bit. 4. Click 'OK' to close the dialog. 5. Window > Customize Perspective... 6. All the tabs honour the font size change except for the 'Shortcuts' tab.
2009-10-27 12:23:16
1,256,660,000
verified fixed
45c997a
1,271,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java
Eclipse_Platform_UI
1,352
304,046
Bug 304046 [EditorMgmt] Editor selection dialog throws SWTException after double-clicking
In our legacy product (so normal Eclipse SDK + e4 on top) use the PkgExplorer>context menu>Open With>Other... and then picking the first Ecore Reflective Sample Editor will correctly open the editor, but also generates this log error: eclipse.buildId=I20100226-0820 java.fullversion=JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvm...
2010-02-26 10:35:33
1,267,200,000
verified fixed
74c30b2
1,271,170,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java
Eclipse_Platform_UI
1,353
293,448
Bug 293448 [Perspectives] Removing new/view/perspective shortcuts hides menu items forever until the perspective is reset
Build id: I20091027-0100 1. Window > Customize Perspective... > Shortcuts 2. Select 'Open Perspective' in the submenus combo control. 3. Turn them all off. 4. Select 'Show View' in the submenus combo control. 5. Turn them all off. 6. Click 'OK'. 7. 'Window > Open Perspective' is now missing. 'Window > Show View' is als...
2009-10-27 10:37:18
1,256,650,000
verified fixed
4f7fe30
1,271,170,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java
Eclipse_Platform_UI
1,354
294,117
Bug 294117 [Commands] Ctrl+C, Ctrl+X, Ctrl+V (Cut, Copy, Paste) shortcuts don't work over SWT_AWT Bridge
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: Version: 3.5.0 Build id: I20090611-1540 In Eclipse 3.5, the Ctrl+C, Ctrl+X, Ctrl+V (Cut, Copy, Pa...
2009-11-03 15:37:08
1,257,280,000
verified fixed
193fa02
1,271,170,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java
Eclipse_Platform_UI
1,355
273,436
Bug 273436 [Dialogs] InputDialogTest and TitleAreaDialogTest needs to close its opened dialogs when finished
Currently, the two dialogs that are opened by the two test methods stays up for the entire run of the JFace test suite. If another test were to invoke something like display.getShells(), they would get two more shells than what they expected. The tests should close the dialog when the tests are done.
2009-04-23 10:11:40
1,240,500,000
verified fixed
e82208e
1,271,170,000
tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/dialogs/InputDialogTest.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/dialogs/TitleAreaDialogTest.java
Eclipse_Platform_UI
1,356
307,858
Bug 307858 [Markers] UIUpdateJob may throw SWTException if control has been disposed
The runInUIThread(IProgressMonitor) method looks something like this... try { /* ... */ if (viewer.getControl().isDisposed()) { return Status.CANCEL_STATUS; } /* ... */ } finally { viewer.getTree().setRedraw(true); /* ... */ } The problem here is that the 'finally' block gets executed if the control is disposed. Since ...
2010-04-01 08:23:24
1,270,120,000
resolved fixed
6876fcc
1,271,170,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/UIUpdateJob.java
Eclipse_Platform_UI
1,357
286,830
Bug 286830 [QuickAccess] Should be able to tell Views with same name apart
null
2009-08-17 12:41:49
1,250,530,000
verified fixed
353d586
1,271,160,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/ActionElement.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/EditorElement.java bundles/org.eclipse.ui...
Eclipse_Platform_UI
1,358
308,975
Bug 308975 Can't recover from 'invalid' path variable
If a path variable is 'corrupted', the user is unable to recover. Steps to reproduce: 1) new path variable: PROJ_UP = ${PROJECT_LOC}/../ 2) You end up with this in your .project file: <variableList> <variable> <name>PROJ_UP</name> <value>$%7BPARENT-1-PROJECT_LOC%7D</value> </variable> </variableList> In e4 this was a m...
2010-04-13 05:55:21
1,271,150,000
resolved fixed
e361edf
1,271,160,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java
Eclipse_Platform_UI
1,359
305,585
Bug 305585 [FastView] FastViewManager assumes all IViewReferences are ViewReferences
Build Identifier: I20080617-2000 In our product, we have views that are not shown in a perspective. We've created our own view reference class that implements IViewReference. When dynamically removing a view extension point for one of these views, the IPerspectiveListener2 perspectiveChanged event is triggered and our ...
2010-03-11 15:02:35
1,268,340,000
verified fixed
9e8d719
1,271,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewManager.java
Eclipse_Platform_UI
1,360
308,894
Bug 308894 [EditorMgmt] NPE in PlatformUIPreferenceListener#preferenceChange(..) when changing file editor associations
null
2010-04-12 13:07:33
1,271,090,000
verified fixed
df47d4a
1,271,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java
Eclipse_Platform_UI
1,361
300,226
Bug 300226 [EditorMgmt] Create tests for bug 236104
null
2010-01-20 12:34:30
1,264,010,000
verified fixed
5d87f8d
1,271,080,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java
Eclipse_Platform_UI
1,362
303,094
Bug 303094 [EditorMgmt] Save operation does not seem to be closed appropriately in the face of failures
null
2010-02-17 12:14:06
1,266,430,000
verified fixed
1c0d2d9
1,271,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveableHelper.java
Eclipse_Platform_UI
1,363
297,184
Bug 297184 [Wizards] [resource filters] New file wizard should not allow to create files that are excluded by resource filter
Build : I20091207-1800 If the user creates a new file from the "File | New..." wizard that is actually filtered out by its parent resource filters, it will show up just after creation, but it will disappear from the resource tree when the user manually refreshes the view. 1) The PE should either not show this file, and...
2009-12-08 07:23:02
1,260,270,000
verified fixed
c42547e
1,271,070,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java
Eclipse_Platform_UI
1,364
308,675
Bug 308675 [Compatibility] Active workbench window not set on restart
1. Start the compatibility layer. 2. Shut it down. 3. Start it back up. 4. Open a file. 5. Ctrl+W. org.eclipse.core.commands.ExecutionException: No activeWorkbenchWindow found while executing org.eclipse.ui.file.close at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40) at org.eclipse.ui.handlers...
2010-04-09 13:29:58
1,270,830,000
resolved fixed
6f4d138
1,270,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
1,365
308,577
Bug 308577 e4 applications don't get focus
Upon startup, e4 based applications (including the 4.0 SDK) don't receive focus. Bogdan mentioned that this has to do something with the splash screen.
2010-04-08 19:07:17
1,270,770,000
resolved fixed
f87e04f
1,270,830,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java
Eclipse_Platform_UI
1,366
308,671
Bug 308671 [Compatibility] Cannot quit from 'File' menu
1. File > Exit 2. The workspace is saved but the workbench is not brought down.
2010-04-09 13:00:50
1,270,830,000
resolved fixed
37e7897
1,270,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/QuitHandler.java
Eclipse_Platform_UI
1,367
308,656
Bug 308656 [Compatibility] Cannot execute 'Close' keybinding
1. Open a file. 2. Ctrl+W. 3. An exception is logged. 4. File > Close 5. The editor closes properly. org.eclipse.core.commands.ExecutionException: No activeEditor found while executing org.eclipse.ui.file.close at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40) at org.eclipse.ui.handlers.Handle...
2010-04-09 10:44:47
1,270,820,000
resolved fixed
355303f
1,270,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,368
308,544
Bug 308544 [compatibility] Workbench#close never called
Build: 32 When exiting the Eclipse 4.0 SDK, Workbench#close is never invoked. A major conseqence is that the workbench advisor pre/post close methods are never called, and therefore the IWorkspace is never saved. On subsequent starts the workspace needs to perform a crash recovery which makes the startup slower.
2010-04-08 15:03:53
1,270,750,000
resolved fixed
91edbac
1,270,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/registry/PerspectiveRegistry.java
Eclipse_Platform_UI
1,369
308,592
Bug 308592 [Compatibility] MPEPs with text editors are in a crippled state
This includes SSE XML editors and PDE editors. The 'Source' tabs will not get rendered. Workaround is to just fallback to the standard text editor. This was introduced by the null return in KeyBindingService's getKeyBindingService(IWorkbenchSite) method. java.lang.NullPointerException at org.eclipse.ui.texteditor.Abstr...
2010-04-08 21:48:03
1,270,780,000
resolved fixed
588ae99
1,270,820,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java
Eclipse_Platform_UI
1,370
308,629
Bug 308629 [Compatibility] NPE thrown when restarting Eclipse
It's trying to add bindings to the application and failing. java.lang.NullPointerException at org.eclipse.emf.common.util.AbstractEList.getNonDuplicates(AbstractEList.java:1167) at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:372) at org.eclipse.e4.ui.model.application.impl.ApplicationImpl.eSet(A...
2010-04-09 07:57:13
1,270,810,000
resolved fixed
cf6a1b8
1,270,820,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/modeling/ModelReconciler.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java tests/org.ecli...
Eclipse_Platform_UI
1,371
308,584
Bug 308584 [Compatibility] DND throws InjectionException
Only happens on the first call. Caused by an NPE in the static createCompatibilitySelection(Object) method in SelectionService. Injection failed for the object "org.eclipse.e4.workbench.ui.internal.SelectionServiceImpl@5fea3". Unable to execute "org.eclipse.e4.core.internal.di.MethodRequestor@968df8" org.eclipse.e4.cor...
2010-04-08 20:29:03
1,270,770,000
resolved fixed
b3a4e9c
1,270,770,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java
Eclipse_Platform_UI
1,372
308,583
Bug 308583 IPageLayout ratios are being ignored
Because of this, the perspectives don't come up as expected and you have to resize the sashes in every perspective.
2010-04-08 19:47:04
1,270,770,000
resolved fixed
e8b4817
1,270,770,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java
Eclipse_Platform_UI
1,373
308,492
Bug 308492 [Compatibility] NPE thrown when closing SSE editors
This can be reproduced with the SSE XML editor and the e4 workbench designer. 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:467) at o...
2010-04-08 11:13:20
1,270,740,000
resolved fixed
bdd1637
1,270,740,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,374
308,394
Bug 308394 [Compatibility] ViewReferences are created for hidden parts when the workbench is restarted
1. Window > Navigation > Next View 2. See a bunch of views. 3. Close Eclipse. 4. Restart it. 5. Window > Navigation > Next View 6. See a lot more views in the list now.
2010-04-07 16:08:46
1,270,670,000
resolved fixed
d26738d
1,270,730,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/ModeledFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java bundles/org.ecl...
Eclipse_Platform_UI
1,375
308,382
Bug 308382 [Compatibility] ViewReferences are not destroyed when the view is closed
1. Window > Navigation > Next View 2. See a bunch of views. 3. Close a view. 4. Window > Navigation > Next View 5. The closed view is still there.
2010-04-07 14:43:41
1,270,670,000
resolved fixed
b8ba60b
1,270,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,376
304,239
Bug 304239 move each core application service to its own package
In M4, some services have their own package, others are provided in core.services. Boris and I talked about moving each service (API) to its own package. Reasons are: - aids with discoverability - helps separate application services from other public API in the core.services package (such as IDisposable, JSONObject) - ...
2010-03-01 13:02:05
1,267,470,000
resolved fixed
50910b9
1,270,670,000
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/CommandServiceCreationFunction.java bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceCreationFunction.java bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServ...
Eclipse_Platform_UI
1,377
308,220
Bug 308220 Test failures in EPartServiceTest, ESelectionServiceTest
null
2010-04-06 11:23:32
1,270,570,000
resolved fixed
d7428e6
1,270,580,000
tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
Eclipse_Platform_UI
1,378
308,212
Bug 308212 ESS should not "reach out" for context in the RAT
We should query for the context from the event instead of accessing it via 'final'.
2010-04-06 10:32:23
1,270,560,000
resolved fixed
d5cf9dd
1,270,560,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java
Eclipse_Platform_UI
1,379
307,427
Bug 307427 ContextTest's testTwoContextsBottom() is failing
Fails individually and as a part of the suite run. junit.framework.AssertionFailedError: expected:<1> but was:<0> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.j...
2010-03-29 13:20:47
1,269,880,000
resolved fixed
fcc4545
1,270,560,000
tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
Eclipse_Platform_UI
1,380
294,750
Bug 294750 [Contributions] Allow a handler to update MUIItems
A handler for a command should be able to update text or tooltips on UIItems that point to the command. ex: in 3.x we have this pattern. 1) each item registers as a UIElement for a command 2) the command service can handle a request to refresh all UIElements for a command 3) changing handlers causes a refresh request 4...
2009-11-10 10:29:41
1,257,870,000
resolved fixed
2861bf8
1,270,480,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java
Eclipse_Platform_UI
1,381
305,707
Bug 305707 add a way to contribute object providers to dependency injection
null
2010-03-12 12:04:06
1,268,410,000
resolved fixed
e62a494
1,270,150,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/Bug299755Test.java tests/org.eclipse.e4.ui.tests/...
Eclipse_Platform_UI
1,382
307,923
Bug 307923 [Compatibility] Workbench's saveAllEditors(boolean) method is implemented incorrectly
1. Select an Ant file. 2. Context menu > Run As > Ant Build 3. Nothing happens. There's a launching code path that'll try to save all editors before launching. We're returning false incorrectly here.
2010-04-01 14:33:48
1,270,150,000
resolved fixed
56ee847
1,270,150,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
1,383
307,901
Bug 307901 EPartService does not short circuit saveAll(boolean) if 'false' and/or no save handler is provided
The code looks like so... boolean success = true; for (MPart dirtyPart : dirtyParts) { if (!savePart(dirtyPart, false)) { success = false; } } return success; ...the first time a save fails, we should return false immediately.
2010-04-01 12:48:49
1,270,140,000
resolved fixed
6da239c
1,270,140,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
Eclipse_Platform_UI
1,384
307,747
Bug 307747 EPartService doesn't render new parts
1. Have a part in a stack, it is the selected part. 2. Show another part in that stack using PartState.CREATE or PartState.VISIBLE. 3. The part should've been rendered. It is not.
2010-03-31 11:12:57
1,270,050,000
resolved fixed
c25b51a
1,270,050,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
Eclipse_Platform_UI
1,385
307,485
Bug 307485 Passing in parameter PRESENTATION_URI_ARG at startup
null
2010-03-30 03:56:07
1,269,940,000
resolved fixed
b78b753
1,270,050,000
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
Eclipse_Platform_UI
1,386
307,730
Bug 307730 [Compatibility] Workbench window selection not available to 3.x handlers
HandlerUtil's getCurrentSelection(ExecutionEvent) returns null. 1. Select a project. 2. Context menu > Export... 3. General > File System > Next 4. The project is not preselected.
2010-03-31 09:27:42
1,270,040,000
resolved fixed
c16d341
1,270,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java
Eclipse_Platform_UI
1,387
307,570
Bug 307570 [Compatibility] WorkbenchPage's hidePart(MPart, boolean, boolean) should not ignore e4 parts
Right now, we return 'false' if the client implementation is not a CompatibilityPart. The workbench should be capable of closing e4 parts.
2010-03-30 14:45:56
1,269,970,000
resolved fixed
8751ea3
1,270,040,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/WorkbenchPartReference.java
Eclipse_Platform_UI
1,388
307,577
Bug 307577 [UI] Allow the CSS engine access to the 'tag' info
We need to define multiple CSS 'class' names to allow clients to style against tag information (such as "View", "ViewStack"...). We will also add the model element's type ("MWindow", "MPart"...) This will allow for example style sheets that have all stacks use a particular tab style but also allow it to differentiate t...
2010-03-30 15:47:42
1,269,980,000
resolved fixed
90dbdf6
1,269,980,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java
Eclipse_Platform_UI
1,389
307,163
Bug 307163 DBCS3.6: Resource Filter UI didn't restore grouped filters
Build Identifier: I20100313-1044 When reopening Resource Filters property editor after adding several filters under either of top-level AND/OR/NOT group, none of children in such top-level group filter is shown while settings are actually persisted in .project. Reproducible: Always Steps to Reproduce: 1. Create a proje...
2010-03-26 05:14:26
1,269,590,000
closed fixed
a61d13f
1,269,980,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
Eclipse_Platform_UI
1,390
307,158
Bug 307158 DBCS3.6: DBCS names are broken in Web Browser preference after Eclipse restart.
Build Identifier: I20100313-1044 DBCS names are broken in Web Browser preference after Eclipse restart. The broken DBCS must be the characters out of the default code page, such as U+20B9F, U+309A against Shift-JIS. This bug happens only under Windows 7, XP and so on. It does not happen under SLES11(linux). Reproducibl...
2010-03-26 02:29:54
1,269,590,000
verified fixed
45a5f88
1,269,880,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserManager.java
Eclipse_Platform_UI
1,391
307,398
Bug 307398 [Perspectives] 'Show In' targets not added to existing perspectives
null
2010-03-29 10:42:04
1,269,870,000
verified fixed
02e1199
1,269,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
1,392
307,389
Bug 307389 [Compatibility] NPE thrown in IWorkbench's getWorkbenchWindows()
I hit this once in a while and John did also. We have no reproducible steps. I'll safe up the code. Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.Workbench.getWorkbenchWindows(Workbench.java:1173) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.install(ASTProvider.java:248) at org.eclipse.j...
2010-03-29 09:21:54
1,269,870,000
resolved fixed
826e566
1,269,870,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
1,393
307,193
Bug 307193 [Compatibility] Exception thrown when opening 'EMF Javascript Scrapbook' view
java.lang.NullPointerException at org.eclipse.emf.common.util.URI.createURIWithCache(URI.java:669) at org.eclipse.emf.common.util.URI.createURI(URI.java:541) at org.eclipse.ui.internal.registry.ViewDescriptor.getImageDescriptor(ViewDescriptor.java:99) at org.eclipse.ui.internal.ViewReference.<init>(ViewReference.java:3...
2010-03-26 10:39:26
1,269,610,000
resolved fixed
8be1a97
1,269,610,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewDescriptor.java
Eclipse_Platform_UI
1,394
307,134
Bug 307134 [Compatibility] Editors cannot be materialized on restart
It seems if an editor is one of the first things to render (leftmost stack, first item), ERs are not being created in time. The fix would most likely be in Workbench's initializeE4Services() method. java.lang.IllegalArgumentException: Unable to find value for "org.eclipse.ui.internal.EditorReference"Unable to find matc...
2010-03-25 16:21:51
1,269,550,000
resolved fixed
5e3045e
1,269,600,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/WorkbenchPage.java
Eclipse_Platform_UI
1,395
307,128
Bug 307128 [Compatibility] NPE thrown when rerendering a 3.x view that no longer has tool items
The basic gist of the problem is that a 3.x view's toolbar may be tagged with "LegacyTB" when it's constructed. There is an assumption here that the part's control has the JFace IToolBarManager set in it. However, this is only set if the toolbar actually has items. It may have had items in the beginning but not anymore...
2010-03-25 15:52:49
1,269,550,000
resolved fixed
9a009fe
1,269,550,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java
Eclipse_Platform_UI
1,396
307,122
Bug 307122 SelectionServiceImpl leaks RATs
SelectionServiceImpl.track adds an IRunAndTrack that is never removed. So for example each time an editor is opened and closed two extra RATs are added to the application context (once for open and once for close).
2010-03-25 15:05:31
1,269,540,000
resolved fixed
03075ca
1,269,540,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java
Eclipse_Platform_UI
1,397
307,074
Bug 307074 [Compatibility] Cannot use open with to a browser
1. Select an HTML file. 2. Context menu > Open With > Other... 3. Select 'Web Browser' from the 'Internal editors' list. 4. Click OK. 5. An internal error occurs. java.lang.NoSuchMethodError: org/eclipse/ui/internal/WorkbenchPage.openEditorFromDescriptor(Lorg/eclipse/ui/IEditorInput;Lorg/eclipse/ui/IEditorDescriptor;ZL...
2010-03-25 10:58:12
1,269,530,000
resolved fixed
20ff091
1,269,530,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,398
306,738
Bug 306738 Renderer does not synchronize ToolItem selection state with MToolItem
Build: I20100318-2100 I have an app with an MToolBar defining a set of tool items of type "radio". When I select a different tool item, the button states change. Upon quitting the application, however, the change of state is not written to the delta. As a result, when running the application again, the toolbar item sta...
2010-03-22 12:37:09
1,269,280,000
resolved fixed
52a9d2f
1,269,460,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.ja...
Eclipse_Platform_UI
1,399
306,898
Bug 306898 [Compatibility] NPE thrown when bringing up context menu on the MANIFEST.MF editor's form header
java.lang.NullPointerException at org.eclipse.pde.internal.ui.editor.plugin.ManifestEditorContributor.contextMenuAboutToShow(ManifestEditorContributor.java:51) at org.eclipse.pde.internal.ui.editor.PDEFormEditorContributor.contextMenuAboutToShow(PDEFormEditorContributor.java:174) at org.eclipse.pde.internal.ui.editor.P...
2010-03-23 21:42:05
1,269,390,000
resolved fixed
7cc1f1e
1,269,450,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,400
306,883
Bug 306883 Accelerators are never shown on MacOS X
Build Identifier: I20100318-2100 I noticed a while back that the main menus in my app no longer showed keystroke accelerators. Turns out that the EBindingServiceImpl's contextSet is always empty. EBindingServiceImpl#setContexIds() is called a few times, but always with an empty set. As a result, EBS.getBestSequenceFor(...
2010-03-23 17:46:52
1,269,380,000
resolved fixed
6558647
1,269,450,000
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
Eclipse_Platform_UI
1,401
306,938
Bug 306938 [Compatibility] Progress dialog comes up when opening a file
This doesn't happen on 3.x and is rather annoying now that John's performance improvements have made this dialog pretty much obsolete. I believe I implemented a renegade/naive implementation of IRunnableContext methods or something somewhere. Will check what happens on 3.x and compare...
2010-03-24 09:28:21
1,269,440,000
resolved fixed
d9061cf
1,269,440,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
1,402
306,896
Bug 306896 [Compatibility] IEditorMatchingStrategy processing is unimplemented
Opening a bundle's MANIFEST.MF and plugin.xml file should just spawn one editor instead of two.
2010-03-23 21:33:49
1,269,390,000
resolved fixed
6448cd9
1,269,430,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/CompatibilityEditor.java
Eclipse_Platform_UI
1,403
306,821
Bug 306821 [Compatibility] Status line contributions are not disposed
1. Synchronize a project that has changes. 2. The 'Synchronize' view shows up displaying the changes and the change indicators are displayed in the status line. 3. Close the 'Synchronize' view. 4. The change indicators are still there. 5. Alt+Tab and then Alt+Tab back to Eclipse. 6. SWTExceptions are thrown. org.eclips...
2010-03-23 10:10:16
1,269,350,000
resolved fixed
d86136a
1,269,360,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewSite.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/ActionBars.java
Eclipse_Platform_UI
1,404
306,740
Bug 306740 [Compatibility] Closing a dirty editor from 'Switch to Editor' dialog incorrectly recognizes the file as being opened in multiple places
1. Open a file. 2. Make it dirty. 3. Window > Navigate > Switch to Editor... 4. Select the editor and click the 'Close Selected Editors' button. 5. The framework incorrectly flags the file as being opened in multiple places.
2010-03-22 12:42:58
1,269,280,000
resolved fixed
280e962
1,269,280,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,405
306,744
Bug 306744 [Compatibility] Editors can no longer be restored across workbench restarts
null
2010-03-22 12:55:53
1,269,280,000
resolved fixed
e9f7245
1,269,280,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java
Eclipse_Platform_UI
1,406
306,719
Bug 306719 Bug 306719 [Compatibility] Active part/editor information not available in the ExecutionEvent
'Window > Navigation > Activate Editor' does not work. Many handlers rely on the active editor so we need this working properly.
2010-03-22 10:33:40
1,269,270,000
resolved fixed
1dcfafc
1,269,270,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,407
306,700
Bug 306700 [Compatibility] 'Next View'/'Previous View' does not include an editor
Right now, it only includes views. The editor also needs to be listed.
2010-03-22 08:10:51
1,269,260,000
resolved fixed
e9f8c83
1,269,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CycleViewHandler.java
Eclipse_Platform_UI
1,408
296,456
Bug 296456 [Import/Export] File -> Import filesystem w/cyclical symbolic folder links causes OOME
null
2009-11-30 07:03:33
1,259,580,000
verified fixed
c4926a6
1,269,250,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/filesystem/FileSystemStructureProvider.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
Eclipse_Platform_UI
1,409
306,545
Bug 306545 The changes in the Saveable Service causes the Save button to disable for our modeling resources
Build Identifier: I20100313-1044 (eclipse version 3.6.0) The code changes in eclipse break our saveable provider functionality. class: org.eclipse.ui.internal.navigator.NavigatorSaveablesService method: createSaveablesProvider changed: calling internalGetContentProvider instead of getContentProvider cause: In previous ...
2010-03-19 12:09:23
1,269,010,000
verified fixed
4e73e6d
1,269,020,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSaveablesService.java
Eclipse_Platform_UI
1,410
306,551
Bug 306551 [Compatibility] ViewReferences are being eagerly instantiated
We made a mistake of instantiating VRs for every single MPart without regard as to whether it was being rendered or not. This caused Ctrl+(Shift+)F7 to show every single view that was in the perspective even if it was just a "placeholder".
2010-03-19 12:44:02
1,269,020,000
resolved fixed
3bd232d
1,269,020,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java
Eclipse_Platform_UI
1,411
271,956
Bug 271956 [Forms] SharedHeaderFormEditor should check for null header
The SharedHeaderFormEditor should be coded to handle null header. A null header may happen in some cases: although it is hard for me to pinpoint the exact cases, I did encounter a NullPointerException resulting from the following method: public boolean isDirty() { return headerForm.isDirty() || super.isDirty(); } I bel...
2009-04-12 01:42:44
1,239,520,000
resolved fixed
9edb371
1,268,940,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java
Eclipse_Platform_UI
1,412
306,366
Bug 306366 [Model] Allow ModelComponent to contribute KeyBindings to a BindingTable
Currently one can only contribute a complete binding table but is not allowed to contribute a single keybinding.
2010-03-18 09:57:07
1,268,920,000
resolved fixed
10d71ae
1,268,920,000
bundles/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/ModelComponentItemProvider.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplicationPackage.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MMo...
Eclipse_Platform_UI
1,413
306,251
Bug 306251 MContext's properties needs to actually be populated into the context
Need to fix CPR and then add the code in PRE.
2010-03-17 14:33:42
1,268,850,000
resolved fixed
f6f6db7
1,268,920,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
Eclipse_Platform_UI
1,414
306,231
Bug 306231 The Regular Expression Resource Filter must gracefully handle invalid patterns
null
2010-03-17 12:57:41
1,268,850,000
resolved fixed
58f143e
1,268,860,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
Eclipse_Platform_UI
1,415
306,229
Bug 306229 [Compatibility] NPE thrown when spawning another console
null
2010-03-17 12:40:42
1,268,840,000
resolved fixed
d0909bb
1,268,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,416
306,204
Bug 306204 [Compatibility] 'Quick Access' throws NPE
null
2010-03-17 10:38:20
1,268,840,000
resolved fixed
576c664
1,268,840,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java
Eclipse_Platform_UI
1,417
305,542
Bug 305542 [Filters] CompoundFileInfoMatcher#filterTypes should be renamed to #matchers
As in the summary.
2010-03-11 12:08:52
1,268,330,000
resolved fixed
318d2fa
1,268,840,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/AndFileInfoMatcher.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/NotFileInfoMatcher.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/OrFileInfoMatcher.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/id...
Eclipse_Platform_UI
1,418
306,185
Bug 306185 [Compatibility] 'Window > New Window' creates a shell of zero width and height
null
2010-03-17 09:30:32
1,268,830,000
resolved fixed
0b7377a
1,268,830,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/Workbench.java
Eclipse_Platform_UI
1,419
305,807
Bug 305807 iconURI does not work for HandledMenuItem
Given the following declaration, the menu item shows up but does not have the specified icon. The same iconURI attribute works when used with a part descriptor. <components parentID="org.eclipse.ui.main.menu"> <children xsi:type="application:MenuItem" label="Fa&amp;vorites"> <children xsi:type="application:HandledMenuI...
2010-03-14 20:24:56
1,268,610,000
resolved fixed
9759635
1,268,770,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java
Eclipse_Platform_UI
1,420
306,052
Bug 306052 [Compatibility] IWorkbenchPage's closeEditors(IEditorReference[], boolean)
The handler invokes the right method but only one editor is closed. :/
2010-03-16 13:32:13
1,268,760,000
resolved fixed
f7525c2
1,268,760,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,421
306,045
Bug 306045 [Compatibility] NPE thrown when restoring Eclipse with a 'Console' view open
org.eclipse.e4.core.services.internal.context.InjectionException: Unexpected error invoking method "setPart" at org.eclipse.e4.core.services.internal.context.InjectionMethod.invoke(InjectionMethod.java:66) at org.eclipse.e4.core.services.internal.context.InjectionMethod.notify(InjectionMethod.java:44) at org.eclipse.e4...
2010-03-16 13:07:10
1,268,760,000
resolved fixed
66dce11
1,268,760,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java
Eclipse_Platform_UI
1,422
305,918
Bug 305918 Restarting causes the New menu cascade to be empty
Start with a fresh WS Right click in the Package Explorer and expand the 'New' cascade...looks OK Close Restart, do *not* clear the WS Right click again, you get a disabled menu item reading '<No Applicable Items>' I originally saw this while testing 'Install new software' and was blaming the changes on the installatio...
2010-03-15 15:54:27
1,268,680,000
resolved fixed
a1c7117
1,268,740,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/WorkbenchPage.java
Eclipse_Platform_UI
1,423
305,796
Bug 305796 model reconciler tests need rework
They need re-work as there is a level of indirection between a binding container and the bindings. PW
2010-03-14 15:48:28
1,268,600,000
resolved fixed
b86bde4
1,268,670,000
bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/EBindingService.java bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTable.java bundles/org.eclipse.e4.ui.bindings/src/or...
Eclipse_Platform_UI
1,424
305,852
Bug 305852 [Compatibility] NPE thrown when closing all editors
1. Open a file. 2. File > Close All 3. NPE is logged though the editor is closed as expected. java.lang.NullPointerException at org.eclipse.ui.part.PageBookView$4.partHidden(PageBookView.java:1027) at org.eclipse.ui.internal.WorkbenchPage.firePartHidden(WorkbenchPage.java:2517) at org.eclipse.ui.internal.WorkbenchPage....
2010-03-15 10:02:47
1,268,660,000
resolved fixed
21358cb
1,268,660,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,425
287,319
Bug 287319 [CommonNavigator] ClassCastExceptions in NavigatorPipelineService when content provider can't be loaded
Build ID: I351I20090817 Steps To Reproduce: If there is a content provider registered on the org.eclipse.ui.navigator.navigatorContent extension point that overrides another extension and the content provider can't be instantiated for whatever reason, you start to see a bunch of ClassCastExceptions. The problem is that...
2009-08-21 12:07:14
1,250,870,000
verified fixed
5df3f5c
1,268,620,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java
Eclipse_Platform_UI
1,426
304,393
Bug 304393 [CommonNavigator] Custom tabbed property sheets non functional when using CN w/ view id different from project explorer
Build Identifier: 3.5.X and 3.6 all builds. Created a custom common navigator with a unique id. Enable and use the tabbed property sheets extensions for this view id. Use the TabDescriptorProvider portion of the tabbed.PropertyContributor. This worked in 3.4.x, but starting in 3.5 the tabbed property sheet fails to loa...
2010-03-02 13:15:24
1,267,550,000
verified fixed
65135e9
1,268,620,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetAdapterFactory.java
Eclipse_Platform_UI
1,427
302,791
Bug 302791 [CommonNavigator] Associated editor does not close when deleting resource (editorInput) through CommonNavigator
null
2010-02-12 18:29:25
1,266,020,000
verified fixed
aa9cd2a
1,268,620,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CustomAndExpression.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPlugin.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/CommonActionProviderDescriptor.java bundles/org.eclip...
Eclipse_Platform_UI
1,428
305,375
Bug 305375 [ui] Many dialogs about unavailable sites
I20100309-0100 I ran a "Check for Updates" immediately after my machine had come out of standby. I don't think the wireless had fully connected yet, and the check for updates failed (fine). However, I got a half dozen nested dialogs about each of the sites that it could not find. They were all stacked on top of one ano...
2010-03-10 13:58:01
1,268,250,000
verified fixed
deae143
1,268,600,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java
Eclipse_Platform_UI
1,429
305,800
Bug 305800 [CommonNavigator] Small tracing improvement
null
2010-03-14 16:47:02
1,268,600,000
resolved fixed
f137edb
1,268,600,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptor.java
Eclipse_Platform_UI