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
2,030
266,485
Bug 266485 [ViewMgmt] PageSwitcher uses wrong parent when invoked from detached view
null
2009-02-27 08:53:11
1,235,740,000
resolved fixed
279f0a6
1,236,110,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CycleBaseHandler.java
Eclipse_Platform_UI
2,031
265,425
Bug 265425 [Workbench] Finalize API for Platform constants in org.eclipse.jface.util.Util
null
2009-02-19 04:08:16
1,235,030,000
verified fixed
0c9c242
1,236,110,000
bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java
Eclipse_Platform_UI
2,032
264,030
Bug 264030 [IDE] Platform UI refrences update.configurator
the class IDEWorkbenchWindowAdvisor in the ui.ide.application bundle references classes that come from the update.configurator bundle. This is a problem you are trying to ship platform configurations that do not include any update manager code. The code in openWelcomeEditors(IWorkbenchWindow) should use an enhanced Bun...
2009-02-06 23:05:48
1,233,980,000
verified fixed
0647b30
1,236,110,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/AboutInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/branding/IBundleGroupConstants.java bundles/org.eclipse.ui.workbench/Ecli...
Eclipse_Platform_UI
2,033
262,615
Bug 262615 [Commands] Add test for TextActionHandler
null
2009-01-27 13:12:01
1,233,080,000
verified fixed
15aff77
1,236,110,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/TextControlView.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/TextHandlerTest.java
Eclipse_Platform_UI
2,034
255,136
Bug 255136 [Commands] [Services] IEvaluationReference needs to remove its provisional API claim
org.eclipse.ui.services.IEvaluationReference is spec'd as being provisional for the 3.4 release although we all know 3.4 is out the door now. Hence, that comment needs to be removed.
2008-11-13 01:45:12
1,226,560,000
verified fixed
4da1412
1,236,110,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/services/IEvaluationReference.java
Eclipse_Platform_UI
2,035
168,682
Bug 168682 [Perspectives] Externalized error message in PerspectiveRegistry
WorkbenchMessages.Perspective_errorLoadingState is externalized. It shouldn't be.
2006-12-20 09:02:32
1,166,620,000
verified fixed
9f1f61c
1,236,110,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java
Eclipse_Platform_UI
2,036
134,526
Bug 134526 [Contributions] popupMenus ext point support for part input (was: Support Quick Diff menu contributions to annotate bar)
null
2006-04-03 11:19:47
1,144,080,000
verified fixed
349a140
1,236,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISources.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MockReusableEditorPart.java tests/org.eclipse.ui.tests/Eclipse UI Tests/...
Eclipse_Platform_UI
2,037
241,208
Bug 241208 [Markers] [Problems View] Restore Defaults is not working in the preferences
null
2008-07-17 04:53:06
1,216,280,000
resolved fixed
14f9193
1,236,090,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPreferencesDialog.java
Eclipse_Platform_UI
2,038
264,818
Bug 264818 [Markers] Problems view: Status line shows wrong selection count summary
null
2009-02-13 04:35:12
1,234,520,000
verified fixed
2d05745
1,236,090,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CachedMarkerBuilder.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerMap.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/vi...
Eclipse_Platform_UI
2,039
266,769
Bug 266769 [CommonNavigator] Reorg test identifiers
null
2009-03-02 19:05:34
1,236,040,000
verified fixed
136ec8f
1,236,040,000
tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ActivityTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/DnDTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ExtensionsTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/...
Eclipse_Platform_UI
2,040
266,345
Bug 266345 [Progress] WorkbenchSiteProgressServiceTest's testWaitCursor() is failing
null
2009-02-26 12:22:41
1,235,670,000
verified fixed
805996f
1,236,020,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java
Eclipse_Platform_UI
2,041
266,699
Bug 266699 [CommonNavigator] Remove CommonDropAdapter.setCurrentOperation
This has been replaced by overrideOperation() which does the same thing. Note that setCurrentOperation() was added in M5 so it's never really been API yet.
2009-03-02 10:49:09
1,236,010,000
verified fixed
9239f3e
1,236,010,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestCopyDropAssistant.java
Eclipse_Platform_UI
2,042
57,762
Bug 57762 [Dialogs] honor the platform button dismissal alignment on Mac and GTK
Button ordering is inverted on these platforms. See Display.getDismissalAlignment() or the equivalent JFace mechansim.
2004-04-07 12:26:54
1,081,360,000
verified fixed
17a8af0
1,236,010,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusDialogUtil.java
Eclipse_Platform_UI
2,043
266,659
Bug 266659 [StatusHandling] Minimalize WSDM API changes
I do not believe it has sufficient adoption from community.
2009-03-02 04:46:32
1,235,990,000
resolved fixed
e8be416
1,235,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/IStatusDialogConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java b...
Eclipse_Platform_UI
2,044
263,845
Bug 263845 [CommonNavigator] Drag/drop folder from non-Java Proj to Java Proj does copy instead of move sometimes
null
2009-02-05 14:16:33
1,233,860,000
verified fixed
da892a3
1,235,970,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java
Eclipse_Platform_UI
2,045
266,391
Bug 266391 [CSS] second failure in css tests
null
2009-02-26 17:44:15
1,235,690,000
resolved fixed
deae4a2
1,235,690,000
tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/CssCoreTestSuite.java tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/parser/CascadeTest.java
Eclipse_Platform_UI
2,046
265,721
Bug 265721 [CSS] 3.x CSS Presentation
We should create a specialized Presentation so CSS will work in 3.x. See the rcp example (and then move the Presentation and DefaultTabFolder out of the example).
2009-02-20 18:28:40
1,235,170,000
resolved fixed
10b1063
1,235,620,000
examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/Application.java examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/presentation/CSSPresentationFactory.java examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/presentation/...
Eclipse_Platform_UI
2,047
265,164
Bug 265164 Consolidate all interface access under the appropriate context
At the moment the various 'Legacy<xxx>' implementations maintain discreet fields to store a variety of interface implementations (IWorkbench, IWorkbenchWindow, IPartSite...). With the new Context menchanism in place these should be placed in to the context structure at the appropriate location in the context tree and a...
2009-02-17 09:52:54
1,234,880,000
resolved fixed
f5d902e
1,235,590,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/ILegacyHook.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java
Eclipse_Platform_UI
2,048
266,204
Bug 266204 [UI] NPE when 'activating' an empty stack
The Compatibility harness has an (initially) empty EditorStack. Clicking on it produces an NPE because the active part is null
2009-02-25 15:17:12
1,235,590,000
resolved fixed
0effe2c
1,235,590,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java
Eclipse_Platform_UI
2,049
226,746
Bug 226746 [Commands] Handler updates UI using wrong selection after right-click in different view
Using the attached plugin project: - Create a new Java project and a new Java class. Open Java class in editor. - Check to make sure that "Test Command" is available in popup menu in Navigator view. - Select text in Java editor, immediately right click on any object in Navigator view I receive the below error in TestCo...
2008-04-11 14:56:36
1,207,940,000
verified fixed
8a2e21c
1,235,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/ActivePartSourceProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java bundles/org.eclipse.u...
Eclipse_Platform_UI
2,050
264,845
Bug 264845 [Contributions] WorkbenchServiceRegistry fails with ArrayStoreException
Build ID: 1.2.0.20081221-2301 I'm starting a RAP application and receive an ArrayStoreException almost immediately (see below). Likely this is due to some extension that does not provide a class with the correct type. IMHO this case should be checked and ignored (or failed upon) with a log entry that enables the client...
2009-02-13 09:14:51
1,234,530,000
verified fixed
fcc3571
1,235,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchServiceRegistry.java
Eclipse_Platform_UI
2,051
266,028
Bug 266028 [CSS] Property retrieval must check instanceof and return null
null
2009-02-24 16:15:49
1,235,510,000
resolved fixed
d20f6f8
1,235,510,000
bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBorderVisibleSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyMaximizeVisibleSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties...
Eclipse_Platform_UI
2,052
263,855
Bug 263855 [Import/Export] [Wizards] Request Project Import Wizard allow for an initial / pre-populated path
null
2009-02-05 15:05:22
1,233,860,000
verified fixed
e8620d4
1,235,480,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ExternalProjectImportWizard.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.jav...
Eclipse_Platform_UI
2,053
264,278
Bug 264278 photo demo: should use square corners
null
2009-02-09 19:12:52
1,234,220,000
resolved fixed
3788850
1,235,450,000
examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java
Eclipse_Platform_UI
2,054
265,204
Bug 265204 [About] Consider revising button contribution strategy in InstallationPage
Some of the things that are provided in the platform installation pages might be of general use to more clients. Consider promoting these concepts to API...They are listed in order of importance. - The about CopyHandler redirects the copy command to the page. We could make this handler API and add the copy protocol in ...
2009-02-17 15:07:55
1,234,900,000
verified fixed
893099c
1,235,430,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/ActiveInstallationPageExpression.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/IInstallationPageContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/IInstallationPageSources.java bundles/org.eclipse.ui.wo...
Eclipse_Platform_UI
2,055
265,268
Bug 265268 [About] Improving the new About Dialog
The new About dialog is much better than the previous one. I feel that it could still be improved. Here are my suggestions: (*) When the user presses Help->About, a dialog opens. Then the user has to press "Installation Details", which opens up another dialog. I'm not a big fan of 'dialog over dialog over dialog ...' s...
2009-02-18 04:19:44
1,234,950,000
verified fixed
5624a2b
1,235,430,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/AboutSystemPage.java
Eclipse_Platform_UI
2,056
265,739
Bug 265739 [About] 'Features' tab in 'Eclipse SDK Installation Details' dialog does not display sort direction
null
2009-02-21 14:28:45
1,235,240,000
verified fixed
e3b1ab9
1,235,430,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/AboutFeaturesPage.java
Eclipse_Platform_UI
2,057
265,878
Bug 265878 [DataBinding] Compile errors ("never used locally") in tests and examples
using I20090217-2200.
2009-02-23 15:44:04
1,235,420,000
resolved fixed
16f024c
1,235,420,000
examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/DatabindingContextTest.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databind...
Eclipse_Platform_UI
2,058
265,856
Bug 265856 [Viewers] TreeViewer Widget Dispose Error
null
2009-02-23 12:37:36
1,235,410,000
verified fixed
e029c1a
1,235,410,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/SWTFocusCellManager.java
Eclipse_Platform_UI
2,059
265,159
Bug 265159 [Import/Export] When user double clicks on an item in the Import Wizard 2 calls are made to showPage
Build ID: I20080617-2000 Steps To Reproduce: 1. Please see More Information for a discussion on how to reproduce - the fix is 1 line. 2. 3. More information: We register a Wizard with the importWizards extension point. When a user double clicks on the item in the import wizard tree 2 calls are made to showPage. This is...
2009-02-17 09:12:03
1,234,880,000
verified fixed
10e58ab
1,235,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java
Eclipse_Platform_UI
2,060
259,954
Bug 259954 [Import/Export] Warning should be displayed when no projects are available in the archive/directory
null
2009-01-05 09:54:38
1,231,170,000
verified fixed
cf653b4
1,235,410,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
Eclipse_Platform_UI
2,061
259,557
Bug 259557 [Commands] Unexpected exception thrown in org.eclipse.ui.internal.handlers.HandlerAuthority.processChangedCommands(
Build ID: M20080911-1700 Steps To Reproduce: 1. Use Eclipse to edit java files 2. Exception intermittently thrown 3. Unexpected exception thrown. More information: eclipse.buildId=M20080911-1700 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB Command-li...
2008-12-23 06:37:50
1,230,030,000
verified fixed
de6153c
1,235,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java
Eclipse_Platform_UI
2,062
255,172
Bug 255172 [Import/Export] Warning message in the import wizard is not so helpful
null
2008-11-13 07:47:52
1,226,580,000
verified fixed
4005b13
1,235,410,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
Eclipse_Platform_UI
2,063
265,754
Bug 265754 Javadoc for the AbstractUIPlugin stop method talks about shutdown, rather than stop
Build ID: M20080911-1700 Steps To Reproduce: 1. Look at the Javadoc for AbstractUIPlugin.stop. 2. 3. More information: The Javadoc for the Activator (extends AbstractUIPlugin) stop method talks about shutdown, rather than stop, which if not wrong, is unclear.
2009-02-22 00:48:05
1,235,280,000
verified fixed
787ed52
1,235,360,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java
Eclipse_Platform_UI
2,064
265,647
Bug 265647 [Compatibility] Replace LegacyHook's extension point with an e4 Service
Right now the access to the legacy code is through a custom extension point. Since we now have the ability to declare services in E4 we should change over to using that mechanism.
2009-02-20 09:45:33
1,235,140,000
resolved fixed
61bd659
1,235,160,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java
Eclipse_Platform_UI
2,065
239,945
Bug 239945 [Coolbar] ArrayIndexOutOfBoundsException -1 in CoolBarManager.update
null
2008-07-08 06:43:25
1,215,510,000
verified fixed
99c81ba
1,235,150,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/EditorActionBarsTest.java
Eclipse_Platform_UI
2,066
242,388
Bug 242388 [FastView] Unhandled event loop exception: NPE in ToolBarManager.update
After working for some time the Eclipse views get all mixed up and unresponsive ( I will attach a screenshot shortly). OpenSUSE 11.0/KDE 4.0.4 -- Error Details -- Date: Tue Jul 29 16:52:46 EEST 2008 Message: Unhandled event loop exception Severity: Error Plugin: org.eclipse.ui Session Data: eclipse.buildId=I20080617-20...
2008-07-29 10:06:35
1,217,340,000
resolved fixed
adaf88a
1,235,140,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java
Eclipse_Platform_UI
2,067
265,374
Bug 265374 [KeyBindings] Compiler error on BindingManagerTest on I20090217-2200
Maybe something changed with ECJ or something, I dunno. I was using a 0203 build and wasn't getting this. Error is on line 84: The method getLastEvent() from the type BindingManagerTest.TestListener is never used locally
2009-02-18 16:35:59
1,234,990,000
verified fixed
48bef78
1,235,050,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
Eclipse_Platform_UI
2,068
265,440
Bug 265440 Missing @since tags on latest committed JFace code
HEAD. Code changes made to: org.eclipse.jface.layout.AbstractColumnLayout org.eclipse.jface.layout.TableColumnLayout org.eclipse.jface.layout.TreeColumnLayout result in "missing since tag " errors in my workspace.
2009-02-19 06:32:47
1,235,040,000
verified fixed
8f42717
1,235,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/layout/AbstractColumnLayout.java bundles/org.eclipse.jface/src/org/eclipse/jface/layout/TableColumnLayout.java bundles/org.eclipse.jface/src/org/eclipse/jface/layout/TreeColumnLayout.java
Eclipse_Platform_UI
2,069
260,892
Bug 260892 [CellEditors] NPE from ColumnViewerEditor caused by showing a dialog during modify
null
2009-01-13 12:17:52
1,231,870,000
verified fixed
60903e8
1,235,000,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java
Eclipse_Platform_UI
2,070
265,214
Bug 265214 [CSS] Summary bug for Cascading Rule Tests and CTabFolder Properties
null
2009-02-17 15:45:41
1,234,900,000
resolved fixed
417a956
1,234,910,000
bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBorderVisibleSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyMaximizeVisi...
Eclipse_Platform_UI
2,071
264,899
Bug 264899 Replace context name with computable debug string
Contexts currently are required to have a name, but this string is only used for debugging purposes. We should instead store this "debug string" in the context itself, allowing clients to use a computed value to add additional debug information. We can make this name optional by supplying a default value, which simplif...
2009-02-13 16:01:51
1,234,560,000
resolved fixed
fae3838
1,234,560,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchApplication.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java bundles/org.ecl...
Eclipse_Platform_UI
2,072
264,796
Bug 264796 [TabbedProperties] HockeyLeagueExample needs EMF source code regenerated
I discovered when looking into another problem that the EMF source code for the Hockey League Example has not been regenerated for a while.
2009-02-12 21:10:12
1,234,490,000
resolved fixed
56555e2
1,234,490,000
examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/src/org/eclipse/ui/examples/views/properties/tabbed/hockeyleague/DefencePositionKind.java examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/src/org/eclipse/ui/examples/views/properties/tabbed/hockeyleague/ForwardPositionKind.java ...
Eclipse_Platform_UI
2,073
264,574
Bug 264574 ContributedPartFactory: the part created is garbage collected
ContributedPartFactory#createWidget(). Notice this code: Object newPart = contributionFactory.create(...); ContextInjectionFactory.inject(newPart, localContext); and then the newPart goes out of scope and gets garbage collected. This used to work as injection maintained a reference both to context and to the newPart. T...
2009-02-11 14:16:35
1,234,380,000
resolved fixed
cb89d46
1,234,470,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java
Eclipse_Platform_UI
2,074
264,777
Bug 264777 [context] Improve memory consumption for the context injection
null
2009-02-12 16:32:12
1,234,470,000
resolved fixed
6237162
1,234,470,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/UIContextScheduler.java
Eclipse_Platform_UI
2,075
263,781
Bug 263781 [GlobalActions] Opening new windows fails with NullPointerException
null
2009-02-05 09:15:14
1,233,840,000
verified fixed
d93ee47
1,234,370,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/PinEditorHandler.java
Eclipse_Platform_UI
2,076
264,519
Bug 264519 [ActivityMgmt] Pref page activity manager listener not detached
null
2009-02-11 09:18:49
1,234,360,000
verified fixed
d69123b
1,234,370,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java
Eclipse_Platform_UI
2,077
264,094
Bug 264094 [statushandling] More helpful error dialogs
null
2009-02-08 14:55:35
1,234,120,000
resolved fixed
ccae31e
1,234,350,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java
Eclipse_Platform_UI
2,078
254,984
Bug 254984 [Progress] IWorkbenchSiteProgressService's schedule(Job, long, boolean) method ignores third parameter after the first call
null
2008-11-12 02:17:14
1,226,470,000
verified fixed
9863828
1,234,290,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/services/ServicesTestSuite.java tests/org.eclipse.ui.tests...
Eclipse_Platform_UI
2,079
258,016
Bug 258016 [PropertiesView] NPE in org.eclipse.ui.views.properties.PropertySheetViewer
At line 720. If the selection is null this will result in an NPE. Here is the offending code snippet: 714: // get the new selection 715: TreeItem[] sel = new TreeItem[] { selection }; 716: if (sel.length == 0) { 717: setMessage(null); 718: setErrorMessage(null); 719: } else { 720: Object object = sel[0].getData(); // a...
2008-12-09 00:56:09
1,228,800,000
verified fixed
1d09fff
1,234,290,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java
Eclipse_Platform_UI
2,080
262,703
Bug 262703 View does not receive focus when row in embedded TableViewer is selected
null
2009-01-27 20:49:05
1,233,110,000
verified fixed
3ca44bb
1,234,290,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/WorkbenchPart.java
Eclipse_Platform_UI
2,081
264,317
Bug 264317 [statushandling] reduce the code responsible for image resolving
currently there are 4 methods necessary to retrieve 3 different images depending on Status' type. 2 are sufficient and more readable.
2009-02-10 05:06:54
1,234,260,000
resolved fixed
0350ee2
1,234,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java
Eclipse_Platform_UI
2,082
211,933
Bug 211933 [ErrorHandling] WorkbenchErrorHandler hides MultiStatus details info when severity is not ERROR
I was running my RCP app and got a very non-helpful dialog with no title and a vague message. I assumed that the status was simply too vague in my app code, but eventually I determined that the WorkbenchErrorHandler doesn't handle MultiStatus objects when the severity is not an error. It opens a message dialog and uses...
2007-12-04 17:33:37
1,196,810,000
resolved fixed
4738534
1,234,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java test...
Eclipse_Platform_UI
2,083
243,824
Bug 243824 [CommonNavigator] lacks table / tree-table support
SafeDelegateCommonLabelProvider does not allow ITableLabelProvider instances to be used or delegated to. To attempt to use an ITableLabelProvider will have no direct result at all. Even customizing the top level label provider used in the common navigator, making that one an ITableLabelProvider, does nothing because Na...
2008-08-11 18:15:26
1,218,490,000
resolved fixed
f5fe517
1,234,250,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorDecoratingLabelProvider.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/SafeDelegateComm...
Eclipse_Platform_UI
2,084
162,986
Bug 162986 RAServer process dies occasionally
Consuming product playback fails about 1/7 times due to RAServer process gone. While not sure, I think the process disappears at the end of one run as opposed to the start of a new run. Will attach a zip file with a log from the run (product symptom is "timeout" of run) and servicelog.log. This log is default settings....
2006-10-31 15:36:04
1,162,330,000
closed wontfix
f00b5bf
1,234,250,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java
Eclipse_Platform_UI
2,085
257,855
Bug 257855 [CommonNavigator] Supporting Custom Transfertypes in Common Navigator Framework
null
2008-12-08 01:00:06
1,228,720,000
resolved fixed
c9596c6
1,234,250,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java
Eclipse_Platform_UI
2,086
143,430
Bug 143430 [CommonNavigator] CommonNavigator requires initialInput to be Adaptable
I have a root nodes that is not Adaptable and that does not fit well with CommonNavigator.getInitialInput which requires (for no real good reason ?) to be Adaptable. Should this not just be an Object ?
2006-05-24 06:39:29
1,148,470,000
resolved fixed
54b719d
1,234,240,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java
Eclipse_Platform_UI
2,087
264,216
Bug 264216 [CommonNavigator] DnD within a single object always shows as allowed
null
2009-02-09 11:56:09
1,234,200,000
resolved fixed
caf5a44
1,234,220,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java
Eclipse_Platform_UI
2,088
203,154
Bug 203154 [CommonNavigator] [Project Explorer] Description should not be editable
I assume the textarea and scrollbar for the description was added for usability (easier for screen readers) or to help copy and paste, but if you try tabbing through the dialog it now ends up entering tab characters into this area indefinitely. :) Setting the read-only bit would probably fix this, but it would preferab...
2007-09-12 17:04:39
1,189,630,000
resolved fixed
7230c1c
1,234,170,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterSelectionDialog.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/FilterDialogSelectionListener.java
Eclipse_Platform_UI
2,089
190,610
Bug 190610 [CommonNavigator]Editable text widget in common navigator filter dialog
see attached image, the text that shows the information about available content is editable. Open Common Navigator Select View menu > Filters go to Available Content tab type in text on bottom of dialog.
2007-06-01 19:26:56
1,180,740,000
resolved fixed
dc41d4a
1,234,170,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterSelectionDialog.java
Eclipse_Platform_UI
2,090
238,157
Bug 238157 [CommonNavigator] CNF invoke CommonActionProvider.fillActionBars twice at startup
Build ID: I20080609-1311 Steps To Reproduce: 1.create class extends CommonActionProvider and override fillActionBars method. @Override public void fillActionBars(IActionBars actionBars) { new Exception().printStackTrace(); System.err.println("fillActionBars: " + Arrays.toString(actionBars.getToolBarManager().getItems()...
2008-06-23 13:40:53
1,214,240,000
resolved fixed
7f2fa85
1,234,170,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/NavigatorActionService.java
Eclipse_Platform_UI
2,091
194,209
Bug 194209 [CommonNavigator] ProblemsLabelDecorator does not scale well with Project Explorer
When opening a project, The ProblemsLabelDecorator fires a LabelProviderChangedEvent for all resources contained in this project. While in a ProblemTreeViewer, like the Package Explorer, this is handled in an optimized way by filtering out updates to resources which are not realized in the tree view, the Common Navigat...
2007-06-25 10:16:34
1,182,780,000
resolved fixed
b222585
1,234,160,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/ResourceToItemsMapper.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java bundles/org.ecli...
Eclipse_Platform_UI
2,092
256,934
Bug 256934 [CommonNavigator] Clean up compile warnings
null
2008-11-28 14:33:38
1,227,900,000
verified fixed
0307cb3
1,234,130,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/plugin/WorkbenchNavigatorMessages.java
Eclipse_Platform_UI
2,093
264,065
Bug 264065 Add OSGi service context as root of workbench context chain
The parent of the root workbench context should be an OSGi service context. This will allow all contexts to access OSGi services through their context "for free".
2009-02-07 23:25:23
1,234,070,000
resolved fixed
8f30df8
1,234,070,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchApplication.java
Eclipse_Platform_UI
2,094
219,930
Bug 219930 [Dialogs] [Themes] FilteredItemsSelectionDialog too small after changing dialog font
I20080220-1400 - new workspace - open Open Resource dialog => initial dialog size OK - change dialog font - open Open Resource dialog => dialog size too small - manually fix dialog size - revert dialog font to default => dialog size too small
2008-02-22 05:47:09
1,203,680,000
verified fixed
b85b9ef
1,234,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java
Eclipse_Platform_UI
2,095
264,014
Bug 264014 [CommonNavigator] Test failures on osx/carbon/ppc N20090205-2000
testHideAvailableExtensions Success 9.595 testEmptyWindowWorkingSet Success 0.295 testMissingProjectsInWorkingSet Success 1.053 testTopLevelWorkingSet Success 0.223 testTopLevelChange Success 0.280 testMultipleWorkingSets Success 0.222 testCategoryWizard Success 0.430 testNavigatorRootContents Success 0.277 testNavigat...
2009-02-06 18:08:24
1,233,960,000
verified fixed
f88e770
1,233,960,000
tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java
Eclipse_Platform_UI
2,096
263,984
Bug 263984 javadoc warning in N200902052000 for org.eclipse.ui.navigator
null
2009-02-06 13:26:36
1,233,940,000
resolved fixed
59d9564
1,233,950,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapterAssistant.java
Eclipse_Platform_UI
2,097
263,927
Bug 263927 SWTEventHelper drag/drop broken
The last change removed the Display.map() call.
2009-02-06 05:44:52
1,233,920,000
resolved fixed
5588870
1,233,920,000
tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/SWTEventHelper.java
Eclipse_Platform_UI
2,098
263,898
Bug 263898 "Location" view unusable
As soon as you activate the Location view, it loses its selection.
2009-02-05 21:40:08
1,233,890,000
resolved fixed
6cd266d
1,233,890,000
examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Location.java
Eclipse_Platform_UI
2,099
211,003
Bug 211003 [CommonNavigator] [Common Navigator] link with editor property is the same as title image
When calling setTitleImage on a common navigator part, the link with editor state is updated since CommonNavigator.IS_LINKING_ENABLED_PROPERTY = 1 and IWorkbenchPartConstants.PROP_TITLE = 1. These two constants should have a different value so that the title and title image can be changed on the part without the link w...
2007-11-26 21:21:50
1,196,130,000
verified fixed
520fcd0
1,233,890,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java
Eclipse_Platform_UI
2,100
263,819
Bug 263819 [CSS] Wrong background color in preview in photo demo
The background color should be white, this is the CSS: #preview { color: #e5e5e5; background-color: #ffffff; } Presently it's a gray.
2009-02-05 12:17:53
1,233,850,000
resolved fixed
a892474
1,233,870,000
examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java
Eclipse_Platform_UI
2,101
263,878
Bug 263878 [CSS] Implement active + selected tab colors for photo demo
null
2009-02-05 17:24:23
1,233,870,000
resolved fixed
45a8fa3
1,233,870,000
examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Library.java
Eclipse_Platform_UI
2,102
263,856
Bug 263856 Assorted photo demo micro-fixes
null
2009-02-05 15:09:06
1,233,860,000
resolved fixed
4d816d0
1,233,860,000
examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java
Eclipse_Platform_UI
2,103
263,852
Bug 263852 [UI] Need to detect selecting an already selected tab as an 'activate' event
Currently we can detect activation at the contributed part level and when the user selects a currently unselected tab in a stack but the case where the user clicks on the currently selected tab isn't picked up. We need to pick up this case so we can manage the CSS styles correctly.
2009-02-05 14:52:35
1,233,860,000
resolved fixed
93453ed
1,233,860,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java
Eclipse_Platform_UI
2,104
240,574
Bug 240574 [CommonNavigator] Closed projects have a + indication after IDE restart
The content provider "JEE Navigator Content App Client" and "JEE Navigator Content EAR" cause the project explorer to display the [+] symbol on closed projects. How to reproduce - Distro: "Eclipse IDE for Java EE Developers" - Close a project - Activate the "JEE Navigator Content App Client" at "Project Explorer" -> "C...
2008-07-13 04:36:29
1,215,940,000
resolved fixed
27606d3
1,233,860,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/ResourceExtensionContentProvider.java
Eclipse_Platform_UI
2,105
185,569
Bug 185569 [CommonNavigator] CommonDragAdapter should provide ways for CommonDragAdapterAssistant to perform clean up after drag has finished
Build ID: M20070212-1330 Steps To Reproduce: I am not sure if this has been fixed in later releases (I am currently working with 3.2.0). The CommonDragAdapter class used by CommonNavigator does not allow CommonDragAdapterAssistant contributions to perform clean up after drag has finished. In my version of CommonDragAda...
2007-05-04 11:32:18
1,178,290,000
resolved fixed
7ce9c49
1,233,820,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDragAdapterAssistant.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapterAssistant.java tests/org.eclipse.ui.test...
Eclipse_Platform_UI
2,106
261,865
Bug 261865 [CommonNavigator] Drag from Project Explorer to Package Explorer gets "assertion failed"
The CommonDropAdapter should be keeping track of the event.detail variable and setting it properly at the end. It currently does not do this all the time. If dragging from the project explorer, a JDT drag adapter checks this code in an assert to verify there is no more work to do. BasicSelectionTransferDragAdapter.drag...
2009-01-21 12:19:20
1,232,560,000
verified fixed
ecea57b
1,233,780,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/NavigatorDnDService.java bundles/org.eclipse.ui.na...
Eclipse_Platform_UI
2,107
263,544
Bug 263544 [context] Add dependency injection context -> user object
null
2009-02-03 16:15:39
1,233,700,000
resolved fixed
894f6aa
1,233,720,000
bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/ISelectionService.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/SelectionServiceValue.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java bundles/org.eclipse.e4.ui.workbench/src/org/...
Eclipse_Platform_UI
2,108
255,734
Bug 255734 [DataBinding] DecoratingObservable should self-dispose when the decorated observable is disposed
DecoratingObservable should dispose itself in response to the disposal of its decorated observable. One thing we'll have to address is that all existing observables may call firstListenerAdded() / lastListenerRemoved() in response to an addDisposeListener() / removeDisposeListener() call. We should try to eliminate thi...
2008-11-18 18:03:40
1,227,050,000
resolved fixed
c6cca71
1,233,670,000
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeManager.java bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/DecoratingObservable.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ChangeMana...
Eclipse_Platform_UI
2,109
263,413
Bug 263413 [DataBinding] Widget<Value|List>Property and Viewer<Value|Set|List>Property should be public
The base Widget*Property and Viewer*Property perform some standard stuff like defaulting the realm to the display realm of the widget, and wrapping the observable in an ISWTObservable or IViewerObservable decorator. In addition, WidgetValueProperty implements listeners using SWT's untyped listener API. We should make t...
2009-02-02 22:12:09
1,233,630,000
resolved fixed
ebee5c6
1,233,670,000
bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/WidgetListProperty.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/WidgetValueProperty.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ViewerListProperty.java bundles/org.ecl...
Eclipse_Platform_UI
2,110
135,971
Bug 135971 [CommonNavigator] Project Explorer: cannot drop to Hierarchy view
You can drag and drop an element onto the Hierarchy view from the Outline or Package Explorer. You cannot from the Project Explorer, you get a drop disabled cursor.
2006-04-10 15:10:28
1,144,700,000
resolved fixed
c86f368
1,233,570,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java
Eclipse_Platform_UI
2,111
263,207
Bug 263207 [CommonNavigator] Improve DnD tracing and add DnD test suite
There are no DnD tests for the Common Navigator. Also, the CNF has many test utility classes (basically stolen from JDT), these should be moved into a lower level area, and it looks like org.eclipse.ui.test.harness is a good place. (Perhaps we can get the JDT to use these identical versions as well so there is only one...
2009-02-02 04:26:05
1,233,570,000
verified fixed
cb687b5
1,233,570,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/DisplayHelper.java tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/test...
Eclipse_Platform_UI
2,112
261,506
Bug 261506 [CommonNavigator] NavigatorDNDService seems like it can use only interfaces
The NavigatorDNDService class seems like it could use only interface APIs and function properly. Patch attached.
2009-01-19 09:57:29
1,232,380,000
resolved fixed
4a810f6
1,233,440,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/NavigatorDnDService.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java
Eclipse_Platform_UI
2,113
262,877
Bug 262877 The JavaModel object needs to be handled by the JavaNavigatorLabelProvider
null
2009-01-29 04:16:16
1,233,220,000
resolved fixed
e809456
1,233,440,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java
Eclipse_Platform_UI
2,114
252,561
Bug 252561 [Wizards] WizardNewProjectCreationPage and WorkingSetConfigurationBlock needs to update its deprecated comments
null
2008-10-29 06:03:02
1,225,270,000
verified fixed
0faca5c
1,233,350,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WorkingSetConfigurationBlock.java
Eclipse_Platform_UI
2,115
262,962
Bug 262962 Quick fix to get selection service working in the photo demo
null
2009-01-29 15:08:34
1,233,260,000
resolved fixed
75bb717
1,233,260,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/SelectionServiceValue.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java
Eclipse_Platform_UI
2,116
262,935
Bug 262935 [WorkingSets] NPE in AggregateWorkingSet#propertyChange(..) when moving breakpoint
I20090128-0800 Found a lot of these in the log after I moved a breakpoint from the "Others" working set to another working set (via DND in the Breakpoints view, which I have grouped by Breakpoint Working Sets). Assigning to Platform/UI first, since I recently saw changes in the area of aggregate working sets, and I did...
2009-01-29 12:48:56
1,233,250,000
verified fixed
cb31ed7
1,233,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AggregateWorkingSet.java
Eclipse_Platform_UI
2,117
262,606
Bug 262606 [CommonNavigator] Up button after "go into" has bad tooltip text
I20090127-0100 1) Select a Java project 2) right-click, select "Go Into" 3) Hover over the Up button, the tooltip text is impressive
2009-01-27 12:31:20
1,233,080,000
verified fixed
ee46ea6
1,233,200,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java
Eclipse_Platform_UI
2,118
262,707
Bug 262707 [CommonNavigator] CommonViewerSorter gets NPE when misconfigured
null
2009-01-27 22:25:44
1,233,110,000
resolved fixed
299452e
1,233,200,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorMessages.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java tests/org.eclipse.ui.tests.navigator/sr...
Eclipse_Platform_UI
2,119
256,844
Bug 256844 [CSS] TK-UI CSS engine for Nebula widget
null
2008-11-27 21:33:53
1,227,840,000
resolved fixed
a2434f5
1,233,190,000
examples/org.eclipse.e4.ui.examples.css/src/org/eclipse/e4/ui/examples/css/editor/AbstractCSSSWTEditor.java
Eclipse_Platform_UI
2,120
262,619
Bug 262619 [Perspectives] 28 images leaked opening customize perspective dialog
I20090127-0100 Each time the "Customize Perspective" dialog is opened, 28 images are leaked. See Sleak for details, but all of the allocation traces look roughly like this: java.lang.Error at org.eclipse.swt.graphics.Device.new_Object(Device.java:804) at org.eclipse.swt.graphics.Resource.init(Resource.java:85) at org.e...
2009-01-27 13:37:45
1,233,080,000
verified fixed
fcbfbf9
1,233,170,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/TreeManager.java
Eclipse_Platform_UI
2,121
262,706
Bug 262706 [CommonNavigator] Sorter inconsistently uses possible children instead of trigger points
null
2009-01-27 21:49:22
1,233,110,000
resolved fixed
b2028cb
1,233,110,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java
Eclipse_Platform_UI
2,122
262,380
Bug 262380 [Common Navigator] Test failure on Mac, I20090125-2000
macosx.carbon.ppc_5.0 Wrong text: GreenTest junit.framework.AssertionFailedError: Wrong text: GreenTest at org.eclipse.ui.tests.navigator.OverrideTest.testSimpleResLast(OverrideTest.java:61) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner...
2009-01-26 10:03:03
1,232,980,000
resolved fixed
18a6f39
1,233,000,000
tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/OpenTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/OverrideTest.java tests/org.eclipse.ui.tests.navigator/src/org/ecli...
Eclipse_Platform_UI
2,123
261,861
Bug 261861 [Markers] QuickFix dialog doesn't show Location properly
Build ID: M20080911-1700 In the Problems view I have an error which 'Location' is the name of a file instead of a line number. If I open the QuickFix window it displays 'Unknown' in the 'Location' column instead of the file name, as it is showed in the problems view. I think the error is in org.eclipse.ui.internal.view...
2009-01-21 12:08:47
1,232,560,000
verified fixed
990acb3
1,233,000,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixPage.java
Eclipse_Platform_UI
2,124
262,392
Bug 262392 [DataBinding] CompositeMap constructor should use this.firstMap
Using EclEmma, I noticed that large portions of BidiObservableMap are not run, indicating a problem in CompositeMap. This needs more thought. I am attaching a patch, it includes one test case but we may want to add more tests.
2009-01-26 11:17:23
1,232,990,000
resolved fixed
b17e5e9
1,232,990,000
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/CompositeMap.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/CompositeMap.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/Composi...
Eclipse_Platform_UI
2,125
262,364
Bug 262364 [CommonNavigator] SWTException: Graphic is disposed while running the navigator tests
This appears after the last test has run (complete with a dialog that says the application failed to start). !ENTRY org.eclipse.osgi 4 0 2009-01-26 08:02:57.000 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Graphic is disposed at org.eclipse.swt.SWT.error(SWT.java:3860) at org.eclipse.swt.SWT.error(...
2009-01-26 08:28:26
1,232,980,000
verified fixed
4b33902
1,232,990,000
tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProvider.java
Eclipse_Platform_UI
2,126
258,860
Bug 258860 [Commands] ActionDelegateHandlerProxy never called for editor actions
null
2008-12-15 15:36:09
1,229,370,000
verified fixed
f66cf2d
1,232,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/ActionDelegateProxyTest.java
Eclipse_Platform_UI
2,127
249,441
Bug 249441 [Commands] Cut, copy and paste commands enabled when nothing selected.
Build ID: M20080911-1700 Steps To Reproduce: 1) In eclipse IDE show the error log then the outline view. 2) Close editors etc so that you have no java editor focused and there's nothing in the outline view. You want to arrange it so that it will say 'An outline is not available' and has focus. At this point, I think th...
2008-10-02 04:23:16
1,222,940,000
verified fixed
ddaad39
1,232,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java
Eclipse_Platform_UI
2,128
247,758
Bug 247758 [KeyBindings] Eclipse is unable to load key bindings
Build ID: I20080617-2000 Steps To Reproduce: 1. On OS X add a key binding for "Insert Line Below Current Line" with the enter key on the far right side of the keyboard. 2. Apply that key preference 3. Quit Eclipse 4. Restart Eclipse Results: I get the following error when I start it: [Fatal Error] :3:185: An invalid XM...
2008-09-17 19:14:41
1,221,690,000
verified fixed
2c1ce69
1,232,900,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/XMLMemento.java
Eclipse_Platform_UI
2,129
125,437
Bug 125437 [Commands] handlers: TextActionHandler does not properly maintain enablement of its delegate actions
In order to synchronize enablement behavior of global clipboard actions managed by TextActionHandler with Text control's native context menu, the following rules should be observed: 1. Cut, Paste and Delete should only be enabled for editable Text fields 2. In addition, Paste should only be enabled if there is textual ...
2006-01-26 22:54:25
1,138,330,000
verified fixed
7e5d79e
1,232,890,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/TextActionHandler.java
Eclipse_Platform_UI