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
4,630
86,628
Bug 86628 [Decorators] IAE: beginRule: R/, does not match outer scope rule
build I20050222-0821 - opened existing workspace - did a search - opened a CU from the matches - noticed the following in the log !ENTRY org.eclipse.ui 4 4 2005-02-25 09:44:04.439 !MESSAGE Attempted to beginRule: R/, does not match outer scope rule: org.eclipse.ui.internal.decorators.DecorationScheduler$1@f55e8c !STACK...
2005-02-25 09:48:15
1,109,340,000
verified fixed
c8c440f
1,114,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java
Eclipse_Platform_UI
4,631
92,161
Bug 92161 [DynamicUI] Avoid getDeclaringExtension().getNamespace()
Build: I20050419 Now that the extension registry is loaded from disk lazily, every API call to the extension registry is potentially slower. One common example is code that wants to find the plugin ID for a configuration element. This is commonly done like so: IConfigurationElement.getDeclaringExtension().getNamespace(...
2005-04-20 18:18:04
1,114,040,000
verified fixed
1e65b97
1,114,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI Components/org/eclipse/ui/internal/components/ComponentUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionDescriptor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java bundles/org.eclipse.ui.workbench/Eclips...
Eclipse_Platform_UI
4,632
92,019
Bug 92019 IAE in TextStyle constructor when disposing PDEFormEditor
build I20050419-1200 Saw the following in the (linux-gtk) console output for this build. There are some earlier exceptions (reported separately), so this may be a secondary effect. [java] !ENTRY org.eclipse.ui.workbench 4 2 2005-04-19 14:35:14.491 [java] !MESSAGE Problems occurred when invoking code from plug-in: "org....
2005-04-19 22:32:46
1,113,960,000
verified fixed
8e30d88
1,114,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorPartTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IViewPartTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/or...
Eclipse_Platform_UI
4,633
92,171
Bug 92171 WorkbenchPage.getViewStack is too eager to activate views
This method is too eager to activate views. The method states that it returns the IViewParts that are stacked with the given part, but it actually causes new parts to be created in the stack by calling getView(true). This is a performance issue due to unnecessary part creation. The current behavior may also mislead cal...
2005-04-20 20:41:30
1,114,040,000
verified fixed
fed971a
1,114,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
4,634
92,137
Bug 92137 [ActivityMgmt] IActivity still uses "activity activity bindings"
build I20050413 IActivity.getActivityRequirementBindings still uses "activity activity bindings" in a few places, even though we changed the API to IActivityRequirementBinding.
2005-04-20 15:37:51
1,114,030,000
verified fixed
3347d8e
1,114,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/IActivity.java
Eclipse_Platform_UI
4,635
92,016
Bug 92016 [Workbench] [RCP] IDEWorkbenchWindowAdvisor does not respond to changes in editor title
Load the org.eclipse.ui.tests plugin. create a file ending in .test, and open it in the "Name Test Editor". Change the title of the editor by typing gibberish in the "title" field. Notice that the window title does not change to reflect the new editor until you select a new editor tab and then go back to the original.
2005-04-19 20:17:22
1,113,960,000
resolved fixed
e37aa87
1,114,020,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java
Eclipse_Platform_UI
4,636
91,994
Bug 91994 [Commands] errors: Duplicate log entry for command warnings
Build: I20050419-1200 When problems occur parsing commands, you get entries in the log like the ones below. The first entry is an ERROR severity, and repeats the same information as the second entry, which is a warning. This duplication occurs because CommandPersistence#readCategoriesFromCommandsExtensionPoint calls th...
2005-04-19 17:00:04
1,113,940,000
verified fixed
7613839
1,114,010,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandPersistence.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextPersistence.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerPersistence.java bundles/org.eclip...
Eclipse_Platform_UI
4,637
89,900
Bug 89900 [Progress] showInDialog blocks if the parentShell is modal
20050331 IProgressService#showInDialog blocks until all modal shells are closed. This will mean that it will not open if it is called on a modal parent. ProgressMonitorFocusJobDialog should check if the shell blocking it is the specified parent - if so then it should proceed. We also should remove the code that looks f...
2005-03-31 16:47:47
1,112,310,000
verified fixed
f5b5145
1,114,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java bundles/...
Eclipse_Platform_UI
4,638
92,000
Bug 92000 [Workbench] (regression) AssertionFailedException in PartList.removePart when editors closed on shutdown
build I20050413 + latest UI from head - run with -pluginCustomization d:\custom.ini where custom.ini has: org.eclipse.ui/CLOSE_EDITORS_ON_EXIT=true - open some editors - File > Exit Get the following in the log. Not sure if the "leaked a refcount" messages are related. !ENTRY org.eclipse.ui.workbench 4 2 2005-04-19 17:...
2005-04-19 17:18:04
1,113,950,000
verified fixed
47006ab
1,113,970,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
4,639
91,956
Bug 91956 leaked refcount warnings in log
Build: I20050419-1200 On every startup with this build, I get the following warnings printed to my log. Let me know if more details are needed... !ENTRY org.eclipse.ui 2 0 2005-04-19 14:07:10.87 !MESSAGE WorkbenchPage leaked a refcount for view org.eclipse.jdt.junit.ResultView !ENTRY org.eclipse.ui 2 0 2005-04-19 14:07...
2005-04-19 14:11:15
1,113,930,000
resolved fixed
f446b80
1,113,960,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
4,640
88,867
Bug 88867 [DetachedViews] NPE with detached views
- I get the following NPE on shutdown. - I have 2 detached views. (hidden) - On subsequent startups my views appear open but are greyed out and contain nothing. eclipse.buildId=I20050315-1100 java.fullversion=J2RE 1.4.2 IBM J9 2.2 Windows XP x86-32 j9n142-20040915 (JIT enabled) J9VM - 20040914_1123_lHdSMR JIT - r7_leve...
2005-03-23 10:25:35
1,111,590,000
verified fixed
e269b6b
1,113,950,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DetachedWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShellPool.java
Eclipse_Platform_UI
4,641
89,910
Bug 89910 [WorkbenchParts] (regression) PartStack does not remember active part when switching among perspectives
Using 0330, the partstack always activates the first part in the stack and not the last activated part. This is not during shutdown/restart, but just swithing among open perspectives.
2005-03-31 18:01:13
1,112,310,000
resolved fixed
c934ccb
1,113,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
4,642
81,444
Bug 81444 [Contributions] ordering: Team menus (Compare, Replace, Team) not consistently ordered
I20041216-0800 The team menus in the context menu are not consistently ordered. On Compilation Units, the order is: Team, Compare With, Replace With, Restore from Local History... On Types, the order is: Compare With, Replace With, Restore from Local History..., Team
2004-12-16 13:20:50
1,103,220,000
verified fixed
12ff825
1,113,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectActionContributorManager.java
Eclipse_Platform_UI
4,643
91,781
Bug 91781 [WorkbenchParts] Adding a selection listener to a view causes view to be opened
Build: I20050413 AbstractDebugActionDelegate in org.eclipse.debug.ui adds a selection listener on startup to a particular view, like so: window.getSelectionService().addSelectionListener(IDebugUIConstants.ID_DEBUG_VIEW, this); This causes the corresponding view (the debug view in this case) to be eagerly created. The v...
2005-04-18 15:41:15
1,113,850,000
resolved fixed
48ecdd3
1,113,860,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/ViewReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/...
Eclipse_Platform_UI
4,644
90,357
Bug 90357 [WorkbenchParts] Avoid redundant part activation when switching perspectives
Whenever possible, the workbench maintains the same active part when switching perspectives. However, the workbench still deactivates and reactives the active part during a perspective switch even if it ends up remianing unchanged. A large portion (about 30%) of the runtime for switching perspectives currently goes int...
2005-04-05 15:31:54
1,112,730,000
verified fixed
45ab2be
1,113,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/...
Eclipse_Platform_UI
4,645
82,914
Bug 82914 [KeyBindings] performance: Too many MissingResourceException from NativeKeyFormatter
I'm trying to debug Eclipse plugins in Eclipse 3.1, and I have *tons* of MissingResourceException from NativeKeyFormatter (I have added exception breakpoint on RuntimeException). Here is the stack trace from debugger: Thread [main] (Suspended (exception MissingResourceException)) PropertyResourceBundle(ResourceBundle)....
2005-01-15 12:53:41
1,105,810,000
verified fixed
9712355
1,113,850,000
bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/formatting/AbstractKeyFormatter.java
Eclipse_Platform_UI
4,646
91,747
Bug 91747 [ViewMgmt] [EditorMgmt] IWorkbenchPart.createPartControl refers to non-existent interfaces
build I20050413 IWorkbenchPart.createPartControl's Javadoc has: * <li>Register any global actions with the <code>IActionService</code>.</li> * <li>Register any popup menus with the <code>IActionService</code>.</li> * <li>Register a selection provider with the <code>ISelectionService</code> * (optional). </li> There is ...
2005-04-18 11:18:41
1,113,840,000
verified fixed
9c8281c
1,113,840,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPart.java
Eclipse_Platform_UI
4,647
91,462
Bug 91462 [Wizards] WizardDialog Javadoc Typo
The Javadoc for WizardDialog.aboutToStart says "tiggered" instead of "triggered".
2005-04-14 16:50:50
1,113,510,000
verified fixed
55dbe95
1,113,590,000
bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
Eclipse_Platform_UI
4,648
91,384
Bug 91384 [Preferences] CCE in FileEditorsPreferencePage.createContents when running automated tests
build I20050413-0910 Looking through the console output for this build, I saw the following during: org.eclipse.ui.tests.UiTestSuite. The File Associations pref page comes up OK in the build though. [java] !ENTRY org.eclipse.jface 4 2 2005-04-13 13:17:14.682 [java] !MESSAGE Problems occurred when invoking code from plu...
2005-04-14 06:28:53
1,113,470,000
verified fixed
c7a5e8b
1,113,590,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/PreferenceDialogWrapper.java
Eclipse_Platform_UI
4,649
89,637
Bug 89637 [RCP] Need regression test for new advisor saveState/restoreState APIs
null
2005-03-30 13:28:04
1,112,210,000
verified fixed
5b329a2
1,113,490,000
tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/RcpTestSuite.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchSaveRestoreStateTest.java
Eclipse_Platform_UI
4,650
91,387
Bug 91387 [DynamicUI] NPE in WorkbenchWindow$1.addExtension
build I20050413-0910 While looking through the console output for this build, I saw the following. If this exception is thrown deliberately for the tests, its message should flag it as such. !ENTRY org.eclipse.ui 4 4 2005-04-13 13:18:41.746 [java] !MESSAGE Exception in org.eclipse.ui.internal.registry.UIExtensionTracke...
2005-04-14 06:36:16
1,113,470,000
verified fixed
3e5ebc5
1,113,480,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
4,651
81,076
Bug 81076 [Preferences] Project properties dialog: tree needs a border
M4 test pass Project properties dialog: the tree on the left hand needs a border.
2004-12-15 05:29:20
1,103,110,000
verified fixed
a8f286b
1,113,420,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PropertyDialog.java
Eclipse_Platform_UI
4,652
90,073
Bug 90073 [Viewers] AbstractTreeViewer.add method slow for elements added at end
When implementing deferred loading for the TreeViewer I stumbled upon serious performance problems in the AbstractTreeViewer.add(Object parentElement, Object[] childElements) method. The amount of time this method takes grows exponentially with the size of the childElements array. After profiling it turns out that the ...
2005-04-02 00:09:44
1,112,420,000
verified fixed
9478b23
1,113,410,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java
Eclipse_Platform_UI
4,653
91,137
Bug 91137 hashCode() + equals() inefficiencies
null
2005-04-12 10:48:30
1,113,320,000
verified fixed
93a9ee7
1,113,330,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Parameterization.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/HandlerSubmission.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/Priority.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/co...
Eclipse_Platform_UI
4,654
90,521
Bug 90521 [Import/Export] NumberFormatException during import zip file
null
2005-04-06 15:52:29
1,112,820,000
verified fixed
9351720
1,113,250,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarException.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java
Eclipse_Platform_UI
4,655
90,651
Bug 90651 [Import/Export][Preferences] Unused messages in WorkbenchMessages
WorkbenchMessages in org.eclipse.ui.workbench, from HEAD, has the following unused messages. It looks like someone made changes to import/export but forgot to update/remove the corresponding messages. ActionSetRegistry_otherCategory ImportExportPages_browseButton ImportExportPages_deselectAll ImportExportPages_errorDir...
2005-04-07 12:30:37
1,112,890,000
verified fixed
874b165
1,113,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java
Eclipse_Platform_UI
4,656
90,508
Bug 90508 [RCP] [Progress] NullPointerException in ProgressManagerUtil.java
A NullPointerException is thrown in ProgressManagerUtil.java when and RCP application overrides createWindowContents and does not provide/specify a progress region. Code snippet to reproduce the problem to follow.
2005-04-06 14:18:09
1,112,810,000
verified fixed
27fad43
1,113,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchAdvisorTest.java
Eclipse_Platform_UI
4,657
89,406
Bug 89406 [WorkbenchParts] OpenCloseEditorTest failing
null
2005-03-29 15:26:21
1,112,130,000
resolved wontfix
d9fb1b7
1,113,240,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/OpenCloseEditorTest.java
Eclipse_Platform_UI
4,658
89,034
Bug 89034 [ActivityMgmt] Activities javadoc issues
Should ITriggerPointManager#UNKNOWN_TRIGGER be deprecated? WorkbenchActivityHelper#allowUseOf is deprecated and new - can it be deleted? ActivityCategoryPreferencePage needs more javadoc
2005-03-24 14:52:59
1,111,690,000
verified fixed
6bb18b0
1,112,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java
Eclipse_Platform_UI
4,659
90,698
Bug 90698 [EditorMgmt] FileEditorInput.getStorage() API change
Eclipse 3.1 M6 FileEditorInput.getStorage() has changed to no longer throw a CoreException. Since this class is public this is a breaking API change. Workaround is to cast the FileEditorInput to an IFileEditorInput.
2005-04-07 14:36:38
1,112,900,000
verified fixed
3ff64eb
1,112,910,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java
Eclipse_Platform_UI
4,660
88,926
Bug 88926 [Preferences] IDE should subclass FileEditorsPreferencePage
Currently the link to the content types editor page lives in Workbench despite the target living in IDE. This should be resolved for 3.1
2005-03-23 15:53:47
1,111,610,000
verified fixed
8cde525
1,112,910,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/ContentTypesPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/NewContentTypeFileAssociationDialog.java bundles/org.eclipse.ui.workb...
Eclipse_Platform_UI
4,661
66,497
Bug 66497 All projects deletion triggers full workspace reindexing
Build RC1 Tracing transient memory allocation, I observed that when selecting all (binary linked) projects from a self-hosting workspace, lots of memory was allocated due to Java indexing activity. Looking deeper, I observed that the PDE container was being reset as soon as notified from resource deletions (likely to c...
2004-06-10 09:11:37
1,086,870,000
verified fixed
e558b91
1,112,900,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java
Eclipse_Platform_UI
4,662
88,653
Bug 88653 [Commands] performance: 50% of perspective switch in ParameterizedCommand.equals()
Build: I20050315 Setup: 1) Workspace with three projects, org.eclipse.jdt.core, org.eclipse.swt, and org.eclipse.swt.win32 2) Editor open on org.eclipse.jdt.internal.compiler.parser.Parser.java 3) Default Java perspective and Resource perspective open My test was to switch between the two open perspectives about five t...
2005-03-21 12:06:15
1,111,420,000
verified fixed
2cd3413
1,112,900,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Category.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java
Eclipse_Platform_UI
4,663
58,930
Bug 58930 [About] Unable to open web browser: Help->About Eclipse Platform->Feature Details->More Info
Platforms: Solaris 9 and HP-UX11.11 Eclipse 3.0M8, Build Id: 200403261517 First I will prove that I can open the web browser via Eclipse Help: - Go to Window->Preferences->Help. Enter in the browser's path and command (e.g <path>/netscape %1) into "Customer Browser command". Click OK. - Go to Help->Help Contents. The b...
2004-04-16 16:12:57
1,082,150,000
resolved fixed
448e052
1,112,890,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java
Eclipse_Platform_UI
4,664
89,019
Bug 89019 [ActivityMgmt] ImageBindingRegistry is never hooked into the extension registry
Despite being wired to listen to registry events, this registry is not actually hooked into the extension registry.
2005-03-24 13:43:11
1,111,690,000
verified fixed
18aa626
1,112,890,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/ImageBindingRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConst...
Eclipse_Platform_UI
4,665
88,552
Bug 88552 [Contributions] Can't filter out actions from popup menu that are contributed by other plugins
Found in eclipse3.1M5a org.eclipse.compare use objectContribution on IFile and IResource to contribute menus to the popupextender, and they set adaptable=true. My multipage editor popup menu contains the above menu actions, and they appear to be contributed for the editor input (IFileEditorInput). I stepped into PopupM...
2005-03-18 20:27:21
1,111,200,000
verified fixed
7d8d6ef
1,112,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PopupMenuExtender.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/part/CompatibilityPartSite.java
Eclipse_Platform_UI
4,666
67,478
Bug 67478 [Workbench] Title does not change when closing projects
A small bug: When I close a project, open editors close, but the main Eclipse title bar do not change the title (and it still show the name of the resource which was edited before). My setup: WinXP SP1, Eclipse 3.0 RC2. Also, some editors (e.g. EclipseUML) do not close at all (but maybe it's their fault).
2004-06-16 11:41:12
1,087,400,000
verified fixed
0501474
1,112,820,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java
Eclipse_Platform_UI
4,667
89,550
Bug 89550 [Undo] - beef up javadoc for event notification and dispose
I20050330-0500 This is maybe a problem in the commands plugin - if so, please move the bug up. - Have compilation unit p/A.java: ----------------------- package p; public class B { } ----------------------- - Change "B" to "A" - Edit > Undo Typing - Ctrl+1, choose "Rename compilation unit to 'B.java'" => The following ...
2005-03-30 09:50:18
1,112,190,000
verified fixed
cb1766f
1,112,760,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/OperationHistoryEvent.java
Eclipse_Platform_UI
4,668
78,460
Bug 78460 [Contributions] [ViewMgmt] Console actions leaking after each launch
For each launch that terminates and is removed, two console actions are leaked (which also keep a fair bit of the previous launch session in memory). Test case: Ran a program to termination. Removed the program via the Debug view ConsoleTerminateActionDelegate and ConsoleRemoveAllTerminatedActionDelegate leaked per lau...
2004-11-11 18:37:51
1,100,220,000
verified fixed
16f10c8
1,112,730,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorPluginAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse U...
Eclipse_Platform_UI
4,669
78,860
Bug 78860 [Progress] UIJob uses lots of resources
I had a memory monitor plugin that graphed the available memory over time. I wrote it using java.util.Timer. The graph looked flat. I re-implemented it using UIJob. The graph became a saw-tooth. The following code illustrates the problem. Create a plugin project. Add the org.eclipse.ui.ActionSets extension and choose t...
2004-11-17 13:22:07
1,100,720,000
verified fixed
2f2bb34
1,112,730,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/FinishedJobs.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java
Eclipse_Platform_UI
4,670
89,393
Bug 89393 [Undo] - Rename CU scenario - undo becomes disabled in renamed editor
(from Dirk email) - open a compilation unit in the editor - select the type name of the top level type - execute refactoring rename - this correctly opens a triggered operation. However, the operation gets closed by the fact that the editor get set a new input. The stack trace is as follows: Thread [main] (Suspended (b...
2005-03-29 14:39:05
1,112,130,000
verified fixed
6825a35
1,112,730,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java
Eclipse_Platform_UI
4,671
19,336
Bug 19336 [View Mgmt] Leak: Closed fast view is not GCed.
Build F2 Run Eclipse with OptimizeIt. See the number of ResourceNavigator(s). Should be 1. Make it a fast view. Close it. GC. There are lots of references to ResourceNavigator. Tryied to change Perspective.hideView(IViewPart view) adding if(previousActiveFastView == view) previousActiveFastView = null; but it was not e...
2002-06-05 10:56:06
1,023,290,000
verified fixed
c8d1166
1,112,650,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java
Eclipse_Platform_UI
4,672
89,374
Bug 89374 [WorkbenchParts] partVisible not sent when editor restored
null
2005-03-29 12:10:35
1,112,120,000
verified fixed
44863b3
1,112,650,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WWinPartService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/...
Eclipse_Platform_UI
4,673
89,109
Bug 89109 Need Workspace preference page doc and code fixup
There is currently an illegal reference from IDE to the IWorkspacehelpIds class where we set the Workbench pref. page as the context help id for the workspace page. We should add a new help page for the workspace page and add the context id to IIDEHelpContextIDs and remove the illegal reference. As well the workbench h...
2005-03-25 11:01:54
1,111,770,000
verified fixed
669e2ee
1,112,640,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
Eclipse_Platform_UI
4,674
89,959
Bug 89959 [Progress] Progress dialog stayed up when no activity happening, with no details and only cancel button
build I20050331-2000 - had a workspace sync going on in the background - it was near completion - did a sync on another resource from PE - got the Progress Information / Operation in progress... dialog, but it showed no further details - just before this came up, I saw an error dialog come up from the first sync (it's ...
2005-04-01 10:18:03
1,112,370,000
verified fixed
74e56ac
1,112,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java bundles/org.ecli...
Eclipse_Platform_UI
4,675
84,499
Bug 84499 [PerspectiveBar] Ordered perspectives in perspective switcher by drag and drop not maintained
N20050202-0010 I drag and drop to rearrange my perspectives in the perspective switcher Exit Eclipse Restart Eclipse I must reorder the perspectives again. I expected the order to be preserved.
2005-02-04 19:44:37
1,107,560,000
verified fixed
18cbef2
1,112,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IReorderListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveSwitcher.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/ec...
Eclipse_Platform_UI
4,676
89,707
Bug 89707 Undo menu item missing text and wrongly enabled when undo history is 0
Build: I20050330-0500 From a new workspace 1) Set the text editor undo history size to 0. 2) Create a simple project 3) Create a text file 4) Type some text in the text file 5) Right click in the text editor. -> The "Undo" action text is missing - showing just a blank space in the menu. When I increase the history size...
2005-03-30 16:47:48
1,112,220,000
verified fixed
267a30a
1,112,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java
Eclipse_Platform_UI
4,677
89,591
Bug 89591 ContainerCheckedTreeViewer can be deleted
20050330 The internal ContainerCheckedTreeViewer is not longer referenced in the UI and can be deleted.
2005-03-30 11:35:15
1,112,200,000
verified fixed
824bc8b
1,112,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContainerCheckedTreeViewer.java
Eclipse_Platform_UI
4,678
89,029
Bug 89029 ActionFactory javadoc references do not have the same format as the rest of the workbench
ActionFactory javadoc references do not have the same format as the rest of the workbench - i.e. they do not use the style generated by the javadoc tool
2005-03-24 14:44:32
1,111,690,000
verified fixed
05e0375
1,112,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ActionFactory.java
Eclipse_Platform_UI
4,679
89,903
Bug 89903 [EditorMgmt] EditorRegistry returns null as one of the default editors
The following is the contract for 'setDefaultEditor' in IEditorRegistry: /** * Sets the default editor id for the files that match that * specified file name or extension. The specified editor must be * defined as an editor for that file name or extension. * * @param fileNameOrExtension the file name or extension patte...
2005-03-31 17:16:06
1,112,310,000
verified fixed
d7b8d8b
1,112,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java
Eclipse_Platform_UI
4,680
89,971
Bug 89971 [Viewers] Viewers that use IViewerLabelProvider do too many instanceof checks
M6 Checking our viewer the calls to buildLabel are doing too many instanceof checks. As a result certain viewers (such as the table viewer) are twice as slow as they were in 3.0 due to these checks. I have written some performance suites to test the Table, Tree, List and Combo viewers. Table and Tree have this issue.
2005-04-01 11:05:29
1,112,370,000
verified fixed
3d7be21
1,112,620,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
4,681
89,891
Bug 89891 [Progress] ErrorNotificationManager parenting off of the wrong shell
20050331 When we open an error dialog we parent off of the current window. In the case where there is already a modal dialog open this can result in two dialogs blocked on a readAndDispatch. We should use Stefans new shell provider.
2005-03-31 16:08:10
1,112,300,000
verified fixed
0d7620a
1,112,300,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java
Eclipse_Platform_UI
4,682
89,816
Bug 89816 [Workbench] Cannot unlock toolbar
build i0331-0010 I started up this build and I have the coolbar locked. But I noticed that when I look at the coolbar context menu, the "Lock the Toolbar" item is checked but greyed out. It doesn't seem to matter where I click to bring up the menu...the option to unlock the toolbar is always greyed out.
2005-03-31 08:09:18
1,112,270,000
verified fixed
55ace94
1,112,290,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LockToolBarAction.java
Eclipse_Platform_UI
4,683
89,246
Bug 89246 [EditorMgmt] PartInitException: No saved state can be found for this editor, when closing editors
build N20050328 I've seen this in my own workspace as well, since I20050315. When this happens, it leaves zombie editors around in the list (e.g. they show up in the Ctrl+F6 list). Could this be due to recent EditorManager changes? It should not be trying to restore editors while closing all editors. Also, why does unz...
2005-03-28 12:31:27
1,112,030,000
verified fixed
d3367ab
1,112,240,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java
Eclipse_Platform_UI
4,684
89,530
Bug 89530 [Preferences] Performance pref page is layer breaker and causes errors
I20050329-2000 The new Performance preference page directly reference JDT UI stuff but is located in org.eclipse.ui.ide. In addition to being a layer breaker this causes errors for users which do not have JDT installed (e.g. the Platform SDK drop) and it also shows a dialog saying that the page contains invalid values....
2005-03-30 08:35:32
1,112,190,000
verified fixed
8313b25
1,112,220,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/PreferenceLinkArea.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java
Eclipse_Platform_UI
4,685
89,504
Bug 89504 [Contributions] ResourceException when opening context menu on closed project
I20050329-2000 Close a project and the open the context menu on it. I guess the problem is that org.eclipse.ui.internal.ide.model.ProjectPersistentPropertyTester accesses a closed project. Error 2005-03-30 12:42:44.675 Core exception while testing project persistent property org.eclipse.core.internal.resources.Resource...
2005-03-30 05:52:25
1,112,180,000
verified fixed
baada10
1,112,220,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/WorkingSetTestCase.java
Eclipse_Platform_UI
4,686
83,059
Bug 83059 [RCP] No enablement of perspective menu items
RCP application using factory methods to create menu items for Close Perspective , Close All Perspectives, Reset Perspective, etc. does not maintain enablement state of actions. This code in WorkbenchAdvisor's fillActionBars() method recreates the problem: //Use standard factory methods for actions IWorkbenchAction res...
2005-01-18 02:47:53
1,106,030,000
verified fixed
1aadb33
1,112,200,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ActionFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ExportResourcesAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclip...
Eclipse_Platform_UI
4,687
89,625
Bug 89625 [IDE] IDEWorkbenchWindowAdvisor refers to workbench internals for backdrop
3.1 M5 The code in IDEWorkbenchWindowAdvisor to provide the backdrop when all perspectives are closed refers to internal workbench classes: import org.eclipse.ui.internal.IWorkbenchGraphicConstants; import org.eclipse.ui.internal.WorkbenchImages; import org.eclipse.ui.internal.dialogs.SelectPerspectiveDialog; This shou...
2005-03-30 12:45:46
1,112,200,000
verified fixed
e643399
1,112,200,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/IDEWorkbenchWindowAdvisor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclips...
Eclipse_Platform_UI
4,688
89,415
Bug 89415 [Commands] handlers: Ctrl+E has no effect
build I20050324-1400 - Ctrl+E in an open editor (plain text or Java) has no effect at the moment - Choosing Switch to Editor from the Window > Navigation menu works OK
2005-03-29 16:08:47
1,112,130,000
verified fixed
ebf8f73
1,112,200,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
4,689
89,340
Bug 89340 [Preferences] Preferences working copy: Pages want to submit update jobs
20040329 The preference working copies are applied after all pages have their 'performOk()' called. That's fine, but raises the problem for pages that need to do a full build after changes. Before they could do it on 'performOk()', now this doesn't do anything as changes are not yet applied to the preference store. Sug...
2005-03-29 08:29:46
1,112,100,000
verified fixed
804c29a
1,112,130,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/IWorkbenchPreferenceContainer.java
Eclipse_Platform_UI
4,690
80,793
Bug 80793 [Viewers] null image returned from ILabelProvider.getImage should remove any image
I20041208 (-gtk) I have an ILabelProvider which in some cases returns an image in its getImage method, in some cases it does not. If I have once set an image, and then want to remove it, I return null; however, ViewerLabel.hasNewImage treats null as "no change". IMO, if a null image is returned, the viewer should remov...
2004-12-13 03:57:42
1,102,930,000
verified fixed
fd10ea2
1,112,110,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerLabel.java
Eclipse_Platform_UI
4,691
89,324
Bug 89324 [Preferences] PreferenceLinkArea uses java.security.InvalidParameterException
20050329 PreferenceLinkArea uses java.security.InvalidParameterException which is 'designed for use by the JCA/JCE engine classes'. I guess IllegalArgumentException was meant
2005-03-29 03:11:59
1,112,080,000
verified fixed
25b0ab7
1,112,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/PreferenceLinkArea.java
Eclipse_Platform_UI
4,692
73,587
Bug 73587 [RCP] Allow separation of declaration and placement of workbench extensions
null
2004-09-09 12:40:35
1,094,750,000
verified fixed
57d4da0
1,112,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ExtensionFactory.java
Eclipse_Platform_UI
4,693
89,303
Bug 89303 [Help] Add support for resolving hrefs in the workbench help system
There are several use cases where a help resource href needs to be resolved into a URL so that it can be manipulated (opened, shown in a browser etc.). This task is dependent on the help system plugged in. I have added two methods to IWorkbenchHelpSystem: resolve and unresolve. The former takes a String href and return...
2005-03-28 18:14:44
1,112,050,000
resolved fixed
34abbd0
1,112,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/help/AbstractHelpUI.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/help/IWorkbenchHelpSystem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java
Eclipse_Platform_UI
4,694
89,259
Bug 89259 [WorkbenchParts] assertion failed when opening Compare editor for MANIFEST.MF
N20050328-0010 Not sure what the right component to report this against is. Opening compare editor for MANIFEST.MF files fails with the following AssertionFailedException. It looks quite critical, but I am leaving severity as normal since it is a nightly build. Steps: - select two random MANIFEST.MF files - compare wit...
2005-03-28 13:50:29
1,112,040,000
resolved fixed
bfb24e0
1,112,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IEditorInput.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartTester.java
Eclipse_Platform_UI
4,695
89,311
Bug 89311 [Workbench] clean up registry constants
The various constants that live in RegistryReader subclasses should be moved to IWorkbenchRegistryConstants.
2005-03-28 19:19:54
1,112,060,000
verified fixed
79b9db4
1,112,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SelectionEnabler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/WorkbenchEncoding.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectActionContributor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/i...
Eclipse_Platform_UI
4,696
89,139
Bug 89139 [JFace] - API Review - DerivedImageDescriptor not complete
while reviewing the API for DerivedImageDescriptor, I noticed that the constructor parameter originalImage is never assigned in the constructor to the instance variable originalImage, which is used in all the creation methods. I doubt this class works...?? Also, the #createResource method doesn't throw the DeviceResour...
2005-03-25 16:36:55
1,111,790,000
resolved fixed
5322320
1,112,060,000
bundles/org.eclipse.jface/src/org/eclipse/jface/resource/DerivedImageDescriptor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/DeviceResourceException.java
Eclipse_Platform_UI
4,697
89,031
Bug 89031 [Undo/Redo] IWorkbench#getOperationSupport() marked experimental
IWorkbench#getOperationSupport() marked experimental
2005-03-24 14:50:13
1,111,690,000
verified fixed
3bad50e
1,112,040,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperation.java bundles/org.eclips...
Eclipse_Platform_UI
4,698
89,218
Bug 89218 [DynamicUI] There needs to be a browser dynamic test
The browser support needs an associated dynamic test suite. I've written one but will hold off on releasing it until Dejan has the fix for 89215 ready (so we're not stepping on each others toes).
2005-03-28 09:29:52
1,112,020,000
verified fixed
54ba221
1,112,040,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/browser/WorkbenchBrowserSupport.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/BrowserTests.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPluginsTestSuite.java
Eclipse_Platform_UI
4,699
85,192
Bug 85192 [KeyBindings] preference page: ArrayIndexOutOfBounds if add special key while modifier pressed
I20050214-0927 Window>Preferences>General>Keys>Modify Key Sequence "Name:" text field Hold Ctrl key Click the Insert Special Key button Select an entry java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.get(ArrayList.java:326) at org.eclipse.jface.bindings.keys.KeySequenceText.insertStrokeAt (KeySequen...
2005-02-14 16:40:16
1,108,420,000
verified fixed
163402a
1,112,040,000
bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequenceText.java
Eclipse_Platform_UI
4,700
88,134
Bug 88134 [Commands] errors: Incomplete and confusing warning
null
2005-03-15 18:18:36
1,110,930,000
verified fixed
f1aef80
1,112,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandPersistence.java
Eclipse_Platform_UI
4,701
89,224
Bug 89224 [Preferences] Policy.SHOW_PREFERENCES_NEWLOOK is unused
latest from head The Policy.SHOW_PREFERENCES_NEWLOOK setting (new in 3.1) is currently unused. Can it be removed?
2005-03-28 10:48:29
1,112,020,000
verified fixed
a36044d
1,112,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java
Eclipse_Platform_UI
4,702
89,020
Bug 89020 [Undo] Operation throws assertion failure if undo limit is set to 0
I20050324-0800 Unfortunately existing clients of text's undo manager were allowed to set any number without failing. This is no longer possible: an assertion failure occurrs if the limit is smaller than 1. I will add code on my side that will handle the negative numbers but the operation history must allow 0.
2005-03-24 13:44:14
1,111,690,000
verified fixed
ad9d7ef
1,112,030,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/operations/OperationsAPITest.java
Eclipse_Platform_UI
4,703
89,032
Bug 89032 javadoc issues with contributions
CompoundContributionItem marked experimental CompoundContributionItem IContributionItem[] getContributionItems() has no javadoc
2005-03-24 14:51:40
1,111,690,000
verified fixed
8d5afc0
1,112,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CompoundContributionItem.java
Eclipse_Platform_UI
4,704
89,025
Bug 89025 [Commands] javadoc issues in commands
ActiveShellExpression - no javadoc for public final EvaluationResult evaluate(final IEvaluationContext context) { LegacyHandlerSubmission#evalate has no javadoc ActionHandler#addHandlerListener javadioc is wierd (since tag and reference to an interface) ExtensionParameterValues missing javadoc
2005-03-24 14:20:02
1,111,690,000
verified fixed
eb21570
1,112,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ActiveShellExpression.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/LegacyHandlerSubmissionExpression.java
Eclipse_Platform_UI
4,705
89,071
Bug 89071 [Progress] Progress dialog prevents access to modal error dialog
build I20050323 - went to commit a change to a file - it had meanwhile been modified in the repo - it brought up an error dialog and a progress dialog - the error dialog must have come up first - the progress dialog is top-most, but is application modal and disabled, so I can't dismiss the modal error dialog - had to k...
2005-03-24 22:31:58
1,111,720,000
verified fixed
fe0055d
1,112,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java
Eclipse_Platform_UI
4,706
89,137
Bug 89137 [JFace] - API Review - "temporary" API in AbstractTreeViewer
AbstractTreeViewer contains two methods documented as "temporary" internalRefresh(Widget, Object) internalAdd(Widget, Object, Object [])
2005-03-25 16:31:10
1,111,790,000
verified fixed
7db3e25
1,112,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java
Eclipse_Platform_UI
4,707
72,397
Bug 72397 [Dialogs] DialogSettings Javadoc example needs <pre> and </pre> tags
The Javadoc for the class DialogSettings includes an example, but when displayed as HTML is displayed word-wrapped. This example, as with all code examples, should be considered preformatted by the browser. To do this, add a <pre> tag before the example and a </pre> tag after the example.
2004-08-21 23:22:53
1,093,140,000
verified fixed
cf020cb
1,112,020,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java
Eclipse_Platform_UI
4,708
89,123
Bug 89123 [Wizards] Typo in WizardDataTransferPage Javadoc
Small typo in the description of the subject class: This class is not intended to be subclassed outside outside of the workbench. (Duplicate "outside".)
2005-03-25 14:31:31
1,111,780,000
verified fixed
083a5c2
1,112,020,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardDataTransferPage.java
Eclipse_Platform_UI
4,709
89,033
Bug 89033 Workbench javadoc issues
NewWizardDropDOwn#run, #createDropDownMenuMgr missing javadoc RetargetAction #isHandled is missing javadoc WorkbenchWindowAdvisor has TODO tags
2005-03-24 14:52:12
1,111,690,000
verified fixed
6d94228
1,111,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/NewWizardDropDownAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java
Eclipse_Platform_UI
4,710
88,737
Bug 88737 [GlobalActions] Close All is disabled while an editor is open
I20050315-1100 - new workspace, new project, new file "Test.txt" -> editor for Test.txt is open, but File > Close All is disabled
2005-03-22 09:25:57
1,111,500,000
verified fixed
bd4055f
1,111,700,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java
Eclipse_Platform_UI
4,711
88,873
Bug 88873 [DynamicUI] remove Experimental from IExtensionTracker API
See IWorkbench.getExtensionTracker WorkbenchWindow WorkbenchPage
2005-03-23 11:04:33
1,111,590,000
verified fixed
22400f6
1,111,700,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchWindow.java
Eclipse_Platform_UI
4,712
88,993
Bug 88993 [Viewers] CCE in AbstractTreeViewer.indexForElement(..)
null
2005-03-24 09:22:50
1,111,670,000
verified fixed
a33eca8
1,111,680,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java
Eclipse_Platform_UI
4,713
63,293
Bug 63293 [Workbench] Should deprecate IWorkbench.getPreferenceStore()
build I20040520 IWorkbench.getPreferenceStore() returns the preference store for org.eclipse.ui.workbench, where we store only internal preference settings. The method has been here since 2.0, and has been implemented this way since 2.1. Clients should use the new PlatformUI.getPreferenceStore() instead. Propose deprec...
2004-05-20 15:01:17
1,085,080,000
verified fixed
0a88e65
1,111,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java
Eclipse_Platform_UI
4,714
88,838
Bug 88838 [Undo] - API cleanup - remove IContextConsultingOperationApprover
Early on this was involved in scenarios where editors examined other operations. This is no longer used. Operation approvers generally apply to all contexts and are installed at the OperationHistory level. Until there is a concrete need for this API it should be removed. It is gratuitous at this point.
2005-03-23 00:01:07
1,111,550,000
verified fixed
c5bc2e0
1,111,620,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ContextConsultingOperationApprover.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperation.java b...
Eclipse_Platform_UI
4,715
86,958
Bug 86958 [Viewers] Adding many adjacent children to a TreeViewer is slow
This is on 3.1M5a, GTK2 build. If you add several thousand children to a Tree, it can take several minutes to complete. A concrete example is browsing a CVS repository containing thousands of directories (e.g. cvs.fedora.redhat.com/cvs/dist). If you browse through that repo, the UI becomes unresponsive for several minu...
2005-03-01 19:44:24
1,109,720,000
verified fixed
d94e309
1,111,610,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
4,716
67,413
Bug 67413 [KeyBindings] misc: Block accelerators that are in use
I meet a error after following these steps: - Remove hot keys Navigate->Open:F3 then add a new one Ctrl+Enter - Remove hot keys Edit->Find Previous:Ctrl+Shift+K then add a new one Shift+F3 - Remove hot keys Edit->Find Next:Ctrl+K then add a new one F3 Everything work fine with the new assigned keys except for editing a...
2004-06-16 03:24:32
1,087,370,000
verified fixed
cdb8444
1,111,610,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java
Eclipse_Platform_UI
4,717
88,878
Bug 88878 [Preferences] File and Content Type pages should link to one another
There should be some mention of the relationship between content type and file association pages.
2005-03-23 11:42:12
1,111,600,000
verified fixed
24d68c6
1,111,610,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/ContentTypesPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.workbench/Eclips...
Eclipse_Platform_UI
4,718
88,890
Bug 88890 [WorkbenchLauncher] missing "select workspace" dialog
i200503230842 Running with this build for the first time, I noticed it did not bother asking me for the workspace location. Just opened the default location. Note UI preferences are being created in the configuration area: #Wed Mar 23 12:25:49 EST 2005 RECENT_WORKSPACES_PROTOCOL=2 SHOW_WORKSPACE_SELECTION_DIALOG=false ...
2005-03-23 12:31:48
1,111,600,000
verified fixed
5566727
1,111,600,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java
Eclipse_Platform_UI
4,719
87,208
Bug 87208 [GlobalActions] CCE in RetargetAction while switching between views and editors
java.lang.ClassCastException: org.eclipse.ui.actions.RetargetAction at org.eclipse.ui.actions.RetargetAction.propagateChange(RetargetAction.java:197) at org.eclipse.ui.actions.RetargetAction$1.propertyChange(RetargetAction.java:60) at org.eclipse.jface.action.Action.firePropertyChange(Action.java:597) at org.eclipse.jf...
2005-03-05 05:24:43
1,110,020,000
resolved fixed
186394e
1,111,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/RetargetAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/ActionHandler.java
Eclipse_Platform_UI
4,720
88,872
Bug 88872 [Keys] (tests) Bug43597Test is platform-specific
null
2005-03-23 11:03:35
1,111,590,000
verified fixed
7b6b574
1,111,590,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43597Test.java
Eclipse_Platform_UI
4,721
88,863
Bug 88863 [Preferences] PreferencesLinkArea should be API
We need to make the preferences link area API.
2005-03-23 09:47:59
1,111,590,000
verified fixed
3015a56
1,111,590,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformancePrefererencePage.java bundles/org.eclipse.ui.w...
Eclipse_Platform_UI
4,722
85,601
Bug 85601 [Preferences] export preferences wizard - "Choose Specific" not working
M5 v20050215-2300 Select File>Export>Preferences Enable the radio button "Choose Specific Preferences to Export" The only preference shown is "Keys Preferences" Worse, if I select this choice and export, I get an empty file. Why is this the only choice? Should I be seeing all preference categories in this list? or just...
2005-02-16 17:22:26
1,108,590,000
verified fixed
a3932e9
1,111,530,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java
Eclipse_Platform_UI
4,723
70,856
Bug 70856 [Viewers] ComboViewer internalRefresh is slow
When you call ComboViewer internalRefresh (via StructuredViewer.refresh), the viewer clears the model, gets the list of items from the data model and walks through them one by one, adding them to the combo and the element map: ILabelProvider labelProvider= (ILabelProvider) getLabelProvider(); for (int i= 0; i < childre...
2004-07-26 16:30:30
1,090,870,000
verified fixed
c79a03a
1,111,520,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java
Eclipse_Platform_UI
4,724
77,468
Bug 77468 [ErrorHandling] NPE in Perspective.loadPredefinedPersp
eclipse.buildId=I200411020010 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Command-line arguments: -showlocation 1) Launch eclipse with a brand new workspace 2) Try to open the CVS perspective java.lang.NullPointerException at org.eclipse.ui.internal....
2004-11-02 07:47:21
1,099,400,000
verified fixed
dc8ae1f
1,111,500,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
4,725
88,352
Bug 88352 Operation supports leaks contexts via action handler
I20050315-1100 Susan, this is a different leak from the one that I reported. Test Case: 1. open text editor 2. close text editor ==> DefaultUndoManager is leaked due to undo/redo actions handlers still holding on to the context.
2005-03-17 12:46:51
1,111,080,000
verified fixed
f2e3de5
1,111,450,000
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java bundles/org.eclipse....
Eclipse_Platform_UI
4,726
67,890
Bug 67890 [PropertiesView] Exception when entries added to properties view
null
2004-06-18 16:02:55
1,087,590,000
verified fixed
bc8051c
1,111,440,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/properties/ResourcePropertySource.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetEntry.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java
Eclipse_Platform_UI
4,727
88,191
Bug 88191 [Preferences] Temporary shell created in PreferenceConverter
org.eclipse.jface.preference.PreferenceConverter has this code to set its default font data: Shell shell = new Shell(); FONTDATA_ARRAY_DEFAULT_DEFAULT = shell.getFont().getFontData(); shell.dispose(); Rather than creating an extra Shell, is it not sufficient to use display.getSystemFont() ?
2005-03-16 11:21:54
1,110,990,000
verified fixed
ee19a1c
1,111,440,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java
Eclipse_Platform_UI
4,728
58,617
Bug 58617 [Dialogs] DCR: Make StatusDialog public API
20040415 StatusDialog is an extension of Dialog, having an ok and cancel button with a status line. Status is set using 'updateStatus'. It is similar that the SelectionStatusDialog which is in 'org.eclipse.ui.dialogs'. It also handles that usability rule that says that no dialog should come up with an error message. Th...
2004-04-15 04:42:54
1,082,020,000
verified fixed
19c503c
1,111,420,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/StatusDialog.java
Eclipse_Platform_UI
4,729
86,011
Bug 86011 [Wizards] Need to support creating multiple folders at once
It is currently not possible to create more than one folder at a time using the New folder wizard like it is with the import dialogs for instance. We would need to change ResourceAndContainerGroup so that it accepted paths in validateResourceName() and WizardNewFolderPage to build these.
2005-02-21 15:42:02
1,109,020,000
verified fixed
9e31f03
1,111,420,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java
Eclipse_Platform_UI