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
57,659
Bug 57659 [ViewMgmt] (regression) View not acitvated when a toolbar button is pressed
I notice a change in behaviour with view activation in M8. In M7, when I click on a button from a view, causing some actions to be run, the view where the button resides will gain focus and will become activated. In M8, the view will not gain focus and will stay de-activated after the action is invoked.
verified fixed
f4da616
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-07T17:44:41Z"
"2004-04-06T19:33:20Z"
64,043
Bug 64043 [Workbench] Ctrl-tab in maximized editor causes NullPointerException
I'm using 3.0M9. I just started the eclipse, projects and files are already open. I pressed CTRL-Tab to switch to the next editor, and got a dialog box for this error. The editor pane was maximized, and this error happened a few times. After restoring the editor pane, and maximizing again, the error does not occur. !SESSION May 25, 2004 23:56:18.985 --------------------------------------------- eclipse.buildId=I200405211200 java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -showlocation !ENTRY org.eclipse.ui 4 4 May 25, 2004 23:56:18.985 !MESSAGE The command for the key you pressed failed !ENTRY org.eclipse.ui 4 0 May 25, 2004 23:56:18.985 !MESSAGE The command for the key you pressed failed !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PerspectiveHelper.partChangeAffectsZoom(PerspectiveHelper.java:1002) at org.eclipse.ui.internal.WorkbenchPage.partChangeAffectsZoom(WorkbenchPage.java:2232) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:446) at org.eclipse.ui.internal.CyclePartAction.activate(CyclePartAction.java:99) at org.eclipse.ui.internal.CyclePartAction.runWithEvent(CyclePartAction.java:487) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132)
verified fixed
f668f16
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-07T16:57:12Z"
"2004-05-26T08:26:40Z"
64,637
Bug 64637 Platform UI tests are unbearably slow
I200405281200, amongst others. Our test suites are becoming slower and slower all the time. Not only this, but at least on my machine, there are always drag'n'drop test failures. This is severely impeding my ability to do build submissions, and is wasting a lot of my time.
closed fixed
b565812
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/BrokenWorkbenchWindowPulldownDelegate.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/ExceptionDecoratorTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/HeavyNullImageDecorator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/HeavyNullTextDecorator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/NullImageDecorator.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/UITestCase.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-07T15:15:41Z"
"2004-05-28T21:33:20Z"
64,784
Bug 64784 [EditorMgmt] NPE switching to editor
I20040529 Mac OS X I imported org.eclipse.pde.core and opened two files. I shut down eclipse. Started eclipse back up and tried to select the editor that was not selected (happened to be using "single editor tab" mode but I don't think this matters). Got the following error: java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:801) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:775) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:768) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:764) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1168) at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1160) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java: 1090) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:922) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:897) at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:664) at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:650) at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:94) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setSelection(DefaultPartPresentation.java: 1371) at org.eclipse.ui.internal.presentations.BasicStackList.gotoSelectedElement(BasicStackList.java:217) at org.eclipse.ui.internal.presentations.AbstractTableInformationControl$4.mouseUp(AbstractTableInform ationControl.java:286) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) Then I got some entries in the Error Log that said "Unable to restore editor - no input factor id" - there was no detail info for these entries
closed fixed
75cf2f5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-07T13:45:04Z"
"2004-05-31T19:00:00Z"
65,950
Bug 65950 UIJob should check cancellation more
RC1 We should check cancellation before we start an asyncExec and before we call runInUIThread.
verified fixed
a677583
["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
"2004-06-07T13:21:27Z"
"2004-06-07T12:06:40Z"
65,603
Bug 65603 [Progress] Dialog with "run in background" appears, even though "always run in background checked"
1) Edit the source for any java file in a plugin (i.e. hit space, and leave the file "dirty") 2) Start a self hosted workspace 3) When the "save changes dialog" appears, say yes. 4) Notice that a dialog appears that has the "run in background" button.
verified fixed
d9432cd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-07T12:50:31Z"
"2004-06-03T19:13:20Z"
65,762
Bug 65762 [Viewers] Need to back out of change to AbstractTreeViewer.isExpandable
null
verified fixed
5bd0a57
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-04T18:46:18Z"
"2004-06-04T17:26:40Z"
64,879
Bug 64879 [Preferences] Preferences>Import/Export provides options which are always disabled
The following options are always disabled in RC1 and I assume they will not be finished for 3.0 and hence they should rather be removed: Preferences>Import... Select preferences to import (Advanced) Preferences>Export... Select preferecnes to export (Advanced) Export preferences from this page
verified fixed
fe79ca6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-04T18:40:49Z"
"2004-06-01T08:53:20Z"
64,779
Bug 64779 Pin Icon not showing up when added
build I20040529 Turn on the preference in Workbench > editors > close editors automatically so that the pin icon in the toolbar appears. Make sure the pin is the last icon in the toolbar. Now resize the CBanner so it overtakes the pin icon in the toolbar Note that it cuts off the pin icon on the right for about 5 pixels before the coolbar wraps.
verified fixed
a79ff6c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-04T15:46:16Z"
"2004-05-31T16:13:20Z"
65,337
Bug 65337 [Progress] Details button always enabled, never shows any details.
Many operations I perform (Delete a project for example) when opening the progress dialog shows a progress bar that moves along BUT when ever I press details, it never shows anything. Can we disable the button in the case where we have no details?
verified fixed
38100b0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-04T15:22:19Z"
"2004-06-02T15:26:40Z"
61,907
Bug 61907 [EditorMgmt] Specifying an icon using platform:/plugin stopped working
null
closed fixed
a1dd525
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/EditorIconTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-04T15:14:57Z"
"2004-05-12T13:53:20Z"
64,614
Bug 64614 [DnD] Many objects leaked for each perspective opened/closed
Open and close the debug perspective. Repeat For each open and close many objects are leaked It would appear the root of the leakage PerspectiveHelper not cleaning up its listener with the DragUtil? It is not unique to the debug perspective...all the perspectives I tried had this problem.
verified fixed
c748b7f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T19:21:26Z"
"2004-05-28T18:46:40Z"
63,258
Bug 63258 [ViewMgmt] minimized view is hidden on perspective switch
biuld I20040520 - open the CVS Repostiries perspective - open the outline view in this perspective - switch to the Team Synchronizing perspective - open the outline view here as well - make sure the outline is the farthest view on the left and takes up all the vertical space - minimze the outline - switch to the cvs repositories perspective (outline should be fine) - switch back to the synch perspective and note that only the toolbar for the outline view is showing (if the toolbar had been moved up next to the tab that is) otherwise there is blank space
verified fixed
73fabc6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T18:02:29Z"
"2004-05-20T16:20:00Z"
65,570
Bug 65570 ProgressViewUpdater looses events
RC1 In method runInUIThread() the copying of add/delete/update events from the updateInfo structure into an array and the reset of the updateInfo structure is not an atomic operation. As a consequence all events that are added after the original events have been copied are lost. Most likely this is one reason for the leaking jobs in the progress viewer.
verified fixed
44081e8
["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
"2004-06-03T17:07:02Z"
"2004-06-03T16:26:40Z"
61,628
Bug 61628 [Workbench] Animating close rectangle is barely visible on the MAC
By clicking on the "Run in Background" button on the Jobs dialog that shows running jobs, it will cause the dialog to animate down to the bottom right of the window. On the mac, the color of the rectangle seems to be too light and you can not see it animate, You just get the odd light coloured line being drawn on the workbench. This means the user misses the intent of the animation completely
verified fixed
2b1161e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T15:32:03Z"
"2004-05-10T17:26:40Z"
65,120
Bug 65120 [ActivityMgmt] triggering activity does not update view toolbar
RC1 * The java debugger contributes a "drop to frame" action in the debug view toolabr * Start a workspace * Debug a java application to a breakpoint -> debug view appears with drop to frame tool/action (correct) * terminate & remove launch * Close all perspectives * Turn off "Java Development" & "PDE" capabilities * Open debug perspective -> debug view appears with *no* drop to frame tool/action (correct) * re-debug the same app -> debug view does not update to show "drop to frame" action, but "Java Development" activity is triggered (see capability pref page to see that the capability has been triggered on) Would expect capability activation to update view toolbars. This is important to the debugger - as capabilities are triggered, the relevant debug actions should appear in debug related views. Resetting the perspective does not correct the problem either.
closed fixed
4dd9015
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T14:37:25Z"
"2004-06-01T20:00:00Z"
65,160
Bug 65160 [Progress] BlockedJobsDialog should have a non modal default
RC1 As the BlockedJobsDialog only opens when the modal shell is done blocking if the shell is not specified it should use getNonModalShell not getDefaultShell Index: BlockedJobsDialog.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java,v retrieving revision 1.26 diff -u -r1.26 BlockedJobsDialog.java --- BlockedJobsDialog.java 27 May 2004 14:54:04 -0000 1.26 +++ BlockedJobsDialog.java 1 Jun 2004 20:29:20 -0000 @@ -232,7 +232,7 @@ private BlockedJobsDialog(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus) { super(parentShell == null - ? ProgressManagerUtil.getDefaultParent() + ? ProgressManagerUtil.getNonModalShell() : parentShell); blockingMonitor = blocking; if (blockingStatus instanceof IJobStatus)
verified fixed
46884fc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T14:16:23Z"
"2004-06-01T20:00:00Z"
64,745
Bug 64745 User waiting dialog won't go away - had to kill Eclipse.
RC1 test candidate A background synchronize was running and I went to edit a file. The user operation is waiting dialog appeared. I let the synchronize complete, the afterwards the user operation remained in the dialog. The name of the user operation is the name of my workbench window (I don't know why this is the case) but when I pressed the cancel button for the user operation nothing happened. Eclipse is frozen because the user operation waiting dialog can't be closed. Should there at least be a close button? Or some way of getting rid of it? Here is the stack dump after everything was completed and the dialog wasn't able to be closed. Doesn't look like a deadlock but instead looks like the modal dialog is unresponsive. Full thread dump Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode): "Thread-11" prio=5 tid=0x00a0dd28 nid=0x6bc runnable [463f000..463fd8c] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.jcraft.jsch.IO.getByte(Unknown Source) at com.jcraft.jsch.Session.read(Unknown Source) at com.jcraft.jsch.Session.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) "Thread-5" prio=5 tid=0x039ee4c0 nid=0x360 runnable [5fef000..5fefd8c] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.jcraft.jsch.IO.getByte(Unknown Source) at com.jcraft.jsch.Session.read(Unknown Source) at com.jcraft.jsch.Session.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) "Worker-7" prio=5 tid=0x039e90e8 nid=0xe60 in Object.wait() [492f000..492fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-6" prio=5 tid=0x039a59f0 nid=0xf9c in Object.wait() [48ef000..48efd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-5" prio=5 tid=0x039a0e70 nid=0xf50 in Object.wait() [48af000..48afd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-3" prio=5 tid=0x039c0f00 nid=0x61c in Object.wait() [482f000..482fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-2" prio=5 tid=0x03989868 nid=0xcb4 in Object.wait() [47af000..47afd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-1" prio=5 tid=0x00a40278 nid=0x530 in Object.wait() [470f000..470fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Java indexing" daemon prio=4 tid=0x036e6ad8 nid=0xf80 in Object.wait() [45ff000..45ffd8c] at java.lang.Object.wait(Native Method) - waiting on <0x140514c8> (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:344) - locked <0x140514c8> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Reference Cleaner - 2" prio=7 tid=0x0343ab20 nid=0xe88 in Object.wait() [455f000..455fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x14048230> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x14048230> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContributionItem.java:207) "Reference Cleaner - 1" prio=7 tid=0x03699490 nid=0xfb0 in Object.wait() [451f000..451fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x140482a0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x140482a0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContributionItem.java:207) "Worker-0" prio=5 tid=0x03553b98 nid=0xe68 in Object.wait() [44df000..44dfd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x13e1bc98> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Start Level Event Dispatcher" daemon prio=5 tid=0x033d1970 nid=0x250 in Object.wait() [364f000..364fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x137e00c0> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:162) - locked <0x137e00c0> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:100) "Framework Event Dispatcher" daemon prio=5 tid=0x03523100 nid=0x390 in Object.wait() [360f000..360fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x137e0110> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:162) - locked <0x137e0110> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:100) "Signal Dispatcher" daemon prio=10 tid=0x00a107b8 nid=0xbac waiting on condition [0..0] "YJP CPU Sampler" daemon prio=5 tid=0x0003e040 nid=0x3a0 runnable [0..0] "YJP RequestServer" daemon prio=5 tid=0x0003d6e0 nid=0x34c runnable [328f000..328fd8c] at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) - locked <0x137e02b8> (a java.net.PlainSocketImpl) at java.net.ServerSocket.implAccept(ServerSocket.java:448) at java.net.ServerSocket.accept(ServerSocket.java:419) at com.yourkit.runtime.RequestServer.startServerImpl(RequestServer.java:180) at com.yourkit.runtime.RequestServer.access$000(RequestServer.java:18) at com.yourkit.runtime.RequestServer$1.run(RequestServer.java:56) "Finalizer" daemon prio=9 tid=0x009bfdd0 nid=0xc24 in Object.wait() [2e0f000..2e0fd8c] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x137e03d0> (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=0x009be9a0 nid=0xcf4 in Object.wait() [2dcf000..2dcfd8c] at java.lang.Object.wait(Native Method) - waiting on <0x137e0438> (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 <0x137e0438> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00035d50 nid=0xd84 runnable [7f000..7fc3c] at org.eclipse.swt.internal.win32.OS.WaitMessage(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:3020) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(WorkbenchAdvisor.java:344) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1364) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) "VM Thread" prio=5 tid=0x009fb6c0 nid=0x324 runnable "VM Periodic Task Thread" prio=10 tid=0x00a06db8 nid=0xee8 waiting on condition "Suspend Checker Thread" prio=10 tid=0x0003e238 nid=0xc50 runnable
verified fixed
42b0901
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchDialogBlockedHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T14:14:23Z"
"2004-05-31T13:26:40Z"
65,031
Bug 65031 [Preferences] Local History preference page doesn't use dialog font
RC1 see attached screen shot
verified fixed
0832933
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T13:51:57Z"
"2004-06-01T17:13:20Z"
64,872
Bug 64872 [Progress] Progress reporting in wizard dialog doesn't use dialog font
RC1 - change dialog font - open a new wizard (for example new Java project) - create one observer: progress reporting (the task name....) doesn't use the dialog font.
verified fixed
ae9dcad
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T13:35:03Z"
"2004-06-01T08:53:20Z"
64,466
Bug 64466 Workbench preference page does not properly set dialog font
If the user changes the dialog font it is not applied to the "Always run in background" and "Refresh workspace automatically" checkboxes.
verified fixed
ae5a6a9
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-03T13:29:48Z"
"2004-05-27T23:20:00Z"
63,713
Bug 63713 [Preferences] Are dynamic projects supposed to just become referenced projects?
I'm playing with the new get/set dynamicProjects API on IProjectDescription. I can add/remove via API as long as I remember to set the description back to the project. What I noticed is the following: - Dynamic projects show up in the Project References page. Ok, maybe this is fine (but these are not set by user/nor can they remove). - If another project is referenced on the page - all entries are then saved as normal project references in the .project file. This means they show up on getReferencedProjects calls and are not removed when the dynamic refs are removed.... Should dynamic refs actually be visible on the prop page?
verified fixed
ca54e6f
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-02T19:19:26Z"
"2004-05-24T17:33:20Z"
64,819
Bug 64819 [Activities] [Preferences] The term activities is still used in the preferences
Windows>Preferences>Workbench page has the option: "Prompt when enabling _activities_" activities should be changed to _capabilities_. Also since there is now a separate "Capabilities" preference page I suggest to move this option to this page.
closed fixed
683fffb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-02T19:03:02Z"
"2004-05-31T19:00:00Z"
22,071
Bug 22071 [Editor Mgmt] Graphical hint for pinned editor
It would be nice if a pinned editor window would have some graphical decorator so that one immediately sees that it is pinned.
verified fixed
17aa81c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/OverlayIcon.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-02T18:54:02Z"
"2002-07-31T10:06:40Z"
65,357
Bug 65357 Activity preference page grows uncontrolably
The Activities Preferences page is forcing the main preferences dialog to stretch vertically if there are a lot of categories and activities. The activities preferences page should make the tree view scrollable. Currently this dialog is unusable because we have a lot of preferences. Please note that I saw this on linux but doubt it matters.
closed fixed
a07f206
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-02T18:37:59Z"
"2004-06-02T15:26:40Z"
65,060
Bug 65060 OutOfMemory using Jobs Examples plug-in
build i0529-0105, Linux-Motif - I have the ui.jobs example plug-in loaded from HEAD - I am running a runtime workbench - I ran a couple of examples - then I clicked to create a job with the following stats: - duration 10 sec - 1 job - system job - fail The result was an OOM error. Not much info in the console but here it is. !SESSION Jun 01, 2004 12:52:25.171 --------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 Jun 01, 2004 12:52:25.174 !MESSAGE An internal error occurred during: "Test job". !STACK 0 java.lang.OutOfMemoryError at org.eclipse.ui.examples.jobs.TestJob.run(TestJob.java:60) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) !ENTRY org.eclipse.ui 4 4 Jun 01, 2004 12:52:25.180 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Jun 01, 2004 12:52:25.182 !MESSAGE java.lang.OutOfMemoryError !STACK 0 java.lang.OutOfMemoryError at org.eclipse.ui.examples.jobs.TestJob.run(TestJob.java:60) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) Unhandled event loop exception Reason: java.lang.OutOfMemoryError
verified fixed
1c27b13
["examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/TestJob.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-06-01T18:27:59Z"
"2004-06-01T17:13:20Z"
64,554
Bug 64554 drag maximized Problems folder to right of editor area failed
In both I200405272000 and I200405280010. Assertion failed: org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.ui.internal.PartStack.testInvariants(PartStack.java:211) at org.eclipse.ui.internal.PartStack.describeLayout(PartStack.java:245) at org.eclipse.ui.internal.LayoutTree.describeLayout(LayoutTree.java:231) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:653) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:653) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:644) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:639) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:639) at org.eclipse.ui.internal.LayoutTreeNode.describeLayout(LayoutTreeNode.java:644) at org.eclipse.ui.internal.PartSashContainer.describeLayout(PartSashContainer.java:895) at org.eclipse.ui.internal.Perspective.describeLayout(Perspective.java:1745) at org.eclipse.ui.tests.dnd.DragOperations.getLayoutDescription(DragOperations.java:143) at org.eclipse.ui.tests.dnd.DragTest.internalTest(DragTest.java:196) at org.eclipse.ui.tests.dnd.DragTest.runTest(DragTest.java:152) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:322) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:198) at org.eclipse.test.EclipseTestRunner.main(EclipseTestRunner.java:133) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:180) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:123) at org.eclipse.test.UITestApplication.run(UITestApplication.java:55) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:331) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
verified fixed
f2a3623
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-28T19:22:55Z"
"2004-05-28T13:13:20Z"
64,544
Bug 64544 NullPointerException in WorkbenchWindow.findAlphabeticalOrder
null
resolved fixed
c084bdb
["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
"2004-05-28T15:16:00Z"
"2004-05-28T13:13:20Z"
64,553
Bug 64553 testColorPreferenceListener and testFontPreferenceListener failures
In both I200405272000 and I200405280010. expected:<RGB {75, 21, 68}> but was:<RGB {0, 128, 0}> junit.framework.AssertionFailedError: expected:<RGB {75, 21, 68}> but was:<RGB {0, 128, 0}> at org.eclipse.ui.tests.themes.ThemeAPITest.testOverrideColorPreference(ThemeAPITest.java:292) at org.eclipse.ui.tests.themes.ThemeAPITest.testColorPreferenceListener(ThemeAPITest.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:322) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:198) at org.eclipse.test.EclipseTestRunner.main(EclipseTestRunner.java:133) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:180) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:123) at org.eclipse.test.UITestApplication.run(UITestApplication.java:55) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:331) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) expected:<[1|Courier|30|2|WINDOWS|1|0|0|0|0|0|1|0|0|1|0|0|0|0|Courier> but was:<[1|Courier|10|2|WINDOWS|1|0|0|0|0|0|1|0|0|1|0|0|0|0|Courier> junit.framework.AssertionFailedError: expected:<[1|Courier|30|2|WINDOWS|1|0|0| 0|0|0|1|0|0|1|0|0|0|0|Courier> but was:<[1|Courier|10|2|WINDOWS|1|0|0|0|0|0|1| 0|0|1|0|0|0|0|Courier> at org.eclipse.ui.tests.themes.ThemeTest.assertArrayEquals(ThemeTest.java:32) at org.eclipse.ui.tests.themes.ThemeAPITest.testOverrideFontPreference(ThemeAPITest.java:306) at org.eclipse.ui.tests.themes.ThemeAPITest.testFontPreferenceListener(ThemeAPITest.java:219) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:322) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:198) at org.eclipse.test.EclipseTestRunner.main(EclipseTestRunner.java:133) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:180) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:123) at org.eclipse.test.UITestApplication.run(UITestApplication.java:55) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:331) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
closed fixed
5a25173
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-28T14:58:50Z"
"2004-05-28T13:13:20Z"
63,356
Bug 63356 [Progress] Should delete unused IWorkbenchWindow.showProgressIndicator()
and the IWorkbenchConstants.SHOW_PROGRESS_INDICATOR constant (which is in the wrong interface anyway).
resolved fixed
71ad442
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-28T03:14:07Z"
"2004-05-21T03:26:40Z"
63,415
Bug 63415 [Workbench] Sashes disappearing or being clipped or clipping CTabFolder
On Mac OS X, make all the sashes have a red background (so you can easily see what I am talking about). Now run eclipse and drag a horizontal sash. Notice that the sash is no longer positioned correctly. It may be hidden entirely behind a CTabFolder, or it my be positioned incorrectly so that it is a little bit below the top control and either partially behind or partially over top of the bottom control. The reason this is happening is because the bounds of the Sash are being set to a bogus location. In LayoutTreeNode.setBounds(Rectangle bounds), there is the code: int redistribute = bounds.width - SASH_WIDTH - total; and int redistribute = bounds.height - SASH_WIDTH - total; This redistribute value is always a negative value which makes the sash be located in a position different from where the user dropped the sash. The value is negative because LayoutPartSash.widgetSelected does not subtract off the sash width when it calls LayoutPartSash.setSizes(int left, int right) and therefore in LayoutTreeNode.setBounds, total = left + right already includes the width of the sash and the sash width is therefore being subtracted off twice. private void widgetSelected(int x, int y, int width, int height) { LayoutTree root = rootContainer.getLayoutTree(); LayoutTreeNode node = root.findSash(this); Rectangle nodeBounds = node.getBounds(); //Recompute ratio x -= nodeBounds.x; y -= nodeBounds.y; if(style == SWT.VERTICAL) { setSizes(x, nodeBounds.width - x); // !!! need to subtract the sash width from right //setRatio((float)(x - nodeBounds.x)/(float)nodeBounds.width); } else { setSizes(y, nodeBounds.height - y); // !!! need to subtract the sash width from right //setRatio((float)(y - nodeBounds.y)/(float)nodeBounds.height); } node.setBounds(nodeBounds); initDragRatios(); } Note: This problem is exacerbated on Mac OS X by the fact that the sash does not have a rubber band behaviour and must therefore be moved by SWT on each mouse move. As a result, the sash is not ending up in the place where it was being set by the application.
verified fixed
b4c7c92
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPartSash.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutTreeNode.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T21:25:55Z"
"2004-05-21T14:33:20Z"
64,453
Bug 64453 Turning part into fastview prevents tab selection
Start with two stacks of views. 1. Click on a view in stack A 2. Click on a view from stack B 3. Right-click on the view from stack A and turn it into a fastview This will cause another view in stack A to become revealed, but you cannot click on the view to give it focus or give the tab the active appearance.
resolved fixed
bc9d5fd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T21:10:54Z"
"2004-05-27T20:33:20Z"
61,581
Bug 61581 [Workbench] NPE on startup
null
resolved fixed
51c6ca3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T20:45:25Z"
"2004-05-10T14:40:00Z"
64,407
Bug 64407 Widget is disposed exception (progress) Eclipse will not exit
I am getting the attached exception when I try to shutdown eclipse. The VM will not terminate normally, but all of the windows have closed. !ENTRY org.eclipse.ui 4 4 May 27, 2004 12:51:01.370 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 27, 2004 12:51:01.370 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Control.setVisible(Control.java:2356) at org.eclipse.ui.internal.progress.ProgressAnimationItem.refresh (ProgressAnimationItem.java:173) at org.eclipse.ui.internal.progress.ProgressAnimationItem.access$0 (ProgressAnimationItem.java:130) at org.eclipse.ui.internal.progress.ProgressAnimationItem$4.run (ProgressAnimationItem.java:281) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:307) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
resolved fixed
2ca7011
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T19:42:06Z"
"2004-05-27T17:46:40Z"
62,401
Bug 62401 [Actions] ReferenceCleanerThread in ActionContributionItem cause application can not exit normally.
When the standalone application exit, the display disposed, will call ReferenceCleanerThread.stopCleaning() method, it simply set the running field to false, but "reference = referenceQueue.remove();" in line 196 still blocking. And you must call System.exit() explicitlly to terminate the currently running Java Virtual Machine. so I think it is a bug. My env: XP home edition, jdk 1.4.2_04, and eclipse-SDK-I20040514-win32 Regards, Eric
verified fixed
d39e481
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T19:25:55Z"
"2004-05-15T11:20:00Z"
64,362
Bug 64362 Dialogs that are delayed open should not open on a disposed parent
Anything with setOpenOnRun() to false needs to be sure that it does not open if the parentShell is disposed. The preferred method of repair is to just reset the parentShell if it is disposed but this would be an API change which it is too late to do. I am going to change the open method of ProgressMonitorFocusJobsDialog to only open if the parent shell is null or disposed. This affects callers of busyCursorWhile. If they call this from a dialog we will not open the progress monitor dialog if it has been closed. As a result callers of it should disable thier buttons or close thier dialog (I will update the javadoc).
closed fixed
b5fbe12
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T17:15:01Z"
"2004-05-27T15:00:00Z"
62,482
Bug 62482 [Presentations] Widget is disposed rearranging windows
I was rearranging winodws in the Java perspective and got the following exception. !ENTRY org.eclipse.ui 4 0 May 17, 2004 10:14:12.311 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Control.getParent(Control.java:885) at org.eclipse.ui.internal.presentations.PaneFolder.layout (PaneFolder.ja va:327) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.layout ( DefaultPartPresentation.java:660) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setBoun ds(DefaultPartPresentation.java:872) at org.eclipse.ui.internal.PartStack.setBounds(PartStack.java:880) at org.eclipse.ui.internal.LayoutTree.setBounds(LayoutTree.java:190) at org.eclipse.ui.internal.LayoutTreeNode.setBounds (LayoutTreeNode.java: 372) at org.eclipse.ui.internal.LayoutTreeNode.setBounds (LayoutTreeNode.java: 296) at org.eclipse.ui.internal.PartSashContainer.resizeSashes (PartSashContai ner.java:620) at org.eclipse.ui.internal.PartSashContainer.addChild (PartSashContainer. java:332) at org.eclipse.ui.internal.ViewSashContainer.addChild (ViewSashContainer. java:280) at org.eclipse.ui.internal.PartSashContainer.add (PartSashContainer.java: 928) at org.eclipse.ui.internal.PartSashContainer.add (PartSashContainer.java: 259) at org.eclipse.ui.internal.PartSashContainer.addEnhanced (PartSashContain er.java:220) at org.eclipse.ui.internal.PartSashContainer.add (PartSashContainer.java: 192) at org.eclipse.ui.internal.PerspectiveHelper.derefPart (PerspectiveHelper .java:537) at org.eclipse.ui.internal.ViewSashContainer.derefPart (ViewSashContainer .java:262) at org.eclipse.ui.internal.PartSashContainer.stack (PartSashContainer.jav a:819) at org.eclipse.ui.internal.PartSashContainer.dropObject (PartSashContaine r.java:796) at org.eclipse.ui.internal.PartSashContainer$SashContainerDropTarget.dro p(PartSashContainer.java:110) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:128) at org.eclipse.ui.internal.PartStack.dragStart(PartStack.java:1116) at org.eclipse.ui.internal.PartStack$1.dragStart(PartStack.java:78) at org.eclipse.ui.internal.presentations.DefaultPartPresentation$10.hand leEvent(DefaultPartPresentation.java:308) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove (Present ationUtil.java:89) at org.eclipse.ui.presentations.PresentationUtil.access$4 (PresentationUt il.java:83) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent (Presentat ionUtil.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.jav a:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformAct ivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621) Widget is disposed
resolved fixed
dcbb0d7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/SwtUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T15:59:26Z"
"2004-05-17T13:20:00Z"
64,333
Bug 64333 [Progress] Widgets in Wizards get enabled without cause
I20040527-0800 - open a source class and select the class name - Refactor > Rename -> Rename Type Dialog comes up => after some tenths of a second, all widgets on the Wizard page get enabled => expected: disabled widgets stay disabled Was OK in I200405260800, confirmed to be broken since I20040526-2000.
verified fixed
9d4b028
["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
"2004-05-27T15:20:53Z"
"2004-05-27T15:00:00Z"
49,494
Bug 49494 [RCP] [Contributions] IllegalArgumentException: Group not found: group.editor
When opening a text editor it tries to append some actions to "group.editor", and gets an exception if that group doesn't exist, for example if you try to use the editor in an RCP application that doesn't have any tool bars. java.lang.IllegalArgumentException: Group not found: group.editor at org.eclipse.jface.action.ContributionManager.addToGroup (ContributionManager.java:113) at org.eclipse.jface.action.ContributionManager.prependToGroup (ContributionManager.java:337) at org.eclipse.ui.internal.EditorActionBars.getToolBarManager (EditorActionBars.java:164) at org.eclipse.ui.part.EditorActionBarContributor.init (EditorActionBarContributor.java:154) at org.eclipse.ui.editors.text.TextEditorActionContributor.init (TextEditorActionContributor.java:101) at org.eclipse.ui.part.EditorActionBarContributor.init (EditorActionBarContributor.java:133) at org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.java:228) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:574) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:628) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:433) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:421) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2047) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:1990) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1977) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1972) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1955) at org.eclipsepowered.rcptutorial3.actions.OpenAction.openFile (OpenAction.java:46) at org.eclipsepowered.rcptutorial3.actions.OpenAction.run (OpenAction.java:29) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:271) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:207) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:408) 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:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipsepowered.rcptutorial3.RcpApplication.run (RcpApplication.java:11) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581)
resolved fixed
f54a571
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-27T14:40:26Z"
"2004-01-03T22:46:40Z"
57,416
Bug 57416 [Workbench] Disappearing Perspectives Toolbar
I'm finding this on M8. I used the preference to "dock perspecitve bar under main tool bar" [which I like really well, by the way] But every now and then it "diappears". It's always after some action takes place (never for example, after I deliberately resize workbench). Not sure what the pattern is and there's nothing in Log/console. I can get it to come back be re-sizing the workbench horizontally. Veritically will not get it to come back. Thanks,
resolved fixed
2e7749d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/layout/CacheWrapper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T21:00:18Z"
"2004-04-05T04:40:00Z"
64,123
Bug 64123 Memory leak in WorkbenchSiteProgressService
The dispose method of WorkbenchSiteProgressService is the following. Notide that if the waitCursor is null, the listener is not returned. If I close all open instances of the sync view, the waitCursor is null so a reference to the sync view stays around. The removeListener should either be done first or in a finally block. public void dispose() { if (updateJob != null) updateJob.cancel(); if (waitCursor == null) return; waitCursor.dispose(); waitCursor = null; ProgressManager.getInstance().removeListener(this); }
verified fixed
d43c5b1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T20:25:58Z"
"2004-05-26T14:00:00Z"
56,491
Bug 56491 [Tasks] DeleteCompletedTasks requires Markers to be refreshed
3.0 M8 If you create a new user defined task and mark it completed by clicking on the first column or by using the context menu, the delete completed task actino does not pick up the completed task. However it does work after the markers have been refreshed (eg project rebuild). to test: 1. create a user defined marker, ensuring it is not created as completed 2. click on the first column to mark it as complete 3. select delete completed tasks from the context menu, notice it doesn't pick up the task 4. perform a project re-build (Project|clean...) 5. repeat step 3, it now picks up the marker as complete It looks like the underlying IMarker is being updated, but the concrete TaskMarker is not. The action is looking at the concrete markers.
resolved fixed
03cabc4
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerList.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemMarker.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/TaskView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T20:16:51Z"
"2004-03-28T07:46:40Z"
64,205
Bug 64205 BlockedJobsDialog not resizing vertically
M9 When you have a blocked jobs dialog open it will not resize vertically - it looks like the bottom attachment for the viewer is missing.
verified fixed
4f207b6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T19:02:27Z"
"2004-05-26T19:33:20Z"
63,407
Bug 63407 [JFace] image reading is unbuffered
in i0520 I was tracing disk reads and noticed that when reading images we are hitting the disk for individual bytes. While there may not be a huge win here, it would likely be worthwhile using a BufferedInputStream around whatever stream is being used now.
verified fixed
ba5cf4c
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/URLImageDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T18:10:24Z"
"2004-05-21T14:33:20Z"
62,045
Bug 62045 [Progress] Progress indicator shows 0% while active job shows 51%
build I20040512-0800 - clicked the sync button in the sync view - it started a sync - pressed Run in Background - did the same again - in the progress view, it showed two sync jobs, but only one was active - terminated the other one - it did not get cleared from the list - it also showed "Synchronizing: (0%) null" - while the other job continued to make progress, the progress indicator at bottom right kept showing 0%.
verified fixed
3e99ea9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T17:46:01Z"
"2004-05-13T01:00:00Z"
56,039
Bug 56039 [Font/Colours] Hard to find definition of "mapped to" font
I20040324 In the Colors and Fonts pref page, Text Compare Appearance category. Select Compare text font The comment correctly states that this font is mapped to the Text Font. But how can I quickly find the Text font? No indication is given of which category the Text font is defined within.
closed fixed
0ee7d49
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PatternFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T14:34:17Z"
"2004-03-24T20:26:40Z"
63,159
Bug 63159 [Progress] Progress dialog "Run in Background" button does not resize with larger font
If you set the dialog font to something large, the "Run in background" button does not correctly resize.
verified fixed
a055e28
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-26T14:25:41Z"
"2004-05-20T02:26:40Z"
63,854
Bug 63854 Calling IProgressService.runInUI while a modal dialog is showing
There is an issue with calling IProgressService.runInUI() while a modal dialog is showing. For example, when calling runInUI from a wizard page and the operation blocks then the blocked dialog doesn't show up. In the case of the wizard page the wizard isn't disabled, a busy cursor is shown, but you can still press buttons and cause exceptions easily. In the current implementation the Blocked dialog is rescheduled until no more modal shell is visible: BlockedJobsDialog.java if (ProgressManagerUtil.rescheduleIfModalShellOpen(this)) return Status.CANCEL_STATUS; There must be a good reason for this, but in the case of runInUI() it is important that the BlockedDialog shows up immediatly. Disabling the above code gives the expected behaviour in the Wizard case, i.e., the blocked dialog shows up and blocks the user from further interactions with the wizard. Therefore the request is to not schedule the blocked dialog in the context of runInUI(). Without this support the use of runInUI() will be difficult to explain, i.e., don't call this method when a modal dialog is showing.
verified fixed
921fcb3
["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
"2004-05-26T12:37:22Z"
"2004-05-25T13:00:00Z"
63,349
Bug 63349 [Markers] MarkerView leaks a Clipboard
The clipboard created by the MarkerView is leaked (not disposed).
verified fixed
9c0e8d9
["bundles/org.eclipse.ui.ide/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
"2004-05-25T20:57:07Z"
"2004-05-21T00:40:00Z"
61,101
Bug 61101 [Welcome] IDEWorkbenchAdvisor.openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException
Currently openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException although no code in there appears to require it. Should this be removed.
closed fixed
2608c23
["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
"2004-05-25T20:16:11Z"
"2004-05-05T18:00:00Z"
63,784
Bug 63784 TagRule logic produces oversized tag partitions.
null
resolved wontfix
e6694aa
["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
"2004-05-25T20:02:25Z"
"2004-05-25T04:40:00Z"
62,206
Bug 62206 [Progress] Blocked save shows window title in progress dialog
build I20040513-1200 - my laptop crashed - on restart of Eclipse, did a Ctrl+B (auto-build is off), and ran it in the bg - this was a full build due to the crash - while this was going on, edited and saved a file (ViewFactory.java) - the save was blocked by the build and the blocked progress dialog came up - the build job was the first one and was working - the second job was the save, I guess, but its label was the same as the window title: Java - ViewFactory.java - d:\eclipse-new\plugins - Eclipse Platform Perhaps this is because Save uses the window as its runnable context? A better label would be "Saving ViewFactory.java". Not sure if this is achievable though.
verified fixed
4c1f7b5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T18:49:19Z"
"2004-05-14T02:00:00Z"
62,740
Bug 62740 [Preferences] The export preferences dialog does not allow the selection of a folder as a destination
Build id 200405181200 Steps: - Launch eclipse - Go to "Window->Preferences" - Select the "Export" button (bottom left) - Try to chose a different folder than the one specified to store the ".epf" file using the "Browse" button Unless you select a file, it will not let you press "Open". It seems like the wrong system dialog is being used for this particular instance. This bug makes the "Export" utility almost unusable on the Mac.
verified fixed
c223a47
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T18:12:07Z"
"2004-05-18T19:53:20Z"
63,830
Bug 63830 UI Popup Menu slight re-org/rename for R3.0
Navigator Remove Add Bookmark... Do not support Shift+ R refactor as meaning the same as F2 in the Navigator (F2 is rename and Shift+R does nothing) (Low Priority) Package Explorer Support F2 as direct rename in Package Explorer
verified fixed
fb8eb0c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T17:33:14Z"
"2004-05-25T13:00:00Z"
63,849
Bug 63849 [Workbench] Editor/View tab behaviour wrong.
Windows 2003 Eclipse M9 eclipse.buildId=I200405211200. Since M9 editor and view tab behaviour is different and counter intuitive. First most recently opened editor is always positioned to be leftmost tab, instead of rightmost tab (like any other application). Also, when restarting Eclipse most recently used editor tab is placed to be leftmost (this becomes irrelevant if single editor option is used). The second extremely annoying "feature" is that view tabs are repositioned. If one switched from Java to Debug and then to Java perspective again, the most recently active tab in Java perspective becomes the leftmost view tab. If one switches between perspectives and views a lot, then view placement (ordering) becomes almost random. This is simply too annoying to be useful. I'm so used to having my views ordered in a certain way and I automatically go with my mouse there only to find out that my view has magically wondered off somewhere else. OT: Another example of such bad UI (i.e. UI that constantly changes) is the windows 2000 and later feature to only display the menu options that are most often used. Luckily that option can be turned off in windows.
resolved fixed
556d145
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityViewerFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/SavePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/SelectPerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T16:04:00Z"
"2004-05-25T13:00:00Z"
62,757
Bug 62757 [Progress] busyCursorWhile uses a null shell
20040514 The busyCursorWhile API creates a dialog with no shell. We should see if we can create it with parent shell if possible. This may not be possible if the shell gets disposed while we are waiting however so we should be careful.
verified fixed
c663c48
["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
"2004-05-25T15:35:04Z"
"2004-05-18T19:53:20Z"
58,749
Bug 58749 [Window] PerspectiveBarContributionItems have too short a maximum width
I20040413 When the perspective bar is docked under the main toolbar, there is a lot of horizontal room for the buttons. However, when text is shown in the perspective bar buttons, PerspectiveBarContributionItem.shortenText() limits the width of each button to 5 times the icon size. This causes many perspectives to have their names cut off. Maybe the maximum size should be increased when the perspective bar icons are docked below the main toolbar?
resolved fixed
51e92fd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T14:56:49Z"
"2004-04-15T20:13:20Z"
63,352
Bug 63352 [Decorators] Lots of RGB objects leaked from opening / closing Navigator view
Test case: using optimizeIt, close the Navigator view GC and mark the current instance count. Open and close the Navigator view again. In my workspace, 6k of RGB objects are leaked. I have CVS decorators on. It appears that a decorator cache is holding on to the objects.
verified fixed
199787d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/WorkbenchLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T14:41:07Z"
"2004-05-21T00:40:00Z"
63,851
Bug 63851 Clean up activity code
M9 The code for the old activity menu action (and associated strings) still exist in the code base. These should be cleaned up.
closed fixed
4a6cab3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ActivityEnablerAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T14:06:56Z"
"2004-05-25T13:00:00Z"
63,452
Bug 63452 [Activities] ActivityRequirementBindingDefinition still has referneces to activityId and childId
I as browsing through the ActivityRequirementBindingDefinition and I noticed that the constructor still has "childActivityId" and "parentActivityId" as parameters. Everything else in the code seems to have changed to "requiredActivityId" and "activityId". It's just parameter naming, not a big deal, but I thought you might want to know. I am using Build id: 200405211200.
closed fixed
e16ded1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityRequirementBindingDefinition.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-25T12:50:54Z"
"2004-05-21T17:20:00Z"
63,480
Bug 63480 [ViewMgmt] Standalone views ignore showTitle arg
build I20040521-0800 The showTitle argument in addStandaloneView is being ignored.
resolved fixed
e92d1ea
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PresentationFactoryUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-21T19:13:47Z"
"2004-05-21T20:06:40Z"
63,351
Bug 63351 [Navigator] Import/ExportResourcesAction not removed as listeners of selection service
Open and closing the navigator view, these actions are leaked. It would appear that the dispose for these actions is not getting called?
resolved fixed
e7c8d18
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-21T18:12:08Z"
"2004-05-21T00:40:00Z"
59,956
Bug 59956 [R21PRES] perspective switcher
null
verified fixed
aef22bc
["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
"2004-05-20T19:46:43Z"
"2004-04-26T14:33:20Z"
63,267
Bug 63267 [RCP] tab style for M9
the tab style in the IDE in M9 should use the curved style
verified fixed
9df0744
["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
"2004-05-20T17:45:15Z"
"2004-05-20T19:06:40Z"
63,232
Bug 63232 [Colors/Fonts] DefaultPartPresentation.init() explicitly sets the font on each tab
I200405200010 The initTab method sets the font on each tab irregardless of the busy state of that tab. Because of this, when our preference listener hears of a font change we're updating the folder but that value doesn't take effect on all tabs because they have explicitly defined fonts.
closed fixed
404757a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-20T16:01:36Z"
"2004-05-20T16:20:00Z"
63,196
Bug 63196 [Workbench] Status line too tall
Build id: 200405200010 It looks like the status line has gotten too tall when the fast view bar is docked on the bottom. This is likely from the fast view bar changes I made yesterday. I'll prepare a fix, it should likely go into M9.
verified fixed
f9fc6f3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-20T14:03:25Z"
"2004-05-20T13:33:20Z"
63,134
Bug 63134 [Commands] NullPointerException in WidgetMethodHandler.getMethodToExecute
I'm not sure how this was triggered. I200405190010, Solari 8, Motif, CDE
verified fixed
0453cc4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WidgetMethodHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-19T23:46:18Z"
"2004-05-19T20:53:20Z"
60,840
Bug 60840 [KeyBindings] Delete key does not work in Combo boxes when the Combo box is in a Toolbar
Steps to reproduce: NOTE - this is not reproducible in a stand alone SWT application 1) Contribute a control contribution to a toolbar that contains one or more Combo boxes. 2) Enter some text in the Combo box. 3) Place the cursor in the middle of that text and press delete key. bug: Notice that nothing happend. No text was deleted. The problem is in WorkbenchKeyboard.java. Apparently this same bug was discovered with Text widgets and a fix was submitted for just the Text widget case. I think the fix should apply to Combo widgets as well. Patch to follow.
verified fixed
a620bb5
["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
"2004-05-19T21:28:18Z"
"2004-05-04T03:06:40Z"
62,839
Bug 62839 [Viewers] Invalid thread access when turning on decorators
Build: I-20040518-2000 I imported a plug-in project as binary. I then went to the label decorations preference page to turn on the binary decorators. I got the following exception: Error May 18, 2004 23:19:19.484 Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:284) at org.eclipse.swt.widgets.Tree.setRedraw(Tree.java:1018) at org.eclipse.jface.viewers.AbstractTreeViewer.labelProviderChanged (AbstractTreeViewer.java:1159) at org.eclipse.jface.viewers.ContentViewer.handleLabelProviderChanged (ContentViewer.java:161) at org.eclipse.jface.viewers.StructuredViewer.handleLabelProviderChanged (StructuredViewer.java:677) at org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer.handleLabelProviderCh anged(ProblemTreeViewer.java:123) at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged (ContentViewer.java:74) at org.eclipse.ui.internal.decorators.DecoratorManager$1.run (DecoratorManager.java:180) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.decorators.DecoratorManager.fireListeners (DecoratorManager.java:178) at org.eclipse.ui.internal.decorators.DecoratorManager.updateForEnablementChange (DecoratorManager.java:437) at org.eclipse.ui.internal.decorators.DecoratorManager.setEnabled (DecoratorManager.java:612) at org.eclipse.team.internal.ccvs.ui.CVSUIPlugin.startup(CVSUIPlugin.java:676) at org.eclipse.core.internal.compatibility.PluginActivator.start (PluginActivator.java:49) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run (BundleContextImpl.java:958) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator (BundleContextImpl.java:954) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start (BundleContextImpl.java:937) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker (BundleHost.java:421) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start (AbstractBundle.java:293) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:110) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass (BundleLoader.java:307) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass (BundleHost.java:336) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass (AbstractBundle.java:1312) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:131) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:124) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:113) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:186) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:51) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:183) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run (LightweightDecoratorDefinition.java:83) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDe corator(LightweightDecoratorDefinition.java:79) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate (LightweightDecoratorDefinition.java:153) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunna ble.run(LightweightDecoratorManager.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate (LightweightDecoratorManager.java:258) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations (LightweightDecoratorManager.java:241) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run (DecorationScheduler.java:262) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
verified fixed
7a84c34
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-19T15:06:32Z"
"2004-05-19T04:13:20Z"
59,528
Bug 59528 [Workbench] CTabFolder flashes on tab switch
I20040420 My system background colour is set to grey. Java editors in eclipse have a white background. When I switch between two editors, I see a flash to the grey system background colour. The grey is visible for a fair amount of time during the switch, and even longer if it is the first time I have accessed the file either in the current session or after it has been inactive for some time. The same behavior can be seen upon switching view tabs (easier to see when the view is maximized). A plausible reason for the flash may be that when we show the next widget, X initially fills the window to the background colour until the widget has a chance to draw itself.
resolved fixed
1ee442e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-18T20:18:53Z"
"2004-04-21T20:40:00Z"
62,741
Bug 62741 Activity to Activity binding API change
null
closed fixed
61842f9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/IActivity.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/IActivityActivityBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/IActivityRequirementBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/AbstractActivityRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Activity.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityActivityBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityActivityBindingDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityRequirementBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityRequirementBindingDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ExtensionActivityRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/IActivityRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/MutableActivityManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Persistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/CategorizedActivity.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/DynamicTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/StaticTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-18T20:12:24Z"
"2004-05-18T19:53:20Z"
62,524
Bug 62524 NPE in PartStack on shutdown
When you shutdown Eclipse self hosted from HEAD (20040514 with platform-ui loaded on 20040517) you will get the exception below 1) Start Eclipse 2) Load platform-ui from HEAD 3) run self hosted 4) load platform-ui in the self hosted image 5) shut down Exception: java.lang.NullPointerException at org.eclipse.ui.internal.PartStack.saveState(PartStack.java:838) at org.eclipse.ui.internal.ViewSashContainer.saveState (ViewSashContainer.java:197) at org.eclipse.ui.internal.PerspectiveHelper.saveState (PerspectiveHelper.java:1172) at org.eclipse.ui.internal.Perspective.saveState(Perspective.java:1275) at org.eclipse.ui.internal.Perspective.saveState(Perspective.java:1146) at org.eclipse.ui.internal.WorkbenchPage.saveState (WorkbenchPage.java:2573) at org.eclipse.ui.internal.WorkbenchWindow.saveState (WorkbenchWindow.java:1846) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1386) at org.eclipse.ui.internal.Workbench.recordWorkbenchState (Workbench.java:1163) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:1161) at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:435) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:433) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:55) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:899) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:850) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent (ActionContributionItem.java:769) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
resolved fixed
f0f1529
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T22:24:52Z"
"2004-05-17T18:53:20Z"
32,254
Bug 32254 [Viewers] AbstractTreeViewer uses HashSet to remember expansion state
I20030216 The custom hash table should be used instead. Otherwise expansion state may be lost due to a different equals implementation of the element and the IElementComparer.
resolved fixed
62cad76
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CustomHashtable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T19:35:01Z"
"2003-02-19T15:53:20Z"
61,450
Bug 61450 [EditorMgmt] NPE opening editor if editor icon file location incorrect...
Using integration build 20040428 Create an editor entry in your plugin.xml file. Make sure all is specified correctly, except for the icon attribute, specify an icon filename that does not exist in your plugin. Launch a workbench and open the editor. You will get the following error: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java:73) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.part.WorkbenchPart.setInitializationData (WorkbenchPart.java:229) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:146) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:122) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:111) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:189) at org.eclipse.ui.internal.EditorManager$3.run(EditorManager.java:643) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:599) at org.eclipse.core.runtime.Platform.run(Platform.java:543) at org.eclipse.ui.internal.EditorManager.createPart (EditorManager.java:641) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:628) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2054) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at com.ibm.wbit.br.ui.wizard.AbstractRulesFileWizard.selectAndOpenNewFile (AbstractRulesFileWizard.java:152) at com.ibm.wbit.br.ui.wizard.AbstractRulesFileWizard.performFinish (AbstractRulesFileWizard.java:136) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:613) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:330) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:448) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:161) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute (ActionHandler.java:123) at org.eclipse.ui.internal.commands.Command.execute(Command.java:127) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1724) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3049) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:1292) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
closed fixed
d343903
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T18:23:40Z"
"2004-05-07T20:00:00Z"
60,506
Bug 60506 Workbench preference wording
I20040428 The responsive UI dynamic team (and Julian) have flagged the workbench background execution preference wording as unclear. Julian recommended a simpler message, possibly with a tool-tip to give further explanation. As MVM and I discussed previously, we may want to revisit all of the central workbench preferences to make them less wordy (and possibly augment with a tooltip). I will write an initial set of suggestions here and we can discuss. 1) Perform build automaticaly on resource modification. -> Title: "Build automatically" (to match toggle command name in projet menu) -> Tooltip: "Perform build automaticaly on resource modification" 2) Save all modified resources automatically prior to manual build -> Title: "Save automatically before build" -> Tooltip: "Save all modified resources automatically prior to manual build" 3) Keep next/previous part dialog open - Julian mentioned this was particularly confusing. Perhaps it should be moved to the "Appearance" preference page? It doesn't seem to deserve a prominent place. 4) Prompt for actions requiring activity enablement -> Title: "Prompt when enabling new activities" -> Tooltip: "Prompt when a feature is first used that requires enablement of an activity" 5) Run user actions in background where possible -> Title: "Always run in background" (to match "Run in Background" button on dialog) -> Tooltip: "Run long operations in the background where possible" 6) Refresh Workspace automatically in the background -> Title: "Refresh Workspace automatically" -> Tooltip: "Detect and automatically refresh changes made to the workspace externally" While we're at it, I also recommend shuffling the order. I propose: "Always run in background" "Build automatically" "Refresh Workspace automatically" "Save automatically before build" "Prompt when enabling new activities"
verified fixed
0997271
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T18:07:52Z"
"2004-04-29T20:20:00Z"
62,355
Bug 62355 PerspectiveBarContributionItem leaks a GC
0513 It's the GC created in PerspectiveBarContributionItem.shortenText(...)
verified fixed
0545e80
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T15:31:25Z"
"2004-05-14T21:26:40Z"
61,829
Bug 61829 Selecting Ant configs in the LCD is brutally slow
Build 20040511 Selecting Ant launch configs in the launch configuration dialog is brutally slow.
verified fixed
44a5383
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/MutableContextManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T15:18:27Z"
"2004-05-12T00:00:00Z"
62,208
Bug 62208 Programmatic enabling of decorators doesn't take
I thought I fixed the lazy enablement of the CVS decorator but it turns out I was fooled because I didn't disable the decorator in XML. When I fixed that, it surfaced a bug in UI where the programmatic setting of decorators doesn't take. It appears to work (it is checked on the preference page) but some items are not decorated (a few are but most are not) and the setting is lost after a restart. It should be straight forward to duplicate the behavior present in the preferences dialog (i.e. to make it work properly). I will try it out and send a patch to UI when completed.
verified fixed
a831358
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-17T15:09:53Z"
"2004-05-14T02:00:00Z"
62,368
Bug 62368 JobManager deadlock
I20040514 (with org.eclipse.ui.workbench from HEAD): A Self-hosted workspace is not responding because, according to the Threads and Monitors view, there is a deadlock condition. Here are all the stack frames, copied from the Debug view: org.eclipse.core.launcher.Main at localhost:3934 (Suspended) System Thread [Finalizer] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available Finalizer$FinalizerThread.run() line: not available System Thread [Reference Handler] (Suspended) Object.wait(long) line: not available [native method] Reference$Lock(Object).wait() line: not available Reference$ReferenceHandler.run() line: not available Thread [main] (Suspended) JobManager.endJob(InternalJob, IStatus, boolean) line: 392 ProgressViewUpdater$1(InternalJob).done(IStatus) line: 134 ProgressViewUpdater$1(Job).done(IStatus) line: 202 UIJob$1.run() line: 101 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages() line: 106 Display.runAsyncMessages() line: 2702 Display.readAndDispatch() line: 2394 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1363 Workbench.runUI() line: 1334 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 253 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 90 PlatformActivator$1.run(Object) line: 298 EclipseStarter.run(Object) line: 249 EclipseStarter.run(String[], Runnable) line: 126 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: 269 Main.run(String[]) line: 722 Main.main(String[]) line: 706 System Thread [Signal Dispatcher] (Suspended) Thread [Framework Event Dispatcher] (Suspended) Object.wait(long) line: not available [native method] EventThread(Object).wait() line: not available EventThread.getNextEvent() line: 149 EventThread.run() line: 107 Thread [Start Level Event Dispatcher] (Suspended) Object.wait(long) line: not available [native method] EventThread(Object).wait() line: not available EventThread.getNextEvent() line: 149 EventThread.run() line: 107 Thread [Thread-0] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available ActionContributionItem$ImageCache$ReferenceCleanerThread.run() line: 196 Thread [Thread-1] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available ActionContributionItem$ImageCache$ReferenceCleanerThread.run() line: 196 Thread [Worker-0] (Suspended) JobManager.findBlockingJob(InternalJob) line: 452 ThreadJob.joinRun(IProgressMonitor) line: 152 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 87 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 WorkManager.checkIn(ISchedulingRule, IProgressMonitor) line: 95 Workspace.prepareOperation(ISchedulingRule, IProgressMonitor) line: 1629 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1669 Workspace.run(IWorkspaceRunnable, IProgressMonitor) line: 1694 JavaCore$4.run(IProgressMonitor) line: 3644 Worker.run() line: 66 Thread [Java indexing] (Suspended) JobManager.setPriority(InternalJob, int) line: 839 JobManager$1$ProgressJob(InternalJob).setPriority(int) line: 346 JobManager$1$ProgressJob(Job).setPriority(int) line: 440 IndexManager(JobManager).run() line: 363 Thread.run() line: not available Thread [Worker-1] (Suspended) JobManager.runNow(InternalJob) line: 747 ThreadJob.joinRun(IProgressMonitor) line: 149 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 87 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 LastSaveReferenceProvider.readDocument(IProgressMonitor, boolean) line: 225 LastSaveReferenceProvider.getReference(IProgressMonitor) line: 111 DocumentLineDiffer$1.run(IProgressMonitor) line: 370 Worker.run() line: 66 Thread [Worker-2] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 ProgressManager$JobMonitor.beginTask(String, int) line: 186 DecorationScheduler$1.run(IProgressMonitor) line: 220 Worker.run() line: 66 Thread [Worker-3] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 ProgressManager$JobMonitor.subTask(String) line: 270 JobManager$1$ProgressJob.run(IProgressMonitor) line: 319 Worker.run() line: 66 Thread [Worker-4] (Suspended) Object.wait(long) line: not available [native method] Semaphore.acquire(long) line: 38 JobManager.join(InternalJob) line: 514 TableContentProvider$1(InternalJob).join() line: 271 TableContentProvider$1(Job).join() line: 353 TableContentProvider.doUpdate(IProgressMonitor) line: 353 TableContentProvider.access$4(TableContentProvider, IProgressMonitor) line: 346 TableContentProvider$3.run(IProgressMonitor) line: 184 RestartableJob$2.run(IProgressMonitor) line: 86 Worker.run() line: 66 Thread [Worker-5] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 JobInfo.cancel() line: 307 ProgressManager$JobMonitor.setCanceled(boolean) line: 236 JobManager.cancel(InternalJob) line: 183 RestartableJob$2(InternalJob).cancel() line: 122 RestartableJob$2(Job).cancel() line: 183 RestartableJob.cancel() line: 152 TableContentProvider.cancelPendingChanges() line: 336 ProblemView(TableView).haltTableUpdates() line: 92 ProblemView(MarkerView).internalRefresh(IProgressMonitor) line: 155 MarkerView.access$2(MarkerView, IProgressMonitor) line: 151 MarkerView$3.run(IProgressMonitor) line: 237 RestartableJob$2.run(IProgressMonitor) line: 86 Worker.run() line: 66 Thread [Worker-6] (Suspended) JobManager.setPriority(InternalJob, int) line: 839 ThreadJob(InternalJob).setPriority(int) line: 346 ThreadJob(Job).setPriority(int) line: 440 ThreadJob.<init>(JobManager, ISchedulingRule) line: 57 ImplicitJobs.newThreadJob(ISchedulingRule) line: 158 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 67 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 WorkManager.checkIn(ISchedulingRule, IProgressMonitor) line: 95 Workspace.prepareOperation(ISchedulingRule, IProgressMonitor) line: 1629 AutoBuildJob.doBuild(IProgressMonitor) line: 146 AutoBuildJob.run(IProgressMonitor) line: 196 Worker.run() line: 66 Thread [Worker-7] (Suspended) JobManager.nextJob() line: 647 JobManager.startJob() line: 936 WorkerPool.startJob(Worker) line: 237 Worker.run() line: 59 Thread [Worker-8] (Suspended) JobManager.schedule(InternalJob, long) line: 769 ProgressViewUpdater$1(InternalJob).schedule(long) line: 313 ProgressViewUpdater$1(Job).schedule(long) line: 417 ProgressViewUpdater.scheduleUpdate() line: 197 ProgressViewUpdater.refreshJobInfo(JobInfo) line: 302 ProgressManager.refreshJobInfo(JobInfo) line: 531 ProgressManager$1.aboutToRun(IJobChangeEvent) line: 344 JobListeners$1.notify(IJobChangeListener, IJobChangeEvent) line: 34 JobListeners.doNotify(JobListeners$IListenerDoit, IJobChangeEvent) line: 101 JobListeners.aboutToRun(Job) line: 151 JobManager.startJob() line: 942 WorkerPool.startJob(Worker) line: 230 Worker.run() line: 59 Thread [Worker-9] (Suspended) JobManager.nextJob() line: 647 JobManager.startJob() line: 936 WorkerPool.startJob(Worker) line: 230 Worker.run() line: 59 Thread [All Types Caching] (Suspended) Thread.sleep(long) line: not available [native method] IndexManager(JobManager).performConcurrentJob(IJob, int, IProgressMonitor) line: 243 SearchEngine.searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) line: 865 AllTypesCache.search(ITypeNameRequestor, int, IProgressMonitor) line: 519 AllTypesCache$TypeCacher.doSearchTypes() line: 188 AllTypesCache$TypeCacher.run() line: 157 Unfortunately the Threads and Monitors view doesn't support copy (!). So I'll attach screenshots shortly.
verified fixed
543833f
["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
"2004-05-17T12:52:39Z"
"2004-05-14T21:26:40Z"
62,325
Bug 62325 Unhandled event loop exception: Graphic is disposed
1. Open a couple of Java or text editors in the same workbook 2. Drag one editor to create another workbook 3. Drag and drop the previous editor to the initial workbook 4. If you select the editor's tab, it will not be highlighted with the approriate color (highlighted using the inactive color which suggests that there is maybe another workbook that believes it still owns the editor) 5. Try to close the dropped editor, you will get an Unhandled event loop exception Reason: Graphic is disposed Note that this does not happen with integration build 20040513 but it does when I synchronized my code on May 14, 2004. Here is the stack trace : Thread [main] (Suspended (exception SWTException)) SWT.error(int, Throwable, String) line: 2691 SWT.error(int, Throwable) line: 2614 SWT.error(int) line: 2585 Image.getBounds() line: 950 CTabItem.preferredWidth(GC, boolean, boolean) line: 611 CTabFolder.setItemSize() line: 2713 CTabFolder.updateItems() line: 3399 CTabFolder.setSelection(int) line: 2927 PaneFolder.setSelection(int) line: 471 DefaultEditorPresentation(DefaultPartPresentation).selectPart (IPresentablePart) line: 856 EditorStack(PartStack).refreshPresentationSelection() line: 799 EditorStack(PartStack).setSelection(LayoutPart) line: 774 EditorStack.setVisibleEditor(EditorPane) line: 161 EditorAreaHelper.setVisibleEditor(IEditorReference, boolean) line: 326 EditorManager.setVisibleEditor(IEditorReference, boolean) line: 1048 WorkbenchPage.bringToTop(IWorkbenchPart) line: 586 WorkbenchPage.activate(IWorkbenchPart) line: 454 WorkbenchPage.closeEditor(IEditorPart, boolean) line: 988 WorkbenchPage.closeEditor(IEditorReference, boolean) line: 932 EditorPane.doHide() line: 97 EditorStack(PartStack).close(IPresentablePart) line: 219 EditorStack.close(IPresentablePart[]) line: 199 PartStack$1.close(IPresentablePart[]) line: 72 DefaultPartPresentation$1.closeButtonPressed(CTabItem) line: 104 PaneFolder.notifyCloseListeners(CTabItem) line: 417 PaneFolder$1.close(CTabFolderEvent) line: 123 CTabFolder.onMouse(Event) line: 2001 CTabFolder$1.handleEvent(Event) line: 292 EventTable.sendEvent(Event) line: 82 CTabFolder(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2716 Display.readAndDispatch() line: 2382 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1363 Workbench.runUI() line: 1334 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 253 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 97 PlatformActivator$1.run(Object) line: 283 EclipseStarter.run(Object) line: 242 EclipseStarter.run(String[], Runnable) line: 119 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 184 Main.run(String[]) line: 637 Main.main(String[]) line: 621
verified fixed
2ccd22c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DefaultStackPresentationSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/SwtUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-15T08:33:42Z"
"2004-05-14T18:40:00Z"
61,546
Bug 61546 [Workbench] Exception when no perspective is selected
Using N20040509 If I select the Perspective chevron but do not select anything, i.e., I let the drop-down appear, the following excpetion occurs. java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.internal.PerspectiveBarManager.handleChevron (PerspectiveBarManager.java:157) at org.eclipse.ui.internal.WorkbenchWindow$4.widgetSelected (WorkbenchWindow.java:831) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
resolved fixed
26197a4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-14T20:06:45Z"
"2004-05-09T22:00:00Z"
62,254
Bug 62254 [MarkersView] Markers View attempting to update after shutdown
Got this one the console running the suites - looks like a simple check for required in the update method java.lang.NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.isRunning (InternalPlatform.java:923) at org.eclipse.core.internal.jobs.JobListeners.handleException (JobListeners.java:136) at org.eclipse.core.internal.jobs.JobListeners.doNotify (JobListeners.java:119) at org.eclipse.core.internal.jobs.JobListeners.done (JobListeners.java:159) at org.eclipse.core.internal.jobs.JobManager.endJob (JobManager.java:420) at org.eclipse.core.internal.jobs.WorkerPool.endJob (WorkerPool.java:133) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule (JobManager.java:761) at org.eclipse.core.internal.jobs.InternalJob.schedule (InternalJob.java:313) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:399) at org.eclipse.ui.views.markers.internal.TableContentProvider.doUpdate (TableContentProvider.java:352) at org.eclipse.ui.views.markers.internal.TableContentProvider.access$4 (TableContentProvider.java:346) at org.eclipse.ui.views.markers.internal.TableContentProvider$3.run (TableContentProvider.java:184) at org.eclipse.ui.views.markers.internal.RestartableJob$2.run (RestartableJob.java:86) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
verified fixed
b5aed31
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-14T15:59:38Z"
"2004-05-14T13:06:40Z"
62,078
Bug 62078 [Progress] Cancelled jobs need to have lowest priority
As we cannot rely on job checking cancel enough we should sort them to the bottom of the list so that they do not show up in the progress region unless they are the only job. Here is a scenario where this can happen: - clicked the sync button in the sync view - it started a sync - pressed Run in Background - did the same again - in the progress view, it showed two sync jobs, but only one was active - terminated the other one - it did not get cleared from the list - it also showed "Synchronizing: (0%) null" - while the other job continued to make progress, the progress indicator at bottom right kept showing 0%.
closed fixed
c43863d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-14T13:18:45Z"
"2004-05-13T12:06:40Z"
62,038
Bug 62038 [Workbench] Move editor management decisions into the presentation API
There are currently a number of bugs that require decisions about editor arrangement to be made by the presentation. The current API does not allow this since presentations do not carry any persistent state. This enhancement requests that the following enhancements be added to the presentation API. 1. Presentation objects may carry persistent information, and can save and restore that information in the workbench. 2. The protocol for adding new parts to a presentation should allow the presentation to make decisions about the location of the new part, while still allowing it to determine which dragover affordance was being displayed when a part was dropped.
resolved fixed
d3c0406
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PresentationFactoryUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PresentationSerializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/IPresentationSerializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/StackDropResult.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/StackPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-14T05:01:21Z"
"2004-05-12T22:13:20Z"
62,154
Bug 62154 Using 0513_1200, it seems sometimes that th fastview get a size of 0
Using build 200405131200, sometimes the fast view gets a size of 0, and it looks like it doesn't open anymore when it does open but with a size of 0.
resolved fixed
8367ec8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T22:09:37Z"
"2004-05-13T17:40:00Z"
61,026
Bug 61026 Adding a New Extension Site
M8 and around there you could use the product config dialog to add an extension site. It required the .eclipseextnsion file in the eclipse dir (or we were warned that it would be soon). All fine. I just grabbed 0504 and tried the above. I had been browsing to my target dir: d:\mystuff\eclipse and saying go. This no longer works in 0504. I have to browse to d:\mystuff instead. I remember text flying by that said if we forgot the \eclipse on the command API that you would add it. But I did not take that to mean that we could not add it ourselves (at least in the UI). If both d:\mystuff\eclipse and d:\mystuff are accepted (assuming that \eclipse\.eclipseextension exists) that is fine. But seems wrong that you started to refuse d:\mystuff\eclipse.
resolved fixed
5fe4f07
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T19:52:18Z"
"2004-05-05T12:26:40Z"
62,105
Bug 62105 Unneeded System.out.println()
I200405120800 org.eclipse.jface.preference.PreferenceDialog#getShortenedString(String) has a 'System.out.println()' statement that looks suspicious.
verified fixed
45844bc
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T18:24:14Z"
"2004-05-13T14:53:20Z"
61,971
Bug 61971 [ViewMgmt] Views with secondary ids wont play nice with the part selection service
I20040512 From looking at the code I believe that the part selection service will fire selection changed events for all views that share a common id irregardless of secondary id. This is strange behaviour... if it's the case. As I said, it's just a hunch.
resolved fixed
b198b42
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PagePartSelectionTracker.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T17:59:46Z"
"2004-05-12T19:26:40Z"
59,301
Bug 59301 [GlobalActions] View gets uninitialized ViewSite in its init method
I've run into a use case when I wanted to use view's ActionBars in the init method of the view. But this can't be done because site.getActionBars() returns null in the context of method IViewPart.init. This is clearly seen in ViewFactory..busyRestoreView: First a ViewSite object is created, then it is passed to the view's init method and _then_ the ViewSite is initialized with action bars (and pane). I don't see the reason why the ActionBars object isn't initialized _before_ it is passed to the view. Could it? If required, I could provide more information about the motivation of my use case.
closed fixed
96af426
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockEditorPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockViewPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockWorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T16:58:10Z"
"2004-04-20T16:53:20Z"
61,988
Bug 61988 [Activities] Performance of WorkbenchActivitySupport.setEnabledActivityIds
I20040512 - 0800 Steps: 1) Launch a runtime workbench from a self hosting workspace in debug mode 2) After the workbench has started, suspend all threads 3) Expand the main thread, and select it in the Debug view 4) Hold down "Down arrow" to scroll down the stack frames. This is extremely slow. When profiling, I noticed a third of the time is taken by WorkenchActivitySupport.setEnabledIds (see attached profiler output). In actual fact, the set of enabled activities *never* changes in this scenario. Each call to MutableActivityManager.setEnabledActivityIds is providing the exact same set of activities. It actually detects this case, but then proceeds to call updateIdentifiers, which does some expensive pattern matching computations (725,000 invocations of Pattern$Dot.match, for example).
closed fixed
c00f7f3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/MutableActivityManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T11:48:19Z"
"2004-05-12T19:26:40Z"
55,477
Bug 55477 [RCP] [Perspectives] Default perspective not getting picked up from primary feature
null
resolved fixed
523f98a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T02:29:56Z"
"2004-03-21T14:40:00Z"
60,489
Bug 60489 TabFolders should handle Ctrl+PgUp and Ctrl+PgDown
null
resolved fixed
41198e9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-13T00:31:20Z"
"2004-04-29T20:20:00Z"
60,479
Bug 60479 [EditorMgmt] switch to tabs on bottom then back to top redraws poorly
- open eclipse - switch to use tabs on the bottom appearance in (Window > workbench > preferences > appearance ) - tabs are now on the bottom for the editor - now switch them back NOTE that for me the tab was not visible until i resized the window
resolved fixed
cf2393b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultViewPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T23:51:06Z"
"2004-04-29T17:33:20Z"
61,090
Bug 61090 Need to move the "configure activities" menu item + dialog to be a Workbench preference page.
The PMC has decided that this should be a preference page rather than a menu entry
closed fixed
49e1dd1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T14:31:10Z"
"2004-05-05T18:00:00Z"
15,822
Bug 15822 [View Mgmt] Support to show a view without making it active
Console views and other output only views (e.g. JUnit Test Results) should show up without taking away focus from the currently active part. There is currently no way to do this and the workaround is remember the previously active view, show the ouput view, and then give focus back the previously active view. This results in some quick activation flicker. It would be better to have a showView method that can shows a part without activating it.
closed fixed
5856401
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ViewPerspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T13:38:40Z"
"2002-05-12T10:40:00Z"
59,162
Bug 59162 Too many editor switching dialogs
A menu item for "Switch-To-Editor" does not belong at the top level of the Window menu and the current dialog is not something that we want to expose new users to. Suggest: Move the "Switch To Editor" to the keyboard shortcuts submenu Use the Ctrl-e accelerator Open the dropdown editor list Leave ctrl-shift-e bound to the old dialog so as not to upset existing users of the dilog.
verified fixed
3f1cf50
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbookEditorsAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T13:12:42Z"
"2004-04-19T21:26:40Z"
52,378
Bug 52378 [ViewMgmt] [New Look] JUnit icon doesn't update anymore [JUnit]
I20040217 See attached screen shot. The icon in the fast view shows an error although a tests passed green.
resolved fixed
c56b7ce
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowFastViewContribution.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T03:24:36Z"
"2004-02-18T16:00:00Z"
56,816
Bug 56816 [Workbench] Error when dragging properties tab elsewhere on the tool
Steps to reproduce: Start the workbench Create a New Simple Project called Test Do File/New/Other, click on show all wizards Expand Example EMF Model Creation Wizards Select Ecore Model Click on Next Select Test Click on Next In the Model Object field, select EPackage Click on Finish Do Window/Show View/Properties (Note that the properties pane is all empty) Drag the properties pane on top of the tasks pane You get: "An error as occurred. See error log for more details" Note that this error seems to cause other issues. Did get errors on closing the tool or files after this one happens. Here is the log content: !SESSION Mar 30, 2004 14:00:19.594 --------------------------------------------- java.fullversion=J2RE 1.4.2 IBM build cxia32dev-20040322 (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 Mar 30, 2004 14:00:19.594 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.presentations.BasicStackPresentation.initTab (BasicStackPresentation.java:610) at org.eclipse.ui.internal.presentations.BasicStackPresentation.childPropertyChange d(BasicStackPresentation.java:376) at org.eclipse.ui.internal.presentations.BasicStackPresentation$7.propertyChanged (BasicStackPresentation.java:190) at org.eclipse.ui.internal.PresentableViewPart.firePropertyChange (PresentableViewPart.java:54) at org.eclipse.ui.internal.ViewPane.toolBarResized(ViewPane.java:278) at org.eclipse.ui.internal.ViewPane.access$0(ViewPane.java:269) at org.eclipse.ui.internal.ViewPane$PaneToolBarManager.relayout (ViewPane.java:92) at org.eclipse.jface.action.ToolBarManager.update (ToolBarManager.java:289) at org.eclipse.ui.internal.ViewPane.updateActionBars(ViewPane.java:566) at org.eclipse.ui.internal.ViewActionBars.updateActionBars (ViewActionBars.java:55) at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:719) at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:569) at org.eclipse.ui.views.properties.PropertySheet.partActivated (PropertySheet.java:162) at org.eclipse.ui.internal.PartListenerList$1.run (PartListenerList.java:49) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList.firePartActivated (PartListenerList.java:47) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated (WorkbenchPage.java:1296) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:2595) at org.eclipse.ui.internal.WorkbenchPage.requestActivation (WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:317) at org.eclipse.ui.internal.PartTabFolder.presentationSelectionChanged (PartTabFolder.java:638) at org.eclipse.ui.internal.PartTabFolder.access$3 (PartTabFolder.java:628) at org.eclipse.ui.internal.PartTabFolder$1.selectPart (PartTabFolder.java:140) at org.eclipse.ui.internal.presentations.BasicStackPresentation$4.handleEvent (BasicStackPresentation.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:818) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2904) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:627) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:148) at org.eclipse.ui.internal.presentations.BasicStackPresentation.removePart (BasicStackPresentation.java:637) at org.eclipse.ui.internal.PartTabFolder.remove(PartTabFolder.java:655) at org.eclipse.ui.internal.PerspectivePresentation.derefPart (PerspectivePresentation.java:486) at org.eclipse.ui.internal.RootLayoutContainer.derefPart (RootLayoutContainer.java:253) at org.eclipse.ui.internal.PartSashContainer.stackPane (PartSashContainer.java:732) at org.eclipse.ui.internal.PartSashContainer.stack (PartSashContainer.java:710) at org.eclipse.ui.internal.PartSashContainer.dropObject (PartSashContainer.java:668) at org.eclipse.ui.internal.RootLayoutContainer.dropObject (RootLayoutContainer.java:191) at org.eclipse.ui.internal.PartSashContainer$3.drop (PartSashContainer.java:627) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:109) at org.eclipse.ui.internal.PartTabFolder$1.dragStart (PartTabFolder.java:92) at org.eclipse.ui.internal.presentations.BasicStackPresentation$10.handleEvent (BasicStackPresentation.java:274) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove (PresentationUtil.java:86) at org.eclipse.ui.presentations.PresentationUtil.access$1 (PresentationUtil.java:79) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent (PresentationUtil.java:58) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 Mar 30, 2004 14:00:21.757 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.presentations.BasicStackPresentation.initTab (BasicStackPresentation.java:610) at org.eclipse.ui.internal.presentations.BasicStackPresentation.childPropertyChange d(BasicStackPresentation.java:376) at org.eclipse.ui.internal.presentations.BasicStackPresentation$7.propertyChanged (BasicStackPresentation.java:190) at org.eclipse.ui.internal.PresentableViewPart.firePropertyChange (PresentableViewPart.java:54) at org.eclipse.ui.internal.ViewPane.toolBarResized(ViewPane.java:278) at org.eclipse.ui.internal.ViewPane.access$0(ViewPane.java:269) at org.eclipse.ui.internal.ViewPane$PaneToolBarManager.relayout (ViewPane.java:92) at org.eclipse.jface.action.ToolBarManager.update (ToolBarManager.java:289) at org.eclipse.ui.internal.ViewPane.updateActionBars(ViewPane.java:566) at org.eclipse.ui.internal.ViewActionBars.updateActionBars (ViewActionBars.java:55) at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:719) at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:567) at org.eclipse.ui.views.properties.PropertySheet.partActivated (PropertySheet.java:162) at org.eclipse.ui.internal.PartListenerList$1.run (PartListenerList.java:49) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList.firePartActivated (PartListenerList.java:47) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated (WorkbenchPage.java:1296) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:2595) at org.eclipse.ui.internal.WorkbenchPage.requestActivation (WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:167) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:270) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:859) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2142) at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.update(Display.java(Inlined Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:285) at org.eclipse.jface.util.SafeRunnable.handleException (SafeRunnable.java:50) at org.eclipse.ui.internal.PartListenerList$1.handleException (PartListenerList.java:52) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:345) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:612) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList.firePartActivated (PartListenerList.java:47) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated (WorkbenchPage.java:1296) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:2595) at org.eclipse.ui.internal.WorkbenchPage.requestActivation (WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:317) at org.eclipse.ui.internal.PartTabFolder.presentationSelectionChanged (PartTabFolder.java:638) at org.eclipse.ui.internal.PartTabFolder.access$3 (PartTabFolder.java:628) at org.eclipse.ui.internal.PartTabFolder$1.selectPart (PartTabFolder.java:140) at org.eclipse.ui.internal.presentations.BasicStackPresentation$4.handleEvent (BasicStackPresentation.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:818) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2904) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:627) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:148) at org.eclipse.ui.internal.presentations.BasicStackPresentation.removePart (BasicStackPresentation.java:637) at org.eclipse.ui.internal.PartTabFolder.remove(PartTabFolder.java:655) at org.eclipse.ui.internal.PerspectivePresentation.derefPart (PerspectivePresentation.java:486) at org.eclipse.ui.internal.RootLayoutContainer.derefPart (RootLayoutContainer.java:253) at org.eclipse.ui.internal.PartSashContainer.stackPane (PartSashContainer.java:732) at org.eclipse.ui.internal.PartSashContainer.stack (PartSashContainer.java:710) at org.eclipse.ui.internal.PartSashContainer.dropObject (PartSashContainer.java:668) at org.eclipse.ui.internal.RootLayoutContainer.dropObject (RootLayoutContainer.java:191) at org.eclipse.ui.internal.PartSashContainer$3.drop (PartSashContainer.java:627) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:109) at org.eclipse.ui.internal.PartTabFolder$1.dragStart (PartTabFolder.java:92) at org.eclipse.ui.internal.presentations.BasicStackPresentation$10.handleEvent (BasicStackPresentation.java:274) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove (PresentationUtil.java:86) at org.eclipse.ui.presentations.PresentationUtil.access$1 (PresentationUtil.java:79) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent (PresentationUtil.java:58) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676)
resolved fixed
bf459ef
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T01:40:44Z"
"2004-03-30T20:53:20Z"
56,503
Bug 56503 [DetachedView] Tear-away tab groups should be redockable.
It should be possible to re-dock a torn away tab group instead of having to dock the individual tabs back in one at a time.
resolved fixed
e04a85b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-12T00:38:27Z"
"2004-03-28T21:40:00Z"
61,509
Bug 61509 [Preferences] Preferences.OK should be in a SafeRunnable.
1. I downloaded the latest integration build (200405060200) 2. Updated to org.eclipse.jdt.cheetah04 (0.0.4). 3. Upon restart, I imported a .java file with generic class and generic methods, to test generic usage in Eclipse. 4. I went into the preferences menu, and selected Java/Compiler. On the Compliance and Classfiles page I chose Compiler compliance level: 1.5. I pressed the "Apply" button and the "OK" button is immediatly highlighted. I press the "OK" button and the button lights up as if the command is recieved but does nothing (preference pane remains open). The only way to exit is to press the "Cancel" button or to close the window. Expected Results: Expected source to recompile file and remove source errors. Actual Results: Forced to close preference window, applying source change to 1.5 has no effect.
closed fixed
996e720
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2004-05-11T19:41:20Z"
"2004-05-08T18:13:20Z"