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 |
|---|---|---|---|---|---|---|---|---|---|---|
5,130 | 63,563 | Bug 63563 DCR: view-id for progress monitor | M9 Is the view-id of the progress view available as a constant? We plan to add it to the default perspective. | 2004-05-22 23:08:03 | 1,085,280,000 | verified fixed | 3fb1eb2 | 1,086,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/IProgressConstants.java | Eclipse_Platform_UI |
5,131 | 66,653 | Bug 66653 NPE on window close | I200406110010 Quite often I find this NPE in the log: !ENTRY org.eclipse.ui 4 0 Jun 11, 2004 13:14:37.292 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1369) at org.eclipse.swt.widgets.Composite.kEventControlSetF... | 2004-06-11 08:10:46 | 1,086,960,000 | resolved fixed | 7cc88f1 | 1,086,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationResult.java | Eclipse_Platform_UI |
5,132 | 65,095 | Bug 65095 MessageDialogWithToggle returns wrong value for yes_to_all | I'm using MessageDialogWithToggle class with 4 buttons: MessageDialogWithToggle dialog = new MessageDialogWithToggle( Display.getCurrent().getActiveShell(), RSCCoreUIPlugin.getString("ConfirmDeleteDialog.title_UI_"), null, message, MessageDialog.QUESTION, new String[] { IDialogConstants.YES_LABEL, IDialogConstants.YES_... | 2004-06-01 14:18:42 | 1,086,110,000 | verified fixed | a3f8b66 | 1,086,880,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java | Eclipse_Platform_UI |
5,133 | 65,716 | Bug 65716 [Commands] R3.0 RC1 Closing Eclipse exceptions | This below may be helpful to track some problems!? This is the workspace\.metadata\.log when trying to close Eclipse. This is after a lot of selections of the top-level Edit menu and context (pop-up) menu under various key scopes. Closing Eclipse does not complete, must now be killed from the Task Manager. !SESSION Jun... | 2004-06-04 10:06:59 | 1,086,360,000 | verified fixed | 8911e78 | 1,086,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/Command.java | Eclipse_Platform_UI |
5,134 | 66,498 | Bug 66498 ProgressMonitorJobsDialog should not sync exec using parent shell | As it can be null. We should do the following if(!PlatformUI.isWorkbenchRunning()) return; PlatformUI.getWorkbench().getDisplay() | 2004-06-10 09:15:22 | 1,086,870,000 | verified fixed | e0b0fec | 1,086,870,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java | Eclipse_Platform_UI |
5,135 | 64,908 | Bug 64908 [Tasks] Task tag creation and locked workspace | RC1 - lock workspace - select some text in editor - execute edit->Task Tag observe: the workbench dialog pops up to create task tags - press OK observe: nothing happens - press Cancel You get the following exception in the log: !ENTRY org.eclipse.ui 4 0 Jun 01, 2004 12:32:42.886 !MESSAGE Widget is disposed !STACK 0 org... | 2004-06-01 06:36:36 | 1,086,090,000 | verified fixed | 4df2f34 | 1,086,810,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java | Eclipse_Platform_UI |
5,136 | 65,464 | Bug 65464 [Problems] (regression) Not possible to add contributions to ProblemMarker or ConcreteMarker without referencing internal classes | I have a plugin which assigns a popup action to problem IMarkers. This worked fine in Eclipse 2.1.x but in Eclipse 3.0, as you know, the problems view has been separated from the tasks view. In doing so a ProblemMarker class was created which extends the ConcreteMarker class. Neither of these classes implement IMarker.... | 2004-06-02 18:53:41 | 1,086,220,000 | closed fixed | f2bf8de | 1,086,730,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java | Eclipse_Platform_UI |
5,137 | 66,000 | Bug 66000 [ViewMgmt] AssertionFailedException in DefaultPartPresentation.getTabFolder | build I20040604-1600 Noticed several occurrences of the following in my .log from Friday: Should investigate for RC2. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse... | 2004-06-07 12:02:25 | 1,086,620,000 | verified fixed | 726ee09 | 1,086,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSashContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java bundl... | Eclipse_Platform_UI |
5,138 | 65,665 | Bug 65665 [ViewMgmt] [RCP] View in fixed perspective should not be minimizable | null | 2004-06-03 22:35:45 | 1,086,320,000 | verified fixed | 96871cb | 1,086,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewStack.java | Eclipse_Platform_UI |
5,139 | 64,821 | Bug 64821 [Decorators] NoClassDefFoundError on shutdown, from decoration scheduler job | build I20040529-0105 - ran the browser example under debug - exited - saw the following in the log In this case, the decoration scheduler should not have even been running since there were no installed decorators. java.lang.NoClassDefFoundError: org/eclipse/ui/internal/progress/SubTaskInfo at java.lang.ClassLoader.defi... | 2004-05-31 15:50:31 | 1,086,030,000 | verified fixed | f7f332e | 1,086,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,140 | 64,757 | Bug 64757 [Progress] Details of Operation blocked dialog is empty is blocked by a system job | I tried to delete a project and got an Operation blocked dialog. However, the blocking job was a system job so it did not appear in the dialog. In this case, it may be worth while to show the system jobs. | 2004-05-31 11:28:56 | 1,086,020,000 | verified fixed | 73a41a7 | 1,086,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java | Eclipse_Platform_UI |
5,141 | 64,097 | Bug 64097 Loading icons always lookup the bundle | When UI and IDE are loading the icons, they are looking up the bundle for every icon they are trying to load. Looking up a bundle is not specially slow but is not the fastest operation either, therefore it could be great if you could lookup the bundle once and use it to load all the icons. Doing that will probably slig... | 2004-05-26 09:24:58 | 1,085,580,000 | verified fixed | 3ecaa8a | 1,086,710,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,142 | 65,354 | Bug 65354 [Perspectives] Perspective bar incorrectly updated when opening new perspective | build I20040529-0105 - dock perspective bar on left - Window > New Window - open a different perspective - it replaces the previous perspective icon in the bar (wrong) - change the docking location - it updates properly | 2004-06-02 11:35:45 | 1,086,190,000 | verified fixed | f686167 | 1,086,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarManager.java | Eclipse_Platform_UI |
5,143 | 41,224 | Bug 41224 [Dialogs] Switch to Editor dialog does not rearrange layout on resize | Eclipse 3.0 I20030806 When resizing the "Switch to Editor" dialog, the layout isn't adjusted. This means that making the dialog smaller is not useful as long as the buttons on the bottom immediately disappear. | 2003-08-06 16:05:56 | 1,060,200,000 | verified fixed | a590ae4 | 1,086,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java | Eclipse_Platform_UI |
5,144 | 65,711 | Bug 65711 [Problems] Problems View takes too long to show | null | 2004-06-04 09:34:59 | 1,086,360,000 | verified fixed | ec9e8c3 | 1,086,630,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldFolder.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMessage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/marker... | Eclipse_Platform_UI |
5,145 | 57,659 | Bug 57659 [ViewMgmt] (regression) View not acitvated when a toolbar button is pressed | I notice a change in behaviour with view activation in M8. In M7, when I click on a button from a view, causing some actions to be run, the view where the button resides will gain focus and will become activated. In M8, the view will not gain focus and will stay de-activated after the action is invoked. | 2004-04-06 16:50:00 | 1,081,280,000 | verified fixed | f4da616 | 1,086,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java | Eclipse_Platform_UI |
5,146 | 64,043 | Bug 64043 [Workbench] Ctrl-tab in maximized editor causes NullPointerException | I'm using 3.0M9. I just started the eclipse, projects and files are already open. I pressed CTRL-Tab to switch to the next editor, and got a dialog box for this error. The editor pane was maximized, and this error happened a few times. After restoring the editor pane, and maximizing again, the error does not occur. !SE... | 2004-05-26 03:18:15 | 1,085,560,000 | verified fixed | f668f16 | 1,086,630,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/PartPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/in... | Eclipse_Platform_UI |
5,147 | 64,637 | Bug 64637 Platform UI tests are unbearably slow | I200405281200, amongst others. Our test suites are becoming slower and slower all the time. Not only this, but at least on my machine, there are always drag'n'drop test failures. This is severely impeding my ability to do build submissions, and is wasting a lot of my time. | 2004-05-28 16:52:26 | 1,085,780,000 | closed fixed | b565812 | 1,086,620,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/BrokenWorkbenchWindowPulldownDelegate.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/navigator/ExceptionDecoratorTestCase.java tests/org.eclips... | Eclipse_Platform_UI |
5,148 | 64,784 | Bug 64784 [EditorMgmt] NPE switching to editor | I20040529 Mac OS X I imported org.eclipse.pde.core and opened two files. I shut down eclipse. Started eclipse back up and tried to select the editor that was not selected (happened to be using "single editor tab" mode but I don't think this matters). Got the following error: java.lang.NullPointerException at org.eclips... | 2004-05-31 13:59:42 | 1,086,030,000 | closed fixed | 75cf2f5 | 1,086,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/BasicStackList.java | Eclipse_Platform_UI |
5,149 | 65,950 | Bug 65950 UIJob should check cancellation more | RC1 We should check cancellation before we start an asyncExec and before we call runInUIThread. | 2004-06-07 08:08:20 | 1,086,610,000 | verified fixed | a677583 | 1,086,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/UIJob.java | Eclipse_Platform_UI |
5,150 | 65,603 | Bug 65603 [Progress] Dialog with "run in background" appears, even though "always run in background checked" | 1) Edit the source for any java file in a plugin (i.e. hit space, and leave the file "dirty") 2) Start a self hosted workspace 3) When the "save changes dialog" appears, say yes. 4) Notice that a dialog appears that has the "run in background" button. | 2004-06-03 15:04:17 | 1,086,290,000 | verified fixed | d9432cd | 1,086,610,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/progress/IProgressService.java | Eclipse_Platform_UI |
5,151 | 65,762 | Bug 65762 [Viewers] Need to back out of change to AbstractTreeViewer.isExpandable | null | 2004-06-04 13:34:14 | 1,086,370,000 | verified fixed | 5bd0a57 | 1,086,370,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
5,152 | 64,879 | Bug 64879 [Preferences] Preferences>Import/Export provides options which are always disabled | The following options are always disabled in RC1 and I assume they will not be finished for 3.0 and hence they should rather be removed: Preferences>Import... Select preferences to import (Advanced) Preferences>Export... Select preferecnes to export (Advanced) Export preferences from this page | 2004-06-01 05:33:40 | 1,086,080,000 | verified fixed | fe79ca6 | 1,086,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportWizard.java | Eclipse_Platform_UI |
5,153 | 64,779 | Bug 64779 Pin Icon not showing up when added | build I20040529 Turn on the preference in Workbench > editors > close editors automatically so that the pin icon in the toolbar appears. Make sure the pin is the last icon in the toolbar. Now resize the CBanner so it overtakes the pin icon in the toolbar Note that it cuts off the pin icon on the right for about 5 pixel... | 2004-05-31 13:11:39 | 1,086,020,000 | verified fixed | a79ff6c | 1,086,360,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
5,154 | 65,337 | Bug 65337 [Progress] Details button always enabled, never shows any details. | Many operations I perform (Delete a project for example) when opening the progress dialog shows a progress bar that moves along BUT when ever I press details, it never shows anything. Can we disable the button in the case where we have no details? | 2004-06-02 11:10:23 | 1,086,190,000 | verified fixed | 38100b0 | 1,086,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java | Eclipse_Platform_UI |
5,155 | 61,907 | Bug 61907 [EditorMgmt] Specifying an icon using platform:/plugin stopped working | null | 2004-05-12 10:55:43 | 1,084,370,000 | closed fixed | a1dd525 | 1,086,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/ApiTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/EditorIconTest.java | Eclipse_Platform_UI |
5,156 | 64,614 | Bug 64614 [DnD] Many objects leaked for each perspective opened/closed | Open and close the debug perspective. Repeat For each open and close many objects are leaked It would appear the root of the leakage PerspectiveHelper not cleaning up its listener with the DragUtil? It is not unique to the debug perspective...all the perspectives I tried had this problem. | 2004-05-28 15:29:59 | 1,085,770,000 | verified fixed | c748b7f | 1,086,290,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.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/presentations/PaneFolder.java | Eclipse_Platform_UI |
5,157 | 63,258 | Bug 63258 [ViewMgmt] minimized view is hidden on perspective switch | biuld I20040520 - open the CVS Repostiries perspective - open the outline view in this perspective - switch to the Team Synchronizing perspective - open the outline view here as well - make sure the outline is the farthest view on the left and takes up all the vertical space - minimze the outline - switch to the cvs re... | 2004-05-20 13:40:24 | 1,085,070,000 | verified fixed | 73fabc6 | 1,086,290,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java | Eclipse_Platform_UI |
5,158 | 65,570 | Bug 65570 ProgressViewUpdater looses events | RC1 In method runInUIThread() the copying of add/delete/update events from the updateInfo structure into an array and the reset of the updateInfo structure is not an atomic operation. As a consequence all events that are added after the original events have been copied are lost. Most likely this is one reason for the l... | 2004-06-03 12:31:21 | 1,086,280,000 | verified fixed | 44081e8 | 1,086,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java | Eclipse_Platform_UI |
5,159 | 61,628 | Bug 61628 [Workbench] Animating close rectangle is barely visible on the MAC | By clicking on the "Run in Background" button on the Jobs dialog that shows running jobs, it will cause the dialog to animate down to the bottom right of the window. On the mac, the color of the rectangle seems to be too light and you can not see it animate, You just get the odd light coloured line being drawn on the w... | 2004-05-10 13:48:01 | 1,084,210,000 | verified fixed | 2b1161e | 1,086,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/RectangleAnimation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/in... | Eclipse_Platform_UI |
5,160 | 65,120 | Bug 65120 [ActivityMgmt] triggering activity does not update view toolbar | RC1 * The java debugger contributes a "drop to frame" action in the debug view toolabr * Start a workspace * Debug a java application to a breakpoint -> debug view appears with drop to frame tool/action (correct) * terminate & remove launch * Close all perspectives * Turn off "Java Development" & "PDE" capabilities * O... | 2004-06-01 15:14:21 | 1,086,120,000 | closed fixed | 4dd9015 | 1,086,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java | Eclipse_Platform_UI |
5,161 | 65,160 | Bug 65160 [Progress] BlockedJobsDialog should have a non modal default | RC1 As the BlockedJobsDialog only opens when the modal shell is done blocking if the shell is not specified it should use getNonModalShell not getDefaultShell Index: BlockedJobsDialog.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org... | 2004-06-01 16:31:50 | 1,086,120,000 | verified fixed | 46884fc | 1,086,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java | Eclipse_Platform_UI |
5,162 | 64,745 | Bug 64745 User waiting dialog won't go away - had to kill Eclipse. | RC1 test candidate A background synchronize was running and I went to edit a file. The user operation is waiting dialog appeared. I let the synchronize complete, the afterwards the user operation remained in the dialog. The name of the user operation is the name of my workbench window (I don't know why this is the case... | 2004-05-31 10:46:22 | 1,086,010,000 | verified fixed | 42b0901 | 1,086,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchDialogBlockedHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java | Eclipse_Platform_UI |
5,163 | 65,031 | Bug 65031 [Preferences] Local History preference page doesn't use dialog font | RC1 see attached screen shot | 2004-06-01 12:05:07 | 1,086,110,000 | verified fixed | 0832933 | 1,086,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java | Eclipse_Platform_UI |
5,164 | 64,872 | Bug 64872 [Progress] Progress reporting in wizard dialog doesn't use dialog font | RC1 - change dialog font - open a new wizard (for example new Java project) - create one observer: progress reporting (the task name....) doesn't use the dialog font. | 2004-06-01 05:13:41 | 1,086,080,000 | verified fixed | ae9dcad | 1,086,270,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
5,165 | 64,466 | Bug 64466 Workbench preference page does not properly set dialog font | If the user changes the dialog font it is not applied to the "Always run in background" and "Refresh workspace automatically" checkboxes. | 2004-05-27 18:16:12 | 1,085,700,000 | verified fixed | ae5a6a9 | 1,086,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | Eclipse_Platform_UI |
5,166 | 63,713 | Bug 63713 [Preferences] Are dynamic projects supposed to just become referenced projects? | I'm playing with the new get/set dynamicProjects API on IProjectDescription. I can add/remove via API as long as I remember to set the description back to the project. What I noticed is the following: - Dynamic projects show up in the Project References page. Ok, maybe this is fine (but these are not set by user/nor ca... | 2004-05-24 12:27:52 | 1,085,420,000 | verified fixed | ca54e6f | 1,086,200,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java | Eclipse_Platform_UI |
5,167 | 64,819 | Bug 64819 [Activities] [Preferences] The term activities is still used in the preferences | Windows>Preferences>Workbench page has the option: "Prompt when enabling _activities_" activities should be changed to _capabilities_. Also since there is now a separate "Capabilities" preference page I suggest to move this option to this page. | 2004-05-31 15:47:13 | 1,086,030,000 | closed fixed | 683fffb | 1,086,200,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | Eclipse_Platform_UI |
5,168 | 22,071 | Bug 22071 [Editor Mgmt] Graphical hint for pinned editor | It would be nice if a pinned editor window would have some graphical decorator so that one immediately sees that it is pinned. | 2002-07-31 06:20:15 | 1,028,110,000 | verified fixed | 17aa81c | 1,086,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/OverlayIcon.java | Eclipse_Platform_UI |
5,169 | 65,357 | Bug 65357 Activity preference page grows uncontrolably | The Activities Preferences page is forcing the main preferences dialog to stretch vertically if there are a lot of categories and activities. The activities preferences page should make the tree view scrollable. Currently this dialog is unusable because we have a lot of preferences. Please note that I saw this on linux... | 2004-06-02 11:38:50 | 1,086,190,000 | closed fixed | a07f206 | 1,086,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java | Eclipse_Platform_UI |
5,170 | 65,060 | Bug 65060 OutOfMemory using Jobs Examples plug-in | build i0529-0105, Linux-Motif - I have the ui.jobs example plug-in loaded from HEAD - I am running a runtime workbench - I ran a couple of examples - then I clicked to create a job with the following stats: - duration 10 sec - 1 job - system job - fail The result was an OOM error. Not much info in the console but here ... | 2004-06-01 12:55:34 | 1,086,110,000 | verified fixed | 1c27b13 | 1,086,110,000 | examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/TestJob.java | Eclipse_Platform_UI |
5,171 | 64,554 | Bug 64554 drag maximized Problems folder to right of editor area failed | In both I200405272000 and I200405280010. Assertion failed: org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.ui.internal.PartStack.testInvariants(PartStack.java:211) a... | 2004-05-28 10:04:08 | 1,085,750,000 | verified fixed | f2a3623 | 1,085,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | Eclipse_Platform_UI |
5,172 | 64,544 | Bug 64544 NullPointerException in WorkbenchWindow.findAlphabeticalOrder | null | 2004-05-28 09:41:05 | 1,085,750,000 | resolved fixed | c084bdb | 1,085,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
5,173 | 64,553 | Bug 64553 testColorPreferenceListener and testFontPreferenceListener failures | In both I200405272000 and I200405280010. expected:<RGB {75, 21, 68}> but was:<RGB {0, 128, 0}> junit.framework.AssertionFailedError: expected:<RGB {75, 21, 68}> but was:<RGB {0, 128, 0}> at org.eclipse.ui.tests.themes.ThemeAPITest.testOverrideColorPreference(ThemeAPITest.java:292) at org.eclipse.ui.tests.themes.ThemeAP... | 2004-05-28 10:02:40 | 1,085,750,000 | closed fixed | 5a25173 | 1,085,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java | Eclipse_Platform_UI |
5,174 | 63,356 | Bug 63356 [Progress] Should delete unused IWorkbenchWindow.showProgressIndicator() | and the IWorkbenchConstants.SHOW_PROGRESS_INDICATOR constant (which is in the wrong interface anyway). | 2004-05-20 22:37:20 | 1,085,110,000 | resolved fixed | 71ad442 | 1,085,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
5,175 | 63,415 | Bug 63415 [Workbench] Sashes disappearing or being clipped or clipping CTabFolder | On Mac OS X, make all the sashes have a red background (so you can easily see what I am talking about). Now run eclipse and drag a horizontal sash. Notice that the sash is no longer positioned correctly. It may be hidden entirely behind a CTabFolder, or it my be positioned incorrectly so that it is a little bit below t... | 2004-05-21 10:31:58 | 1,085,150,000 | verified fixed | b4c7c92 | 1,085,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutPartSash.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutTreeNode.java | Eclipse_Platform_UI |
5,176 | 64,453 | Bug 64453 Turning part into fastview prevents tab selection | Start with two stacks of views. 1. Click on a view in stack A 2. Click on a view from stack B 3. Right-click on the view from stack A and turn it into a fastview This will cause another view in stack A to become revealed, but you cannot click on the view to give it focus or give the tab the active appearance. | 2004-05-27 17:20:18 | 1,085,690,000 | resolved fixed | bc9d5fd | 1,085,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java | Eclipse_Platform_UI |
5,177 | 61,581 | Bug 61581 [Workbench] NPE on startup | null | 2004-05-10 09:18:04 | 1,084,200,000 | resolved fixed | 51c6ca3 | 1,085,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | Eclipse_Platform_UI |
5,178 | 64,407 | Bug 64407 Widget is disposed exception (progress) Eclipse will not exit | I am getting the attached exception when I try to shutdown eclipse. The VM will not terminate normally, but all of the windows have closed. !ENTRY org.eclipse.ui 4 4 May 27, 2004 12:51:01.370 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 27, 2004 12:51:01.370 !MESSAGE Widget is disposed !STACK 0... | 2004-05-27 13:57:58 | 1,085,680,000 | resolved fixed | 2ca7011 | 1,085,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java | Eclipse_Platform_UI |
5,179 | 62,401 | Bug 62401 [Actions] ReferenceCleanerThread in ActionContributionItem cause application can not exit normally. | When the standalone application exit, the display disposed, will call ReferenceCleanerThread.stopCleaning() method, it simply set the running field to false, but "reference = referenceQueue.remove();" in line 196 still blocking. And you must call System.exit() explicitlly to terminate the currently running Java Virtual... | 2004-05-15 07:27:34 | 1,084,620,000 | verified fixed | d39e481 | 1,085,690,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java | Eclipse_Platform_UI |
5,180 | 64,362 | Bug 64362 Dialogs that are delayed open should not open on a disposed parent | Anything with setOpenOnRun() to false needs to be sure that it does not open if the parentShell is disposed. The preferred method of repair is to just reset the parentShell if it is disposed but this would be an API change which it is too late to do. I am going to change the open method of ProgressMonitorFocusJobsDialo... | 2004-05-27 11:39:40 | 1,085,670,000 | closed fixed | b5fbe12 | 1,085,680,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 | Eclipse_Platform_UI |
5,181 | 62,482 | Bug 62482 [Presentations] Widget is disposed rearranging windows | I was rearranging winodws in the Java perspective and got the following exception. !ENTRY org.eclipse.ui 4 0 May 17, 2004 10:14:12.311 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.ecli... | 2004-05-17 10:29:05 | 1,084,800,000 | resolved fixed | dcbb0d7 | 1,085,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dnd/SwtUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/pre... | Eclipse_Platform_UI |
5,182 | 64,333 | Bug 64333 [Progress] Widgets in Wizards get enabled without cause | I20040527-0800 - open a source class and select the class name - Refactor > Rename -> Rename Type Dialog comes up => after some tenths of a second, all widgets on the Wizard page get enabled => expected: disabled widgets stay disabled Was OK in I200405260800, confirmed to be broken since I20040526-2000. | 2004-05-27 10:06:14 | 1,085,670,000 | verified fixed | 9d4b028 | 1,085,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,183 | 49,494 | Bug 49494 [RCP] [Contributions] IllegalArgumentException: Group not found: group.editor | When opening a text editor it tries to append some actions to "group.editor", and gets an exception if that group doesn't exist, for example if you try to use the editor in an RCP application that doesn't have any tool bars. java.lang.IllegalArgumentException: Group not found: group.editor at org.eclipse.jface.action.C... | 2004-01-03 17:40:29 | 1,073,170,000 | resolved fixed | f54a571 | 1,085,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java | Eclipse_Platform_UI |
5,184 | 57,416 | Bug 57416 [Workbench] Disappearing Perspectives Toolbar | I'm finding this on M8. I used the preference to "dock perspecitve bar under main tool bar" [which I like really well, by the way] But every now and then it "diappears". It's always after some action takes place (never for example, after I deliberately resize workbench). Not sure what the pattern is and there's nothing... | 2004-04-05 01:14:18 | 1,081,140,000 | resolved fixed | 2e7749d | 1,085,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarManager.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/layout/CacheWrapper.java | Eclipse_Platform_UI |
5,185 | 64,123 | Bug 64123 Memory leak in WorkbenchSiteProgressService | The dispose method of WorkbenchSiteProgressService is the following. Notide that if the waitCursor is null, the listener is not returned. If I close all open instances of the sync view, the waitCursor is null so a reference to the sync view stays around. The removeListener should either be done first or in a finally bl... | 2004-05-26 10:45:06 | 1,085,580,000 | verified fixed | d43c5b1 | 1,085,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java | Eclipse_Platform_UI |
5,186 | 56,491 | Bug 56491 [Tasks] DeleteCompletedTasks requires Markers to be refreshed | 3.0 M8 If you create a new user defined task and mark it completed by clicking on the first column or by using the context menu, the delete completed task actino does not pick up the completed task. However it does work after the markers have been refreshed (eg project rebuild). to test: 1. create a user defined marker... | 2004-03-28 02:24:00 | 1,080,460,000 | resolved fixed | 03cabc4 | 1,085,600,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerList.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/i... | Eclipse_Platform_UI |
5,187 | 64,205 | Bug 64205 BlockedJobsDialog not resizing vertically | M9 When you have a blocked jobs dialog open it will not resize vertically - it looks like the bottom attachment for the viewer is missing. | 2004-05-26 15:04:18 | 1,085,600,000 | verified fixed | 4f207b6 | 1,085,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java | Eclipse_Platform_UI |
5,188 | 63,407 | Bug 63407 [JFace] image reading is unbuffered | in i0520 I was tracing disk reads and noticed that when reading images we are hitting the disk for individual bytes. While there may not be a huge win here, it would likely be worthwhile using a BufferedInputStream around whatever stream is being used now. | 2004-05-21 09:51:52 | 1,085,150,000 | verified fixed | ba5cf4c | 1,085,600,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/URLImageDescriptor.java | Eclipse_Platform_UI |
5,189 | 62,045 | Bug 62045 [Progress] Progress indicator shows 0% while active job shows 51% | build I20040512-0800 - clicked the sync button in the sync view - it started a sync - pressed Run in Background - did the same again - in the progress view, it showed two sync jobs, but only one was active - terminated the other one - it did not get cleared from the list - it also showed "Synchronizing: (0%) null" - wh... | 2004-05-12 22:20:17 | 1,084,410,000 | verified fixed | 3e99ea9 | 1,085,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java | Eclipse_Platform_UI |
5,190 | 56,039 | Bug 56039 [Font/Colours] Hard to find definition of "mapped to" font | I20040324 In the Colors and Fonts pref page, Text Compare Appearance category. Select Compare text font The comment correctly states that this font is mapped to the Text Font. But how can I quickly find the Text font? No indication is given of which category the Text font is defined within. | 2004-03-24 16:25:57 | 1,080,160,000 | closed fixed | 0ee7d49 | 1,085,580,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PatternFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
5,191 | 63,159 | Bug 63159 [Progress] Progress dialog "Run in Background" button does not resize with larger font | If you set the dialog font to something large, the "Run in background" button does not correctly resize. | 2004-05-19 22:38:02 | 1,085,020,000 | verified fixed | a055e28 | 1,085,580,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java | Eclipse_Platform_UI |
5,192 | 63,854 | Bug 63854 Calling IProgressService.runInUI while a modal dialog is showing | There is an issue with calling IProgressService.runInUI() while a modal dialog is showing. For example, when calling runInUI from a wizard page and the operation blocks then the blocked dialog doesn't show up. In the case of the wizard page the wizard isn't disabled, a busy cursor is shown, but you can still press butt... | 2004-05-25 09:58:12 | 1,085,490,000 | verified fixed | 921fcb3 | 1,085,580,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,193 | 63,349 | Bug 63349 [Markers] MarkerView leaks a Clipboard | The clipboard created by the MarkerView is leaked (not disposed). | 2004-05-20 21:07:16 | 1,085,100,000 | verified fixed | 9c0e8d9 | 1,085,520,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java | Eclipse_Platform_UI |
5,194 | 61,101 | Bug 61101 [Welcome] IDEWorkbenchAdvisor.openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException | Currently openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException although no code in there appears to require it. Should this be removed. | 2004-05-05 15:02:32 | 1,083,780,000 | closed fixed | 2608c23 | 1,085,520,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,195 | 63,784 | Bug 63784 TagRule logic produces oversized tag partitions. | null | 2004-05-25 01:55:36 | 1,085,460,000 | resolved wontfix | e6694aa | 1,085,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,196 | 62,206 | Bug 62206 [Progress] Blocked save shows window title in progress dialog | build I20040513-1200 - my laptop crashed - on restart of Eclipse, did a Ctrl+B (auto-build is off), and ran it in the bg - this was a full build due to the crash - while this was going on, edited and saved a file (ViewFactory.java) - the save was blocked by the build and the blocked progress dialog came up - the build ... | 2004-05-13 21:59:05 | 1,084,500,000 | verified fixed | 4c1f7b5 | 1,085,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java | Eclipse_Platform_UI |
5,197 | 62,740 | Bug 62740 [Preferences] The export preferences dialog does not allow the selection of a folder as a destination | Build id 200405181200 Steps: - Launch eclipse - Go to "Window->Preferences" - Select the "Export" button (bottom left) - Try to chose a different folder than the one specified to store the ".epf" file using the "Browse" button Unless you select a file, it will not let you press "Open". It seems like the wrong system di... | 2004-05-18 14:43:33 | 1,084,910,000 | verified fixed | c223a47 | 1,085,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java | Eclipse_Platform_UI |
5,198 | 63,830 | Bug 63830 UI Popup Menu slight re-org/rename for R3.0 | Navigator Remove Add Bookmark... Do not support Shift+ R refactor as meaning the same as F2 in the Navigator (F2 is rename and Shift+R does nothing) (Low Priority) Package Explorer Support F2 as direct rename in Package Explorer | 2004-05-25 08:47:51 | 1,085,490,000 | verified fixed | fb8eb0c | 1,085,510,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java | Eclipse_Platform_UI |
5,199 | 63,849 | Bug 63849 [Workbench] Editor/View tab behaviour wrong. | Windows 2003 Eclipse M9 eclipse.buildId=I200405211200. Since M9 editor and view tab behaviour is different and counter intuitive. First most recently opened editor is always positioned to be leftmost tab, instead of rightmost tab (like any other application). Also, when restarting Eclipse most recently used editor tab ... | 2004-05-25 09:41:55 | 1,085,490,000 | resolved fixed | 556d145 | 1,085,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/ActivityViewerFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspContentProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/SavePerspectiveDialog.java bundles... | Eclipse_Platform_UI |
5,200 | 62,757 | Bug 62757 [Progress] busyCursorWhile uses a null shell | 20040514 The busyCursorWhile API creates a dialog with no shell. We should see if we can create it with parent shell if possible. This may not be possible if the shell gets disposed while we are waiting however so we should be careful. | 2004-05-18 15:25:59 | 1,084,910,000 | verified fixed | c663c48 | 1,085,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,201 | 58,749 | Bug 58749 [Window] PerspectiveBarContributionItems have too short a maximum width | I20040413 When the perspective bar is docked under the main toolbar, there is a lot of horizontal room for the buttons. However, when text is shown in the perspective bar buttons, PerspectiveBarContributionItem.shortenText() limits the width of each button to 5 times the icon size. This causes many perspectives to have... | 2004-04-15 17:14:19 | 1,082,060,000 | resolved fixed | 51e92fd | 1,085,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java | Eclipse_Platform_UI |
5,202 | 63,352 | Bug 63352 [Decorators] Lots of RGB objects leaked from opening / closing Navigator view | Test case: using optimizeIt, close the Navigator view GC and mark the current instance count. Open and close the Navigator view again. In my workspace, 6k of RGB objects are leaked. I have CVS decorators on. It appears that a decorator cache is holding on to the objects. | 2004-05-20 21:27:15 | 1,085,100,000 | verified fixed | 199787d | 1,085,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/WorkbenchLabelProvider.java | Eclipse_Platform_UI |
5,203 | 63,851 | Bug 63851 Clean up activity code | M9 The code for the old activity menu action (and associated strings) still exist in the code base. These should be cleaned up. | 2004-05-25 09:49:40 | 1,085,490,000 | closed fixed | 4a6cab3 | 1,085,490,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ActivityEnablerAction.java | Eclipse_Platform_UI |
5,204 | 63,452 | Bug 63452 [Activities] ActivityRequirementBindingDefinition still has referneces to activityId and childId | I as browsing through the ActivityRequirementBindingDefinition and I noticed that the constructor still has "childActivityId" and "parentActivityId" as parameters. Everything else in the code seems to have changed to "requiredActivityId" and "activityId". It's just parameter naming, not a big deal, but I thought you mi... | 2004-05-21 13:59:13 | 1,085,160,000 | closed fixed | e16ded1 | 1,085,490,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ActivityRequirementBindingDefinition.java | Eclipse_Platform_UI |
5,205 | 63,480 | Bug 63480 [ViewMgmt] Standalone views ignore showTitle arg | build I20040521-0800 The showTitle argument in addStandaloneView is being ignored. | 2004-05-21 15:24:47 | 1,085,170,000 | resolved fixed | e92d1ea | 1,085,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PresentationFactoryUtil.java | Eclipse_Platform_UI |
5,206 | 63,351 | Bug 63351 [Navigator] Import/ExportResourcesAction not removed as listeners of selection service | Open and closing the navigator view, these actions are leaked. It would appear that the dispose for these actions is not getting called? | 2004-05-20 21:13:53 | 1,085,100,000 | resolved fixed | e7c8d18 | 1,085,160,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java | Eclipse_Platform_UI |
5,207 | 59,956 | Bug 59956 [R21PRES] perspective switcher | null | 2004-04-26 11:04:19 | 1,082,990,000 | verified fixed | aef22bc | 1,085,080,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,208 | 63,267 | Bug 63267 [RCP] tab style for M9 | the tab style in the IDE in M9 should use the curved style | 2004-05-20 13:57:04 | 1,085,080,000 | verified fixed | 9df0744 | 1,085,080,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,209 | 63,232 | Bug 63232 [Colors/Fonts] DefaultPartPresentation.init() explicitly sets the font on each tab | I200405200010 The initTab method sets the font on each tab irregardless of the busy state of that tab. Because of this, when our preference listener hears of a font change we're updating the folder but that value doesn't take effect on all tabs because they have explicitly defined fonts. | 2004-05-20 11:39:07 | 1,085,070,000 | closed fixed | 404757a | 1,085,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | Eclipse_Platform_UI |
5,210 | 63,196 | Bug 63196 [Workbench] Status line too tall | Build id: 200405200010 It looks like the status line has gotten too tall when the fast view bar is docked on the bottom. This is likely from the fast view bar changes I made yesterday. I'll prepare a fix, it should likely go into M9. | 2004-05-20 09:38:44 | 1,085,060,000 | verified fixed | f9fc6f3 | 1,085,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java | Eclipse_Platform_UI |
5,211 | 63,134 | Bug 63134 [Commands] NullPointerException in WidgetMethodHandler.getMethodToExecute | I'm not sure how this was triggered. I200405190010, Solari 8, Motif, CDE | 2004-05-19 17:49:00 | 1,085,000,000 | verified fixed | 0453cc4 | 1,085,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/ws/WidgetMethodHandler.java | Eclipse_Platform_UI |
5,212 | 60,840 | Bug 60840 [KeyBindings] Delete key does not work in Combo boxes when the Combo box is in a Toolbar | Steps to reproduce: NOTE - this is not reproducible in a stand alone SWT application 1) Contribute a control contribution to a toolbar that contains one or more Combo boxes. 2) Enter some text in the Combo box. 3) Place the cursor in the middle of that text and press delete key. bug: Notice that nothing happend. No tex... | 2004-05-03 21:53:40 | 1,083,640,000 | verified fixed | a620bb5 | 1,085,000,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
5,213 | 62,839 | Bug 62839 [Viewers] Invalid thread access when turning on decorators | Build: I-20040518-2000 I imported a plug-in project as binary. I then went to the label decorations preference page to turn on the binary decorators. I got the following exception: Error May 18, 2004 23:19:19.484 Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". org.eclipse.swt.SWTExceptio... | 2004-05-18 23:34:00 | 1,084,940,000 | verified fixed | 7a84c34 | 1,084,980,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorManager.java | Eclipse_Platform_UI |
5,214 | 59,528 | Bug 59528 [Workbench] CTabFolder flashes on tab switch | I20040420 My system background colour is set to grey. Java editors in eclipse have a white background. When I switch between two editors, I see a flash to the grey system background colour. The grey is visible for a fair amount of time during the switch, and even longer if it is the first time I have accessed the file ... | 2004-04-21 17:10:14 | 1,082,580,000 | resolved fixed | 1ee442e | 1,084,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | Eclipse_Platform_UI |
5,215 | 62,741 | Bug 62741 Activity to Activity binding API change | null | 2004-05-18 14:50:33 | 1,084,910,000 | closed fixed | 61842f9 | 1,084,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityEvent.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/IActivity.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/IActivityActivityBinding.java bundles/org.eclipse.ui.workbench/Eclipse UI/or... | Eclipse_Platform_UI |
5,216 | 62,524 | Bug 62524 NPE in PartStack on shutdown | When you shutdown Eclipse self hosted from HEAD (20040514 with platform-ui loaded on 20040517) you will get the exception below 1) Start Eclipse 2) Load platform-ui from HEAD 3) run self hosted 4) load platform-ui in the self hosted image 5) shut down Exception: java.lang.NullPointerException at org.eclipse.ui.internal... | 2004-05-17 15:00:24 | 1,084,820,000 | resolved fixed | f0f1529 | 1,084,830,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java | Eclipse_Platform_UI |
5,217 | 32,254 | Bug 32254 [Viewers] AbstractTreeViewer uses HashSet to remember expansion state | I20030216 The custom hash table should be used instead. Otherwise expansion state may be lost due to a different equals implementation of the element and the IElementComparer. | 2003-02-19 11:39:15 | 1,045,670,000 | resolved fixed | 62cad76 | 1,084,820,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CustomHashtable.java bu... | Eclipse_Platform_UI |
5,218 | 61,450 | Bug 61450 [EditorMgmt] NPE opening editor if editor icon file location incorrect... | Using integration build 20040428 Create an editor entry in your plugin.xml file. Make sure all is specified correctly, except for the icon attribute, specify an icon filename that does not exist in your plugin. Launch a workbench and open the editor. You will get the following error: java.lang.NullPointerException at j... | 2004-05-07 16:28:04 | 1,083,960,000 | closed fixed | d343903 | 1,084,820,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/WorkbenchPart.java | Eclipse_Platform_UI |
5,219 | 60,506 | Bug 60506 Workbench preference wording | I20040428 The responsive UI dynamic team (and Julian) have flagged the workbench background execution preference wording as unclear. Julian recommended a simpler message, possibly with a tool-tip to give further explanation. As MVM and I discussed previously, we may want to revisit all of the central workbench preferen... | 2004-04-29 17:00:47 | 1,083,270,000 | verified fixed | 0997271 | 1,084,820,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | Eclipse_Platform_UI |
5,220 | 62,355 | Bug 62355 PerspectiveBarContributionItem leaks a GC | 0513 It's the GC created in PerspectiveBarContributionItem.shortenText(...) | 2004-05-14 16:15:04 | 1,084,570,000 | verified fixed | 0545e80 | 1,084,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java | Eclipse_Platform_UI |
5,221 | 61,829 | Bug 61829 Selecting Ant configs in the LCD is brutally slow | Build 20040511 Selecting Ant launch configs in the launch configuration dialog is brutally slow. | 2004-05-11 18:39:18 | 1,084,320,000 | verified fixed | 44a5383 | 1,084,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/MutableContextManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java | Eclipse_Platform_UI |
5,222 | 62,208 | Bug 62208 Programmatic enabling of decorators doesn't take | I thought I fixed the lazy enablement of the CVS decorator but it turns out I was fooled because I didn't disable the decorator in XML. When I fixed that, it surfaced a bug in UI where the programmatic setting of decorators doesn't take. It appears to work (it is checked on the preference page) but some items are not d... | 2004-05-13 22:23:39 | 1,084,500,000 | verified fixed | a831358 | 1,084,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorManager.java | Eclipse_Platform_UI |
5,223 | 62,368 | Bug 62368 JobManager deadlock | I20040514 (with org.eclipse.ui.workbench from HEAD): A Self-hosted workspace is not responding because, according to the Threads and Monitors view, there is a deadlock condition. Here are all the stack frames, copied from the Debug view: org.eclipse.core.launcher.Main at localhost:3934 (Suspended) System Thread [Finali... | 2004-05-14 16:48:16 | 1,084,570,000 | verified fixed | 543833f | 1,084,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,224 | 62,325 | Bug 62325 Unhandled event loop exception: Graphic is disposed | 1. Open a couple of Java or text editors in the same workbook 2. Drag one editor to create another workbook 3. Drag and drop the previous editor to the initial workbook 4. If you select the editor's tab, it will not be highlighted with the approriate color (highlighted using the inactive color which suggests that there... | 2004-05-14 14:06:06 | 1,084,560,000 | verified fixed | 2ccd22c | 1,084,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DefaultStackPresentationSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/e... | Eclipse_Platform_UI |
5,225 | 61,546 | Bug 61546 [Workbench] Exception when no perspective is selected | Using N20040509 If I select the Perspective chevron but do not select anything, i.e., I let the drop-down appear, the following excpetion occurs. java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointe... | 2004-05-09 18:51:15 | 1,084,140,000 | resolved fixed | 26197a4 | 1,084,570,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarManager.java | Eclipse_Platform_UI |
5,226 | 62,254 | Bug 62254 [MarkersView] Markers View attempting to update after shutdown | Got this one the console running the suites - looks like a simple check for required in the update method java.lang.NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.isRunning (InternalPlatform.java:923) at org.eclipse.core.internal.jobs.JobListeners.handleException (JobListeners.java:136) at o... | 2004-05-14 08:41:37 | 1,084,540,000 | verified fixed | b5aed31 | 1,084,550,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableContentProvider.java | Eclipse_Platform_UI |
5,227 | 62,078 | Bug 62078 [Progress] Cancelled jobs need to have lowest priority | As we cannot rely on job checking cancel enough we should sort them to the bottom of the list so that they do not show up in the progress region unless they are the only job. Here is a scenario where this can happen: - clicked the sync button in the sync view - it started a sync - pressed Run in Background - did the sa... | 2004-05-13 08:37:37 | 1,084,450,000 | closed fixed | c43863d | 1,084,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java | Eclipse_Platform_UI |
5,228 | 62,038 | Bug 62038 [Workbench] Move editor management decisions into the presentation API | There are currently a number of bugs that require decisions about editor arrangement to be made by the presentation. The current API does not allow this since presentations do not carry any persistent state. This enhancement requests that the following enhancements be added to the presentation API. 1. Presentation obje... | 2004-05-12 19:32:54 | 1,084,400,000 | resolved fixed | d3c0406 | 1,084,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/i... | Eclipse_Platform_UI |
5,229 | 62,154 | Bug 62154 Using 0513_1200, it seems sometimes that th fastview get a size of 0 | Using build 200405131200, sometimes the fast view gets a size of 0, and it looks like it doesn't open anymore when it does open but with a size of 0. | 2004-05-13 14:41:12 | 1,084,470,000 | resolved fixed | 8367ec8 | 1,084,490,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/presentations/DefaultPartPresentation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PaneFolder.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.