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,830
278,659
Bug 278659 [CSS] Border PaintListener leaks one Color instance whenever it's drawn
null
2009-06-01 15:13:10
1,243,880,000
resolved fixed
3c57661
1,243,890,000
bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTHelpers.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/AbstractCSSPropertyBorde...
Eclipse_Platform_UI
1,831
278,479
Bug 278479 [CSS] SWT unit tests failing "This isn't an RGBColor type"
null
2009-05-29 17:48:15
1,243,630,000
resolved fixed
672190f
1,243,640,000
tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CssSwtTestSuite.java tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java
Eclipse_Platform_UI
1,832
278,375
Bug 278375 [ui] NPE on photo demo shutdown
NPE because the restore location is not set. PW
2009-05-29 07:56:38
1,243,600,000
resolved fixed
dd2ef68
1,243,600,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java
Eclipse_Platform_UI
1,833
278,369
Bug 278369 [ui] ExitHandler fails on dependency injection
Simple Example: Until yesterday, I could specify a Handler (that was bound to a command using the workbench model) like this: public class ExitHandler { public void execute(IWorkbench workbench) { workbench.close(); } } Today, I get the exception: java.lang.RuntimeException: could not find satisfiable method execute in...
2009-05-29 07:25:10
1,243,600,000
resolved fixed
196d8e0
1,243,600,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java
Eclipse_Platform_UI
1,834
277,966
Bug 277966 [Databinding] regression: ObservablesManager throws NPE on dispose if one of the observables is already disposed
null
2009-05-26 19:16:03
1,243,380,000
verified fixed
822cb4c
1,243,550,000
bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ObservablesManager.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/ObservablesManagerTest.java
Eclipse_Platform_UI
1,835
278,091
Bug 278091 [CSS] Measure.getCssText() with float value results in IllegalStateException
In theory we should be able to provide percentages as part of the gradients, e.g. CTabFolder:selected { background-color: #FF0000 #0000FF 30% } But this generates IllegalStateException calling getCSSText() on org.apache.batik.css.parser.CSSLexicalUnit$FloatLexicalUnit from Measure.getCSSText().
2009-05-27 13:29:55
1,243,450,000
resolved fixed
1e34aed
1,243,550,000
bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java 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/ValueTest.java tests/org.eclipse.e4.ui.tests.css.sw...
Eclipse_Platform_UI
1,836
278,243
Bug 278243 [CSS] Measure missing match for LexicalUnit type 36
(appeared in the console running the e4 compat demo)
2009-05-28 11:45:05
1,243,530,000
resolved fixed
ff4d8a8
1,243,530,000
bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java
Eclipse_Platform_UI
1,837
270,797
Bug 270797 [EditorMgmt] [perfs] Regression on all OpenMultipleEditorTest.* tests
Verifying results for build I20090331-0901, it appears that there's a regression on all OpenMultipleEditorTest.* tests. All those tests are currently commented but for a regression between 3.2 and 3.3. So, this comment must either be removed and the regression investigated again or updated to explain the difference bet...
2009-04-01 10:26:01
1,238,600,000
resolved fixed
f4932f7
1,243,460,000
tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java
Eclipse_Platform_UI
1,838
278,065
Bug 278065 [GlobalActions] regression: command link to go to preference page broken
I20090526-2000, works in R3.4.2. The help command to open a preference page no longer works (opens on last opened page instead of correct one) unless it is clicked/used inside the preference dialog itself.
2009-05-27 11:27:07
1,243,440,000
verified fixed
56fc1c1
1,243,450,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ActionFactory.java
Eclipse_Platform_UI
1,839
277,873
Bug 277873 [CSS] Exception handling for illegal color name
null
2009-05-26 11:23:03
1,243,350,000
resolved fixed
29f6fc9
1,243,350,000
bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTColorConverterImpl.java examples/org.eclipse.e4.ui.examples.css/src/org/eclipse/e4/ui/examples/css/editor/AbstractCSSEditor.java
Eclipse_Platform_UI
1,840
277,676
Bug 277676 [UI] The workbench should create the contexts
The workbench should create contexts for the model elements, MApplication and MParts (windows, sashes, contributed parts, etc). This is not really the responsibility of the renderers. PW
2009-05-25 08:11:42
1,243,250,000
resolved fixed
f338813
1,243,260,000
bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationPackage.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplication.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationPackageImpl....
Eclipse_Platform_UI
1,841
74,337
Bug 74337 FieldEditor should document that doFillIntoGrid() is called from the superclass constructor.
The doFillIntoGrid() method is called from the constructor of the FieldEditor class. This should REALLY be documented. It cost me 3 hours of work on a nasty bug. Consider the following addition to the documentation: --------------------------------------------------------------------------- <p> Developers should be awa...
2004-09-20 14:10:59
1,095,700,000
resolved fixed
8a66845
1,243,020,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditor.java
Eclipse_Platform_UI
1,842
277,513
Bug 277513 [Compatibility] Remove WorkbenchFactory
The factory is currently used to call the e4 Workbench constructor, but it adds another layer of indirection that we don't need at this point in time. PW
2009-05-22 14:14:41
1,243,020,000
resolved fixed
fd9fa1a
1,243,020,000
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/WorkbenchFactory.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java tests/org.eclipse.e4.ui.tes...
Eclipse_Platform_UI
1,843
276,869
Bug 276869 [releng] Add e4 Contact demo to PSF and build
org.eclipse.e4.demo.contacts in the directory e4/org.eclipse.e4.ui/examples needs to be added to the PSF and included in the build. PW
2009-05-19 07:48:21
1,242,730,000
resolved fixed
d05752d
1,242,930,000
examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/ListView.java
Eclipse_Platform_UI
1,844
277,213
Bug 277213 JFace does not run stand-alone
null
2009-05-20 16:30:34
1,242,850,000
verified fixed
71876fc
1,242,860,000
bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java bundles/org.eclipse.jface/src/org/eclipse/jface/internal/JFaceActivator.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/URLImageDescriptor.java
Eclipse_Platform_UI
1,845
277,230
Bug 277230 [CSS] CSSTestCase should be CSSSWTTestCase
Because it's in the SWT test package and references the SWT engine.
2009-05-20 17:47:36
1,242,860,000
resolved fixed
44c4c44
1,242,860,000
tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CSSTestCase.java tests/org.eclipse.e4.ui.tests.css.swt/src/org...
Eclipse_Platform_UI
1,846
275,932
Bug 275932 [CommonNavigator] Window close throws exception in ObservableCollectionTreeContentProvider
Build ID: I20090313-0100 Steps To Reproduce: 1. Build an RCP app with a CommonViewer. 2. The CommonViewer uses an ObservableListTreeContentProvider. 3. Close the app workbench window. More information: Below are TWO stack traces. The first is when the ObservableCollectionTreeContentProvider is disposed. The second is w...
2009-05-12 14:13:04
1,242,150,000
resolved fixed
5a501e0
1,242,850,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ViewerTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestContentProvider.java
Eclipse_Platform_UI
1,847
276,520
Bug 276520 [PropertiesView] [Views] Properties Views interfere with each other
Found in I20090514-2000. Open two property views and put them in different stacks (both visible) Select a resource in the explorer, they both populate Click on one of them and the other goes blank Click on the blank one and now they're both blank Is the Property View itself acting as a property provider?
2009-05-15 11:26:36
1,242,400,000
verified fixed
ea9c62f
1,242,840,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheet.java
Eclipse_Platform_UI
1,848
276,525
Bug 276525 [Commands] Cascading menus clear before closing.
null
2009-05-15 12:05:27
1,242,400,000
verified fixed
e23052c
1,242,840,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CompoundContributionItem.java
Eclipse_Platform_UI
1,849
274,132
Bug 274132 [FastView] Artifacts when starting workspace that has open fast view
null
2009-04-28 14:00:50
1,240,940,000
verified fixed
bfa681e
1,242,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,850
248,908
Bug 248908 [Forms] BusyIndicator deadlocks UI thread
Build ID: 3.4.0 Steps To Reproduce: 1. Create a Form editor 2. Listen for PROP_DIRTY events 3. when form is dirty show the BusyIndicator by calling form.setBusy(true) 3. then when editor is not dirty anymore disable the BusyIndicator by calling form.setBusy(false) 4. the application will lock, UI thread is waiting on t...
2008-09-29 05:42:27
1,222,680,000
resolved fixed
dfdff8e
1,242,320,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/BusyIndicator.java
Eclipse_Platform_UI
1,851
264,804
Bug 264804 [Contributions] extended popup menu item with <visibleWhen> attribute will disappear when right click multiple times.
null
2009-02-12 23:55:32
1,234,500,000
resolved fixed
6304f4c
1,242,310,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PopupMenuExtender.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/Bug264804Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/MenusTestSuite.java
Eclipse_Platform_UI
1,852
272,307
Bug 272307 [Mac] CocoaUIEnhancer crashes with NullPointer under Mac OS X Cocoa when running Riena example
When bringing up the Riena example app, we get a NullPointer Exception. The exception is logged and the app continues to run. I am unsure why that is happening. Same app runs without a problem with windows, linux, mac os x carbon. I will supply a screenshot of the debugger before the nullpointer happens and a screen sh...
2009-04-15 09:35:33
1,239,800,000
verified fixed
66e346e
1,242,230,000
bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
Eclipse_Platform_UI
1,853
275,929
Bug 275929 [CommonNavigator] IPipelinedTreeContentProvider.getPipelinedElements() not ever called
null
2009-05-12 13:58:04
1,242,150,000
resolved fixed
6694eaf
1,242,150,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java
Eclipse_Platform_UI
1,854
275,627
Bug 275627 [Forms] Leak: BusyIndicator must ensure to properly dispose created images on disposal
Build ID: M20090211-1700 Steps To Reproduce: 1. Use a SharedHeaderFormEditor and setBusy(true) when setting an input 2. Close the editor while busy is still set to true Actual results: The 8 progress images (spinning wheel) created by BusyIndicator are only disposed in clearImages() when the busyThread is NULL, however...
2009-05-11 05:54:46
1,242,040,000
resolved fixed
d53be3b
1,242,150,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/BusyIndicator.java
Eclipse_Platform_UI
1,855
275,197
Bug 275197 [CommonNavigator] NullPointerException - Working set actions don't appear in CNF client
Build ID: I20090430-2300 Steps To Reproduce: While restoring the selection with the CNF, the WorkingSetRootModeActionGroup tries to addActions(IMenuManager viewMenu) without having the actions created. The stack-trace shows more information on how that happens (and hopefully is enough to understand it). The point where...
2009-05-06 14:25:26
1,241,630,000
resolved fixed
7dd8e76
1,242,090,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetRootModeActionGroup.java
Eclipse_Platform_UI
1,856
275,691
Bug 275691 [DataBinding] 2 NPEs when running tests on linux
Just running the databinding AllTests on linux with I20090508-2000 and platform-ui from HEAD JFace-Data Binding Test Suite org.eclipse.jface.tests.databinding.BindingTestSetup org.eclipse.jface.tests.databinding.BindingTestSuite org.eclipse.jface.tests.databinding.wizard.WizardPageSupportTest testPageComplete(org.eclip...
2009-05-11 13:22:38
1,242,060,000
resolved fixed
e289b8e
1,242,080,000
tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/AbstractSWTTestCase.java
Eclipse_Platform_UI
1,857
275,298
Bug 275298 [About] IInstallationPageContainer and InstallationPage still claims to be experimental
Both types are from org.eclipse.ui.about and claims to be experimental and may change before 3.5. I suggest tagging as @noreference if the claim is valid or removing the claim if it is no longer valid.
2009-05-07 09:21:01
1,241,700,000
verified fixed
14e6b93
1,242,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/IInstallationPageContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/InstallationPage.java
Eclipse_Platform_UI
1,858
275,678
Bug 275678 [Dialogs][EditorMgmt] Revert usage of new openEditors API
null
2009-05-11 11:38:02
1,242,060,000
verified fixed
5e032cc
1,242,070,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/handlers/OpenResourceHandler.java
Eclipse_Platform_UI
1,859
275,170
Bug 275170 [ICU] Degradation comment for performance regression in CollatorPerformanceTest#testCollator
null
2009-05-06 11:33:09
1,241,620,000
verified fixed
254d9d5
1,242,070,000
tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/CollatorPerformanceTest.java
Eclipse_Platform_UI
1,860
270,795
Bug 270795 [Contributions] [perfs] Regression on ObjectContributionsPerformance#testObjectContributions test
Verifying results for build I20090331-0901, it appears that there's a regression on 'ObjectContributionsPerformance#testObjectContributions:limited selection, limited contributors()' test. This test is currently commented but for a regression between 3.1 and 3.2. So, this comment must either be removed and the regressi...
2009-04-01 10:21:14
1,238,600,000
verified fixed
94bfaf0
1,242,060,000
tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ObjectContributionsPerformance.java
Eclipse_Platform_UI
1,861
262,636
Bug 262636 Hidden menu items are not updated on perspective switches
Found when checking the new Customize Perspective Dialog behavior... If you have both the Java and Debug perspective open and hide a menu or toolbar item that is visible in both (i.e. the Search->Search tb item) then it won't get hidden/shown when you switch perspectives.
2009-01-27 14:18:10
1,233,080,000
verified fixed
80769f5
1,242,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
1,862
273,828
Bug 273828 [Contributions] Regression (Widget is disposed) in CommandContributionItem
null
2009-04-27 09:12:56
1,240,840,000
verified fixed
ad6de63
1,242,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java
Eclipse_Platform_UI
1,863
275,171
Bug 275171 [Contributions] Customize Perspective action breaks editor pinning action
Using M7, I enabled editor pinning (i.e. Reuse editor) and pinned an editor using an action in the toolbar. I then disabled editor pinning ad then opened the customized perspective dialog. After this, enabling/disabling editor pinning does not make the Pin Editor action reappear.
2009-05-06 11:34:16
1,241,620,000
verified fixed
b83b648
1,242,050,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
Eclipse_Platform_UI
1,864
268,533
Bug 268533 [Viewers] Weird painting when using MOUSE_CLICK_ACTIVATION
null
2009-03-13 10:17:36
1,236,950,000
verified fixed
db1e196
1,242,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellHighlighter.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/SWTFocusCellManager.java
Eclipse_Platform_UI
1,865
271,744
Bug 271744 [Viewers] [JFace] TreeViewer not closing CellEditors on Collapse
null
2009-04-09 05:02:45
1,239,270,000
verified fixed
16e2860
1,242,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
1,866
275,509
Bug 275509 [Viewers] Tree/TableViewer with cell navigation is not accessible
null
2009-05-08 15:58:42
1,241,810,000
resolved fixed
771a4e9
1,241,950,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/SWTFocusCellManager.java
Eclipse_Platform_UI
1,867
274,618
Bug 274618 [EditorMgmt] StackOverflowError for an editor with a NullEditorInput
Even if I don't have exact steps to reproduce, I ran into this StackOverflowError with a very clear stack trace indicating an infinite recursion... java.lang.StackOverflowError at org.eclipse.ui.internal.EditorReference.getPart(EditorReference.java:821) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReferen...
2009-04-30 19:47:34
1,241,140,000
resolved fixed
ec54e5e
1,241,810,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/part/NullEditorInput.java
Eclipse_Platform_UI
1,868
130,043
Bug 130043 [Forms] Content is not allowed in prolog.
When specifying non-"HTML" text to FormText.setText() where parseTags is true "[Fatal Error] :1:1: Content is not allowed in prolog." will be output to stderr. The cause is FormTextModel.parseInputStream() is not setting an error handler on the parser (by default errors are reported to stderr). There are a number of bu...
2006-03-01 17:48:33
1,141,250,000
resolved fixed
409cb2f
1,241,810,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormTextModel.java
Eclipse_Platform_UI
1,869
270,465
Bug 270465 [ErrorHandling] SafeRunnableDialog layout needs polish
I20090313-0100 I ran a JFace snippet and the error dialog popped up. Looks ugly.
2009-03-30 11:04:09
1,238,430,000
resolved fixed
c2687b8
1,241,810,000
bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnableDialog.java
Eclipse_Platform_UI
1,870
260,061
Bug 260061 [Snippets] Example Snippet how to implement native checkboxes
null
2009-01-06 11:31:05
1,231,260,000
verified fixed
0316fdc
1,241,800,000
examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/BooleanCellEditor.java examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet061FakedNativeCellEditor.java
Eclipse_Platform_UI
1,871
272,528
Bug 272528 [WorkingSets] AIOOBE when trying to remove breakpoint by doubleclick on nearby line
I20090415-1348 - have: public class Try { String s= "Hello" + "World"; static { String foo= "bar"; System.out.println(foo); } } - doubleclick in vertical ruler on line ' + "World";' - doubleclick again - ... and on the third doubleclick, I get the AIOOBE below. My Breakpoints view is visible and grouped by Breakpoint W...
2009-04-16 12:50:48
1,239,900,000
verified fixed
537a79b
1,241,800,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSetComparator.java
Eclipse_Platform_UI
1,872
116,284
Bug 116284 [RCP] Performance Tests Failing: RCP rcp.performance.EmptyWorkbenchPerfTest#testRestore() [close]
3.2 M3 rcp.performance.EmptyWorkbenchPerfTest#testRestore() [close] This test is running too fast and failing on most test machines
2005-11-14 12:48:04
1,131,990,000
verified fixed
dfcfb18
1,241,790,000
tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/performance/EmptyWorkbenchPerfTest.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/IPerformanceMeterArray.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/IntervalMeters.java ...
Eclipse_Platform_UI
1,873
271,339
Bug 271339 [FieldAssist] Add CC text field content assist doesn't work as expected when narrowing suggestions
Continued typing in the text field should narrow the list of results displayed in the suggest list. On Carbon, this is how it works: # Open any Bugzilla bug in the Mylyn task editor # position the caret in the 'Add CC' field # press CTRL+Space # observe suggested values # start typing (slowly) 'dg' # notice that with e...
2009-04-06 11:53:18
1,239,030,000
verified fixed
e640a91
1,241,740,000
bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/fieldassist/FieldAssistAPITest.java
Eclipse_Platform_UI
1,874
231,505
Bug 231505 [Forms] Invalid comment for TableWrapData
Build ID: I20080502-0100 Steps To Reproduce: 1. TableWrapData speaks about some unknown HTMLTableLayout. 2. For FILL comment speaks only about column, but FILL can be used also for vertical layout. More information:
2008-05-12 05:14:36
1,210,580,000
resolved fixed
8dcfb90
1,241,730,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/TableWrapData.java bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormTextModel.java
Eclipse_Platform_UI
1,875
102,885
Bug 102885 [RCP] [PerspectiveBar] A large empty area on the top with a perspectivebar on the left
We define a new RCP Application using the hello RCP wizard. We define the method ApplicationWorkbenchWindowAdvisor>>preWindowOpen as follows: configurer.setShowCoolBar(false); configurer.setShowMenuBar(false); configurer.setShowPerspectiveBar(true); PlatformUI.getPreferenceStore().putValue(IWorkbenchPreferenceConstants...
2005-07-06 12:33:56
1,120,670,000
verified fixed
1d0a9d7
1,241,730,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
1,876
265,157
Bug 265157 [EditorMgmt] Ctrl+PageDown in editor area should select next editor also when menu is open
null
2009-02-17 08:59:43
1,234,880,000
verified fixed
07b1d91
1,241,730,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java
Eclipse_Platform_UI
1,877
237,124
Bug 237124 [Forms] Document how '&' is interpreted in Form Text
null
2008-06-13 13:47:40
1,213,380,000
resolved fixed
73fbd5b
1,241,720,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java
Eclipse_Platform_UI
1,878
269,210
Bug 269210 [About] High Contrast mode: "Installation Details" dialog improperly sized for tab sizes
In the high contrast mode on the "Installation Details" dialog tab selection arrows "<- ->" are outside of the default dialog size for some tabs. Tabs seem to occupy more space then expected by the dialog. To enable high contrast mode: - Open Control pannel - Open Accessibility Options - On the "Display" tab select "Us...
2009-03-18 11:15:55
1,237,390,000
verified fixed
6d21acc
1,241,650,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/InstallationDialog.java
Eclipse_Platform_UI
1,879
264,152
Bug 264152 [EditorMgmt] missing tooltips in editor dropdown
Hello, I am working on very big C++ project (~20k files). In this project there are many files with the same name but in different locations. These file relate to classes which have the same name but different namespaces. This is very common in this project. For example: Namespace1::Module - src/Namespace1/Module.++ Na...
2009-02-09 06:16:28
1,234,180,000
resolved fixed
9ab8548
1,241,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/BasicPartList.java
Eclipse_Platform_UI
1,880
99,493
Bug 99493 [Preferences] Colors and Fonts preference page opens extremely wide due to Java properties file compare text font
I20050610-1757, GTK+ 2.6.4. Window > Preferences > General > Appearance > Colors and Fonts This preference page opens with all of the top-level items in the tree expanded. The width of the tree when it opens seems to be sized to be large enough to show the full text of the longest entry, namely the ridiculously long st...
2005-06-11 00:11:51
1,118,460,000
verified fixed
27195b1
1,241,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java
Eclipse_Platform_UI
1,881
255,703
Bug 255703 [Forms] JavaDoc of SharedHeaderFormEditor broken
HEAD of today SharedHeaderFormEditor#createPageContainer javadoc is broken. Current doc: Overrides <code>super</code> to create a form in which to host the tab folder. This form will be responsible for managing
2008-11-18 14:55:15
1,227,040,000
resolved fixed
ea4715f
1,241,570,000
bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java
Eclipse_Platform_UI
1,882
275,075
Bug 275075 junit test failure for testInputIfHiddenBug69953
3.5 M7 + HEAD 05/05 The junit test testInputIfHiddenBug69953 fails. Top of trace is as follows: UI Test Suite org.eclipse.ui.tests.UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto testInputIfHiddenBug69953(org.eclipse.ui.tests.propertysheet.Prope...
2009-05-05 17:47:48
1,241,560,000
verified fixed
e97c0b1
1,241,570,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
Eclipse_Platform_UI
1,883
267,425
Bug 267425 [Perspectives] problem with outline view and min/max
null
2009-03-06 14:19:16
1,236,370,000
verified fixed
c74207f
1,241,550,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageBookView.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
Eclipse_Platform_UI
1,884
274,486
Bug 274486 [PerspectiveBar] [Perspectives] Perspective Bar - Dock On Left throws IndexOutOfBoundsException
Build ID: M20090211-1700 Steps To Reproduce: 1. Create a new Plug-in Project (Rich Client Application -> RCP Mail Template). 2. Add the following lines to ApplicationWorkbenchWindowAdvisor#preWindowOpen(): PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_OPEN_ON_PERSPECTIVE_BAR, false); confi...
2009-04-30 05:54:14
1,241,090,000
verified fixed
e4a5aad
1,241,540,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveSwitcher.java 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/PerspectiveSwitcherTest.java
Eclipse_Platform_UI
1,885
181,836
Bug 181836 [Commands] CommandContributionException should use the StatusManager
20070407 CommandContributionException logs to the workbench log directly. I have an example that throws an InvocationTargetException that I catch and roll into an ExecutionException. It gets logged as such: catch (ExecutionException e) { WorkbenchPlugin.log("Failed to execute item " //$NON-NLS-1$ + getId(), e); Which m...
2007-04-10 16:25:08
1,176,240,000
verified fixed
18cb658
1,241,530,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java
Eclipse_Platform_UI
1,886
274,862
Bug 274862 [Preferences] Cannot perform scrolling via keyboard in preference dialog
null
2009-05-04 13:42:06
1,241,460,000
verified fixed
898f052
1,241,530,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/dialogs/FilteredPreferenceDialog.java
Eclipse_Platform_UI
1,887
271,326
Bug 271326 [BiDi] [Markers] BIDI3.5:HCG_Incorrect file path display in Problems view
null
2009-04-06 10:52:05
1,239,030,000
closed fixed
18fcdc0
1,241,470,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPathField.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerResourceField.java
Eclipse_Platform_UI
1,888
273,738
Bug 273738 [EditorMgmt] [BiDi] BIDI3.5:HCG_Incorrect text orientation of "Path" column of list view on "Swithch To Editor" page.
null
2009-04-26 15:03:41
1,240,770,000
closed fixed
91b4d80
1,241,460,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java
Eclipse_Platform_UI
1,889
274,699
Bug 274699 [KeyBindings] Bug43597Test's testFontReset() leaks a font
null
2009-05-01 17:14:05
1,241,210,000
verified fixed
8c1abd8
1,241,450,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43597Test.java
Eclipse_Platform_UI
1,890
236,628
Bug 236628 [Viewers] [JFace] Excessive Memory Usage by Project Explorer because of styles
Build ID: I20080516-1333 Steps To Reproduce: Project Explorer creates duplicate identical strings for every entry in it and wastes few Megabytes of memory depending on the scenario. In the update method of NavigatorDecoratingLabelProvider extending DelegatingStyledCellLabelProvider the call to cell.setStyleRanges(newSt...
2008-06-11 09:56:31
1,213,190,000
verified fixed
9d72537
1,241,040,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java
Eclipse_Platform_UI
1,891
270,822
Bug 270822 [Navigator] IPageLayout.ID_RES_NAV deprecated w/o an explanation
/** * The view id for the workbench's Resource Navigator standard component. * @deprecated */ public static String ID_RES_NAV = "org.eclipse.ui.views.ResourceNavigator"; //$NON-NLS-1$ Can we at least say why and what the alternative is? I assume this is because of the common navigator stuff?
2009-04-01 11:49:43
1,238,600,000
resolved fixed
ad54813
1,241,040,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPageLayout.java
Eclipse_Platform_UI
1,892
270,457
Bug 270457 [Viewers] [regression] CheckBoxTreeViewer clears check state after collapseAll
Hi there :) In my RCP I've a CheckBoxTreeViewer that looses check states for invisible items. Turns out if a disable the collapseAll() call things go back to normal. So, in a tree like this: [x] root [x] sub a collapseAll expandAll will create this: [x] root [] sub Could still be my fault, feel free to have me try some...
2009-03-30 10:25:34
1,238,420,000
verified fixed
437d45d
1,241,040,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java
Eclipse_Platform_UI
1,893
246,131
Bug 246131 [ViewMgmt] PagePartSelectionTracker does not call setPart() for View opend in another Perspective
Build ID: M20080221-1800 Steps To Reproduce: 1. Perspective1 has View1 opened. 2. We switched to Perspective2 that does not have View1 opened. 3. We add Postselection Listener to View1 using getSite().getPage().addPostSelectionListener(View1.VIEW_ID, m_selectionListenerForView1); 4. Our listener m_selectionListenerForV...
2008-09-03 14:39:34
1,220,470,000
verified fixed
633eb92
1,241,040,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PagePartSelectionTracker.java
Eclipse_Platform_UI
1,894
273,489
Bug 273489 [Mac] We should not nest sheets
null
2009-04-23 14:12:00
1,240,510,000
verified fixed
428064f
1,241,040,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java
Eclipse_Platform_UI
1,895
274,075
Bug 274075 [Progress] ProgressDialog should not use SWT.SHEET
The progress dialog comes up as a SHEET right now and looks funny. Suggest it be a normal dialog instead.
2009-04-28 10:58:34
1,240,930,000
verified fixed
dbe239f
1,241,040,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java
Eclipse_Platform_UI
1,896
270,769
Bug 270769 [JFace] [perfs] 1 failure while running Platform/UI performance tests
Verifying results for build I20090331-0901, I see one failure in Platform/UI performance tests: Policy.getComparatorTest Failure Method "Policy.getComparatorTest" not found junit.framework.AssertionFailedError: Method "Policy.getComparatorTest" not found at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)...
2009-04-01 09:44:13
1,238,590,000
verified fixed
a81fe0f
1,241,030,000
tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/CollatorPerformanceTest.java tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java
Eclipse_Platform_UI
1,897
273,697
Bug 273697 [WorkingSets] WorkbenchPage's setWorkingSets(IWorkingSet[]) has an impossible null conditional check
There is a null check in the beginning of the method that proceeds to make it non-null by assigning it to an empty array. Then on line 4984-5 it assigns it to another non-null result. On line 4996 there's a null check and add a listener to it or remove a listener. It seems that the null check shouldn't be necessary. Al...
2009-04-25 18:02:23
1,240,700,000
verified fixed
6d5bba5
1,241,010,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
1,898
273,706
Bug 273706 [WorkingSets] Changing workingset membership broken
null
2009-04-26 02:32:58
1,240,730,000
verified fixed
57e2846
1,241,010,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSet.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
Eclipse_Platform_UI
1,899
274,236
Bug 274236 [CommonNavigator] Incorrect check for existence of item in contribution memory
The check in the NavigatorContentService.rememberContribution() should be containsKey(), not containsValue()
2009-04-29 02:24:25
1,240,990,000
resolved fixed
a43903e
1,241,010,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java
Eclipse_Platform_UI
1,900
269,020
Bug 269020 [Viewers] ClassCastException in org.eclipse.ui.dialogs.PatternFilter
null
2009-03-17 11:57:13
1,237,310,000
verified fixed
1431c14
1,240,890,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/PatternFilter.java
Eclipse_Platform_UI
1,901
244,284
Bug 244284 [Preferences] Preference page help is not shown when tree is selected
In the Preferences dialog, some pages don't have a help context associated with them. On these pages, the behavior of the help button/F1 key is inconsistent: the help tray is shown if a widget on the respective page is shown, but _not_ if the tree item is selected. Steps to reproduce the problem: 1. Open the Preference...
2008-08-15 08:04:30
1,218,800,000
verified fixed
491760d
1,240,890,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
1,902
249,502
Bug 249502 [Coolbar] init is called during dispose of a IWorkbenchWindowPulldownDelegate2
Build ID: M20080911-1700 Steps To Reproduce: 1. contribute a IWorkbenchWindowPulldownDelegate2 with some options 2. Open the workbench, and open a new workbench window (Window -> new Window) 3. You will now hit a break point in the init method of the IWorkbenchWindowPulldownDelegate2. 4. Select the pulldown, and select...
2008-10-02 10:57:51
1,222,960,000
verified fixed
5960659
1,240,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
1,903
224,341
Bug 224341 [ErrorHandling] SafeRunnnableDialog shows only "Reason" as message.
In case of an error the SafeRunner.class will open a SafeRunnnableDialg which (often) only prints String "Reason" and no further information. The reason are a failure in the dialog and and wrong properties-file entry. At end [Line 74] of constructor SafeRunnableDialog(IStatus status) of org.eclipse.jface.util.SafeRunna...
2008-03-27 07:57:41
1,206,620,000
resolved fixed
bb2a785
1,240,860,000
bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnableDialog.java
Eclipse_Platform_UI
1,904
154,730
Bug 154730 [Presentations] Editor PresentationStack never gets disposed when IWorkbenchConfigurer.setSaveAndRestore(true)
Typically (with one workbench window,etc) a single stack is created for editors. But when you call IWorkbenchConfigurer.setSaveAndRestore(true), another editor stack is created (presumably to make it easier to restore the state). This new editor stack seems to become the current editor stack. The first editor stack tha...
2006-08-22 14:23:54
1,156,270,000
verified fixed
fded5c6
1,240,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSashContainer.java
Eclipse_Platform_UI
1,905
261,622
Bug 261622 [ActivityMgmt] View shortcut is displayed in the Show View's sub-menu if the activity was disabled
I used Eclipse 3.4.1 Build id: M20080911-1700 The activity was defined in the plug-in. <extension point="org.eclipse.ui.activities"> <category id="my.activity.ui.activities" name="Ant for test" description="Ant for test"/> <activity id="my.activity.ui.activity" name="Ant for test" wescription="Ant for test"/> <category...
2009-01-20 07:08:23
1,232,450,000
verified fixed
0ab7aa1
1,240,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java
Eclipse_Platform_UI
1,906
267,791
Bug 267791 [Import/Export] Layout issue on the Import Projects page
I20090309-1800 Just take a look at the screen shot. Sorry if this is a dupe, but I couldn't fine one.
2009-03-10 05:13:28
1,236,680,000
verified fixed
9c2add1
1,240,820,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
Eclipse_Platform_UI
1,907
273,752
Bug 273752 syncExec in org.eclipse.ui.internal.navigator.NavigatorContentService.getSourceOfContribution(Object) causes deadlock in test suite
The Platform UI test suite does not complete anymore - it hangs in the org.eclipse.ui.tests.dynamicplugins.EditorTests.testEditorClosure() test case. The hang is in the following code: final boolean[] flag = new boolean[] { false }; FrameworkListener listener = new FrameworkListener() { public void frameworkEvent(Frame...
2009-04-26 19:12:02
1,240,790,000
resolved fixed
31ec5f3
1,240,790,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java
Eclipse_Platform_UI
1,908
273,667
Bug 273667 [About] Installation Details dialog is not remembering size
null
2009-04-25 00:16:45
1,240,630,000
verified fixed
7bbf881
1,240,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/InstallationDialog.java
Eclipse_Platform_UI
1,909
257,167
Bug 257167 Shutdown takes too long
I20081127-0900 When I shut down my development workspace (most of the SDK from CVS) after working a few hours with it, I always get a progress dialog that reports "Saving Workspace." for a long time. After a day, it needs about a minute to finish. After working for more than a day, I sometimes have to wait for 3-5 minu...
2008-12-02 05:11:54
1,228,210,000
resolved fixed
cda8930
1,240,610,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java
Eclipse_Platform_UI
1,910
270,952
Bug 270952 [CommonNavigator] Eclipse RCP raises nullPointerException in makeSmallString for Project Explorer
null
2009-04-02 08:18:55
1,238,670,000
resolved fixed
e1e81e6
1,240,600,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java
Eclipse_Platform_UI
1,911
272,763
Bug 272763 [CommonNavigator] Can't drag objects from Data Source Explorer
Build ID: I20090313-0100 Steps To Reproduce: 1.Open the DSE View 2.connect a profile (such as one to Derby) 3.Click on an item in the database tree and attempt to drag it. In previous releases of Eclipse, the drag icon would appear and objects could be dropped onto another view with a dropListener. Now, nothing happens...
2009-04-17 17:10:14
1,240,000,000
verified fixed
d36db75
1,240,600,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java
Eclipse_Platform_UI
1,912
239,518
Bug 239518 [Contributions] Fix up TextActionHandler's handling of Delete to use Text.insert
null
2008-07-03 16:38:30
1,215,120,000
verified fixed
11e419a
1,240,600,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/TextActionHandler.java
Eclipse_Platform_UI
1,913
219,536
Bug 219536 [Contributions] [Doc] update API docs re IMenuService.populateContributionManager doesn't populate child(nested) contribution items on form toolbar
Build ID: M20071023-1652 Steps To Reproduce: 1.Create RCP plugin (possibly any 3.3 plugin) 2.Create Editor (extends EditorPart) 3.Put there org.eclipse.ui.forms.widgets.Form 4.Make org.eclipse.ui.menu 5.Add to org.eclipse.ui.menu menuContribution with locationURI: toolbar:anything 6.Add on this menuContribution "toolba...
2008-02-19 21:47:00
1,203,480,000
verified fixed
cdd57f3
1,240,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IMenuService.java
Eclipse_Platform_UI
1,914
196,691
Bug 196691 Inncorrect Class Name in Javadoc
The class comments for org.eclipse.ui.part.MultiPageEditorPart contains the following sentence: "The contributor must be a subclass of <code>AbstractMultiPageEditorActionBarContributor</code>." I was not able to find the class AbstractMultiPageEditorActionBarContributor, but I was able to find org.eclipse.ui.part.Multi...
2007-07-16 13:42:45
1,184,610,000
verified fixed
cf5c924
1,240,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
Eclipse_Platform_UI
1,915
155,008
Bug 155008 [Contributions] Improve Javadoc for IActionBars.updateActionBars
R3.2 The Javadoc for IActionBars.updateActionBars is not accurate: it says: * Clients who add or remove items from the menu, tool bar, or status line * managers should call this method to propagated the changes throughout * the workbench. However, the method must also be called if a global action (which is already in t...
2006-08-24 05:22:35
1,156,410,000
verified fixed
ff15528
1,240,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IActionBars.java
Eclipse_Platform_UI
1,916
268,819
Bug 268819 [WorkbenchLauncher] 'Workspaces' preference page's 'Remove' button should enable/disable itself more intelligently
1. Window > Preferences > General > Startup > Workspaces 2. Select a workspace. 3. Click 'Remove'. 4. There is now no selection, but the 'Remove' button is still enabled.
2009-03-16 11:45:50
1,237,220,000
verified fixed
fcb2740
1,240,590,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java
Eclipse_Platform_UI
1,917
269,264
Bug 269264 [Viewers] TableViewer.remove doesn't post selection change
When using org.eclipse.jface.viewers.TableViewer.remove(Object[]) and the remove includes the current selection, the item is deleted and the selection goes away. But no selection change event is fired (where at the very least it should be an empty IStructuredSelection). PW
2009-03-18 15:03:48
1,237,400,000
verified fixed
74415bd
1,240,590,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java
Eclipse_Platform_UI
1,918
258,253
Bug 258253 [Commands] [performance] Activate 30 text editor test is slower than 3.4
Looking at I20081209-0100 performance results, it looks like the scenario: org.eclipse.jdt.text.tests.performance.ActivateTextEditorTest#testActivateEditor() got a regression since 3.4. The numbers for this test are really stable for all test machines: Win XP Sun 1.5.0_10 (2 x 3.00GHz - 3GB RAM) Builds Activate 30 text...
2008-12-10 05:02:54
1,228,900,000
verified fixed
f9928f1
1,240,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java
Eclipse_Platform_UI
1,919
249,851
Bug 249851 [QuickAccess] Quick access doesn't open perspective if all perspectives are closed
I20080918-0100 1. Window > Close All Perspectives 2. Ctrl+3 > Resource 3. Hit 'Enter'. 4. Nothing happens. :( In QuickAccessDialog's handleElementSelected(String, Object) method, there's a null check for the active workbench page. Unfortunately, when there are no perspectives open, we have no active workbench page. Thu...
2008-10-06 14:28:52
1,223,320,000
verified fixed
f259e9a
1,240,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/PerspectiveElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/ViewProvider.java
Eclipse_Platform_UI
1,920
211,433
Bug 211433 [KeyBindings] Changing key binding broken (ends up in wrong context)
3.3 and I20071127-0800. 1. change the key binding of the 'Content Assist' 2. open a dialog that offers field assist, e.g. the Find/Replace dialog when in regex mode. 3. press the chosen key binding ==> does not work BUT: the hovering over the light bulb shows the correct key binding.
2007-11-29 05:53:13
1,196,330,000
verified fixed
8ffd765
1,240,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java tests/org.eclipse.ui.tes...
Eclipse_Platform_UI
1,921
202,057
Bug 202057 [RCP] [Workbench] NullPointerException if workbench.close() is called in preStartup of the WorkbenchAdvisor
Build ID: I20070621-1340 Steps To Reproduce: 1. Overwrite the preStartup() method in XXXWorkbenchAdvisor with public void preStartup() { getWorkbenchConfigurer().getWorkbench().close(); } 2. Start the application. 3. A NullPointerException occurs. It should be possible to close or restart the application even in the pr...
2007-09-03 05:10:18
1,188,810,000
verified fixed
b2df11f
1,240,580,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
1,922
255,576
Bug 255576 [Model] No longer able to create a WorkbenchLabelProvider in a non-UI thread.
Build ID: M20080911-1700 Steps To Reproduce: 1. Create a WorkbenchLabelProvider in a non-UI thread. 2. Observe a NPE when JFaceResources.getResources() attempts to access the Display associated with the current thread. 3. Notice that Javadoc on JFaceResources.getResources() states that the method must be called from UI...
2008-11-17 17:25:01
1,226,960,000
verified fixed
37c5578
1,240,580,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/WorkbenchLabelProvider.java
Eclipse_Platform_UI
1,923
258,177
Bug 258177 [Decorators] DecorationScheduler calling wakeUp()/schedule() on decorationJob too often
null
2008-12-09 15:43:54
1,228,860,000
verified fixed
04c373c
1,240,580,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java
Eclipse_Platform_UI
1,924
222,556
Bug 222556 Write a performance suite for DecoratingStyledCellLabelProvider
There is a suspicion that DecoratingStyledCellLabelProvider is much slower than DecoratingLabelProvider. We need a suite that tests scrolling a viewer with a DecoratingStyledCellLabelProvider both with and without colouring again one using a DecoratingLabelProvider.
2008-03-13 08:43:36
1,205,410,000
verified fixed
012534a
1,240,510,000
tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/LabelProviderTest.java tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/LabelProviderTestSuite.java tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/UIPerformanceTestSuite.java
Eclipse_Platform_UI
1,925
241,877
Bug 241877 [Preferences] PreferencesUtil.createPreferenceDialogOn should place focus on the preference page
Build ID: 3.4.0.I20080521-2000 Steps To Reproduce: Use PreferencesUtil.createPreferenceDialogOn to open a specific preference page. When the preferences dialog opens, focus is in the filter text control ("type filter text"). Issue: Focus should be on the preference page so a blind user using screen reader knows where t...
2008-07-23 16:08:03
1,216,840,000
verified fixed
1e357e8
1,240,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java
Eclipse_Platform_UI
1,926
248,943
Bug 248943 [KeyBindings] [RCP] NullpointerException when entering text after the rcp is restarted
Build ID: M20080911-1700 Steps To Reproduce: 1. Build an rcp and start the workbench in a loop. For instance, like this : public Object run(Object args) throws Exception { Display display = PlatformUI.createDisplay(); try { while (true) { int returnCode = PlatformUI.createAndRunWorkbench(display, new ApplicationWorkben...
2008-09-29 10:18:24
1,222,700,000
verified fixed
96e0e21
1,240,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java
Eclipse_Platform_UI
1,927
230,449
Bug 230449 [KeyBindings] NPE in KPP when deleting conflicting keybinding
Reproduced with I20080502-0100 and I20080502-0100 base + HEAD code in runtime workspace. 1. Window > Preferences > General > Keys 2. 'Activate Editor' should be bound to F12 (this should be the second entry). 3. Select 'About' (this should be the first entry). 4. Click the 'Binding' text field, hit 'F12'. 5. The confli...
2008-05-06 14:09:20
1,210,100,000
verified fixed
0669ae0
1,240,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java
Eclipse_Platform_UI
1,928
273,147
Bug 273147 [Build] Report build problems as ERROR severity
Currently the BuildManager reports problems with severity of WARNING. Warnings are no longer surfaced in the UI, so we should increase this severity to ERROR.
2009-04-21 18:08:37
1,240,350,000
resolved fixed
a0bfb92
1,240,510,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java
Eclipse_Platform_UI
1,929
223,843
Bug 223843 [RCP] Session tests to confirm Advisor threading
We have tests in our RCP suite that verify that all advisor methods are being called from the UI thread. This only checks the clean startup case, however. Restoration should be confirmed as well. We need a session test suite that verifies everything our RCP test does with an existing workspace.
2008-03-25 10:52:34
1,206,460,000
verified fixed
7dfc047
1,240,500,000
tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/RCPTestWorkbenchAdvisor.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/PlatformUITest.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java tests/org.eclipse.ui....
Eclipse_Platform_UI