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,230
232,076
Bug 232076 [WorkingSets] Calls to WorkingSet executable extensions need SafeRunnable wrappers
I20080513-0817 There are many calls out into user code in AbstractWorkingSetManager that need SafeRunnable wrappers.
2008-05-14 10:01:27
1,210,770,000
verified fixed
7d51ff8
1,226,960,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java
Eclipse_Platform_UI
2,231
198,941
Bug 198941 [About] About dialogue should use "name" (i.e. plug-in name) instead of provider name for hover-over popup
Build ID: V3.0.2 Steps To Reproduce: 1.Click on Help / About 2.Move cursor over plugin icons 3.Popup shows provider name (such as IBM) instead of the plugin name. More information: For the WebSphere Message Broker ToolKit, there are a number of plugins available from IBM. Having a hover-over that simply shows "IBM" doe...
2007-08-06 10:15:05
1,186,410,000
closed fixed
29d9922
1,226,950,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/AboutDialog.java
Eclipse_Platform_UI
2,232
56,368
Bug 56368 [View Mgmt] 'Show View' menu contains unnecessary separator when it only contains one menu item.
I followed the steps to set up the RCP browser example. I created a new "Run- time workbench, and selected all for the Plug-ins and Fragments tab. I then ran the project as Run-time Workbench. I closed all perspectives and opened the Browser perspective. I clicked on Window->Show to open another viewer, and the menu co...
2004-03-26 11:22:46
1,080,320,000
verified fixed
c06175b
1,226,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/MenusTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/ShowViewMenuTest.java
Eclipse_Platform_UI
2,233
255,314
Bug 255314 Job description for clean job is misleading
Build 3.5M3 When trigerring a full build from menu, one gets offered to perform on ALL projects or on SELECTED projectes. When selecting "clean ALLprojects" action from menu, the progress view will enqueue a job with description "cleaning SELECTED projects" instead of "cleaning ALL projects" as one would expect. The jo...
2008-11-14 03:16:07
1,226,650,000
resolved fixed
a42b871
1,226,660,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java
Eclipse_Platform_UI
2,234
250,664
Bug 250664 [Dialogs] Cycle to View, long view names causes dialog to display off the screen
null
2008-10-13 12:00:25
1,223,910,000
resolved fixed
2b1fbd4
1,226,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CycleBaseHandler.java
Eclipse_Platform_UI
2,235
189,752
Bug 189752 [Dialogs] TwoPaneElementSelector doesn't validate proper selection
The class TwoPaneElementSelector doesn't validate the correct object. In the validateCurrentSelection() method of AbstractElementListSelectionDialog, getSelectedElements() is called. The method getSelectedElements() is not overridden by TwoPaneElementSelector, so the following code runs: protected Object[] getSelectedE...
2007-05-29 14:53:54
1,180,460,000
verified fixed
b3ba8ff
1,226,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java
Eclipse_Platform_UI
2,236
251,517
Bug 251517 [Preferences] Increase visibility for the ListEditor fields or methods
Build ID: M20080911-1700 Steps To Reproduce: I am trying to create a specialized org.eclipse.jface.preference.ListEditor. I want to specialize the 'remove' button so that I can disable it in a case where it we shouldn't allow them to remove the entry. However, currently all methods and fields that provide access to the...
2008-10-21 07:02:32
1,224,590,000
verified fixed
a7bdd58
1,226,430,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ListEditor.java
Eclipse_Platform_UI
2,237
128,684
Bug 128684 [Help] Dialog help tray does not resize correctly
3.2M5 Select Window > Preferences > General. Click on the Help button to get a help tray. Problem 1: Grab the right edge of the window and make it wider. The middle of the dialog gets wider and the help tray stays the same. I'd expect the opposite to happen - the help tray would get wider and the main dialog would be u...
2006-02-20 12:00:40
1,140,450,000
verified fixed
5486f2d
1,226,420,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java
Eclipse_Platform_UI
2,238
250,133
Bug 250133 [Contexts] ContextAction's leak when hiding actions sets
null
2008-10-08 13:19:29
1,223,490,000
verified fixed
24acae0
1,226,080,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/ContextManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/contexts/IContextService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclip...
Eclipse_Platform_UI
2,239
250,136
Bug 250136 [KeyBindings] Conflicts should be accessible through API
See org.eclipse.jface.bindings.BindingManager.setActiveBindings(Map, Map, Map, Map) We currently use org.eclipse.jface.internal.InternalPolicy.currentConflicts to transport the conflicts around, it should be available through the BindingManager (and probably the IBindingService API) PW
2008-10-08 13:30:29
1,223,490,000
verified fixed
b9f6f44
1,226,080,000
bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/...
Eclipse_Platform_UI
2,240
253,773
Bug 253773 [Viewers] Collapsed expandable nodes in a TreeViewer are needlessly expensive
In the Expressions view, the debug platform TreeViewer needlessly causes the model to be queried for all children of collapsed expandable items. This can have serious performance repercussions. This can be easily seen in a CDT gdb debug session. Create a simple C project with the following main(). Launch a debug sessio...
2008-11-04 15:12:50
1,225,830,000
resolved fixed
c972f49
1,226,000,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
2,241
253,239
Bug 253239 [PropertiesDialog] Wrong title for a file property
null
2008-11-03 11:35:01
1,225,730,000
verified fixed
06467bb
1,225,980,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java
Eclipse_Platform_UI
2,242
192,633
Bug 192633 [FieldAssist] auto-activated proposal popup should be closed when trigger character is removed
I20070608-1718 Auto-activated proposal popup should be closed when trigger character is removed. Steps: - open Find/Replace dialog, activate regex - type "\" or "\r" - when proposals appear, press Backspace until field is empty again Was: Proposals stay up Expected: Proposals should disappear when the triggering charac...
2007-06-14 07:01:14
1,181,820,000
verified fixed
f81f1e4
1,225,920,000
bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java
Eclipse_Platform_UI
2,243
252,904
Bug 252904 [Contributions] Contributions to the status trim bar are never disposed.
I've been working on a control contribution to the status bar and I ran into some problems because it was never being disposed. I tracked down the problem to the dispose() implementation in TrimContributionManager.ToolBarTrimProxy which looks like: public void dispose() { if (tbm != null) { tbm.removeAll(); tbm.dispose...
2008-10-30 17:03:03
1,225,400,000
verified fixed
e815b3e
1,225,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimContributionManager.java
Eclipse_Platform_UI
2,244
243,612
Bug 243612 [FieldAssist] Content assist does not work well with combo box.
To replicate the problem on a combo box with content assist enabled. This can be seen from the SDK Example provided with eclipse. Verified on 3.2-3.4 1. Click on the button to show the drop down list for the combo 2. Click on the editable text field of the combo 3. Initiate content assist on that text field 4. Now when...
2008-08-08 13:22:08
1,218,220,000
verified fixed
7096574
1,225,910,000
bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java
Eclipse_Platform_UI
2,245
252,940
Bug 252940 [Dialogs] DialogPage's dispose() method has a false javadoc specification
The DialogPage class's dispose() method is spec'ed as... /** * The <code>DialogPage</code> implementation of an * <code>IDialogPage</code> method does nothing. Subclasses may extend. */ ...unfortunately, the truth is that it actually does something rather important. public void dispose() { // deallocate SWT resources i...
2008-10-31 05:47:42
1,225,450,000
verified fixed
d2f35e4
1,225,900,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogPage.java
Eclipse_Platform_UI
2,246
251,280
Bug 251280 [Dialogs] It's a PixelConverter party and everyone's invited
I was refactoring some code today and came across a PixelConverter class in PDE. I than did a search on the SDK to see who else was privy to having a PixelConverter class... turned out to be a party.
2008-10-17 16:20:37
1,224,270,000
verified fixed
3c25f63
1,225,840,000
bundles/org.eclipse.jface/src/org/eclipse/jface/layout/PixelConverter.java
Eclipse_Platform_UI
2,247
230,394
Bug 230394 [JFace] MessageDialog.openQuestion() Javadoc
The MessageDialog.openQuestion() Javadoc says: * @return <code>true</code> if the user presses the OK button, * <code>false</code> otherwise But the dialog has Yes/No buttons, no "OK" button.
2008-05-06 09:52:14
1,210,080,000
verified fixed
a0b6a8b
1,225,750,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java
Eclipse_Platform_UI
2,248
182,122
Bug 182122 [Dialogs] CheckedTreeSelectionDialog#createSelectionButtons(Composite) fails to align the selection buttons to the right
Build ID: I20070323-1616 The first of the layout problems is that the selection buttons have unnecessary space on the right: 1. CheckedTreeSelectionDialog#createSelectionButtons(Composite) configures the buttonComposite it creates with a GridLayout that initially starts with 2 numColumns. 2. Later it uses Dialog#create...
2007-04-12 08:54:55
1,176,380,000
verified fixed
fbe9583
1,225,750,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java
Eclipse_Platform_UI
2,249
240,344
Bug 240344 Paste in bultin-browser goes to address field instead of form input field
Build ID: I20080617-2000 Steps To Reproduce: Launch a web application into the built-in browser that has a form. Click in a form field to place the cursor there. Press Ctrl-V or Select Edit/Paste in the menu. In either case the cliboard content is appended to the address bar in the browser.
2008-07-10 11:02:08
1,215,700,000
resolved fixed
8bf660a
1,225,730,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditorActionBarContributor.java
Eclipse_Platform_UI
2,250
252,497
Bug 252497 [WorkingSets] Image leak in Project Explorer context menu
Each time I open the view dropdown menu in the Project Explorer view, the icons for the working set menu contribution items are leaked. I.e., I have three working sets, so each time I open the menu three images are leaked. Here is a stack trace of the image allocation from Sleak: java.lang.Error at org.eclipse.swt.grap...
2008-10-28 16:44:40
1,225,230,000
verified fixed
b678e7d
1,225,480,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java
Eclipse_Platform_UI
2,251
252,219
Bug 252219 [DataBinding] [Databinding] Snippet000HelloWorld assume the Person model is a bean but it's only a POJO...
null
2008-10-27 12:15:30
1,225,120,000
resolved fixed
82cbfed
1,225,220,000
examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet000HelloWorld.java
Eclipse_Platform_UI
2,252
252,487
Bug 252487 [DataBinding] use Double.isNaN(d) instead of d!=d to check for NaN
There are two warnings in StringToNumberParser related to the fact that we use "doubleValue == doubleValue" to determine whether the value is NaN (suprisingly, NaN is never == NaN, even if it is the same variable). We should be using Double.isNaN(doubleValue) instead.
2008-10-28 15:53:42
1,225,220,000
resolved fixed
dbb8f11
1,225,220,000
bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToNumberParser.java
Eclipse_Platform_UI
2,253
248,392
Bug 248392 View becomes disabled and completly nonfunctional
Eclipse 3.4 Steps to reproduce: 1.) Have a view visible in one perspective 2.) Have the same view as fast view in another perspective 3.) Right click on the fast view icon and select "Close" 4.) Go back to the first perspective Actual results: The view is not responding to mouse clicks anymore. You have to close and re...
2008-09-24 04:15:48
1,222,240,000
verified fixed
c0bf4a8
1,225,200,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
2,254
238,452
Bug 238452 [Browser] External browser parameters are not passed to external browser
Build ID: I20080609-1311 Steps To Reproduce: 1.When I set values in to the Edit External Web Browser dialog from Window->Preferences->General->WebBrowser->Use external web browse->Edit these parameters have no effect. 2. 3. More information: The buggy code is in org.eclipse.ui.internal.browser.browsers.MozillaFactory.c...
2008-06-25 14:14:35
1,214,420,000
resolved fixed
79d46af
1,225,140,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/ExternalBrowserInstance.java bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/browsers/MozillaBrowser.java bundles/org.eclipse.ui.browser/src/org/ec...
Eclipse_Platform_UI
2,255
252,105
Bug 252105 Javadoc warnings in N20081024-2000
/builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchActionConstants.java:727: warning - Tag @see: reference not found: org.eclipse.ui.internal.ShowInAction 1 warning
2008-10-25 20:52:17
1,224,980,000
verified fixed
0a58d03
1,225,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchActionConstants.java
Eclipse_Platform_UI
2,256
246,462
Bug 246462 [DataBinding] [Databinding] Extend ControlObservableValue to observe Size, Location, Bounds and Focus of a control
null
2008-09-06 09:41:22
1,220,710,000
verified fixed
b1b18e0
1,225,050,000
bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/SWTObservables.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ControlObservableValue.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/SWTProperties.java
Eclipse_Platform_UI
2,257
234,345
Bug 234345 [Viewers] AbstractTreeViewer#getChildren(Widget,Object[]) holds doc that it is experimental
a) Remove the experimental description => Why do we need this method b) Remove the method
2008-05-28 08:05:27
1,211,980,000
verified fixed
dc99699
1,225,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java
Eclipse_Platform_UI
2,258
243,347
Bug 243347 [Wizards] TarFile should not throw NPE in finalize()
I20080805-1307 TarFile#finalize() throws an NPE which is swallowed by the Finalizer thread. To reproduce, e.g. try to import a *.zip archive. Here, the constructor fails to initialize entryEnumerationStream, so it stays null: Thread [main] (Suspended (breakpoint at line 59 in TarFile)) TarFile.<init>(File) line: 59 Tar...
2008-08-06 13:24:34
1,218,040,000
verified fixed
2554239
1,225,030,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java
Eclipse_Platform_UI
2,259
242,225
Bug 242225 [Viewers] EditingSupport#setValue() doc
It would be nice if the Javadoc of org.eclipse.jface.viewers.EditingSupport#setValue(Object element, Object value) could mention that it is necessary to call this in order to show the new updated value: getViewer().update(row, null);
2008-07-28 08:45:03
1,217,250,000
verified fixed
0ba5e15
1,225,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java
Eclipse_Platform_UI
2,260
180,392
Bug 180392 [DataBinding] Add support for shorts, bytes, and BigDecimal to StringToNumberConverter
We need to add the appropriate API to StringToNumberConverter and NumberToStringConverter for short and bytes as their boxed types are Numbers as well.
2007-04-01 16:13:57
1,175,460,000
verified fixed
254ce71
1,225,030,000
bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/NumberToStringConverter.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/StringToNumberConverter.java tests/org....
Eclipse_Platform_UI
2,261
97,786
Bug 97786 [Viewers] - Lazy Virtual Table View Test - duplicate items appear after delete
3.1 RC1, Win XP - open the Lazy Virtual Table View Test - Scroll down so that element 6110 is the top item - select item 6114 and delete it - select item 6118 and delete it - scroll up two items so that 6108 is the top item - scroll back down and notice duplicate elements at item 6128 and 6129 6126 6127 6128 6129 6128 ...
2005-06-01 01:26:34
1,117,600,000
verified fixed
dc13bca
1,225,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java
Eclipse_Platform_UI
2,262
252,117
Bug 252117 [DataBinding] ListBinding does not update from model to target in some cases
null
2008-10-26 09:05:46
1,225,030,000
verified fixed
10bb325
1,225,030,000
bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/JavaBeanObservableList.java bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/JavaBeanObservableSet.java bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databindin...
Eclipse_Platform_UI
2,263
247,731
Bug 247731 [Browser] Eclipse requires restart after changing mozilla browser location in preferences
If a user tries to change the location of the Firefox executable in the "Web Browser" preference page, the user must restart Eclipse, but they are not told this. This is due to the MozillaFactory creating a single instance of a MozillaBrowser and never ensuring that the executable paths are the same. Changing this pref...
2008-09-17 16:50:22
1,221,680,000
resolved fixed
56d1edb
1,224,890,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/browsers/MozillaBrowser.java bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/browsers/MozillaFactory.java
Eclipse_Platform_UI
2,264
134,190
Bug 134190 [JFace] NPE in StatusLine class
In class org.eclipse.jface.action.StatusLine, method SubTask(String name) NPE. StatusLine.subTask(String) line: 552 StatusLineManager$1.subTask(String) line: 205 EventLoopProgressMonitor(ProgressMonitorWrapper).subTask(String) line: 154 EventLoopProgressMonitor.subTask(String) line: 171 SBModelManager.saveModelState(IP...
2006-03-30 19:18:17
1,143,760,000
verified fixed
948a9c0
1,224,880,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java
Eclipse_Platform_UI
2,265
201,391
Bug 201391 [MPE] notification when active page of a MultiPageEditorPart changes
3.4 M1. I could not find a listener that informs when the active page of a MultiPageEditorPart changes.
2007-08-28 04:53:51
1,188,290,000
verified fixed
d3ea18f
1,224,870,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPartService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartListenerList2.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Pa...
Eclipse_Platform_UI
2,266
251,997
Bug 251997 [Wizards] StackOverflowError in WizardsRegistryReader
null
2008-10-24 09:20:32
1,224,850,000
verified fixed
0099411
1,224,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java
Eclipse_Platform_UI
2,267
251,996
Bug 251996 [Workbench] WorkbenchLabelProvider leaks
null
2008-10-24 09:05:54
1,224,850,000
verified fixed
67e925f
1,224,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/WorkbenchLabelProvider.java
Eclipse_Platform_UI
2,268
251,995
Bug 251995 [LinkedResources] Error logged when opening Properties dlg on a Linked Resource folder involving a path variable
null
2008-10-24 09:03:23
1,224,850,000
verified fixed
2459568
1,224,850,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java
Eclipse_Platform_UI
2,269
236,795
Bug 236795 [JFace] SWT Exception creates endless cycle
null
2008-06-12 01:33:18
1,213,250,000
closed fixed
ec93395
1,224,850,000
bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ExceptionHandler.java
Eclipse_Platform_UI
2,270
246,105
Bug 246105 [Dialogs] Title and description not layed out properly when title image is null
null
2008-09-03 12:22:26
1,220,460,000
verified fixed
f8b3e36
1,224,790,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java
Eclipse_Platform_UI
2,271
241,849
Bug 241849 [Markers] Need a property tester to test the marker type of a MarkerEntry
Build ID: I20080617-2000 Steps To Reproduce: There is no property tester defined in org.eclipse.ui.ide for testing the marker type of a MarkerEntry in a marker view. Such a tester would be very useful for clients who are trying to add popup menu items to a marker view. I could define a property tester in my own plug-in...
2008-07-23 13:52:50
1,216,840,000
resolved fixed
fe34cf1
1,224,770,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkbenchMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPropertyTester.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Test...
Eclipse_Platform_UI
2,272
251,001
Bug 251001 [Commands] Removed unused Action classes related to Update Manager
null
2008-10-15 15:20:07
1,224,100,000
resolved fixed
de5fd06
1,224,770,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/update/ConfigurationManagerAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/update/InstallWizardAction.java
Eclipse_Platform_UI
2,273
219,901
Bug 219901 [Undo] new file creation subjec to Undo (file deleted without warning)
when creating a new file by right clicking on your project in the project explorer new->file this action is put on the undo/redo stack. Pressing Ctrl-Z to undo this action will thus delete your file. As this stack is separate from the stack in the editor , one can create a new file, work for a long time, then inadverte...
2008-02-21 21:52:31
1,203,650,000
verified fixed
9cf3737
1,224,710,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
Eclipse_Platform_UI
2,274
251,193
Bug 251193 closing the WorkbenchWindow causes the RectangleAnimation to fail
null
2008-10-17 04:58:11
1,224,230,000
verified fixed
bb89cfe
1,224,700,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AnimationEngine.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AnimationFeedbackBase.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DefaultAnimationFeedback.java bundles/org.eclipse.ui.workbench/Eclip...
Eclipse_Platform_UI
2,275
251,257
Bug 251257 [Contributions] IAction.setImageDescriptor() javadoc needs to note "image vs. checked" platform discrepancy
null
2008-10-17 12:45:06
1,224,260,000
verified fixed
5d632b9
1,224,700,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/IAction.java
Eclipse_Platform_UI
2,276
38,789
Bug 38789 [Commands] parameters: Provide commands for the "Show In" menu items -- allowing key bindings
This is for M1. I assigned a key to "Show in Package Explorer" (Ctrl+Alt+O). I open a Java file and press the key, the file is show in the Package Explorer. I open a text file and press the key, nothing happens. However if I select from the menu Navigate -> Show In -> Package Explorer, the file is show in the Package E...
2003-06-11 13:08:45
1,055,350,000
verified fixed
2d3e7d7
1,224,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menu...
Eclipse_Platform_UI
2,277
251,444
Bug 251444 [Contributions] MenuService registry changes causes CME
null
2008-10-20 14:25:25
1,224,530,000
verified fixed
c40f542
1,224,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
Eclipse_Platform_UI
2,278
247,720
Bug 247720 [FieldAssist] Field Assist Example password field mixes chars with *'s
3.5M2 candidate - when the Field Assist Example is shown its Password contains ***** - but when you type in the field non-* characters are shown - I'm not sure if this field should have style PASSWORD, or if *'s should be shown in the regular Text field, but showing the *'s initially and then showing regular characters...
2008-09-17 15:51:50
1,221,680,000
verified fixed
1503681
1,224,610,000
examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/FieldAssistTestDialog.java
Eclipse_Platform_UI
2,279
251,568
Bug 251568 javadoc warnings in N20081020-2000
These warnings are reported by the releng check. /builds/N200810202000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISharedImages.java:525: warning - Tag @see: can't find Cursor(Display, ImageData, ImageData, int, int) in org.eclipse.swt.graphics.Cursor /builds/N2008102...
2008-10-21 13:20:39
1,224,610,000
verified fixed
f4f6d3b
1,224,610,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISharedImages.java
Eclipse_Platform_UI
2,280
217,761
Bug 217761 [Viewers] Widget is disposed when DecoratorManager tries to update Viewer that's gone
-- Error Log -- Date: Mon Feb 04 13:39:57 PST 2008 Message: Problems occurred when invoking code from plug-in: "org.eclipse.jface". Severity: Error Plugin ID: org.eclipse.jface Stack Trace: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3563) at org.eclipse.swt.SWT.error(SWT.java...
2008-02-04 16:42:32
1,202,160,000
verified fixed
d15be9a
1,224,610,000
bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ContentViewer.java
Eclipse_Platform_UI
2,281
247,818
Bug 247818 [StatusHandling] WorkbenchStatusDialogManager should inform of dialog closure
null
2008-09-18 09:00:48
1,221,740,000
resolved fixed
13c2109
1,224,610,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,282
230,349
Bug 230349 [StatusHandling] Status label provider should not be disposed when its modality is switched
null
2008-05-06 05:33:08
1,210,070,000
resolved fixed
4ebb856
1,224,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java
Eclipse_Platform_UI
2,283
84,107
Bug 84107 [DnD] DragCursors should be shared
Can the cursors defined in org.eclipse.ui.internal.DragCursors be exposed? We'd like to re-use these cursors but don't want to use internal API. Perhaps something like ISharedImages can be set up to share cursors as well. Can this be fixed in time for the 3.1 release?
2005-01-31 19:16:54
1,107,220,000
verified fixed
179f69e
1,224,520,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISharedImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DragCursors.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/u...
Eclipse_Platform_UI
2,284
244,047
Bug 244047 [Browser] Extension point schema previews open in internal browser
I20080812-0800, was OK in 3.4 Extension point schema previews open in an internal browser, even though I've set Preferences > General > Web Browsing > Use external Web browser.
2008-08-13 12:55:27
1,218,650,000
resolved fixed
77cd5fd
1,223,570,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/DefaultBrowserSupport.java
Eclipse_Platform_UI
2,285
247,945
Bug 247945 [WorkbenchParts] IWorkbenchPartReference's getPart(boolean) method refers to editors
Currently, the javadoc is... /** * Returns the IWorkbenchPart referenced by this object. * Returns <code>null</code> if the editors was not instantiated or * it failed to be restored. Tries to restore the editor * if <code>restore</code> is true. */ ...which is incorrect since views are workbench parts too.
2008-09-19 05:15:36
1,221,820,000
verified fixed
d1b4f00
1,223,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPartReference.java
Eclipse_Platform_UI
2,286
43,573
Bug 43573 [Contributions] Support icon in <menu>
Can we have support for the icon attribute in the <menu> tag under <extension point="org.eclipse.ui.popupMenus"> That way menu groups can have support for their own icons?
2003-09-24 10:32:39
1,064,410,000
verified fixed
71796c7
1,223,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionBuilder.java
Eclipse_Platform_UI
2,287
244,145
Bug 244145 [ErrorHandling] UIJob eats possible exception
null
2008-08-14 07:51:44
1,218,710,000
resolved fixed
dfb0942
1,223,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/UIJob.java
Eclipse_Platform_UI
2,288
242,832
Bug 242832 [ErrorHandling] [statushandling] WSDM#getSecondaryMessage should consequently check for message duplication
We look for duplication in all possibilities except if we have only an exception name.
2008-08-01 04:38:24
1,217,580,000
resolved fixed
3a9d8ad
1,223,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java
Eclipse_Platform_UI
2,289
249,281
Bug 249281 [StatusHandling] Display.sleep should be used instead of Thread.yield
null
2008-10-01 05:15:00
1,222,850,000
resolved fixed
bb5fb11
1,223,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java
Eclipse_Platform_UI
2,290
249,514
Bug 249514 [Viewers] [JFace] NPE setting StructuredSelection(Object[])
Build ID: I20080617-2000 Steps To Reproduce: 1. Pass null to new StructuredSelection(Object[]) 2. Watch NPE occur More information: The problem is there is no check on the the constructor for a null array. The javadoc doesn't specify that null is an illegal value, but looking at the class, it appears the other construc...
2008-10-02 11:52:34
1,222,960,000
verified fixed
9a1a95b
1,223,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredSelection.java
Eclipse_Platform_UI
2,291
249,378
Bug 249378 [Viewers] Make ArrayContentProvider a singleton
ArrayContentProvider contains zero state, and is not intended to be subclassed. Adding a static getter class to allow sharing a single instance of the ArrayContentProvider will improve performance and reduce memory usage.
2008-10-01 15:21:02
1,222,890,000
verified fixed
975549a
1,223,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ArrayContentProvider.java
Eclipse_Platform_UI
2,292
249,574
Bug 249574 [Contributions] ExternalActionManager.addPropertyChangeListener() doesn't register the ListenerList
null
2008-10-03 04:48:37
1,223,020,000
resolved fixed
7cd6dbf
1,223,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java
Eclipse_Platform_UI
2,293
249,435
Bug 249435 CollapseAllHandler has incorrect javadoc
At the class level javadoc, it says... handlerService.activateHandle(CollapseAllHandler.COMMAND_ID, collapseHandler); ...it should be... handlerService.activateHandler(CollapseAllHandler.COMMAND_ID, collapseHandler); ...activeHandler, not activateHandle.
2008-10-02 03:12:18
1,222,930,000
resolved fixed
1f61850
1,222,980,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/CollapseAllHandler.java
Eclipse_Platform_UI
2,294
218,137
Bug 218137 [ErrorHandling] Errors for multiple jobs are displayed in many dialogs
Build ID: I20071211-0010 Steps To Reproduce: 1. Try org.eclipse.ui.tests/Manual Component Tests/StatusHandling.txt, section 'Job'. Please launch new eclipse and then perform manual tests. 2. During the first run error dialog will be displayed twice. For further tests statuses will be displayed in one dialog.
2008-02-07 04:18:27
1,202,380,000
resolved fixed
e763085
1,222,950,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java
Eclipse_Platform_UI
2,295
249,272
Bug 249272 [StatusHandling] Clipboard in WSDM is never used
null
2008-10-01 03:50:25
1,222,850,000
resolved fixed
a94d8a9
1,222,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java
Eclipse_Platform_UI
2,296
247,933
Bug 247933 [StatusHandling] During the modality switch the state of details/support is not preserved correctly
null
2008-09-19 03:34:15
1,221,810,000
resolved fixed
faa47d3
1,222,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java
Eclipse_Platform_UI
2,297
247,651
Bug 247651 javadoc warning in org.eclipse.ui.workbench in I20080916-2000
null
2008-09-17 10:06:24
1,221,660,000
verified fixed
7afd7d8
1,221,680,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/about/IInstallationPageContainer.java
Eclipse_Platform_UI
2,298
246,612
Bug 246612 [FilteredTree] FilteredTree renders all parent items of matches bold
null
2008-09-08 12:57:15
1,220,890,000
verified fixed
8c221c9
1,221,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java
Eclipse_Platform_UI
2,299
247,440
Bug 247440 API error in IWorkbenchPreferenceConstants
null
2008-09-16 08:09:07
1,221,570,000
verified fixed
8a73030
1,221,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java
Eclipse_Platform_UI
2,300
246,959
Bug 246959 [WorkingSets] addPropertyChangeListener deprecated on impl but not on interface
Like that for years. WorkbenchPage.addPropertyChangeListener(IPropertyChangeListener) is deprecated but in the corresponding interface it is not. We should also deprecate IWorkbenchPage.addPropertyChangeListener(...).
2008-09-11 03:35:45
1,221,120,000
verified fixed
6b00f02
1,221,240,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java
Eclipse_Platform_UI
2,301
246,373
Bug 246373 [Dialogs] [Progress] ProgressMonitor dialog missing a null check when blocked
Build ID: M20080903-2000 Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(...
2008-09-05 09:48:36
1,220,620,000
verified fixed
9c13216
1,221,070,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
2,302
40,632
Bug 40632 [Dialogs] Open Resource should have "open with" area to override default open behavior
When using Open Resource window you should be able to rc on any of the items found and open choose to open in the text editor instead of having to accept the default open behavior of the resource.
2003-07-22 18:50:55
1,058,910,000
resolved fixed
fec280a
1,221,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java
Eclipse_Platform_UI
2,303
246,209
Bug 246209 [Viewers] OpenStrategy postSelection delay hinders automated testing
Build ID: I20080617-2000 Steps To Reproduce: The initializeHandler method runs the firePostSelectionEvent after the TIME=500 ms, which causes the automated tests to fail unless the thread is made to sleep for 500+ ms after each arrow key pressed, which is cumbersome. More information: Could we have the TIME member publ...
2008-09-04 09:38:05
1,220,540,000
verified fixed
a4ceec2
1,220,980,000
bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java
Eclipse_Platform_UI
2,304
245,761
Bug 245761 [Presentations] Lazy IndexOutOfBoundsException in PresentationSerializer.getPart
When restoring after some failure, PresentationSerializer.getPart can get many out of range numeric ids. Throwing and ignoring an IndexOutOfBoundsException for each makes debugging very hard and is just lazy programming. Please replace the catch by if (index < parts.size()) { IPresentablePart result = (IPresentablePart...
2008-08-30 02:16:28
1,220,080,000
verified fixed
c615159
1,220,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PresentationSerializer.java
Eclipse_Platform_UI
2,305
246,384
Bug 246384 [PropertiesDialog] propertyPages extension point does not allow forcePluginActivation when using core.expression's property tester
null
2008-09-05 10:24:58
1,220,620,000
verified fixed
2c81b97
1,220,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java
Eclipse_Platform_UI
2,306
246,383
Bug 246383 [KeyBindings] AWT Text fields no longer receive delete key pressed event in workbench
null
2008-09-05 10:23:55
1,220,620,000
verified fixed
f44f2cd
1,220,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IActionBarsTest.java
Eclipse_Platform_UI
2,307
246,382
Bug 246382 [KeyBindings] Emacs Binding not visible
null
2008-09-05 10:22:40
1,220,620,000
verified fixed
73cedaf
1,220,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java
Eclipse_Platform_UI
2,308
246,381
Bug 246381 [GlobalActions] GlobalUndoAction / GlobalRedoAction causes NPE by unsafely disposing old delegate
null
2008-09-05 10:20:46
1,220,620,000
verified fixed
7d5db78
1,220,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java
Eclipse_Platform_UI
2,309
245,710
Bug 245710 [Workbench] Eclipse process continues to run in background after shutdown
null
2008-08-29 11:29:06
1,220,020,000
resolved fixed
c674ee2
1,220,020,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
2,310
245,437
Bug 245437 [Preferences] (HEAD) Preference pages not scrollable (accessible) via keyboard
null
2008-08-27 15:56:59
1,219,870,000
verified fixed
2b311c9
1,219,870,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
2,311
242,788
Bug 242788 a lot of popup ends up as null error
null
2008-07-31 16:50:31
1,217,540,000
resolved fixed
02eee18
1,219,180,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java
Eclipse_Platform_UI
2,312
200,316
Bug 200316 [CommonNavigator] Can not contribute property page to classpath container in project explorer
null
2007-08-17 04:31:50
1,187,340,000
verified fixed
8794aba
1,219,080,000
bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/PropertiesActionProvider.java
Eclipse_Platform_UI
2,313
236,612
Bug 236612 [ActivityMgmt] Endless loop in MutableActivityManager.getIdentifier(..)
I20080609-1311, Sun JDK 1.6.0_05-b13 This never happened to me before, but now I ran into this the second time in two days. Both times, I was working in my development workbench and pressed Ctrl+H to open the search dialog. The UI thread froze, CPU went up to 100% on one core, and stack dumps always looked like the one...
2008-06-11 08:38:37
1,213,190,000
verified fixed
2aff330
1,219,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/MutableActivityManager.java
Eclipse_Platform_UI
2,314
242,466
Bug 242466 [JFace] Widget is disposed error when closing dialog from OSX dock
- run the snippet below which shows a dialog - right-click its icon in the OSX dock and select Quit -> the exception at the bottom will be spewed - it looks like the last line of Window.runEventLoop(Shell) should change from: display.update(); to... if (!display.isDisposed()) display.update(); snippet: public static vo...
2008-07-29 16:37:48
1,217,360,000
verified fixed
1abba9f
1,218,820,000
bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java
Eclipse_Platform_UI
2,315
161,095
Bug 161095 [CommonNavigator] Drag and Drop of non IResource items causes FileTransfer to be created with null data
I am not sure whether this is the right behavior or not. This is found when using this Project Explorer with an Editor that expects an FileTransfer (like SSE or Page Designer). A FileTransfer gets created on drag, but becuase the selection in the Project Explorer is not adapted to IResource, the constructed FileTransfe...
2006-10-16 13:02:25
1,161,020,000
resolved fixed
64eaccc
1,218,760,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java
Eclipse_Platform_UI
2,316
189,529
Bug 189529 [CommonNavigator] Project Navigator - Customization dialog should use straight tabs or border
3.3. I0527 1. Open the resource perspective with the Project Navigator 2. Click the view menu and select "Customization" The resulting dialog has two tabs along the tops. These tabs look odd because they are using the curved style but no top border. Thus you get a curve for the unselected tab but that curve just stops....
2007-05-28 19:14:44
1,180,390,000
verified fixed
eac10bd
1,218,760,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/filters/CommonFilterSelectionDialog.java
Eclipse_Platform_UI
2,317
217,801
Bug 217801 [CommonNavigator] Capability filtering of commonWizard extensions uses wrong identifier
null
2008-02-05 05:03:12
1,202,210,000
verified fixed
afbae9b
1,218,760,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/CommonWizardDescriptor.java 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/NavigatorTestBase.java tests/org.eclipse.ui.tests.n...
Eclipse_Platform_UI
2,318
220,559
Bug 220559 Regression in some open editor performance tests
Verifying build I20080226-1155, it looks like some open editors tests are seriously red: - OpenJavaEditorTest#testOpenEditor3(): between -16.1% and -36% - OpenJavaEditorTest#testOpenEditor4(): between -18.1% and -39.2%
2008-02-27 09:52:05
1,204,120,000
resolved fixed
34e2b00
1,218,760,000
bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java
Eclipse_Platform_UI
2,319
238,162
Bug 238162 [RCP] Remove dependency on org.eclipse.update.core
Build: 3.4 final I noticed while browsing code that IDEWorkbenchAdvisor has a method "checkUpdates" which makes a call to update manager API (SiteManager.handleNewChanges()). Looking through the history, I see this SiteManager.handleNewChanges() method has had an empty body since the 3.0 release, so it's a no-op to cal...
2008-06-23 14:30:51
1,214,250,000
resolved fixed
8db4538
1,218,750,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
Eclipse_Platform_UI
2,320
243,209
Bug 243209 [ActivityMgmt] NPE in org.eclipse.ui.internal.activities.Identifer prevents menu contributions from showing up
Build ID: I20080617-2000 (Version 3.4.0) In the code of Identifier.removeIdentifierListener(), only part of the code is guarded aganist NPEs. When the NPE occurs, menu contributions don't show up. A patch is attached to fix the problem.
2008-08-05 14:30:01
1,217,960,000
verified fixed
b029607
1,218,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/Identifier.java
Eclipse_Platform_UI
2,321
208,804
Bug 208804 [CommonNavigator] change "Navigator" view perspective links
null
2007-11-05 14:53:33
1,194,290,000
resolved fixed
7631b0b
1,218,670,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/ResourcePerspective.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
Eclipse_Platform_UI
2,322
242,900
Bug 242900 [Markers] (3.4 maint.) Test failure in MarkersViewColumnSizeTest.testColumnRestore
junit.framework.AssertionFailedError: Column sizes not restored at org.eclipse.ui.tests.markers.MarkersViewColumnSizeTest.testColumnRestore(MarkersViewColumnSizeTest.java:73) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.Te...
2008-08-01 13:36:27
1,217,610,000
verified fixed
ce0e0ca
1,217,970,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkersTestMarkersView.java
Eclipse_Platform_UI
2,323
215,941
Bug 215941 [Help] Help content for dialogs should open in a new window
null
2008-01-21 01:59:23
1,200,900,000
resolved fixed
afe086f
1,217,960,000
bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/DefaultBrowserSupport.java
Eclipse_Platform_UI
2,324
238,909
Bug 238909 [DataBinding] Correctly set the staleness state of the validation status observable of the MultiValidator
For Bindings, the validation status observable should be stale whenever either the target or model observable is stale. For the MultiValidator, the validation status observable should be stale whenever any of its dependencies accessed from within the MultiValidator#validate() is stale.
2008-06-29 12:01:51
1,214,760,000
verified fixed
68060d8
1,217,540,000
bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/MultiValidator.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/validation/MultiValidatorTest.java
Eclipse_Platform_UI
2,325
242,017
Bug 242017 [DataBinding] ButtonObservableValue does bot store the inital value during init causing the next change to be dropped
Build ID: 3.4.0 - I20080617-2000 Steps To Reproduce: 1. Create a Check Box button whose initial value is CHECKED 2. Create a Text Box 2. Create a binding with checkbox's selection as the model with Text Box's enablement as the target 3. Watch the enablement change by checking, unchecking the check box The text box's en...
2008-07-24 15:21:11
1,216,930,000
verified fixed
7dfb4b4
1,217,530,000
bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/ButtonObservableValue.java
Eclipse_Platform_UI
2,326
235,195
Bug 235195 [Wizards] [DataBinding] Non-error statuses not handled correctly by WizardPageSupport class
Build ID: I20080516-1333 Steps To Reproduce: 1. Setup a DataBindingContext inside a wizard page whose validation status consists of an INFO or WARNING. 2. Attach the DataBindingContext to a WizardPageSupport instance. 3. The wizard page will erroneously be set to be not complete.
2008-06-02 14:21:37
1,212,430,000
resolved fixed
7aab53c
1,217,530,000
bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/wizard/WizardPageSupport.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/wizard/WizardPageSupportTest.jav...
Eclipse_Platform_UI
2,327
236,605
Bug 236605 [DataBinding] Duplicate entries in bound list after update
null
2008-06-11 07:39:51
1,213,180,000
resolved fixed
60d5383
1,217,530,000
bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/JavaBeanObservableList.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/beans/JavaBeanObservableListTest.java
Eclipse_Platform_UI
2,328
240,009
Bug 240009 [Viewers] FilteredTree.getBoldFont calls filter.setPattern many times
getBoldFont is called by the label provider for each matching item. We are doing too much work.
2008-07-08 11:29:45
1,215,530,000
verified fixed
4194886
1,217,530,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java
Eclipse_Platform_UI
2,329
242,765
Bug 242765 [Commands] NPE in ContributedAction.runWithEvent()
null
2008-07-31 13:34:03
1,217,530,000
resolved fixed
ad49697
1,217,530,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ContributedAction.java
Eclipse_Platform_UI