issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
44,443 | Bug 44443 [Tasks] Problems View should 'filter' more efficiently | null | verified fixed | ea57ee1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/BookmarkView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/TaskView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionDeleteCompleted.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionSelectAll.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkMarker.java", "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/DeferredQueue.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCreationTime.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldDone.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/FieldLineNumber.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/markers/internal/FieldPriority.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldResource.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldSeverity.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FiltersAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/IDeferredTableContentProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/IField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ITableListener.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerFilter.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/internal/ProblemFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/RestartableJob.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/SelectionProviderAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/SortUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableContentProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-09T14:17:33Z" | "2003-10-08T13:33:20Z" |
46,837 | Bug 46837 [Navigator] Cannot delete Java project | N20031118 Start a fresh workspace, create a Java project, delete it INCLUDING its resources ==> not possible Works if I don't delete the contents. | resolved fixed | b34e483 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-09T05:10:05Z" | "2003-11-18T15:40:00Z" |
37,143 | Bug 37143 [WorkingSets] API addition to IWorkingSetManager to recreate an IWorkingSet from an IMemento | We are creating and persisting an IWorkingSet within the .launch framework to enable sharing of a working set. The only problem is in the restoration of the IWorkingSet from the stored IMemento. We would like to not have to duplicate the code for persisting and restoring the working sets. I would like to propose the following addition to IWorkingSetManager: IWorkingSetManager.createWorkingSet(IMemento workingSetMemento) As well it should be explict on IWorkingSet that it adapts to IPersistableElement. | resolved fixed | c85b58d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-09T03:40:09Z" | "2003-05-01T20:13:20Z" |
48,083 | Bug 48083 [KeyBindings] Keyboard accessibility on assistant dialog | I20031203 I am trying the new 3.0 keybindings, and I have the "help me with multi stroke..." turned on. When I type the first accelerator and then wait, a popup menu appears with a list of options. Ironically, this popup is not keyboard accessible. I.e., I cannot use the up and down arrow keys to scroll through this list to select the accelerator I want (or even to browse the list). It would also be nice if the accelerators corresponding to disabled actions were greyed out in this menu. I realize this might be difficult to do... | verified fixed | 93d31be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-05T20:37:08Z" | "2003-12-04T17:46:40Z" |
45,825 | Bug 45825 [ActivityMgmt] Perspectives don't respect activity enablement | When an activity disables a view's prefix, I would expect it to not be added to perspectives automatically anymore. For example, JDT Debug contributes a view (org.eclipse.jdt.debug.ui.DisplayView) to the Debug perspective provided by Debug UI. If I disable an activity that filters "org.eclipse.jdt.debug.*" and then create the Debug perspective, I would expect the perspective to be created without this view. In addition, I think views contributed to perspectives (and not declared visible="false") should appear automatically when the associated activity is enabled. Whether or not they should automatically disappear is debatable. | closed fixed | cceda37 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutHelper.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/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-05T18:10:12Z" | "2003-10-30T18:53:20Z" |
47,964 | Bug 47964 [KeyBindings] help with multi-stroke keyboard shortcuts pops up unusable window | I was excited to test out the new keybindings introduced in the latest integration build and I enabled the "help me with multi-stroke keyboard shortcuts" option. However the help wasn't much use because the window that pops up is too narrow. I will attach a screen shot to clarify. | verified fixed | 2642882 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-05T17:41:03Z" | "2003-12-03T11:13:20Z" |
46,468 | Bug 46468 [RCP] [Dialogs] new file doesn't fill in parent folder | right-clicking in the package explorer on some package and selecting New->File pops up the new file dialog, however the parent folder is not filled in. This is a regression it worked for the previous integration build. I am currently using I200311111216. | resolved fixed | 9f3ac59 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewResourceWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyResourceSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectFilterTest.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-04T21:51:05Z" | "2003-11-12T12:26:40Z" |
47,404 | Bug 47404 [Jobs] UI no longer responsive during CVS update action | Build 3.0M5, win2000, jre1.4.1_05 While doing a CVS update action (grabbed a 4MB JAR patch), the IDE froze entirely. CPU usage was close to zero, memory was under control. See below thread dump: Full thread dump Java HotSpot(TM) Client VM (1.4.1_05-b01 mixed mode): "TimeoutOutputStream" daemon prio=5 tid=0x185DC688 nid=0x29c in Object.wait() [19e2f000..19e2fd88] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:426) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.writeUntilDone (TimeoutOutputStream.java:240) - locked <0848BB10> (a org.eclipse.team.internal.core.streams.TimeoutOutputStream) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.runThread (TimeoutOutputStream.java:195) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.access$0 (TimeoutOutputStream.java:193) at org.eclipse.team.internal.core.streams.TimeoutOutputStream$1.run (TimeoutOutputStream.java:66) at java.lang.Thread.run(Thread.java:536) "Worker-36" prio=5 tid=0x185EFC98 nid=0x3f8 in Object.wait() [19ddf000..19ddfd88] at java.lang.Object.wait(Native Method) - waiting on <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185) - locked <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob (WorkerPool.java:211) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-35" prio=5 tid=0x1881FD78 nid=0x5c4 in Object.wait() [19bbf000..19bbfd88] at java.lang.Object.wait(Native Method) - waiting on <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185) - locked <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob (WorkerPool.java:211) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-34" prio=5 tid=0x188A7638 nid=0x5f8 waiting on condition [19b7f000..19b7fd88] at java.lang.Thread.sleep(Native Method) at org.eclipse.ui.internal.progress.AnimationManager.animateLoop (AnimationManager.java:318) at org.eclipse.ui.internal.progress.AnimationManager$3.run (AnimationManager.java:467) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) "Worker-33" prio=5 tid=0x185952F8 nid=0x11c in Object.wait() [19b3f000..19b3fd88] at java.lang.Object.wait(Native Method) - waiting on <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185) - locked <03F08DB8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob (WorkerPool.java:211) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-29" prio=5 tid=0x188A74E0 nid=0x4e8 runnable [19aff000..19affd88] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.eclipse.team.internal.core.streams.PollingInputStream.read (PollingInputStream.java:119) at java.io.BufferedInputStream.read1(BufferedInputStream.java:220) at java.io.BufferedInputStream.read(BufferedInputStream.java:277) - locked <0848BD50> (a java.io.BufferedInputStream) at org.eclipse.team.internal.core.streams.SizeConstrainedInputStream.read (SizeConstrainedInputStream.java:104) at org.eclipse.team.internal.core.streams.ProgressMonitorInputStream.read (ProgressMonitorInputStream.java:91) at java.io.FilterInputStream.read(FilterInputStream.java:90) at org.eclipse.core.internal.localstore.FileSystemStore.transferStreams (FileSystemStore.java:326) - locked <0411DFD0> (a [B) at org.eclipse.core.internal.localstore.FileSystemStore.write (FileSystemStore.java:367) at org.eclipse.core.internal.localstore.FileSystemResourceManager.write (FileSystemResourceManager.java:690) at org.eclipse.core.internal.resources.File.internalSetContents (File.java:237) at org.eclipse.core.internal.resources.File.setContents(File.java:278) at org.eclipse.core.internal.resources.File.setContents(File.java:323) at org.eclipse.team.internal.ccvs.core.resources.EclipseFile.setContents (EclipseFile.java:231) at org.eclipse.team.internal.ccvs.core.client.Session.receiveFile (Session.java:987) at org.eclipse.team.internal.ccvs.core.client.UpdatedHandler.receiveTargetFile (UpdatedHandler.java:116) at org.eclipse.team.internal.ccvs.core.client.UpdatedHandler.handle (UpdatedHandler.java:97) at org.eclipse.team.internal.ccvs.core.client.Request.executeRequest (Request.java:232) at org.eclipse.team.internal.ccvs.core.client.Command.doExecute (Command.java:404) at org.eclipse.team.internal.ccvs.core.client.Update.doExecute (Update.java:200) at org.eclipse.team.internal.ccvs.core.client.UpdateMergableOnly.doExecute (UpdateMergableOnly.java:101) at org.eclipse.team.internal.ccvs.core.client.Command$1.run (Command.java:336) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run (EclipseSynchronizer.java:1381) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder$3.run (EclipseFolder.java:300) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1554) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1579) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.run (EclipseFolder.java:297) at org.eclipse.team.internal.ccvs.core.client.Command.execute (Command.java:347) at org.eclipse.team.internal.ccvs.core.client.Command.execute (Command.java:737) at org.eclipse.team.internal.ccvs.ui.operations.UpdateOnlyMergableOperation.execute Command(UpdateOnlyMergableOperation.java:48) at org.eclipse.team.internal.ccvs.ui.operations.SingleCommandOperation.execute (SingleCommandOperation.java:47) at org.eclipse.team.internal.ccvs.ui.operations.RepositoryProviderOperation.execute (RepositoryProviderOperation.java:55) at org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.run (CVSOperation.java:127) at org.eclipse.team.internal.ccvs.ui.subscriber.SafeUpdateAction.safeUpdate (SafeUpdateAction.java:296) at org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceUpdateAction.runSafeUpdate (WorkspaceUpdateAction.java:62) at org.eclipse.team.internal.ccvs.ui.subscriber.SafeUpdateAction.safeUpdate (SafeUpdateAction.java:190) at org.eclipse.team.internal.ccvs.ui.subscriber.SafeUpdateAction.run (SafeUpdateAction.java:66) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction$2.run (CVSSubscriberAction.java:144) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run (EclipseSynchronizer.java:1381) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction$1.run (CVSSubscriberAction.java:139) at org.eclipse.team.internal.ccvs.ui.operations.CVSNonblockingRunnableContext.run (CVSNonblockingRunnableContext.java:47) at org.eclipse.team.internal.ccvs.ui.operations.CVSNonblockingRunnableContext$2.run InWorkspace(CVSNonblockingRunnableContext.java:67) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:37) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x172ACD18 nid=0x518 runnable [19a3f000..19a3fd88] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run (AbstractReconciler.java:161) - locked <07624F40> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x16EC2528 nid=0x5b0 runnable [193cf000..193cfd88] at java.lang.Object.wait(Native Method) - waiting on <06788208> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run (AbstractReconciler.java:161) - locked <06788208> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x171AC108 nid=0x5a4 runnable [190ef000..190efd88] at java.lang.Object.wait(Native Method) - waiting on <05774DB8> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run (AbstractReconciler.java:161) - locked <05774DB8> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "Java indexing" daemon prio=4 tid=0x17073A10 nid=0x520 in Object.wait() [17b6f000..17b6fd88] at java.lang.Object.wait(Native Method) - waiting on <045E0CC0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:426) at org.eclipse.jdt.internal.core.search.processing.JobManager.run (JobManager.java:325) - locked <045E0CC0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:536) "Signal Dispatcher" daemon prio=10 tid=0x008F8818 nid=0x598 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x008F7E18 nid=0x408 in Object.wait() [16c0f000..16c0fd88] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <03E31CE0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x008F6990 nid=0x56c in Object.wait() [16bcf000..16bcfd88] at java.lang.Object.wait(Native Method) - waiting on <03E31D48> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:426) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113) - locked <03E31D48> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00234DA0 nid=0x1cc runnable [6e000..6fc40] at java.lang.Object.wait(Native Method) - waiting on <02B37850> (a org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob) at org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob.joinRun (ImplicitJobs.java:115) - locked <02B37850> (a org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:240) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:116) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:105) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1516) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1549) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) - locked <02B37800> (a org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation) at org.eclipse.ui.editors.text.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:72) at org.eclipse.ui.editors.text.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:62) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation (TextFileDocumentProvider.java:387) at org.eclipse.ui.editors.text.TextFileDocumentProvider.validateState (TextFileDocumentProvider.java:812) at org.eclipse.ui.texteditor.AbstractTextEditor.validateState (AbstractTextEditor.java:3035) at org.eclipse.ui.texteditor.AbstractTextEditor$16.run (AbstractTextEditor.java:3080) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.texteditor.AbstractTextEditor.validateEditorInputState (AbstractTextEditor.java:3075) at org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener$Validator.veri fyText(AbstractTextEditor.java:212) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:193) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:664) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5947) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931) at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2554) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5300) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5323) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5070) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3029) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2932) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2712) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1361) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1875) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:237) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) | closed fixed | 498c08b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-03T16:19:51Z" | "2003-11-25T11:33:20Z" |
36,297 | Bug 36297 [Preferences] Need a page that informs of preference page creation failure | We currently have a blank composite when the creation of a page fails. We should replace it with a label that informs the user of the error like in views. | closed fixed | d100c6d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ErrorPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-02T21:07:20Z" | "2003-04-09T14:53:20Z" |
46,863 | Bug 46863 [RCP] Window menu missing separator between Preferences and list of windows | build N20031117 - Window > New Window - the Window menu correctly shows the list of windows when there is more than one, but it's missing the separator between Preferences and the list of windows - this is a regression from M4, most likely due to the RCP changes | resolved fixed | 0207f22 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ContributionItemFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-12-01T20:24:33Z" | "2003-11-18T18:26:40Z" |
46,934 | Bug 46934 [RCP] [CoolBar] Toolbar is missing build action | I20031119 The toolbar is missing the build action. See attached screen shot | resolved fixed | c2b87ee | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEContributionItemFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildContributionItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-28T20:32:03Z" | "2003-11-19T11:06:40Z" |
47,532 | Bug 47532 SystemSummaryDialog uses core.runtime internal API | M5 SystemSummaryDialog uses Core Runtime internal API (PreferenceExporter) to dump the preferences. All public operations defined in PreferenceExporter are available from the Preferences class and should be used instead. | closed fixed | 221654c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/SystemSummaryDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-26T15:52:06Z" | "2003-11-26T15:20:00Z" |
21,013 | Bug 21013 [PropertiesView] ComboBoxPropertyDescriptor should provide a defualt label provider | ComboBoxPropertyDescriptor requires an array of string values in its contructor. These are used to display in the combo box cell editor. Typically clients must also supply a label provider with the same array of values in order to show the correct value when the cell editor is not active. The descriptor should create a default label provider based on the values passed in its constructor. | closed fixed | 8b0450f | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ComboBoxLabelProvider.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ComboBoxPropertyDescriptor.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertyDescriptor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/ComboBoxPropertyDescriptorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/PropertySheetTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-25T21:04:00Z" | "2002-06-26T16:46:40Z" |
47,096 | Bug 47096 Activity configuration dialog UI. | A few notes about the dialog: Opens from Window > Activity Configuration 0) the mnemonic in the menu (c) is already taken by Close... above 1) the list on the right flashes each time I check/uncheck an itme on the left, but nothing has changed in the right 2) select an item on the right, then check or uncheck it's associated catagorie and note that the item on the right is unselected. 3) since I can not do anything with them, it is not meaningful to have selection on the right hand list | closed fixed | c21a4a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ui/ActivityEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-24T14:03:02Z" | "2003-11-20T14:53:20Z" |
47,150 | Bug 47150 [Progress] ProgressMonitorJobsDialog used on shutdown | build I20031119-2030 On shutdown, a ProgressMonitorJobsDialog is used when saving the workspace. This is opened with fork=false and cancelable=false. fork=false means the UI is not processing events, so the Jobs button is unresponsive. | verified fixed | 55edec3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-20T20:13:11Z" | "2003-11-20T20:26:40Z" |
33,018 | Bug 33018 [Contributions] plugin.xml context menu should not have "Run Ant..." item | null | verified fixed | 37831c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-20T19:46:38Z" | "2003-02-25T16:20:00Z" |
47,116 | Bug 47116 [Navigator] Exception on startup after crash | I had to kill Eclipse due to a deadlock. On startup, the Navigator contained "An Error occurred creating this view" and the log contained the folloiwng exception (using 200311192030): org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:139) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:116) at org.eclipse.jface.viewers.StructuredViewer.assertElementsNotNull (StructuredViewer.java:219) at org.eclipse.jface.viewers.AbstractTreeViewer.setExpandedElements (AbstractTreeViewer.java:1323) at org.eclipse.ui.views.navigator.ResourceNavigator.restoreState (ResourceNavigator.java:915) at org.eclipse.ui.views.navigator.ResourceNavigator.createPartControl (ResourceNavigator.java:263) at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:161) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1127) at org.eclipse.core.runtime.Platform.run(Platform.java:464) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:157) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:211) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:206) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:190) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:253) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:225) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:192) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:130) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:724) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1826) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1590) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1577) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1432) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1239) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1208) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:1128) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1127) at org.eclipse.core.runtime.Platform.run(Platform.java:464) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1080) at org.eclipse.ui.internal.Workbench.init(Workbench.java:858) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1358) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) | verified fixed | d1dfc32 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-20T19:17:11Z" | "2003-11-20T17:40:00Z" |
46,839 | Bug 46839 [RCP] Auto-save on build leaves progress bar showing in status line | build N20031117 - turn on the Workbench pref to save changes on build - open a file - make some changes, but don't save - Ctrl+B The progress bar in the status line is left showing (at 100%). Ctrl+S does not have the same problem. This is a regression from M4. | resolved fixed | 992fc4d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-18T16:33:30Z" | "2003-11-18T15:40:00Z" |
46,492 | Bug 46492 Explicit job manager startup/shutdown needed | null | closed fixed | 4f3ff35 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-18T14:55:49Z" | "2003-11-12T18:00:00Z" |
46,601 | Bug 46601 [RCP] Configuration details does not work | null | verified fixed | 01a04a8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/SystemSummaryDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-18T03:31:30Z" | "2003-11-13T19:00:00Z" |
46,712 | Bug 46712 Lost scheduled callback | Earlier this week we refactored ProgressManager to extend ProgressProvider instead of JobProgressAdapter. We moved the "aboutToRun" and "done" methods into an anonymous inner class created by the method getChangeListener(). We neglected to also copy the "scheduled(IJobChangeEvent)" method. This means the progress manager is not updated when new jobs are scheduled. The consequence is that sleeping or waiting jobs NEVER appear in the progress view. The "scheduled" method should also be moved into the anonymous inner class inside getChangeListener. | closed fixed | fa37548 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-17T13:58:50Z" | "2003-11-14T22:46:40Z" |
45,730 | Bug 45730 Properties dialog not respecting activity enablement. | The workbench property dialog is not respecting the role/activity system. | closed fixed | b918fd7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActivityHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageContributorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PropertyPagesRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-14T15:45:42Z" | "2003-10-29T15:06:40Z" |
46,649 | Bug 46649 [RCP] Next/Previous editor/view/perspective switchers are broken | build I20031113 The Ctrl+F6/F7/F8 switchers sometimes stop working in this build. I haven't been able to determine exact steps to reproduce the problem yet. It does not seem to be specific to key bindings since the Window > Keyboard Shortcuts > Next/Previous actions stop working as well. | resolved fixed | 6276ae1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistoryAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-14T03:59:51Z" | "2003-11-14T03:20:00Z" |
46,562 | Bug 46562 [Jobs] Deadlock in modal cvs dialog | I20031111 I was using "Update and Overwrite" on a conflicting resource from the sync view. As you can see from the dump the modal CVS dialog locks itself up. Full thread dump Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode): "ModalContext" prio=7 tid=0x039dc658 nid=0xf44 in Object.wait() [441f000..441fd94] at java.lang.Object.wait(Native Method) - waiting on <0x1019bd10> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.Semaphore.acquire(Semaphore.java:37) - locked <0x1019bd10> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:42) at org.eclipse.swt.widgets.Display.syncExec(Display.java:2504) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction.promptForOverwrite(CVSSubscriberAction.java at org.eclipse.team.internal.ccvs.ui.subscriber.OverrideAndUpdateAction.run(OverrideAndUpdateAction.java:42) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction$2.run(CVSSubscriberAction.java:157) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run(EclipseSynchronizer.java:1381) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction$1.run(CVSSubscriberAction.java:152) at org.eclipse.team.internal.ccvs.ui.operations.CVSBlockingRunnableContext$3.run(CVSBlockingRunnableContext.jav at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1557) at org.eclipse.team.internal.ccvs.ui.operations.CVSBlockingRunnableContext$2.run(CVSBlockingRunnableContext.jav at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101) "Worker-10" prio=5 tid=0x03446060 nid=0xca0 in Object.wait() [380f000..380fd94] at java.lang.Object.wait(Native Method) - waiting on <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:155) - locked <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:181) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-9" prio=5 tid=0x03a23990 nid=0xec8 in Object.wait() [45cf000..45cfd94] at java.lang.Object.wait(Native Method) - waiting on <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:155) - locked <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:181) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-8" prio=5 tid=0x039fd518 nid=0xea4 in Object.wait() [458f000..458fd94] at java.lang.Object.wait(Native Method) - waiting on <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:155) - locked <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:181) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x038fb770 nid=0xf54 in Object.wait() [431f000..431 at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x1430dcb0> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "Worker-5" prio=5 tid=0x0337f5e0 nid=0xbd4 in Object.wait() [450f000..450fd94] at java.lang.Object.wait(Native Method) - waiting on <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:155) - locked <0x11af4c18> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:181) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Java indexing" daemon prio=4 tid=0x02e62938 nid=0xb84 in Object.wait() [379f000..379fd94] at java.lang.Object.wait(Native Method) - waiting on <0x120dc728> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:331) - locked <0x120dc728> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Signal Dispatcher" daemon prio=10 tid=0x00a13e88 nid=0x5c4 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x00a0f0e8 nid=0x6a4 in Object.wait() [2c6f000..2c6fd94] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x11af0138> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009c1a20 nid=0x5ac in Object.wait() [2c2f000..2c2fd94] at java.lang.Object.wait(Native Method) - waiting on <0x11af01a0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x11af01a0> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x000350d8 nid=0xe48 runnable [7e000..7fc3c] at org.eclipse.swt.internal.win32.OS.WaitMessage(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:2484) at org.eclipse.jface.window.Window.runEventLoop(Window.java:584) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction$3.run(CVSSubscriberAction.java:275) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:101) at org.eclipse.ui.internal.UISynchronizer$1.run(UISynchronizer.java:33) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102) - locked <0x1019bd38> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2164) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1881) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:386) at org.eclipse.ui.internal.progress.ProgressManager$4.run(ProgressManager.java:794) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:785) at org.eclipse.team.internal.ccvs.ui.operations.CVSBlockingRunnableContext$1.run(CVSBlockingRunnableContext.jav at org.eclipse.team.internal.ccvs.ui.operations.CVSBlockingRunnableContext.run(CVSBlockingRunnableContext.java: at org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberAction.run(CVSSubscriberAction.java:130) at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:71) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:260) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1378) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) "VM Thread" prio=5 tid=0x009bd970 nid=0x690 runnable "VM Periodic Task Thread" prio=10 tid=0x00a10498 nid=0x5bc waiting on condition "Suspend Checker Thread" prio=10 tid=0x00a02540 nid=0x720 runnable | closed fixed | 7bad9bc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-13T22:05:17Z" | "2003-11-13T10:40:00Z" |
46,342 | Bug 46342 System UI jobs should specify display | 20031104 System UI jobs should specify the display as we are creating displays and workbenches uneccessarily. Also the display creation code should avoid using the workbench by checking if it has been created. | closed fixed | 228896c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/UIJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-13T16:43:44Z" | "2003-11-10T16:00:00Z" |
46,462 | Bug 46462 [RCP] [Preferences] Workbench switches to double click on each startup | N20031111 I use an pre-RCP workspace. On each startup I have to switch to single mode again. | verified fixed | 6304c16 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-13T16:00:55Z" | "2003-11-12T09:40:00Z" |
46,539 | Bug 46539 [Dialogs] "Save resources" dialog shows duplicated entries | i20031111 The "Save resources" dialog, opened whenever I am about to do things like run a launch configuration or synchronize or shoutdown Eclipse, shows duplicated entries. For instance, if I have dirty editors with files A/foo.txt and A/bar.txt, and do something that triggers that dialog, it will show: X A/foo.txt X A/bar.txt A/foo.txt A/bar.txt For each pair of duplicated entries, one is checked to be saved by default. | resolved fixed | cf70f5b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/AdaptableList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-13T05:58:25Z" | "2003-11-12T23:33:20Z" |
46,425 | Bug 46425 [Contributions] "Close Project" disabled | build i1111, winxp, sunjdk 1.4.2 I downloaded the new integration build and ran it against my old workspace. Unfortuanatly the Open and Close Project menu items are both disabled. This happens in both the Package Explorer and the Navigator View. | resolved fixed | aae3eca | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/SelectionListenerAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/BaseSelectionListenerAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-13T05:32:27Z" | "2003-11-11T19:46:40Z" |
46,395 | Bug 46395 [RCP] Open With not persistent | N20031111 Start fresh workspace and create a type in a new Java project. Close the Java editor Select the file, Open With > Text editor Close the text editor Double-click the file ==> opens in Java editor. Before RCP it used to remember which editor was used. | resolved fixed | 1f105fb | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-12T03:11:21Z" | "2003-11-11T08:40:00Z" |
46,393 | Bug 46393 [RCP] Lost nature icon on project | N20031111 start fresh workspace, create a Java project ==> missing nature icon "J" | resolved fixed | 0c2809b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/CapabilityRegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/IDERegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerImageProviderRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ProjectImageRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-11T18:30:05Z" | "2003-11-11T08:40:00Z" |
46,167 | Bug 46167 [Perspectives] Window > Save Perspective As... is broken | build I20031115 + RCP changes - in resource perspective, - Window > Save Perspective As... - enter a new name - OK - it seems to work - Open Perspective > Other... - it does not show up. | closed fixed | d5aab25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-11T14:23:46Z" | "2003-11-06T03:40:00Z" |
44,812 | Bug 44812 Create a Scale field editor | Create a Field Editor based on a Slider control. | closed fixed | 40380b9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ScaleFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-10T16:04:49Z" | "2003-10-14T14:00:00Z" |
36,867 | Bug 36867 [Import/Export] Zip export dialog not append .zip if there is already an extension | Sometimes, when the Jar export dialog doesn't have the options I want, I use the zip export dialog to build a jar. Unfortunately, if I specify a file name of foo.jar, the zip export dialog insists on adding ".zip" to the end of the file name. Would it be possible to make it so ".zip" is not automatically added if there is already an extension on the file name (or specifically if ".jar" is there)? Or could there be a checkbox added on the export dialog to turn off the automatic appending of .zip? | closed fixed | ee0c611 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardZipFileResourceExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-10T15:49:15Z" | "2003-04-24T18:46:40Z" |
41,806 | Bug 41806 Platform mechanism for asynchronous prompts | In discussions with various teams on the subject of background build, someone suggested that platform UI introduce a mechanism to allow background processes to politely request interaction. Here is the scenario: - There is some long running process that may take several minutes to complete. At some point during that process, it needs to interact with the user (ask a question, show a warning, etc). The only option right now is to pop up a dialog. This is too intrusive in some cases. The user may be in the middle of some other task, and a modal dialog would force them to deal with the background request immediately. A more polite alternative is the Windows flashing button approach (when background shells open a modal dialog). When a background task needs interaction, it could add a blinking button to the status line (or next to the progress animation). The user can then chose to respond to the query when it is convenient for them. Another approach is a non-modal tooltip could pop up near the progress animation icon, saying something like, "A background task needs your input. Click here to respond." (like Windows update). This would look pretty slick, and avoid the user frustration of modal dialogs being thrust in their face from background processes. | closed fixed | a6b89f5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressFeedbackManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-10T15:05:27Z" | "2003-08-21T15:33:20Z" |
13,585 | Bug 13585 [View Mgmt] Please bring back floating/detached views | I really thought this was a great feature. In my case, I have a lot of screen real estate and found it useful to detach the object browser and task list. Out of curiousity, why was it taken out? | resolved fixed | f77ddc6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-07T22:29:44Z" | "2002-04-11T21:20:00Z" |
46,227 | Bug 46227 MarkerResolution extension point broken? | 20031106 With the RCP change, the extension point org.eclipse.ui.ide.markerResolution seems to be broken. IDE.getMarkerHelpRegistry().getResolutions does not return anything. | resolved fixed | 2f6a60b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerHelpRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-07T21:48:28Z" | "2003-11-06T20:20:00Z" |
46,266 | Bug 46266 Unnecessary workbench casts | Chris has promoted IActivityManager/IRoleManager to IWorkbench API (at least until the new stuff is ironed out). I was doing casts to Workbench in order to access them. These casts are no longer necessary. Patch forthcoming. | closed fixed | d50382b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActivityHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ObjectActivityManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ui/SwapActivityHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/roles/ui/RoleLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-07T19:31:38Z" | "2003-11-07T13:00:00Z" |
46,281 | Bug 46281 [Editor Mgmt] NPE in EditorDescriptor.loadValues | build N20031107 - try to open any editor - it fails with: !ENTRY org.eclipse.jface 4 2 Nov 07, 2003 11:24:08.787 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.registry.EditorDescriptor.loadValues (EditorDescriptor.java:250) at org.eclipse.ui.internal.registry.EditorRegistry.loadAssociations (EditorRegistry.java:492) at org.eclipse.ui.internal.registry.EditorRegistry.initializeFromStorage (EditorRegistry.java:424) at org.eclipse.ui.internal.registry.EditorRegistry.<init> (EditorRegistry.java:75) at org.eclipse.ui.internal.WorkbenchPlugin.getEditorRegistry (WorkbenchPlugin.java:203) at org.eclipse.ui.internal.Workbench.getEditorRegistry (Workbench.java:611) at org.eclipse.ui.internal.ide.model.WorkbenchFile.getBaseImage (WorkbenchFile.java:28) at org.eclipse.ui.internal.ide.model.WorkbenchResource.getImageDescriptor (WorkbenchResource.java:36) at org.eclipse.ui.model.WorkbenchLabelProvider.getImage (WorkbenchLabelProvider.java:115) at org.eclipse.team.ui.synchronize.TeamSubscriberParticipantLabelProvider.getImage (TeamSubscriberParticipantLabelProvider.java:132) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:99) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run (AbstractTreeViewer.java:87) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1123) at org.eclipse.core.runtime.Platform.run(Platform.java:461) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem (AbstractTreeViewer.java:469) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run (StructuredViewer.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1123) at org.eclipse.core.runtime.Platform.run(Platform.java:461) at org.eclipse.jface.viewers.StructuredViewer.updateItem (StructuredViewer.java:1285) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:383) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run (AbstractTreeViewer.java:363) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:349) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand (AbstractTreeViewer.java:775) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded (AbstractTreeViewer.java:786) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:179) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:1953) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3968) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:714) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2969) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2712) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1279) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:156) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:1562) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2951) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2712) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1355) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1875) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1416) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1392) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:235) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:121) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:50) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) | resolved fixed | 8c4ba1e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-11-07T19:18:15Z" | "2003-11-07T15:46:40Z" |
44,459 | Bug 44459 First Link (Help > Welcome...) on Welcome Page doesn't work | I20031008 - start eclipse with new workspace - in the Eclipse Platform Welcome page, click on the first link "Help > Welcome..." !ENTRY org.eclipse.ui 4 4 Oct 08, 2003 17:34:25.512 !MESSAGE Unable to load class org.eclipse.ui org.eclipse.ui.internal.QuickStartAction Unable to load class org.eclipse.ui org.eclipse.ui.internal.QuickStartAction | resolved fixed | 4ef1ab5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/QuickStartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-31T16:36:10Z" | "2003-10-08T16:20:00Z" |
44,244 | Bug 44244 New Java Project wizard does not honor project creation Preference | Steps to recreate: 1) Open Java perspective. 2) Create new Java project. 3) You are asked to switch perspectives, wich IMHO, is incorrect since I am already in the Java perspective. 4) Say Yes to swtiching perspectives, another Java perspective is opned in the same window. This seems confusing, and redundant. Staying in the Java perspective should have been the end result. ie: if I am in the Java perspective already, I should have not been prompted. If I was in another pespective, only open a Java perspective if one is not there already, otheriwse, just switch. Version 3.0.0 Build id: 200308281813 | closed fixed | a4b6b55 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-31T16:06:54Z" | "2003-10-06T19:53:20Z" |
45,761 | Bug 45761 PerspectiveMenu has bad null check. | It's possible that a NPE may be thrown in getPerspectiveShortcuts() if the current perspectives's perspectiveActionIds field is null. Patch forthcoming. | closed fixed | f6d3060 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/PerspectiveMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-31T15:40:42Z" | "2003-10-29T20:40:00Z" |
45,306 | Bug 45306 Mouse events lost in shell launched from secondary application modal shell | Build 20031021 1. Started a 20031015 workspace with Eclipse build 20031021. 2. Imported all unshared projects 3. Got an information dialog saying that some plugins were missing 4. This dialog would not take any mouse input: I could not click Yes/No. All it did was beep. Could not discard this dialog at all. I had to kill the workbench. | resolved fixed | 755a8e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Semaphore.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-21T22:01:23Z" | "2003-10-21T18:13:20Z" |
45,144 | Bug 45144 [PropertiesView] Properties View label provider does not clear the image | Properties View does not clear the image when the LabelProvider.getImage() retrns null. Attached exmaple: I have added onto the org.eclipse.ui.examples.propertysheet example to provide a ColorLabelProvider that returns null image for black and an image for all other colors. Select "richard" and note there are no image displayed. Now select an color besides black, and the color image appears as expected. Now select the color black and notice that the color image is still there. | resolved fixed | fb1ec7f | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-21T20:26:48Z" | "2003-10-17T22:33:20Z" |
43,538 | Bug 43538 Ctrl+Space gives two key down events | On Windows XP using I20030923, "Ctrl+Space" gives two key down events. This key binding is used by Eclipse for code assist. Affects keys preference page, and causes a flicker as the code assist is executed twice. If the key is bound to any other command, it can make the command completely unusable. Problem does not occur on Linux-GTK. This is required for M4. DOWN: stateMask=0x0, keyCode=0x40000, character=0x0 '\0' DOWN: stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' DOWN: stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' UP : stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' UP : stateMask=0x40000 CTRL, keyCode=0x40000, character=0x0 '\0' | resolved fixed | 4d3dfed | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/KeysTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-21T19:20:32Z" | "2003-09-23T20:46:40Z" |
44,496 | Bug 44496 Typo 'pagee' in WorkbenchWindow log message | public IStatus restoreState(... if (factory == null) { WorkbenchPlugin.log("Unable to restore pagee - cannot instantiate input factory: " + factoryID); //$NON-NLS-1$ result.add(unableToRestorePage(pageMem)); continue; } | closed fixed | 51f0a9a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-17T13:53:13Z" | "2003-10-08T19:06:40Z" |
45,011 | Bug 45011 [Jobs] NPE in UIJob while running UI test suites | I get the following stack trace in my console when I run the UI test suites: !ENTRY org.eclipse.core.runtime 4 2 Oct 16, 2003 09:42:48.296 !MESSAGE An internal error occurred during: "Update for Decoration Completion". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.progress.UIJob.getDisplay(UIJob.java:121) at org.eclipse.ui.progress.UIJob.run(UIJob.java:69) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) It didn't cause a test failure and it doesn't happen consistantly. | closed fixed | f469a3b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/UIJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-16T15:46:43Z" | "2003-10-16T13:13:20Z" |
44,827 | Bug 44827 [Viewers] StructuredViewer's UpdateItemSafeRunnable holds onto last selected element-memory leak | I have a TableViewer that normally displays a list of objects. I clear the list by calling TableViewer.setInput(null). I found that if I initially have a list of objects, select an object, then setInput(null) the TableViewer is still holding onto an instance of the object I last selected. More specifically, it looks like StructuredViewer's UpdateItemSafeRunnable is holding onto the object. The UpdateItemSafeRunnable object should be cleared out after its use. | resolved fixed | 261d540 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-16T03:11:30Z" | "2003-10-14T16:46:40Z" |
44,689 | Bug 44689 [KeyBindings] Alt+[A-Z] do not work to change view, editor or perspective | Eclipse M3 have bug that don't be modified Ctrl+F6->Ctrl+Tab. so, I modified keybinding Ctrl+F6 -> Alt+Q Ctrl+F7 -> Alt+S Unexpect!, This position is so comfortalble. but, Eclipse M4 don't perfectly be modified expectly operation keybinding. | verified fixed | 391f5c5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-15T20:43:17Z" | "2003-10-11T11:00:00Z" |
42,755 | Bug 42755 [Jobs] Access Job List While Having a Modal Dialgog | I20030903 It would be good if users could access the job list even if a modal dialog is in their face. Modal dialogs can now block the UI waiting for a background job to finish and users can no longer stop the job which actually eats the CPU. There should be a way to access the job list even if a modal dialog is up. Use Case: I started my workspace and it began to run auto-build (don't know why) in the background (therefore I did not notice). I then compared a file with CVS and the whole workbench looked as if it was locked. I had no chance to kill the auto-build job since a modal CVS dialog was in my face. For some reason the CVS dialog was waiting for the build to complete. | closed fixed | 6adf749 | ["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/ProgressMonitorJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-15T18:48:15Z" | "2003-09-09T09:33:20Z" |
44,559 | Bug 44559 NPE in ProgressViewUpdater | I20031008 + Tods patch I got the following NPE at some point during my test session. It didn't seem to cause any problems and the workbench is acting as it should since it occured. !ENTRY org.eclipse.core.runtime 4 2 Oct 09, 2003 11:01:17.78 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.progress.ProgressViewUpdater.scheduleUpdate(ProgressViewUpdater.java:188) at org.eclipse.ui.internal.progress.ProgressViewUpdater.refreshAll(ProgressViewUpdater.java:283) at org.eclipse.ui.internal.progress.ProgressManager.refreshAll(ProgressManager.java:468) at org.eclipse.ui.internal.progress.ProgressManager.done(ProgressManager.java:420) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:37) at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:96) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1018) at org.eclipse.core.runtime.Platform.run(Platform.java:461) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:125) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:303) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:58) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:74) | closed fixed | b51c63d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-09T17:10:35Z" | "2003-10-09T14:33:20Z" |
44,563 | Bug 44563 "SWTException: Widget is disposed" on shutdown | i200310081556 During shutdown, got a dialog saying that an error had occurred. Had this as last entry in the log file: !SESSION ---------------------------------------------------------------------- !ENTRY org.eclipse.core.launcher 4 0 Oct 09, 2003 11:19:19.951 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:765) at org.eclipse.core.launcher.Main.main(Main.java:599) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1017) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) ... 7 more Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2369) at org.eclipse.swt.SWT.error(SWT.java:2299) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:317) at org.eclipse.swt.widgets.ToolItem.setEnabled(ToolItem.java:550) at org.eclipse.jface.action.StatusLine.setCanceled(StatusLine.java:366) at org.eclipse.jface.action.StatusLineManager$1.setCanceled(StatusLineManager.java:126) at org.eclipse.ui.internal.progress.WorkbenchMonitorProvider$1.setCanceled(WorkbenchMonitorProvider.java:321) at org.eclipse.ui.internal.progress.ProgressManager$JobMonitor.setCanceled(ProgressManager.java:184) at org.eclipse.core.internal.jobs.JobManager.cancel(JobManager.java:133) at org.eclipse.core.internal.jobs.JobManager.doShutdown(JobManager.java:261) at org.eclipse.core.internal.jobs.JobManager.shutdown(JobManager.java:94) at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:627) ... 14 more | closed fixed | cd69f0b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-09T17:08:16Z" | "2003-10-09T14:33:20Z" |
44,489 | Bug 44489 Exception in log when performing multiple background checkouts | In build I20031008, an exception appeared in the log while I was performing multiple checkouts in the background. I'll have to attach it as past does not seem to work in Mozilla on GTK. | closed fixed | df13c19 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-09T13:09:24Z" | "2003-10-08T19:06:40Z" |
44,352 | Bug 44352 Regression: File associations to an external program broken | I20031007 I always have *.html files from Eclipse open in Dreamweaver. As of this build this seems to be broken. This had always been configured in my workspace so I checked the preferences and saw that now *.html was no longer associated with an editor. It got lost during my upgrade to this build. No big deal. Well to fix this I added Dreamweaver.exe (e.g. external program) again the Associated Editors list. When I clicked OK on the preferences then re-opened the page, the association was gone. It seems that the associations are not being saved. | closed fixed | c88392b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/IObjectActivityManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/FileEditorMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-08T15:01:20Z" | "2003-10-07T20:53:20Z" |
44,327 | Bug 44327 new compiler option... | ...warn possibly incorrect conditional: if (foo); while (foo); { ... } for (int x=0;i<len;i++); { ... } etc. the first should warn if there are (likely) no side-effects. the last two (with proceeding '{') should always warn. this can be even more general as any time you have a '{' after a ';' (in a method) it is likely an error (though not always). | verified fixed | 8e6a707 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-07T17:21:00Z" | "2003-10-07T15:20:00Z" |
44,081 | Bug 44081 [Navigator] Resource Navigator has sticky duplicate item after rename | null | closed fixed | b5f0eb0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/WorkbenchContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-07T16:55:27Z" | "2003-10-02T15:53:20Z" |
44,133 | Bug 44133 [Jobs] Exceptions in log on shutdown | 20030930 The console was filled with the following exception: java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:74) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) !ENTRY org.eclipse.core.runtime 4 2 Okt 03, 2003 17:30:19.788 !MESSAGE An internal error occurred during: "Open Progress View". !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:74) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) !ENTRY org.eclipse.core.runtime 4 2 Okt 03, 2003 17:30:19.798 !MESSAGE An internal error occurred during: "Open Progress View". !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:74) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) !ENTRY org.eclipse.core.runtime 4 2 Okt 03, 2003 17:30:19.798 !MESSAGE An internal error occurred during: "Open Progress View". !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:74) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) .... | closed fixed | 494a908 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-06T19:38:37Z" | "2003-10-03T16:53:20Z" |
44,237 | Bug 44237 [Jobs] Progress View: finished jobs not removed from view | I20030930 No steps, but I can observe this all the time: After many jobs have run, some zombies are still displayed in the progress view and will remain so until another job is run, or the "verbose" preference is checked. | closed fixed | 453856e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-06T18:14:05Z" | "2003-10-06T17:06:40Z" |
40,026 | Bug 40026 [Jobs] cancel hint | 3.0 20030710 When a job is cancelled via the 'cancel' context menu item the actual running job may not terminate immediatly. As a hint to the user you should show that the job is waiting to be cancelled. One option would be to prefix the name shown in the view and/or use an icon: [+] (Cancelling) Refreshing with remote CVS | closed fixed | e658378 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java", "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/ProgressView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-02T18:11:30Z" | "2003-07-14T16:26:40Z" |
42,346 | Bug 42346 [Tasks] Associated task not remaining with associated line | I was following the instructions in the Workbench User Guide...Basic Tutorial/Associated tasks. After creating the task, I inserted lines above it. The task's location column didn't change to reflect the task's new position, so I saved the file, but it still didn't update. Per the tutorial's instructions, I chose "Mark Completed" in the task's context menu and the task moved to a different line. I chose "Delete Completed Tasks" from the context menu and got an info box that said "No user-editable completed tasks to delete". The only way I found to remove the task was to choose "Remove task" from the context menu I got when I right-clicked on the task marker in the marker bar. | resolved fixed | 5e370ba | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/Util.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-02T17:29:17Z" | "2003-09-01T15:26:40Z" |
43,947 | Bug 43947 Should use job name when task name is null | 20030930 The auto build job starts tasks with a task name of null. This results in a progress message that only shows percent done. Here is the code: monitor.beginTask(null, Policy.opWork); | closed fixed | bdbffb0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchMonitorProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-01T18:10:33Z" | "2003-09-30T19:26:40Z" |
42,959 | Bug 42959 [Jobs] Progress View: Cannot cancel a waiting job | I had a waiting job that I wanted to cancel but I couldn't. The menu item is disabled. I know that this may not technically be a cancel but I wanted to unschedule the job. | closed fixed | 3ab4184 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-10-01T13:42:37Z" | "2003-09-11T14:20:00Z" |
43,873 | Bug 43873 [Viewers] ViewerSorter need not be abstract | build I20030927 Kim Horne asks: Can ViewerSorter be made concrete? It's perfectly usable as it is as an alphabetical sorter... there doesn't seem to be any reason for it to be abstract. I've attached a patch that'll do it if it's OK. If not...why not? :) | resolved fixed | c2190ec | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/SavePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/SelectPerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/ContainerSelectionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-29T21:19:59Z" | "2003-09-29T21:13:20Z" |
39,436 | Bug 39436 [Tasks] No summary shown in status line | build I20030625 The old tasks view showed a summary of the number of tasks, errors, warnings and infos in the status line. This is missing in the reworked view. | verified fixed | 15c9311 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/ProblemView.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-29T20:27:10Z" | "2003-06-27T18:53:20Z" |
43,571 | Bug 43571 Apparent deadlock when rebuilding all | 20030924 During a rebuild all the build process is locked at 35% 1) load in the platform-ui module and then import all other plugins 2) Select Rebuild All 3) A progress monitor dialog comes up stating that all are being rebuilt. At the same time progress begins in the status line which stops at 35%. Hitting cancel on the dialog does nothing. | resolved fixed | 8b3f7e7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UISynchronizer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-26T18:56:21Z" | "2003-09-24T13:26:40Z" |
42,938 | Bug 42938 [Commands] ClassCastException in Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:492) | OSX 10.2.6 Eclipse: 200309090800 Stack: !ENTRY org.eclipse.ui 4 4 Sep 11, 2003 11:29:09.704 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Sep 11, 2003 11:29:09.708 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.ui.internal.Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:492) at org.eclipse.ui.internal.Workbench$10.windowDeactivated(Workbench.java:334) at org.eclipse.ui.internal.Workbench.fireWindowDeactivated(Workbench.java:851) at org.eclipse.ui.internal.WorkbenchWindow$12.shellDeactivated(WorkbenchWindow.java:1937) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:163) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1027) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2180) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1878) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2037) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2020) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:295) at org.eclipse.core.launcher.Main.run(Main.java:751) at org.eclipse.core.launcher.Main.main(Main.java:587) | closed fixed | 5f43353 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-26T14:17:33Z" | "2003-09-11T11:33:20Z" |
38,587 | Bug 38587 [Tasks] No tooltips on Problems/Tasks/Bookmarks view toolbar items | build 20030605 I don't get tooltips when I hover the mouse over enabled toolbar items in the Problems, Tasks and Bookmarks view. The view menu and close button do show tooltips. | verified fixed | 789ea9d | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/ActionAddGlobalTask.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/ActionRemoveMarker.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/FiltersAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-24T16:47:58Z" | "2003-06-06T14:33:20Z" |
39,498 | Bug 39498 [Tasks] default sorting order in Problems view is incorrect | 20030625 the top one should be 'severity descending' it makes no sense at all to have the most sever problems at the bottom of the list | verified fixed | 039e51a | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-24T16:46:57Z" | "2003-07-01T09:00:00Z" |
43,168 | Bug 43168 StackOverflowError using key sequence entry widget | null | resolved fixed | 7df55d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeySequenceText.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-23T03:12:37Z" | "2003-09-16T19:20:00Z" |
43,157 | Bug 43157 [KeyBindings] Key indication does not work if more than 1 window | I20030910 1. start empty workbench 2. switch to Emacs mode 3. open n new windows Observe: pressing "Esc" is only indicated in status line of the last opened window and does not work for all other n-1 windows. I normally work with two windows: the first one shows the Java perspective and the second my Debug perspective. As a consequence I never see when Esc is pressed while writing code. | resolved fixed | edd4f9e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/StatusLineContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-23T03:08:38Z" | "2003-09-16T16:33:20Z" |
43,415 | Bug 43415 [Dialogs] SWTException from ProgressIndicator | Nightly build 20030922 - Run a test using the JUnit Plugin launcher. - When finished, the following exception is printed to the log. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2369) at org.eclipse.swt.SWT.error(SWT.java:2299) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:317) at org.eclipse.swt.widgets.Composite.layout(Composite.java:322) at org.eclipse.jface.dialogs.ProgressIndicator.done(ProgressIndicator.java:84) at org.eclipse.jface.action.StatusLine.done(StatusLine.java:290) at org.eclipse.jface.operation.AccumulatingProgressMonitor$2.run(AccumulatingProgressMonitor.java:129) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2164) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1881) at org.eclipse.swt.widgets.Display.release(Display.java:1928) at org.eclipse.swt.graphics.Device.dispose(Device.java:212) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2029) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:43) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:295) at org.eclipse.core.launcher.Main.run(Main.java:751) at org.eclipse.core.launcher.Main.main(Main.java:587) | closed fixed | 754cdea | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-22T16:50:19Z" | "2003-09-22T08:40:00Z" |
43,408 | Bug 43408 [Jobs] ConcurrentModificationException in JobProgressManager | 200309160800 Found this after resuming an eclipse instance from standby. Cannot reproduce. java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448) at java.util.AbstractList$Itr.next(AbstractList.java:419) at org.eclipse.ui.internal.progress.StatusLineProgressListener.getNextMessage(StatusLineProgressListener.java:139) at org.eclipse.ui.internal.progress.StatusLineProgressListener.remove(StatusLineProgressListener.java:117) at org.eclipse.ui.internal.progress.JobProgressManager.remove(JobProgressManager.java:358) at org.eclipse.ui.internal.progress.JobProgressManager.done(JobProgressManager.java:298) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:37) at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:96) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:420) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:125) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:292) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:50) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:74) | closed fixed | fef7aa2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-22T16:02:50Z" | "2003-09-22T08:40:00Z" |
43,355 | Bug 43355 [Jobs] Exception during auto-build | I've been testing background auto-build (I20030917 + Core and Team from HEAD). The following exception appeared in the log. This happened around the same time I closed and reopened the Progress View because it contained some stale entries (i.e. finished jobs were not cleared from the view). java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification (AbstractList.java:444) at java.util.AbstractList$Itr.next(AbstractList.java:417) at org.eclipse.ui.internal.progress.JobProgressManager.refresh (JobProgressManager.java:326) at org.eclipse.ui.internal.progress.JobProgressManager$JobMonitor.internalWorked (JobProgressManager.java:124) at org.eclipse.core.runtime.ProgressMonitorWrapper.internalWorked (ProgressMonitorWrapper.java:76) at org.eclipse.core.runtime.SubProgressMonitor.internalWorked (SubProgressMonitor.java:143) at org.eclipse.core.runtime.ProgressMonitorWrapper.internalWorked (ProgressMonitorWrapper.java:76) at org.eclipse.core.runtime.SubProgressMonitor.internalWorked (SubProgressMonitor.java:143) at org.eclipse.core.runtime.ProgressMonitorWrapper.internalWorked (ProgressMonitorWrapper.java:76) at org.eclipse.core.runtime.SubProgressMonitor.internalWorked (SubProgressMonitor.java:143) at org.eclipse.core.runtime.SubProgressMonitor.worked (SubProgressMonitor.java:167) at org.eclipse.jdt.internal.core.builder.BuildNotifier.updateProgress (BuildNotifier.java:265) at org.eclipse.jdt.internal.core.builder.BuildNotifier.updateProgressDelta (BuildNotifier.java:274) at org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder.build (IncrementalImageBuilder.java:77) at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildDeltas (JavaBuilder.java:210) at org.eclipse.jdt.internal.core.builder.JavaBuilder.build (JavaBuilder.java:138) at org.eclipse.core.internal.events.BuildManager$2.run (BuildManager.java:475) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:431) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:130) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:201) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:156) at org.eclipse.core.internal.events.BuildManager$1.run (BuildManager.java:182) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:431) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:185) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java:219) at org.eclipse.core.internal.events.BuildManager.build (BuildManager.java:247) at org.eclipse.core.internal.events.AutoBuildJob.doBuild (AutoBuildJob.java:76) at org.eclipse.core.internal.events.AutoBuildJob.run (AutoBuildJob.java:109) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) | closed fixed | 1a9cecd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-22T15:55:58Z" | "2003-09-19T14:00:00Z" |
43,321 | Bug 43321 All menu items receive checks when selected | Menu items receive checks when selected. This is due to a recent change to make sure that check menu items actually received their checks when triggered from the keyboard. | resolved fixed | 256d662 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-19T14:13:52Z" | "2003-09-18T21:20:00Z" |
42,744 | Bug 42744 [Jobs]NPE during "Redraw"?? | Build: I-20030903 I found the following NPE in my log. I'm not sure what "Redraw" means. Error Sep 08, 2003 14:09:27.433 An internal error occurred during: "Redraw". java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:73) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) | closed fixed | 4e2d6cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-12T17:04:36Z" | "2003-09-09T04:00:00Z" |
42,789 | Bug 42789 [Dialogs] DialogCheck is using "assert" as a variable name | org.eclipse.ui.tests.util.DialogCheck is using "assert" as a variable name, which isn't allowed under the 1.4.x series of JDKs. I believe we are supposed to be moving to 1.4.x compliance. | closed fixed | abbbd1d | ["tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/DialogCheck.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-12T13:58:04Z" | "2003-09-09T15:06:40Z" |
42,978 | Bug 42978 Patch for DeferredTreeContentProvider | null | closed fixed | 0a69655 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IDeferredWorkbenchAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-12T13:51:55Z" | "2003-09-11T19:53:20Z" |
42,684 | Bug 42684 Failing JDT/UI tests | The JDT/UI tests failed in the last nightly builds. The stack trace is: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2369) at org.eclipse.swt.SWT.error(SWT.java:2299) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:317) at org.eclipse.swt.custom.CLabel.setBackground(CLabel.java:469) at org.eclipse.ui.internal.ViewPane.drawGradient(ViewPane.java:404) at org.eclipse.ui.internal.ViewPane.showFocus(ViewPane.java:507) at org.eclipse.ui.internal.WorkbenchPage.deactivatePart (WorkbenchPage.java:1039) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2484) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:428) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:673) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:659) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:2781) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2778) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2762) at org.eclipse.jdt.ui.tests.packageview.ContentProviderTests2.setUpMockView We haven't change anything here. | closed fixed | 804474c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-08T19:06:17Z" | "2003-09-08T08:33:20Z" |
42,149 | Bug 42149 [Decorations] Decorations Calculation never says anything other than 20% | Build 200308261317. Win2K. When a lengthy decorations calculation takes place, all that is ever indicated is that the calculation is 20% complete. This number is never updated even though the calculation is still occurring. Either update the value appropriately or don't bother. The current scenario makes it seem like something is not working. My test case is a workspace with Eclipse loaded. | closed fixed | 103710e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-08T14:44:53Z" | "2003-08-27T16:00:00Z" |
41,931 | Bug 41931 Breakpoint half-activates source file | Normally, pressing CTRL-F6 once and releasing immediately will take you back to the "last file" (B). Repeatedly doing this oscillates you back and forth between two source files (A & B). If a the A is currently active, and B is the last one before that, when a breakpoint in B is hit, pressing CTRL-F6 does not take me to A, as I would expect. | closed fixed | ffe2045 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-05T14:42:57Z" | "2003-08-25T16:46:40Z" |
42,025 | Bug 42025 Status line update job running too often? | Build: I20030826 (second one) Turn on the following in .options to see job tracing: org.eclipse.core.runtime/debug=true org.eclipse.core.runtime/jobs=true Using this, it is easy to see that when a background task is running (such as background build or background sync), the "status line update" job is running much more often than the status line is changing. I think it must be firing when the subTask changes, even though the subtask is not visible. | closed fixed | 7305c9e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-05T13:43:10Z" | "2003-08-26T20:33:20Z" |
42,418 | Bug 42418 [KeyBindings] Rapid save and then build causes hangs | I've been using 3.0 m3 the past several days, and one thing that has been hanging it up quite frequently is hitting control-s and then control-b in quick succession. I'd say in the past 4 days, its hung Eclipse up on me 20 times. Not positive this stack is directly associated with the error, but this is what I got in my .log: !ENTRY org.eclipse.core.runtime 4 2 Sep 02, 2003 17:07:50.625 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification (AbstractList.java:448) at java.util.AbstractList$Itr.next(AbstractList.java:419) at org.eclipse.ui.internal.progress.StatusLineProgressListener.getNextMessage (StatusLineProgressListener.java:134) at org.eclipse.ui.internal.progress.StatusLineProgressListener.remove (StatusLineProgressListener.java:113) at org.eclipse.ui.internal.progress.JobProgressManager.remove (JobProgressManager.java:360) at org.eclipse.ui.internal.progress.JobProgressManager.done (JobProgressManager.java:300) at org.eclipse.core.internal.jobs.JobListeners$3.notify (JobListeners.java:37) at org.eclipse.core.internal.jobs.JobListeners$7.run (JobListeners.java:96) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:420) at org.eclipse.core.internal.jobs.JobListeners.doNotify (JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.done (JobListeners.java:125) at org.eclipse.core.internal.jobs.JobManager.endJob (JobManager.java:292) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:50) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:74) | verified fixed | 66300a6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-04T15:46:38Z" | "2003-09-02T22:00:00Z" |
42,394 | Bug 42394 [Jobs] Patch to JobProgressManager | The worked/internalWorked code of JobProgressManager round all work to ints. This is a problem when jobs do a lot of small increments of work. I will attach a patch that fixes this problem. It should be applied to the org.eclipse.ui.workbench project. | closed fixed | e276667 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-04T14:43:53Z" | "2003-09-02T16:26:40Z" |
42,526 | Bug 42526 Patch: RenameResourceAction and CopyResourceAction | I am in the process of adding general operations (copy, paste, delete, etc) to the Live Sync View. While doing so, I found the RenameResourceAction and MoveResourceAction that are provided by the workbench. In the process of tsting, I found a few bugs in the code. I will atatch a patch. | closed fixed | 2e1b956 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyResourceAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-04T14:42:28Z" | "2003-09-04T12:53:20Z" |
37,280 | Bug 37280 [KeyBindinds] Select view/editor/perspective should have no rocker option | 2.1 it should be possible for the list that pops up for Ctrl+Fx to stay up on key release - this is hard to do for users with mobility problems or those waiting on a screen reader. | resolved fixed | 3ea0e6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.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/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-03T20:33:21Z" | "2003-05-06T16:53:20Z" |
42,010 | Bug 42010 Group created with SWT.CENTER style | 3.0 M3 test candidate The first line of ViewsPreferencePage.createButtonGroup(...) creates a Group with style SWT.CENTER, which isn't a valid style for a Group. This problem was actually causing Eclipse to GP on Motif because another swt constant which IS meant to be used in this context has the same value. We've made a change to detect this case (ie.- to make the crash go away), but use of SWT.CENTER in this context should still be removed in the ui. | closed fixed | ff79bf2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-03T19:15:04Z" | "2003-08-26T20:33:20Z" |
42,151 | Bug 42151 [KeyBindings] Some key bindings don't appear in menus when Eclipse first started | When Eclipse is opened without an editor open, some key bindings are not initialized. Losing and restoring focus on the window seems to set all of the bindings. Opening Eclipse with an editor already open seems to set all the bindings as well. STEPS TO REPRODUCE: 1.) Open Eclipse with no editors open. (If editors are open, then close them all and restart Eclipse so that no editors start open). 2.) Open a Java source file. 3.) Look at the Source menu. Comment (amongst many others) is missing its key binding. 4.) Switch to a different application (i.e., deactivate the window, take focus away from the window). 5.) Return focus to the window. 6.) Look at the Source menu. Command has its key binding now. Opening Eclipse with an editor already open appears to correctly initialize the key bindings on the menus. | resolved fixed | de6bd57 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-09-03T17:59:08Z" | "2003-08-27T16:00:00Z" |
42,139 | Bug 42139 ConcurrentModificationException | I20030826-rebuild Just found this in my log. At that time, I was probably doing a CVS update in the background. Error Aug 27, 2003 16:53:00.72 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448) at java.util.AbstractList$Itr.remove(AbstractList.java:433) at java.util.AbstractCollection.remove(AbstractCollection.java:255) at org.eclipse.ui.internal.progress.StatusLineProgressListener.remove(StatusLineProgressListener.java:111) at org.eclipse.ui.internal.progress.JobProgressManager.remove(JobProgressManager.java:360) at org.eclipse.ui.internal.progress.JobProgressManager.done(JobProgressManager.java:300) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:37) at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:96) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:420) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:125) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:286) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:50) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:73) | closed fixed | 7e21bc0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-27T19:00:58Z" | "2003-08-27T16:00:00Z" |
41,925 | Bug 41925 dead lock when organizing imports | i20030820 This seems to be always reproducible (regardless the VM in use): when doing a massive organize imports operation on a project, if you try to cancel it, a dead lock will occur. Steps: 1 - select a Java project in the Project Explorer 2 - press Ctrl-Shift-O (Organize imports) 3 - when the progress dialog appears, press the cancel button. Eclipse will freeze (no CPU activity). Stack trace dump: Stack Traces of Threads: ThreadName=main(00034F44) Status=Waiting Monitor=01805B38 (Object monitor for org/eclipse/core/internal/jobs/ImplicitJobs $ThreadJob @ 013840F0) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/core/internal/jobs/ImplicitJobs$ThreadJob.joinRun()V In org/eclipse/core/internal/jobs/ImplicitJobs.begin(Lorg/eclipse/core/r untime/jobs/ISchedulingRule;)V In org/eclipse/core/internal/jobs/JobManager.beginRule(Lorg/eclipse/core /runtime/jobs/ISchedulingRule;)V In org/eclipse/core/internal/resources/WorkManager.checkIn(Lorg/eclipse/ core/runtime/jobs/ISchedulingRule;)V In org/eclipse/core/internal/resources/Workspace.prepareOperation(Lorg/e clipse/core/runtime/jobs/ISchedulingRule;)V In org/eclipse/core/internal/resources/Workspace.run(Lorg/eclipse/core/r esources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;Lorg/ eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/core/internal/resources/Workspace.run(Lorg/eclipse/core/r esources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/corext/textmanipulation/TextBufferFactory.co mmitChanges(Lorg/eclipse/jdt/internal/corext/textmanipulation/TextBuffer;ZLorg/e clipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/corext/textmanipulation/TextBuffer.commitCha nges(Lorg/eclipse/jdt/internal/corext/textmanipulation/TextBuffer;ZLorg/eclipse/ core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.cre ate(ZLorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOpera tion.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction$3.run()V In org/eclipse/ui/internal/UILockListener.doPendingWork()V In org/eclipse/ui/internal/UISynchronizer$1.run()V In org/eclipse/swt/widgets/RunnableLock.run()V In org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z In org/eclipse/swt/widgets/Display.runAsyncMessages()Z In org/eclipse/swt/widgets/Display.readAndDispatch()Z In org/eclipse/jface/operation/ModalContext$ModalContextThread.block()V In org/eclipse/jface/operation/ModalContext.run(Lorg/eclipse/jface/opera tion/IRunnableWithProgress;ZLorg/eclipse/core/runtime/IProgressMonitor;Lorg/ecli pse/swt/widgets/Display;)V In org/eclipse/jface/dialogs/ProgressMonitorDialog.run(ZZLorg/eclipse/jf ace/operation/IRunnableWithProgress;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction.runOnMultiple([Lorg/ eclipse/jdt/core/ICompilationUnit;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction.run(Lorg/eclipse/jfa ce/viewers/IStructuredSelection;)V In org/eclipse/jdt/ui/actions/SelectionDispatchAction.dispatchRun(Lorg/e clipse/jface/viewers/ISelection;)V In org/eclipse/jdt/ui/actions/SelectionDispatchAction.run()V In org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets /Event;)V In org/eclipse/ui/actions/RetargetAction.runWithEvent(Lorg/eclipse/swt/w idgets/Event;)V In org/eclipse/ui/internal/WWinPluginAction.runWithEvent(Lorg/eclipse/sw t/widgets/Event;)V In org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection (Lorg/eclipse/swt/widgets/Event;Z)V In org/eclipse/jface/action/ActionContributionItem.access$4(Lorg/eclipse /jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V In org/eclipse/jface/action/ActionContributionItem$6.handleEvent(Lorg/ec lipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets /Event;)V In org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Eve nt;)V In org/eclipse/swt/widgets/Display.runDeferredEvents()Z In org/eclipse/swt/widgets/Display.readAndDispatch()Z In org/eclipse/ui/internal/Workbench.runEventLoop(Lorg/eclipse/jface/win dow/Window$IExceptionHandler;)V In org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/O bject; In org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/Stri ng;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava /lang/Object; In org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL; Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; In java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object;[Ljava/l ang/Object;)Ljava/lang/Object; In java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object; )Ljava/lang/Object; In org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lan g/Object; In org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Obj ect; In org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V ThreadName=Gc Thread(00035094) Status=Waiting Monitor=00034550 (System monitor) Count=0 Owner=(00000000) ThreadName=Finalizer thread(000350E8) Status=Waiting Monitor=00034B50 (System monitor) Count=0 Owner=(00000000) ThreadName=Java indexing(0003513C) Status=Waiting Monitor=01805238 (Object monitor for org/eclipse/jdt/internal/core/search/indexi ng/IndexManager @ 00FDF5EC) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/core/search/processing/JobManager.run()V In java/lang/Thread.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00035238) Status=Waiting Monitor=01805568 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(000352E0) Status=Waiting Monitor=01805958 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0003528C) Status=Waiting Monitor=01805658 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(000355D4) Status=Waiting Monitor=01805AA8 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-20(00035430) Status=Waiting Monitor=018054A8 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 009280D8) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob()Lorg/eclipse/core /runtime/jobs/Job; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=ModalContext(00035388) Status=Waiting Monitor=01805BF8 (Object monitor for org/eclipse/ui/internal/Semaphore @ 012C01E 4) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/ui/internal/Semaphore.acquire(J)Z In org/eclipse/ui/internal/UISynchronizer.syncExec(Ljava/lang/Runnable;) V In org/eclipse/swt/widgets/Display.syncExec(Ljava/lang/Runnable;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction.runInSync(Lorg/eclip se/jdt/internal/corext/codemanipulation/OrganizeImportsOperation;Ljava/lang/Stri ng;Lorg/eclipse/core/runtime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMoni tor;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction.doRunOnMultiple([Lor g/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/core/runtime/MultiStatus;Lorg/e clipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/ui/actions/OrganizeImportsAction.access$0(Lorg/eclips e/jdt/ui/actions/OrganizeImportsAction;[Lorg/eclipse/jdt/core/ICompilationUnit;L org/eclipse/core/runtime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor; )V In org/eclipse/jdt/ui/actions/OrganizeImportsAction$1.run(Lorg/eclipse/c ore/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/core/BatchOperation.executeOperation()V In org/eclipse/jdt/internal/core/JavaModelOperation.execute()V In org/eclipse/jdt/internal/core/JavaModelOperation.run(Lorg/eclipse/cor e/runtime/IProgressMonitor;)V In org/eclipse/core/internal/resources/Workspace.run(Lorg/eclipse/core/r esources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;Lorg/ eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/core/internal/resources/Workspace.run(Lorg/eclipse/core/r esources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/core/JavaCore.run(Lorg/eclipse/core/resources/IWorksp aceRunnable;Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/ui/actions/WorkbenchRunnableAdapter.run(Lorg /eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V | resolved fixed | 26bb3bf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UILockListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/UIJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-27T17:38:49Z" | "2003-08-25T16:46:40Z" |
41,926 | Bug 41926 Ctrl+V getting the wrong focus | 20030825 When I try and do a paste into a find dialog Ctrl+V always pastes into the editor behind it and not into the dialog. STEPS 1) Open an editor 2) Copy something 3) Hit Ctrl+F to open the Find Dialog 4) Highlight on of the fields 5) Hit Ctrl+V - it will paste into the dialog behind | resolved fixed | c982c62 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-26T16:03:19Z" | "2003-08-25T16:46:40Z" |
31,700 | Bug 31700 [Key Bindings] Ctrl+Tab not received by CyclePartAction popup dialog | Try to Map "Next Editor" to Control+TAB. Just joking. For some reason, Control+TAB isn't a choice, even if I want to break TAB traversal. OK, try mapping "Next Editor" to Control+Shift+q, then try invoking it on 3+ Editors repeatedly. It doesn't work. | resolved fixed | 6eade39 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-26T13:59:31Z" | "2003-02-12T20:00:00Z" |
41,901 | Bug 41901 NPE upon startup | Build: I-20030820 Upon startup, I found about the NPE pasted below was logged 12 times. Error Aug 24, 2003 12:59:06.784 An internal error occurred during: "Open Progress View". java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:73) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) | verified fixed | 2cd5f19 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-25T20:46:35Z" | "2003-08-24T15:46:40Z" |
41,927 | Bug 41927 [Dialogs] Selecting in PreferenceDialog generates too many invalid entries | 20030825 If you select an entry, close the dialog and then reopen it selecting anotehr entry will result in a "this page has invalid values" although you selected nothing. | closed fixed | a55b45e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-25T18:37:54Z" | "2003-08-25T16:46:40Z" |
41,916 | Bug 41916 Progress View: Status Line updates too much in verbose mode | When there is an animation going on the status line update runs constantly when verbose mode is on as it is constantly showing the Animation job. We should make sure that the update only occurs if there has been a change and not honour the debug mode as it is not interesting for the status line. | closed fixed | 28dff01 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/IJobProgressManagerListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-25T14:25:43Z" | "2003-08-25T14:00:00Z" |
41,589 | Bug 41589 [Properties View] Combo boxes in property sheets do not retain new values | Build: I20030813 It seems to be impossible to change the values of tracing options in a runtime workbench launch configuration. This was working last week, but doesn't work in yesterday's build. Steps: 1) Checkout org.eclipse.core.boot, org.eclipse.core.runtime, and org.apache.xerces 2) Setup target platform to include all plugins not in workspace 3) Create a runtime workbench launch configuration 4) Try to change tracing options in runtime plugin. After the cell editor closes, it reverts back to the old value. | resolved fixed | 38b9fc6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-22T20:23:21Z" | "2003-08-14T19:40:00Z" |
41,715 | Bug 41715 [Jobs] Background job feedback should be in status line | It would be nice to be able to see what background job is running without using the view. I'd really like to see the label of the currently running job displayed somewhere. Either in a status area at the top or the bottom of the Eclipse window. If that would take up too much screen real estate, I think it would be good to at least display the current job's label in the hover of the spinner. It could look something like: Current job's name\n (Double click to open the Progress View) Having the Progress View is nice, but I don't want to have to open it everytime I want to see what's currently running. | closed fixed | 5a4f9ee | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-22T14:58:48Z" | "2003-08-19T19:06:40Z" |
40,499 | Bug 40499 [CVS UI] GTK: Can't browse repository with new CVS option enabled | Build 20030717 Enabling the option to fetch resources in the background makes it impossible to browse a repository in the CVS Repositories view. 1. Enable background fetching of resources in the CVS Repositories view. 2. In the CVS Repositories view, click to expand the HEAD node. 3. The HEAD node expands to show a "Pending" node for a few seconds. 4. The HEAD node collapses. | resolved fixed | ac660dd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-21T18:19:47Z" | "2003-07-18T20:26:40Z" |
41,311 | Bug 41311 Deadlock? on exit | I20030806 It does not look like a deadlock since the CPU runs at 100% Full thread dump Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode): "Worker-201" prio=7 tid=0x1DD114E8 nid=0xab4 waiting on condition [1e73f000..1e73fd8c] at java.util.AbstractList.iterator(AbstractList.java:332) at org.eclipse.ui.internal.progress.JobProgressManager.add(JobProgressManager.java:314) at org.eclipse.ui.internal.progress.JobProgressManager.scheduled(JobProgressManager.java:193) at org.eclipse.core.internal.jobs.JobListeners$5.notify(JobListeners.java:47) at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:96) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:420) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.scheduled(JobListeners.java:131) at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:328) at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:172) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:319) at org.eclipse.ui.internal.progress.AnimationItem$9.done(AnimationItem.java:549) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:37) at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:106) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1016) at org.eclipse.core.runtime.Platform.run(Platform.java:420) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:125) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:225) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:50) - locked <045521D0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:73) "Worker-199" prio=7 tid=0x1DD73AB8 nid=0xf94 waiting for monitor entry [1e46f000..1e46fd8c] at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:121) - waiting to lock <045521D0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) "Worker-170" prio=7 tid=0x1DDD1500 nid=0xcf8 in Object.wait() [1e6ff000..1e6ffd8c] at java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:97) - locked <045521D0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:129) - locked <045521D0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) "TimeoutOutputStream" daemon prio=7 tid=0x1DD744A0 nid=0xb34 in Object.wait() [1e54f000..1e54fd8c] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:426) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.writeUntilDone(TimeoutOutputStream.java:240) - locked <07B7A068> (a org.eclipse.team.internal.core.streams.TimeoutOutputStream) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.runThread(TimeoutOutputStream.java:195) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.access$0(TimeoutOutputStream.java:193) at org.eclipse.team.internal.core.streams.TimeoutOutputStream$1.run(TimeoutOutputStream.java:66) at java.lang.Thread.run(Thread.java:536) "Worker-68" prio=7 tid=0x1DBEE3D0 nid=0xcb8 in Object.wait() [1e84f000..1e84fd8c] at java.lang.Object.wait(Native Method) - waiting on <0B365498> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:36) - locked <0B365498> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.OrderedLock.doAcquire(OrderedLock.java:143) at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:98) at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:75) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:124) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1538) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1573) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1590) at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:43) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:61) "TimeoutOutputStream" daemon prio=7 tid=0x1D0CC528 nid=0xd38 in Object.wait() [1e4df000..1e4dfd8c] at java.lang.Object.wait(Native Method) - waiting on <066CBD90> (a org.eclipse.team.internal.core.streams.TimeoutOutputStream) at java.lang.Object.wait(Object.java:426) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.writeUntilDone(TimeoutOutputStream.java:240) - locked <066CBD90> (a org.eclipse.team.internal.core.streams.TimeoutOutputStream) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.runThread(TimeoutOutputStream.java:195) at org.eclipse.team.internal.core.streams.TimeoutOutputStream.access$0(TimeoutOutputStream.java:193) at org.eclipse.team.internal.core.streams.TimeoutOutputStream$1.run(TimeoutOutputStream.java:66) at java.lang.Thread.run(Thread.java:536) "Java indexing" daemon prio=4 tid=0x1CD94CE0 nid=0x8a4 in Object.wait() [1d52f000..1d52fd8c] at java.lang.Object.wait(Native Method) - waiting on <04BA1308> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:426) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:358) - locked <04BA1308> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:536) "Signal Dispatcher" daemon prio=10 tid=0x009EB7C0 nid=0xd2c waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009E8AD0 nid=0x574 in Object.wait() [1ca1f000..1ca1fd8c] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0454B9B8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x0003E3C0 nid=0x568 in Object.wait() [95f000..95fd8c] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:426) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113) - locked <0454BA20> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00034A80 nid=0x994 runnable [7e000..7fc40] at java.io.FileOutputStream.close0(Native Method) at java.io.FileOutputStream.close(FileOutputStream.java:276) at java.io.FilterOutputStream.close(FilterOutputStream.java:143) at org.eclipse.core.internal.localstore.SafeFileOutputStream.close(SafeFileOutputStream.java:57) at java.io.FilterOutputStream.close(FilterOutputStream.java:143) at org.eclipse.core.internal.resources.SaveManager.visitAndSave(SaveManager.java:1468) at org.eclipse.core.internal.resources.SaveManager.visitAndSave(SaveManager.java:1478) at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1290) at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1608) at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:795) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357) at org.eclipse.ui.internal.Workbench.disconnectFromWorkspace(Workbench.java:802) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:633) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:578) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:741) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:739) at org.eclipse.ui.internal.Workbench.close(Workbench.java:731) at org.eclipse.ui.internal.Workbench.close(Workbench.java:725) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:37) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:496) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:468) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2188) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1878) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) "VM Thread" prio=5 tid=0x009CC870 nid=0xebc runnable "VM Periodic Task Thread" prio=10 tid=0x009E8F90 nid=0xaf4 waiting on condition "Suspend Checker Thread" prio=10 tid=0x009F0008 nid=0xadc runnable | resolved fixed | ee8dbe8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-20T13:07:17Z" | "2003-08-08T08:06:40Z" |
41,377 | Bug 41377 [Progress] NPE in progres view while cancelling a job | I20030806 I was trying to cancel a job that was running in the progress view. I was going a bit balistic on the cancel button because the job wasn't terminating as quickly as I would like. Here is the stack trace: Thread [main] (Suspended (exception NullPointerException)) ProgressView$4.run() line: 189 ProgressView$4(Action).runWithEvent(Event) line: 842 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 542 ActionContributionItem.access$4(ActionContributionItem, Event, boolean) line: 496 ActionContributionItem$6.handleEvent(Event) line: 468 EventTable.sendEvent(Event) line: 82 MenuItem(Widget).sendEvent(Event) line: 848 Display.runDeferredEvents() line: 2188 Display.readAndDispatch() line: 1878 Workbench.runEventLoop(Window$IExceptionHandler) line: 1680 Workbench.run(Object) line: 1663 InternalBootLoader.run(String, URL, String, String[], Runnable) line: 858 BootLoader.run(String, URL, String, String[], Runnable) line: 461 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available Method.invoke(Object, Object[]) line: not available Main.basicRun(String[]) line: 291 Main.run(String[]) line: 747 Main.main(String[]) line: 583 | closed fixed | 3545952 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-12T18:19:21Z" | "2003-08-11T13:53:20Z" |
41,312 | Bug 41312 ClassCastException in ProgressContentProvider | I20030806 !SESSION Aug 08, 2003 10:02:36.367 --------------------------------------------- java.version=1.4.1_02 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -update -showlocation -data c:\eclipse\workspaces\Development_2_2\plugins -install file:C:/eclipse/drops/I20030806/ !ENTRY org.eclipse.ui 4 4 Aug 08, 2003 10:02:36.367 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Aug 08, 2003 10:02:36.407 !MESSAGE Failed to execute runnable (java.lang.ClassCastException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException) at org.eclipse.swt.SWT.error(SWT.java:2367) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:105) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Aug 08, 2003 10:02:36.467 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Aug 08, 2003 10:02:36.467 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.ui.internal.progress.ProgressContentProvider.getParent(ProgressContentProvider.java:97) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:834) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:836) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:1288) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1045) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:803) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:879) at org.eclipse.ui.internal.progress.ProgressContentProvider$1.runInUIThread(ProgressContentProvider.java:200) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:77) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) | closed fixed | 3dc2acd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/SubTaskInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/TaskInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-11T15:45:03Z" | "2003-08-08T08:06:40Z" |
41,304 | Bug 41304 Progress indicator stays red after error is cleared. | In the eclipse-SDK-I20030806-macosx-carbon.tar.gz build, I got an error in a CVS background job. The Progress view appeared, and I selected the error and picked Delete in the context menu. At this point, the error indicator went grey, since no other jobs were running. However, now whenever a new job runs, the progress indicator draws in red, even though there are no new errors visible in the Progress view. If I select "Clear All Errors", the progress indicator goes back to drawing in blue. However, I should not have had to do this, since there were no errors to clear. | closed fixed | 69de33e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-08T18:54:51Z" | "2003-08-07T23:46:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.