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
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
188,380
Bug 188380 [EditorMgmt] Topmost editor not restored when editor area does not have focus on shutdown
3.3 RC1 The topmost editor is not restored when the editor area does not have focus on shutdown. Steps: - open a Java editor and set the caret somewhere inside the text - open a second Java editor and set the caret somewhere inside the text - select a view (e.g. Problems) - with the second editor tab on top and the editor area unfocused, restart the workbench => Expected: restores state as before: | Was: -----------------------------------------+---------------------------------- - second editor on top | - first editor on top - view focused | - first editor focused - carets at previous locations | - caret of second editor at | beginning, not previous location Furthermore, the keyboard focus is on the workbench toolbar and not in the editor (no matter whether an editor or a view had focus on shutdown).
verified fixed
581d6e3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T20:07:33Z
2007-05-22T16:06:40Z
248,752
Bug 248752 [KeyBindings] provide general platform transform for sequence modifiers in org.eclipse.ui.bindings
null
verified fixed
96bcf01
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T19:25:22Z
2008-09-26T17:26:40Z
258,934
Bug 258934 [Viewers] Improve CheckboxTreeViewer coverage
Build ID: I20081211-1908 There are a number of methods in CheckboxTreeViewer which have no tests and could easily be tested.
verified fixed
4c16179
["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/StructuredViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T17:50:31Z
2008-12-16T15:06:40Z
256,764
Bug 256764 [Viewers] Does DecoratingStyledCellLabelProvider add/remove the correct listener to/from the decorator
Build ID: M20080911-1700 Steps To Reproduce: Add multiple ILabelProviderListeners to a DecoratingStyledCellLabelProvider and remove one of them. Now the decoration does not work anymore. More information: In the methods addListener and removeListener, the internal labelProviderListener is added/removed to/from the decorator. Maybe this should be the listener that comes as parameter.
verified fixed
1cf2752
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T17:45:26Z
2008-11-27T12:46:40Z
238,299
Bug 238299 [Viewers] Collapse All before expanding class/array suppresses display of all but first child node
null
verified fixed
e328f94
["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
2009-01-21T17:39:45Z
2008-06-24T17:53:20Z
259,536
Bug 259536 [EditorMgmt] [Patch] Problems reloading a bundle
null
verified fixed
8eb5da2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/FileEditorMapping.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T17:26:41Z
2008-12-22T23:53:20Z
258,352
Bug 258352 [Progress] synchronization in ProgressManager too expensive
null
verified fixed
67a5cf8
["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/ProgressViewUpdater.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T16:38:58Z
2008-12-10T20:13:20Z
261,752
Bug 261752 [DataBinding] Test failure in recent N and I builds
exception should have been thrown junit.framework.AssertionFailedError: exception should have been thrown at org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest.testInvalidInteger(StringToNumberConverterTest.java:239) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1237) at org.eclipse.equinox.launcher.Main.main(Main.java:1213) at org.eclipse.core.launcher.Main.main(Main.java:30)
verified fixed
61a9342
["tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/conversion/StringToNumberConverterTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T14:22:42Z
2009-01-21T03:53:20Z
261,827
Bug 261827 [Contexts] Cant remove context manager listener from ContextService
Build ID: I20070621-1340 Steps To Reproduce: On org.eclipse.ui.internal.contexts.ContextService, removeContextManagerListener wrongly ADD a ContextManagerListener instead of removing it from context manager. More information: Excerpt from org.eclipse.ui.internal.contexts.ContextService.java public final void removeContextManagerListener(final IContextManagerListener listener) { contextManager.addContextManagerListener(listener); }
verified fixed
04bd91c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-21T13:50:06Z
2009-01-21T15:00:00Z
255,076
Bug 255076 [EditorMgmt] File icon not updated when file changed (content change or move/rename)
M20081008-0800 File icons are not updated when a file is changed (content change or move/rename the file). Steps: - create file a.xml - paste this into the opened text editor: <?xml version="1.0" encoding="UTF-8"?> <project name="project" default="default"> <target name="default"> </target> </project> - save => expected: file icon should turn into Ant file => was: nothing happens (in Package Explorer and Navigator) - File > Refresh refreshes the icon - rename file to a.xml2 => expected: File icon should turn into plain text file => was: Ant icon stays, even if I try to refresh - move file to another folder => was: Ant icon stays, even if I try to refresh - copy file and paste into same folder, use suggested name => was: copy uses plain text icon (good)
verified fixed
55fbbdb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ContentTypeDecorator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T21:15:51Z
2008-11-12T17:13:20Z
250,807
Bug 250807 [Markers] Delete handler in problems view should spawn a job
null
verified fixed
d4531bf
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DeleteHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T21:10:58Z
2008-10-14T16:00:00Z
257,094
Bug 257094 [Markers] NPE in MarkerHelpRegistry
We've been analyzing user .log files to root out common problems and clean up unnecessary errors. Since this is done offline I have no further info on what the user(s) were doing at the time, but the following NPE was hit 77 times by our users during the month of October: !ENTRY org.eclipse.jface 4 2 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.ide.registry.MarkerHelpRegistry.hasResolution(Unknown Source) at org.eclipse.ui.internal.ide.registry.MarkerHelpRegistry.hasResolutions(Unknown Source) at org.eclipse.ui.views.markers.MarkerField.annotateImage(Unknown Source) at org.eclipse.ui.internal.views.markers.MarkerProblemSeverityAndMessageField.update(Unknown Source) at org.eclipse.ui.internal.views.markers.MarkerColumnLabelProvider.update(Unknown Source) at org.eclipse.jface.viewers.ViewerColumn.refresh(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.JFaceUtil$1.run(Unknown Source) at org.eclipse.jface.util.SafeRunnable.run(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(Unknown Source) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.JFaceUtil$1.run(Unknown Source) at org.eclipse.jface.util.SafeRunnable.run(Unknown Source) at org.eclipse.jface.viewers.StructuredViewer.updateItem(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(Unknown Source) at org.eclipse.jface.viewers.TreeViewer.createChildren(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(Unknown Source) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(Unknown Source) at org.eclipse.ui.internal.views.markers.MarkersTreeViewer.expandToLevel(Unknown Source) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.reexpandCategories(Unknown Source) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView$12.runInUIThread(Unknown Source) at org.eclipse.ui.progress.UIJob$1.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source) at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) at org.eclipse.ui.internal.Workbench.access$4(Unknown Source) at org.eclipse.ui.internal.Workbench$5.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.internal.ide.application.IDEApplication.start(Unknown Source) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Unknown Source) at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) at org.eclipse.equinox.launcher.Main.main(Unknown Source)
verified fixed
d677a47
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerHelpRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T21:06:18Z
2008-12-01T16:46:40Z
260,904
Bug 260904 API to capture the functionality of the new Customize Perspective Dialog
The new CPD allows users to hide menu items and toolbar items discreetly. We should also provide API access this this functionality (so that various products/RCP apps can define a set of initial values to the 'override' list. The most obvious place to provide declarative API would be an extension to the existing 'perspectiveExtensions' EP; providing something similar to its current 'shortcut' extensions. This information would be used to seed the information into new workspaces only; once seeded the new mechanism would manage it through its own state persistence. Do we need a programmatic equivalent?
verified fixed
fd1b1bd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T20:19:38Z
2009-01-13T18:06:40Z
261,398
Bug 261398 CocoaUIEnhancer NSME for standardWindowButton
Weird one. I'm not sure that I can reproduce what caused it initially as everything is fine and then I start seeing this in error log. I have it in the test IDE I just did for 261395 so perhaps you can reproduce it by following those steps. (And I just got a sementation fault as I was submitting this report..but I won't could the issue.) java.lang.NoSuchMethodException: org.eclipse.swt.internal.cocoa.NSWindow.standardWindowButton(int) at java.lang.Class.getMethod(Class.java:1605) at org.eclipse.ui.internal.cocoa.CocoaUIEnhancer.invokeMethod(CocoaUIEnhancer.java:622) at org.eclipse.ui.internal.cocoa.CocoaUIEnhancer.modifyWindowShell(CocoaUIEnhancer.java:339) at org.eclipse.ui.internal.cocoa.CocoaUIEnhancer$1.run(CocoaUIEnhancer.java:261) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155) at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2909) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2679) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:366) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1237) at org.eclipse.equinox.launcher.Main.main(Main.java:1213) Its preceeded by this: 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] Could not load library: liblocalfile_1_0_0.jnilib. This library provides platform-specific optimizations for certain file system operations. This library is not present on all platforms, so this may not be an error. The resources plug-in will safely fall back to using java.io.File functionality. 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] !STACK 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] 0 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] java.lang.UnsatisfiedLinkError: no localfile_1_0_0 in java.library.path 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.Runtime.loadLibrary0(Runtime.java:822) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.System.loadLibrary(System.java:993) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.filesystem.local.LocalFileNatives.<clinit>(LocalFileNatives.java:32) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.filesystem.local.LocalFile.fetchInfo(LocalFile.java:142) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.filesystem.provider.FileStore.fetchInfo(FileStore.java:277) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:733) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:797) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:777) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:663) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1325) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1953) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1716) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:376) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:804) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.security.AccessController.doPrivileged(Native Method) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:798) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:779) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:372) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:445) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:401) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:389) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:114) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:366) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at java.lang.reflect.Method.invoke(Method.java:585) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) 1/16/09 1:56:35 PM [0x0-0x36036].org.eclipse.eclipse[370] at org.eclipse.equinox.launcher.Main.run(Main.java:1237) 1/16/09 1:56:39 PM [0x0-0x36036].org.eclipse.eclipse[370] !ENTRY org.eclipse.core.net 1 1/16/09 1:56:39 PM [0x0-0x36036].org.eclipse.eclipse[370] 0 2009-01-16 13:56:39.447
resolved fixed
7105166
["bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T19:17:30Z
2009-01-16T21:06:40Z
259,553
Bug 259553 [TabbedProperties] expensive refresh of text
I have absolutely no idea as to which component I should raise this bug against, took the general "platform ui" instead. We have an (GMF-based) application making heavy use of the tabbed properties view in order to display something more appealing than the classical table for our elements. All goes well except ... it can become really expensive to refresh (when the user selects a new element or when anything changes in the diagram) when text is shown. A profiler (Yourkit) shows that most (20%!) of the update time is spent in org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.getTextDimension(String) . private Point getTextDimension(String text) { Shell shell = new Shell(); GC gc = new GC(shell); gc.setFont(JFaceResources.getFontRegistry().getBold( JFaceResources.DEFAULT_FONT)); Point point = gc.textExtent(text); point.x++; gc.dispose(); shell.dispose(); return point; } Why? Because of the very first line of this method : the SWT Shell is really time consumng to instantiate ... especially when it is done so many times. Since this Shell's one and only purpose is to instantiate a GC, why didn't you use something like "new GC(Display.getDefault())" or if you really want to use a Shell, "new GC(Display.getDefault().getActiveShell())" ? That would save us all the initialisation time for a rough 18% performance gain (as measured on our application).
verified fixed
f31a191
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-20T01:10:34Z
2008-12-23T11:00:00Z
228,110
Bug 228110 [Markers] Problems view: Improve 'Warnings on Selection'
20080421 The problems view has a built-in configuration 'Warnings on Selection'. I wonder how useful this is. Wouldn't it be more useful to change this to 'Error/Warnings on Selection'? That's something I often use. Other useful configuration worthy to be built-in: 'Error/Warnings on Same Project'
verified fixed
8efa054
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ErrorsWarningsParameters.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-19T14:35:31Z
2008-04-21T20:33:20Z
231,627
Bug 231627 [Commands] Server view tool bar icons shows on welcome page
Build ID: 3.0 Steps To Reproduce: The server view tool bar icons sometime shows up in the welcome pages even though the welcome page does not contains the servers view. More information:
verified fixed
866152c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-19T14:28:46Z
2008-05-12T19:20:00Z
259,821
Bug 259821 [Contributions] commandImages does not support 'platform:/plugin/' resource spec for icon
Build ID: I20080617-2000 Steps To Reproduce: 1. open org.eclipse.ui.examples.contributions 2. add a 'platform:/plugin/' spec for an icon in a plugin the example is dependent on, eg for menu contrubution 'org.eclipse.ui.file.refresh' add 'platform:/plugin/org.eclipse.ui/icons/full/eview16/outline_co.gif'. This will work OK and the icon is visible on the File->Refresh menu. 3. Now remove that menu icon and create a commandImages extension using the same commandId and icon resource spec. Firing up the product will now show the red error square on the menu item. More information:
verified fixed
035acab
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandImagePersistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-18T20:14:49Z
2008-12-31T07:53:20Z
254,550
Bug 254550 [IDE] NPE in SaveAsDialog when IDE not running
Build ID: 3.4.1 GA Steps To Reproduce: 1. Launch attached RCP application 2. Ctrl+N (New wizard) 3. Select "Untitled Text File", press Finish 4. Add some text to the new "Untitled 1" text editor 5. Ctrl+S (Save) 6. "Saved Failed" java.lang.NullPointerException More information: SaveAsDialog uses an IDE internal image descriptor key that is only available when the IDE application is started. Can that image be made public? Or is there any other suggestion?
verified fixed
e4cd5d5
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/SaveAsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-18T20:06:30Z
2008-11-07T03:53:20Z
243,270
Bug 243270 Add support for specifying Unicode locale extensions
null
verified fixed
642bd8f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-18T18:33:41Z
2008-08-06T08:06:40Z
259,219
Bug 259219 Double middle mouse click should not maximize
Build ID: M20080911-1700 Steps To Reproduce: 1. Open multiple tabs in a certain region while more regions are active (for instance, multiple editor screens in the center and the navigator to the left) 2. Try to close all tabs quickly with the middle mouse button 3. The editor region gets maximized, while the only intention was to close tabs More information: In my opinion, only the left mouse button should maximize the region when it double clicks a tab header.
verified fixed
329bddf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-16T19:27:58Z
2008-12-18T08:46:40Z
258,810
Bug 258810 [Markers] Markers for the entire workspace show up when working set empty
null
verified fixed
9f75ba0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-16T18:59:34Z
2008-12-15T14:06:40Z
240,159
Bug 240159 [Markers] Creation Time column should be a timestamp in Problems view
Build ID: I20080617-2000 Steps To Reproduce: 1. Display the Problems view 2. Show the Creation Time column Currently, the Creation Time contains numbers. I would like the Creation Time column to contain time / datestamps in human readable form.
verified fixed
24f96ca
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCreationTimeField.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T18:09:39Z
2008-07-09T13:26:40Z
256,561
Bug 256561 [WorkingSets] Possibly broken code in ModifyWorkingSetDelegate.getItems()
I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.ui.internal.actions.ModifyWorkingSetDelegate.getItems(): for (int k = 0; k < adaptables.length; k++) { if (existingElements.contains(adaptables[k])) visible = true; // show if any element // is present in removal break; } Looks like the braces got missing.
verified fixed
e2d4753
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T17:58:17Z
2008-11-26T09:00:00Z
220,557
Bug 220557 [StatusHandling] Handling of jobs statuses needs polishing
It is possible to pass StatusAdapters with such property (from IProgressConstants), but it is impossible to show those errors to the user (and user may want to see them). Currently it is possible to show those errors only using another StatusAdapter as a trigger.
verified fixed
376cdaf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusHandlingConfigurationTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T14:33:12Z
2008-02-27T13:46:40Z
260,937
Bug 260937 NPE in WorkbenchStatusDialogManager.addStatusAdapter()
Our adopter product has support for users to anonymously send in their .log files for offline analysis. Over the past few months, there have been 350 reports of the following NPE. Since this is offline, I do not have steps to reproduce. !ENTRY org.eclipse.ui 4 0 !MESSAGE Error occurred during status handling !STACK 0 java.lang.NullPointerException at org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager.addStatusAdapter(Unknown Source) at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.handle(Unknown Source) at org.eclipse.ui.internal.ide.IDEWorkbenchErrorHandler.handle(Unknown Source) at org.eclipse.ui.internal.WorkbenchErrorHandlerProxy.handle(Unknown Source) at org.eclipse.ui.statushandlers.StatusManager.handle(Unknown Source) at org.eclipse.ui.statushandlers.StatusManager.handle(Unknown Source) at org.eclipse.ui.statushandlers.StatusManager.handle(Unknown Source) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopException(Unknown Source) at org.eclipse.ui.internal.ExceptionHandler.handleException(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) at org.eclipse.ui.internal.Workbench.access$4(Unknown Source) at org.eclipse.ui.internal.Workbench$5.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.internal.ide.application.IDEApplication.start(Unknown Source) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Unknown Source) at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) at org.eclipse.equinox.launcher.Main.main(Unknown Source)
verified fixed
3b427cf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T10:34:38Z
2009-01-13T20:53:20Z
261,164
Bug 261164 [CommonNavigator] Add dynamic tracing for DnD
The options were put in, but the tracing was never actually hooked up.
verified fixed
dc1106c
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDragAdapter.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T09:04:36Z
2009-01-15T09:00:00Z
204,837
Bug 204837 [CommonNavigator] commonWizard with no pages displays empty dialog
null
resolved fixed
be808cb
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/WizardShortcutAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T08:41:01Z
2007-09-27T16:20:00Z
247,294
Bug 247294 [CommonNavigator] Project Explorer: ResourceDragAdapterAssistant always initiates drag of resources
null
resolved fixed
51123e6
["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDragAdapterAssistant.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T08:03:53Z
2008-09-15T14:46:40Z
250,198
Bug 250198 [CommonNavigator] Allow CommonNavigator to be subclassed
I believe CommonNavigator.java should be subclassable. I'm not sure why it is not intended to be subclassed. Many of the individual components ARE intended to be subclassed. I've read many many bugs where users are subclassing CommonNavigator anyway, to get around other bugs or deficiencies. I think this ability to subclass is valuable and important. I'm attaching a patch to allow for easier subclassing of the CommonNavigator class. By adding a protected getMemento() method, an adopter can override both the createCommonViewer and createCommonManager methods. By changing getLinkHelperService() to protected, the user can better override the createCommonActionGroup method with a subclass implementation of the CommonNavigatorActionGroup class. These slight changes would make the CommonNavigator class much easier to override in bits and pieces. I think it is important. Currently, CommonViewer *is* allowed to be subclassed, but to create a Common Navigator with just a slight tiny change to CommonViewer, I'd need to copy the entire CommonNavigator class because createCommonViewer() includes the line: aViewer.getNavigatorContentService().restoreState(memento); which requires access to the memento, which is private. Again, these tiny changes would make subclassing much easier without ruining anything.
verified fixed
d9941ca
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorActionGroup.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/LinkHelperService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigatorManager.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/LinkHelperService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T07:42:53Z
2008-10-08T23:53:20Z
261,147
Bug 261147 [CommonNavigator] Navigator label provider uses inconsistent methods to do the same thing
In NavigatorContentServiceLabelProvider some of the methods use findContentExtensionsWithPossibleChild and others use findRelevantLabelProvider. The latter is better and they should all use that one.
resolved fixed
76ea0f6
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-15T07:11:19Z
2009-01-15T06:13:20Z
260,572
Bug 260572 Request preference to always open intro on startup
null
resolved wontfix
61a3df0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-14T19:29:42Z
2009-01-09T19:40:00Z
261,037
Bug 261037 bindWidget calls
null
resolved fixed
60199a0
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/CompositePartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/PartSashFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-14T16:16:56Z
2009-01-14T16:20:00Z
213,139
Bug 213139 [Markers] Forms in problems filtering configuration dialog doesn't grab vertical space
type list in marker filtering configuration dialog doesn't grab vertical space
resolved fixed
af7909f
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/TypesConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/FilterConfigurationArea.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-13T22:28:32Z
2007-12-17T05:40:00Z
260,649
Bug 260649 DefaultTabFolder.updateColors() shouldn't be private
null
verified fixed
02714d1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-12T03:37:51Z
2009-01-12T00:26:40Z
259,179
Bug 259179 [TabbedProperties] TabbedPropertySheetPage extensibility option
null
resolved fixed
0fc27ca
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-09T18:14:59Z
2008-12-17T21:40:00Z
24,521
Bug 24521 [Viewers] TreeViewer.update() does not work correctly with filter
When I add an element which does not satisfy the filtering condition and then update it so that it does, call to update does not show the element. This is because[StructuredViewer.update]: public void update(Object element, String[] properties) { Assert.isNotNull(element); | Widget item = findItem(element); | if (item == null) | return; the code silently ignores that the element may become visible... btw. later in code of this method: if (needsRefilter) { refresh(); return; } This is quite inefficient, as it needs to query all visible items; however only one element may actually change (change visibility and/or sort order).
verified fixed
ad7c68d
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2009-01-06T17:38:53Z
2002-10-08T15:13:20Z
257,820
Bug 257820 [FastView] FastView bar shows unpressed view icon after dragging active fastview to the oposite side of the screen
This happens the first time I open my RCP application, once I close it and I open again this problem doesn't happen, it seems to be related to the existence of workbench.xml and a tag about the fastview (info tag ?) I have the fastview bar in the bottom left showing some view icons, I click on one and the fast view is shown in the left side of the screen. The view icon in the fastview bar look pressed, I can't press it again. I drag the fastview to the right side, now the icon is not pressed, the view is not a fastview aymore. So I can press it again, I do it, the view is shown as fastview in the left side but in the right side the view is not closed, the title is shown but the content is empty is like a ghost view. My view is allowMultiple=fasle so it shouldn't happen. This is annoying but is not the only problem, after that other weird things happen. I have been debugging the FastViewBar.java file but without luck.
resolved fixed
ff8c0ba
["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
2008-12-22T16:25:02Z
2008-12-07T08:53:20Z
257,956
Bug 257956 [Markers] Improvement requests to Problems View / Configure Contents dialog
Hello, I have two requests for the Configure Contents dialog of the Problems View: 1. Add 'rename' button to configuration dialog. For instance, I _never_ want "Warnings on Selection" as a configuration. I want "All on Selection". So I'd like to be able to just rename that configuration and then adjust the severity. 2. Add 'duplicate' button to configuration dialog. Another way to solve the problem listed above is to allow me to make a copy of the 'Warnings on Selection' configuration, and change it there. Of course, the 'Duplicate' button could follow up with a dialog asking for the new configuration name, but I'd prefer a predicted name (e.g. Warnings on Selection(2)) and a rename button. Thanks!
verified fixed
4ac9b66
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-22T15:46:04Z
2008-12-08T18:13:20Z
254,936
Bug 254936 [Coolbar] Cannot switch perspective in a RCP application without Coolbars
Build ID: I20080617-2000 Steps To Reproduce: 1. Create a RCP application, in the ApplicationWorkbenchWindowAdvisor createWindowContents method, call getWindowConfigurer().createCoolbarControl(newShell); 2. Create an action to open perspective 3. Run the above RCP application. Everything works fine. 4. Remove the call to createCoolbarControl, and in the preWindowOpen method, call configurer.setShowCoolBar(false) 5. Run again, and notice you get a NullPointerException when the openPerspective method is called More information: It appears that setPerspective in WorkbenchPage always assume the coolbar to be present: Stack Trace: Caused by : java.lang.NullPointerException org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3672) org.eclipse.ui.internal.Workbench.showPerspective(Workbench.java:2556) com.businessobjects.crystalreports.designer.startingpage.ui.StartingPageView$WorkbenchPartListener.partOpened(StartingPageView.java:313) org.eclipse.ui.internal.PartListenerList2$5.run(PartListenerList2.java:128) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) org.eclipse.core.runtime.Platform.run(Platform.java:880) org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53) org.eclipse.ui.internal.PartListenerList2.firePartOpened(PartListenerList2.java:126) org.eclipse.ui.internal.PartService.firePartOpened(PartService.java:279) org.eclipse.ui.internal.WorkbenchPagePartList.firePartOpened(WorkbenchPagePartList.java:34) org.eclipse.ui.internal.PartList.partOpened(PartList.java:227) org.eclipse.ui.internal.PartList.addPart(PartList.java:87) org.eclipse.ui.internal.WorkbenchPage.partAdded(WorkbenchPage.java:1664) org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:210) org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779) org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678) org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639) org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817) org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729) org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721) org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673) org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668) org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652) org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2635) com.businessobjects.crystalreports.designer.startingpage.ui.actiongroups.commands.BlankReportCommandHandler.execute(BlankReportCommandHandler.java:57) org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) com.businessobjects.crystalreports.designer.startingpage.ui.actiongroups.internal.ButtonActionGroupProvider$1.widgetSelected(ButtonActionGroupProvider.java:135) com.businessobjects.ui.controls.basic.buttons.AbstractButton.fireLeftButtonClick(AbstractButton.java:199) com.businessobjects.ui.controls.basic.buttons.AbstractButton.onMouseUp(AbstractButton.java:83) com.businessobjects.ui.controls.common.AbstractCanvas$1.handleEvent(AbstractCanvas.java:39) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) com.bobj.crystalreports.designer.Application.run(Application.java:44) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) org.eclipse.equinox.launcher.Main.run(Main.java:1236) org.eclipse.equinox.launcher.Main.main(Main.java:1212)
verified fixed
a8efea6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-22T15:10:52Z
2008-11-11T19:00:00Z
259,477
Bug 259477 [statushandling] WEH#setStatusDialog is never used.
null
verified fixed
2d68a87
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-22T10:35:49Z
2008-12-22T10:00:00Z
211,350
Bug 211350 [ErrorHandling] Need better error handling in PerspectiveRegistry
Build ID: 3.2.2 In org.eclipse.ui.workbench plugin / org.eclipse.ui.internal.registry.PerspectiveRegistry, the loadCustom method has three problems : 1) If the xmlString is empty, as is happening in our product, reader = null, and the call to XMLMementor.createReadRoot(reader) fails because the reader = null 2) If the first perspective is found, reader will be set up. If the second perspective is not found (such as because of the problem in 1), then reader will still have a value, but it will be referencing a closed stream. 3) There is no information logged to the error log that will help to identify any problem -- all that is displayed is a dialog message
resolved fixed
b229965
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-19T11:52:57Z
2007-11-28T22:46:40Z
231,327
Bug 231327 Tabbing into table sets focus to first column regardless of its visibility
null
resolved fixed
63c5ab3
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerFocusCellManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-17T22:01:11Z
2008-05-09T16:20:00Z
255,229
Bug 255229 [Viewers] [3.5] NPE in ColumnViewerToolTipSupport
null
resolved fixed
c9de041
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-17T21:49:57Z
2008-11-13T18:13:20Z
248,516
Bug 248516 [Browser] Update Window > Pref > General >Web Browsers UI
At a time when web development is more important than ever, Eclipse platform support for web browsers is weak. The preferences panel under Window > Preferences > General > Web Browser has some limitations: 1) The dialog that pops up has only a tiny window for parameters 2) The documentation seems to be limited to two lines of text in the dialog box. 3) The parameters are ignored in some cases (even if we knew what the mean) 4) The search button on the preference panel doesn't work. 5) The mechanism for finding browsers does not work on linux for the most part. Rather than filing and fixing these problems, my suggestion is to take advantage of Eclipse's powerful launch configuration mechanisms. By creating a LaunchConfigurationType for each of the common browsers and one generic one, the General > Web Browser panel could be populated with instances of LaunchConfiguration for browsers found in the users machines (as now with the BrowserDescriptors). The New button could bring up the familiar UI of Run limited to the configurations of browser types. Edit would be edit on launch configuration; remove well that would delete the configuration. The LaunchConfigurationTypes could have a bit of UI control for the common browser command line features used by developers (eg for Firefox profile and profile directory) as well as "arguments" as string for exotica. The result would be a much more powerful web browser interface and a UI that more familar, documented, and maintainable than the current crusty code.
resolved fixed
6abf9a4
["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserDescriptorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-17T18:26:11Z
2008-09-24T23:46:40Z
258,153
Bug 258153 Making a wizard visible in CPD does not make the New menu visible.
Build ID: I20081209-0100 Steps To Reproduce: 1. Open the CustomizePerspectiveDialog 2. Open the Menu Visibility tab. 3. Uncheck the "New" menu, under the "File" menu. 4. Expand the "New" menu, check "Java Project from Existing Ant Buildfile" 5. Click "Ok". The File > New menu is not visible. More information: It looks like our logic for determining whether to show menus doesn't take the Wizards into account?
verified fixed
84757c4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-16T15:25:14Z
2008-12-09T19:13:20Z
258,832
Bug 258832 [WorkingSets] Test for BasicWorkingSetElementAdapter
This class needs tests.
verified fixed
e52f84c
["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/IWorkingSetElementAdapterTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T16:09:46Z
2008-12-15T16:53:20Z
258,833
Bug 258833 [Commands] RadioState doesn't work
null
verified fixed
d7eeee7
["bundles/org.eclipse.jface/src/org/eclipse/jface/commands/RadioState.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T16:09:27Z
2008-12-15T16:53:20Z
258,826
Bug 258826 [Commands] TextState cannot go back to its original state
TextState starts off as null, but cannot be reset to null (IllegalArgumentException). PW
verified fixed
edeec49
["bundles/org.eclipse.jface/src/org/eclipse/jface/menus/TextState.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T15:40:34Z
2008-12-15T14:06:40Z
100,799
Bug 100799 [ErrorHandling] 'Unable to create view' error page should link to error log view
I20050617-1618 I compiled a plug-in with a view against a 5.0 JRE. When I ran this plugin in a run-time eclipse with a 1.4 VM, startup passed without any error message. When I opened the view, I got a view with an embedded error dialog showing a ClassNotFoundException. This stacktrace was not really helpful in this context, since it made me think the problem is a messed up classpath. But the real reason was in the previous log entry (an UnsupportedClassVersionError). Either the view should show the relevant error, or it should contain a link to the Error Log, such that users are aware that other log entries could be relevant for this problem. Error 2005-06-20 14:17:58.20 Unable to create view ID org.eclipse.jdt.jeview.views.JavaElementView: Plug-in org.eclipse.jdt.jeview was unable to load class org.eclipse.jdt.jeview.views.JavaElementView. java.lang.ClassNotFoundException: org.eclipse.jdt.jeview.views.JavaElementView at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78) at java.lang.ClassLoader.loadClass(ClassLoader.java:560) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:99) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:267) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1655) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:930) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:913) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3144) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3141) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3119) at org.eclipse.ui.internal.registry.ShowViewHandler.execute(ShowViewHandler.java:58) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:910) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:853) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:881) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:877) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1189) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3134) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:2431) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:2391) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3694) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2701) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) ============================================================================== Error 2005-06-20 14:17:57.510 An error occurred while automatically activating bundle org.eclipse.jdt.jeview (40). org.osgi.framework.BundleException: The activator org.eclipse.jdt.jeview.JEViewPlugin for bundle org.eclipse.jdt.jeview is invalid at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:151) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78) at java.lang.ClassLoader.loadClass(ClassLoader.java:560) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:99) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:267) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1655) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:930) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:913) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3144) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3141) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3119) at org.eclipse.ui.internal.registry.ShowViewHandler.execute(ShowViewHandler.java:58) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:910) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:853) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:881) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:877) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1189) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3134) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:2431) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:2391) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3694) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2701) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.UnsupportedClassVersionError: (org/eclipse/jdt/jeview/JEViewPlugin) bad major version at offset=6 at java.lang.ClassLoader.defineClassImpl(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:211) at org.eclipse.osgi.framework.adaptor.core.DefaultClassLoader.defineClass(DefaultClassLoader.java:370) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:227) at org.eclipse.osgi.framework.adaptor.core.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:343) at org.eclipse.osgi.framework.adaptor.core.DefaultClassLoader.findClass(DefaultClassLoader.java:235) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:183) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.basicFindLocalClass(EclipseClassLoader.java:141) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:82) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78) at java.lang.ClassLoader.loadClass(ClassLoader.java:560) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:144) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78) at java.lang.ClassLoader.loadClass(ClassLoader.java:560) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:99) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:267) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1655) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:930) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:913) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3144) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3141) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3119) at org.eclipse.ui.internal.registry.ShowViewHandler.execute(ShowViewHandler.java:58) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:910) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:853) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:881) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:877) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1189) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3134) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:2431) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:2391) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3694) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2701) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948)
verified fixed
345ab6e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/StatusPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T13:57:44Z
2005-06-20T12:20:00Z
258,794
Bug 258794 [statushandling] NPE may occur in StatusDialogUtil#getTable
getListAreaComposite may return null, which is not checked
resolved fixed
1a74205
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T11:11:12Z
2008-12-15T11:20:00Z
250,794
Bug 250794 [statushandling] JFace ErrorDialog should recommend using StatusManager in javadoc
null
verified fixed
1551e7b
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T10:00:29Z
2008-10-14T16:00:00Z
238,738
Bug 238738 [StatusHandling] Still an NPE in WorkbenchStatusDialogManager.refreshSingleStatusArea(..)
null
verified fixed
ea94a2f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-15T08:46:35Z
2008-06-27T09:46:40Z
257,752
Bug 257752 [Metadata] IWorkbenchBrowserSupport needs @noextend flag
org.eclipse.ui.browser.IWorkbenchBrowserSupport has a @noimplement flag. It should also have a @noextend flag since we may in the future want to add more constants and there does not seem to be a legitimate reason to extend this interface.
resolved fixed
25b36d2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/browser/IWorkbenchBrowserSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-08T14:47:16Z
2008-12-05T18:00:00Z
257,790
Bug 257790 [MPE] [regression] MultiPageEditorPart.pageChange(int) fires PageChangedEvent if selected page is null.
MultiPageEditorPart.pageChange(int) fires PageChangedEvent if selected page is null. The org.eclipse.ui.part.MultiPageEditorPart.pageChange(int) method has changed between Eclipse 3.4.2 and Eclipse 3.5 M3 so it throws a PageChangedEvent when the selected page is null (last line of the method): firePageChanged(new PageChangedEvent(this, getSelectedPage())); In our multipage editor, we have three pages, each consisting of ScrolledComposites, so org.eclipse.ui.forms.editor.FormEditor.getActivePageInstance() (involked by org.eclipse.ui.forms.editor.FormEditor.getSelectedPage()) will always return null. As such, we get a NPE (see defect #257738) when we open our editor.
closed fixed
46e348c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-08T14:35:08Z
2008-12-05T23:33:20Z
257,723
Bug 257723 [Mac] Menu items "About Eclipse SDk" and "Preferences" of Top menu "Eclipse" not disable after show the dialog of "About Eclipse SDK"
null
verified fixed
373d218
["bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-05T16:23:37Z
2008-12-05T15:13:20Z
257,324
Bug 257324 [Mac] Menu items "About Eclipse SDk" and "Preferences" of Top menu "Eclipse" not disable after show the dialog of "About Eclipse SDK"
Build ID: M20071023-1652 Steps To Reproduce: 1. Launch Eclipse on MAC, and open the dialog of "About Eclipse SDK" by [Eclipse]->[About Eclipse SDK] 2. Click the [Eclipse] top menu, open the [Eclipse] top menu 3. The menu items [About Eclipse SDK] and [Preferences] still enable click, them should be disable. More information:
verified fixed
aa73bf1
["bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/internal/carbon/CarbonUIEnhancer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-05T15:45:51Z
2008-12-03T07:40:00Z
257,531
Bug 257531 [ErrorHandling] WorkbenchStatusDialogManager leaks two images in StatusTray
The StatusTray inner class appears to allocate two Images, 'normal' and 'hover', but never disposes them.
verified fixed
a11b12c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-05T13:40:22Z
2008-12-04T14:13:20Z
256,556
Bug 256556 [Progress] Possibly broken code in DetailedProgressViewer.setFocus
I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.ui.internal.progress.DetailedProgressViewer.setFocus(): for (int i = 0; i < children.length; i++) { ProgressInfoItem item = (ProgressInfoItem) children[i]; item.setButtonFocus(); return; } Obviously the loop is useless as it will at most set the focus on children[0].
verified fixed
20db242
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-04T16:35:15Z
2008-11-26T09:00:00Z
243,758
Bug 243758 [Contributions] Accelerators in menus are not installed until menu shown
null
verified fixed
6805c73
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-04T16:30:49Z
2008-08-11T15:53:20Z
248,733
Bug 248733 Expression is not evaluated at startup
I bind an expression-based activity to a command and try to make it visible and unvisible at runtime with the help of a custom ISourceProvider. It works in principle fine, but the expression is not evaluated at startup. The wanted behavior appears first after the first ISourceProvider.fireSourceChanged(). Another way to get it work was to use IEvaluationService in order to force an evaluation. I have packaged an example workspace with a rcp application which shows this behavior. The IncrementCommand is contributed to a menu and a view toolbar and is binded to an activity. The ChangeRightCommand iterate between a valid expression value and an unvalid value for the mentioned activity.
verified fixed
5c25486
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-04T14:51:28Z
2008-09-26T14:40:00Z
247,806
Bug 247806 [ErrorHandling] [plan item] configurable statushandlers
user should be able to select which statushandler should be used using command line. Currently only one status handler can be present in the application, and if there is more, random one is selected.
verified fixed
d22e689
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/FreeStatusHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusHandlerConfigurationSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusHandlingConfigurationTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-03T11:26:45Z
2008-09-18T09:26:40Z
257,179
Bug 257179 Window > Show View is gone
null
verified fixed
81e226a
["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
2008-12-02T12:49:30Z
2008-12-02T12:13:20Z
256,801
Bug 256801 [Browser] Closing internal browser causing ClassCastException
Build ID: 3.4 release Steps To Reproduce: I have created a menu item to launch the same web page using the web browser. The way that I launch the web browser is by calling: org.eclipse.ui.PlatformUI.getWorkbench().getBrowserSupport().createBrowser(id) to create the browser and then launch the url from there. I always pass in the same "id" when I call this method so that I can reuse the same browser everytime when I launch the same web page. The problem occurs when the user go through the following steps: 1) Launch the web page using the menu item(the default is to launch it in an embedded browser). Do NOT close it. 3) Go to Windows->Preferences, then General->Web Browser. Change the default to use external Web browser and then select Internet Explorer. Click OK. 4) Launch the web page using the menu item again. The external browser will be launched successfully. 5) Now close the internal web browser that was launched in step 3. An error dialog pops up and said "An error has occurred. See error log for more details." In the log, you'll see: java.lang.ClassCastException: org.eclipse.ui.internal.browser.ExternalBrowserInstance incompatible with java.util.HashMap at org.eclipse.ui.internal.browser.DefaultBrowserSupport.removeBrowser(Unknown Source) at org.eclipse.ui.internal.browser.InternalBrowserInstance$1.partClosed(Unknown Source) at org.eclipse.ui.internal.PartListenerList$3.run(Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(Unknown Source) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.PartListenerList.fireEvent(Unknown Source) at org.eclipse.ui.internal.PartListenerList.firePartClosed(Unknown Source) at org.eclipse.ui.internal.PartService.firePartClosed(Unknown Source) at org.eclipse.ui.internal.WorkbenchPagePartList.firePartClosed(Unknown Source) at org.eclipse.ui.internal.PartList.partClosed(Unknown Source) The eclipse framework should handle closing the internal browser properly after the user has changed the browser option when the same id is being used. More information: The problem only happens when the same id is being used for launching the embedded(internal) and external browser. The problem with that is as follows: Initially when an embedded browser is created, the following code in eclipse's DefaultBrowserSupport.class creates a HashMap and is put in 'browserIdMap' with the browserId as the key: if (webBrowser instanceof InternalBrowserInstance) { // we should only share internal browsers within one // workbench window. Each workbench window can have // a shared browser with the same id IWorkbenchWindow window = PlatformUI.getWorkbench() .getActiveWorkbenchWindow(); Integer key = getWindowKey(window); HashMap wmap = (HashMap) browserIdMap.get(browserId); if (wmap == null) { wmap = new HashMap(); browserIdMap.put(browserId, wmap); } wmap.put(key, webBrowser); } else { // external and system browsers are shared // for the entire workbench browserIdMap.put(browserId, webBrowser); } When an external browser is created, the same code replaces the entry (HashMap) in 'browserIdmap' with an actual web browser instance (ExternalBrowserInstance) because of the same browserId Then when the embedded browser is being closed, the following code tries to update 'browserIdMap': protected void removeBrowser(IWebBrowser browser) { String baseId = WebBrowserUtil.decodeId(browser.getId()); if (browser instanceof InternalBrowserInstance) { // Remove it from the window map and // also remove the window map itself if it is empty. Integer key = ((InternalBrowserInstance) browser).getWindowKey(); HashMap wmap = (HashMap) browserIdMap.get(baseId); if (wmap != null) { wmap.remove(key); if (wmap.isEmpty()) browserIdMap.remove(baseId); } } else browserIdMap.remove(baseId); } The internal browser is being closed, but the entry returned from 'browserIdMap' is actually the ExternalBrowserInstance, and therefore a ClassCastException is thrown.
resolved fixed
34ad4a5
["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/DefaultBrowserSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T22:29:44Z
2008-11-27T15:33:20Z
141,690
Bug 141690 [Graphics] Improve Look and Feel of FilteredTree
I think the L&F of the FilteredTree is not yet optimal. I am using variants of it in my own projects, since the functionality is quite cool. For some ideas how the widget could be improved, see the attached screenshots. If there is a plan to adapt some of the ideas, I can contribute patches based on my own work. Ben
resolved fixed
ddc6cb8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T22:07:41Z
2006-05-14T09:46:40Z
49,316
Bug 49316 [Workbench] isStarting() public API of Workbench
During the Eclipse startup, it is very important for a plugin to get the workbench state since some actions can be done only after startup the Workbench. julien omondo
resolved fixed
b0d304b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T21:15:15Z
2003-12-23T17:20:00Z
249,442
Bug 249442 [Contributions] VisibleWhen with checkedEnabled expression on menuContribution
null
verified fixed
cce8ec2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T20:26:00Z
2008-10-02T09:33:20Z
238,397
Bug 238397 [Commands] Concurrent modification possible in DefaultOperationHistory
Build ID: 3.3.3.r33x_r20080129 Steps To Reproduce: This is kind of hard to reproduce, nevertheless the systematic gap can be seen directly within the coding. Please have a look into the coding of the method flushUndo(...) in org.eclipse.core.commands.operations.DefaultOperationHistory. The undoList.remove is triggered without any synchronization (in contrast to the other coding locations the list is modified). This may lead to ConcurrentModificationExceptions in case of very rapidly fired Undo/redo events (in fact that's what happended within one of our automated tests). Furthermore, the method filter(...) called right before the for-loop first gets an iterator for the list, then aquires the lock an then loops over the iterator. In rare cases this may lead to IndexOutOfBoundsExceptions when another thread modified the list in between getting the iterator and looping over it (actually also this happened in the mentioned test case). From my point of view the lock should already by aquired in the flushUndo before calling the filter(...) method. More information: I'm sorry for not being able to offer a reproducable code snippet, since our case we spotted this needs a quite complicated setup, a lot of testdata and used quite a lot of parallel threading.
verified fixed
666c619
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T20:11:07Z
2008-06-25T13:20:00Z
2,035
Bug 2035 [Wizards] Previous location of project content area not remembered (1GDQUX8)
When I create a new project and set the content area to something other than the default, it would be good if the last choice was remembered so that when I go to create the next project, if I choose not to use the default area, that value is used as the initail setting for the file prompter. Users who want to create several projects in the same non-default area will benefit greatly from this. NOTES:
resolved fixed
fabe228
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T19:52:20Z
2001-10-11T03:13:20Z
250,651
Bug 250651 [Contributions] CommandContributionItemParameter's constructor javadoc needs correction
In the CommandContributionItemParameter(IServiceLocator, String, String, Map, ImageDescriptor, ImageDescriptor, ImageDescriptor, String, String, String, int, String, boolean) constructor, it says... Note: This method should not be called outside the framework. ...which needs to be changed from "method" to constructor". Also, I'm not sure as to what's the big deal with using that constructor since it's identical to just assigning the public fields directly, no?
verified fixed
0d67951
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItemParameter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T19:12:35Z
2008-10-13T15:00:00Z
256,830
Bug 256830 [Contributions] [regression] IElementUpdater.updateElement() - IWorkbenchPartSite service not in scope of provided UIElement
null
verified fixed
0711a15
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/IMultiPageEditorSiteHolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/IPageSiteHolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T19:08:53Z
2008-11-27T21:06:40Z
182,714
Bug 182714 [Contributions] Improve toolbar configurability
null
verified fixed
f1c0a87
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionManagerOverrides.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/provisional/action/ICoolBarManager2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorMenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/TreeManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/model/BindingModel.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-12-01T15:20:37Z
2007-04-17T08:53:20Z
175,069
Bug 175069 [Preferences] ResourceInfoPage is not setting dialog font on all widgets
3.3M5 The text file encoding widgets are not using the dialog font.
verified fixed
bb6e8d0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-30T10:34:23Z
2007-02-22T02:06:40Z
181,308
Bug 181308 [Viewers] Add checked state provider to CheckBox*Viewer
It would be nice to have a provider (similar to the label or font or color providers) to determine the checked/grayed state of elements in a CheckBox*Viewer (either Table or Tree). This would generally simplify the programming model and give the developer better control over how the model objects are displayed in the viewer.
resolved fixed
b35132a
["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/ICheckStateProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-29T05:11:47Z
2007-04-05T19:06:40Z
242,208
Bug 242208 [Markers] Filtering problems by working set doesn't take into account new files
Build ID: I20080617-2000 Steps To Reproduce: 1.Create a Java project 2.Create a working set that contains only a subset of source files 3.Create a filter in the problems view, whose scope is set to the working set 4.The filter works ok 5.Create a new source file that is included inside the working set 6.No errors are shown for this file 7.Deactivate the filter and activate it again 8.The errors are now shown. More information: I expect to get the step 8 result without doing the 7th step.
verified fixed
c4fb825
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-28T17:34:01Z
2008-07-28T10:13:20Z
249,647
Bug 249647 [ErrorHandling] Enable new ErrorDialog to open the SupportDialog by default
The behavior between a MessageDialog and an ErrorDialog is different the new errorDialog (the one with the bug icon) does not open the statusTray by default. We know we can 'write our own' Dialog, but we were thinking about extending the one already there (apparently the methods we need are private) or passing a property to the JVM to get the tray to be open ?
verified fixed
b606e6c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-27T15:25:17Z
2008-10-03T21:40:00Z
256,716
Bug 256716 [Viewers] FilteredTree job delay should be overridable
The FilteredTree is very useful, but there are cases where clients or subclasses know that the list will be very big and/or filtering will be expensive. In this case it would be useful to be able to override the filter job delay so that the user can get more typing in.
verified fixed
188ae3f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-27T01:21:15Z
2008-11-27T01:40:00Z
245,155
Bug 245155 [TabbedProperties] IllegalArgumentException: Argument not valid
Steps to reproduce. 1. Open two editors that use the tabbed properties. I was using a WTP 3.1 driver (S-3.1M1-20080825023321) and opened up any two of the following editors: Web Page Editor, or DTD Editor, or WSDL Editor, or XML Schema Editor 2. Close one editor. You'll get the IllegalArgumentException. (See below). After this, any subsequent input changes to the properties view will result in this exception. Also the Tab text is not drawn, other than the one that is currently selected. I also tried closing and reopening the properties view, and the text is still not drawn. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3761) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.graphics.GC.setForeground(GC.java:4178) at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement.paint(TabbedPropertyList.java:443) at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement.access$0(TabbedPropertyList.java:431) at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$7.paintControl(TabbedPropertyList.java:406) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:217) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1424) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3842) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2378) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
closed fixed
7bc607b
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-26T22:47:02Z
2008-08-25T18:46:40Z
229,782
Bug 229782 Performance tests for ICU Collator
I20080501-0100 Now that we're using the collator again (see the dependant bug) we need to ensure that there are no performance regressions over the java.text implementation.
verified fixed
9bee090
["tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/CollatorPerformanceTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-26T19:00:15Z
2008-05-01T13:53:20Z
256,516
Bug 256516 [TabbedProperties] TabbedPropertySheetPage to allow some options
null
resolved fixed
7b5d4b3
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-26T16:32:48Z
2008-11-25T21:53:20Z
119,085
Bug 119085 [TabbedProperties] need getters and setters for the current Tab
We have some use cases where we need to remember the current active Tab and Section and later in the lifecycle we need to select those again. Currently there is no API for this functionality.
resolved fixed
258412c
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java", "bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/TabbedPropertySheetPageDynamicTest.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/TabbedPropertySheetPageOverrideTest.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/TabbedPropertySheetPageTest.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/TabbedPropertySheetPageTextTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-26T15:52:34Z
2005-12-02T19:00:00Z
254,492
Bug 254492 [Import/Export] ILeveledImportStructureProvider interface is not declared public
null
verified fixed
acb66b8
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ILeveledImportStructureProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-25T17:03:16Z
2008-11-06T19:33:20Z
242,819
Bug 242819 [ErrorHandling] [statushandling] WorkbenchStatusDialogManager.setStatusListLabelProvider is inconsistent
setStatusListLabelProvider functions correctly if there is only one status displayed. If there is more, messages switch places, and custom label provider is used in different way. Configuring WSDM with custom label provider is too difficult.
verified fixed
79e85e2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-24T12:00:32Z
2008-08-01T05:53:20Z
242,821
Bug 242821 [ErrorHandling] [statushandling ]Need a way to configure label providers on StatusDialog
null
verified fixed
68a1bde
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-24T11:45:32Z
2008-08-01T05:53:20Z
242,789
Bug 242789 [Markers]If you hit escape on the delete markers dialog it deletes them anyway
Right click on a problem marker in the problems view and select delete. You get the confirmation dialog. Hit escape. The marker is deleted anyway. The problem looks to be in org.eclipse.ui.internal.views.markers.DeleteHandler.execute(ExecutionEvent): if (dialog.open() == Window.CANCEL) { return view; } It should probably be if (dialog.open() != Window.OK) { return view; }
resolved fixed
e298d9e
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DeleteHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-21T05:36:19Z
2008-07-31T21:33:20Z
255,773
Bug 255773 [WorkingSets] Working set saving broken
I20081118-1720 Saving of working sets is broken in this week's I-builds. On startup, the following is written to the log when the Package Explorer is configured to show working sets as top level elements: !ENTRY org.eclipse.ui 4 4 2008-11-19 12:01:03.875 !MESSAGE Unable to restore working set - cannot instantiate working set: org.eclipse.ui.internal.WorkingSetFactory !ENTRY org.eclipse.jdt.ui 4 2 2008-11-19 12:01:03.890 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:86) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:74) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.<init>(WorkingSetModel.java:245) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$9.run(PackageExplorerPart.java:1527) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createWorkingSetModel(PackageExplorerPart.java:1525) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.init(PackageExplorerPart.java:472) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:344) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:528) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:271) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:967) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2594) at org.eclipse.ui.internal.WorkbenchWindow$25.run(WorkbenchWindow.java:2872) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2853) at org.eclipse.ui.internal.WorkbenchWindow$19.runWithException(WorkbenchWindow.java:2170) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3852) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803) at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3852) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:370) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
verified fixed
eaed272
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-19T14:27:54Z
2008-11-19T13:06:40Z
254,673
Bug 254673 [JFace] Window javadoc hints at overriding createShell() when this is not possible
This is the javadoc of Window's createShell() method: /** * Creates and returns this window's shell. * <p> * The default implementation of this framework method creates * a new shell and configures it using <code/>configureShell</code>. Rather * than override this method, subclasses should instead override * <code/>configureShell</code>. * </p> * * @return the shell */ The statement "Rather than override this method, subclasses should instead override configureShell." somewhat sounds like a warning that the user should do one instead of the other...but you could still go the other way if you so desire. However, overriding createShell() is not actually even possible because it is spec'ed as being final.
verified fixed
9f392ef
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-17T23:58:05Z
2008-11-08T07:40:00Z
74,298
Bug 74298 [Dialogs] no null check in WorkbenchEditorsDialog.
WorkbenchPage.getPerspective() can return null. The code in getImage() needs to check for null. see IPerspectiveDescriptor persp = p.getPerspective(); ImageDescriptor image = persp.getImageDescriptor();
verified fixed
35b1b27
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-17T23:26:18Z
2004-09-20T14:20:00Z
254,547
Bug 254547 [DND] PluginDropAdapter does not accept multiple actions in an extension
Build ID: I20080617-2000 Steps To Reproduce: 1. Create two IDropActionDelegates and declare them in the same gov.nga.geocompass.ica.ea.ui.attributeDropAction extension. 2. Test that the second Drop delegate never gets called More information: In the PluginDropAdapter class the method getPluginAdapter never checks beyond the first configuration element. Instead it should loop through each of the actions in the extension (lines 90 to 110). Here is the method fixed. protected static IDropActionDelegate getPluginAdapter( PluginTransferData data) throws CoreException { IExtensionRegistry registry = Platform.getExtensionRegistry(); String adapterName = data.getExtensionId(); IExtensionPoint xpt = registry.getExtensionPoint(PlatformUI.PLUGIN_ID, IWorkbenchRegistryConstants.PL_DROP_ACTIONS); IExtension[] extensions = xpt.getExtensions(); for (int i = 0; i < extensions.length; i++) { IConfigurationElement[] configs = extensions[i] .getConfigurationElements(); if (configs != null && configs.length > 0) { for (int j=0; j < configs.length; j++) { String id = configs[j].getAttribute("id");//$NON-NLS-1$ if (id != null && id.equals(adapterName)) { return (IDropActionDelegate) WorkbenchPlugin .createExtension(configs[j], ATT_CLASS); } } } } return null; }
verified fixed
c090ec8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PluginDropAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-17T21:11:09Z
2008-11-07T01:06:40Z
232,076
Bug 232076 [WorkingSets] Calls to WorkingSet executable extensions need SafeRunnable wrappers
I20080513-0817 There are many calls out into user code in AbstractWorkingSetManager that need SafeRunnable wrappers.
verified fixed
7d51ff8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-17T20:56:41Z
2008-05-14T13:00:00Z
198,941
Bug 198941 [About] About dialogue should use "name" (i.e. plug-in name) instead of provider name for hover-over popup
Build ID: V3.0.2 Steps To Reproduce: 1.Click on Help / About 2.Move cursor over plugin icons 3.Popup shows provider name (such as IBM) instead of the plugin name. More information: For the WebSphere Message Broker ToolKit, there are a number of plugins available from IBM. Having a hover-over that simply shows "IBM" doesn't really help you know what the plugin is for. It would be more useful if the hover-over popup showed the plugin name rather than the provide-name.
closed fixed
29d9922
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-17T18:57:22Z
2007-08-06T14:20:00Z
56,368
Bug 56368 [View Mgmt] 'Show View' menu contains unnecessary separator when it only contains one menu item.
I followed the steps to set up the RCP browser example. I created a new "Run- time workbench, and selected all for the Plug-ins and Fragments tab. I then ran the project as Run-time Workbench. I closed all perspectives and opened the Browser perspective. I clicked on Window->Show to open another viewer, and the menu contained an unnecessary separator above "Other". On the other hand, the Open->Perspective only contained the item "Other", and no extra separator. Build id: 200403260800
verified fixed
c06175b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenusTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ShowViewMenuTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-16T08:54:26Z
2004-03-26T16:53:20Z
255,314
Bug 255314 Job description for clean job is misleading
Build 3.5M3 When trigerring a full build from menu, one gets offered to perform on ALL projects or on SELECTED projectes. When selecting "clean ALLprojects" action from menu, the progress view will enqueue a job with description "cleaning SELECTED projects" instead of "cleaning ALL projects" as one would expect. The job description is somewhat visible if for some reason the build job is waiting on a long running task to finish first.
resolved fixed
a42b871
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-14T09:52:16Z
2008-11-14T08:06:40Z
250,664
Bug 250664 [Dialogs] Cycle to View, long view names causes dialog to display off the screen
null
resolved fixed
2b1fbd4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleBaseHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-13T16:42:07Z
2008-10-13T15:00:00Z
189,752
Bug 189752 [Dialogs] TwoPaneElementSelector doesn't validate proper selection
The class TwoPaneElementSelector doesn't validate the correct object. In the validateCurrentSelection() method of AbstractElementListSelectionDialog, getSelectedElements() is called. The method getSelectedElements() is not overridden by TwoPaneElementSelector, so the following code runs: protected Object[] getSelectedElements() { Assert.isNotNull(fFilteredList); return fFilteredList.getSelection(); } As you can see, the lower list is ignored completely, and the same object is returned, regardless of what the user has selected in the lower pane. As a temporary workaround, I have overridden getSelectedElements() in a subclass of TwoPaneElementSelector as follows: protected Object[] getSelectedElements() { if(getLowerSelectedElement()!=null) return new Object[]{getLowerSelectedElement()}; return super.getSelectedElements(); }
verified fixed
b3ba8ff
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-12T17:54:17Z
2007-05-29T17:33:20Z
251,517
Bug 251517 [Preferences] Increase visibility for the ListEditor fields or methods
Build ID: M20080911-1700 Steps To Reproduce: I am trying to create a specialized org.eclipse.jface.preference.ListEditor. I want to specialize the 'remove' button so that I can disable it in a case where it we shouldn't allow them to remove the entry. However, currently all methods and fields that provide access to the buttons or event handling are all private, and thus can not be overridden by subclasses. Expected result is that protected access is provided for dealing with selection changes, button presses, and protected access is provided for access to the buttons so we can enable/disable them as needed. More information:
verified fixed
a7bdd58
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ListEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-11T19:26:37Z
2008-10-21T11:53:20Z
128,684
Bug 128684 [Help] Dialog help tray does not resize correctly
3.2M5 Select Window > Preferences > General. Click on the Help button to get a help tray. Problem 1: Grab the right edge of the window and make it wider. The middle of the dialog gets wider and the help tray stays the same. I'd expect the opposite to happen - the help tray would get wider and the main dialog would be unchanged. Problem 2: Maximize the dialog (double-click its frame on Windows). Click on the Preferences link in the Help window. You can't read it because the frame is too narrow, so make it bigger. Now restore the dialog (double-click on its frame again under Windows). Now all you can see is the help tray. The content of the dialog (the preferences tree and page) are completely shoved over to the left and hidden. I'd expect there to be some minimim size enforced on the actual content of the dialog, or perhaps the three panels to be restored to sizes that were the same percentage relatively speaking as they had when the dialog was zoomed. Problem 3: When you resize the help tray, this is not remembered at all. For example, move the sash to make the help area bigger, then close the dialog, and reopen the dialog, and press the help button again. It goes back to its default size. I'd expect it to remember the old size, perhaps in relative percentage terms. I'm not sure if it should remember a size differently for each page in the preferences dialog, or for each different kind of dialog, or just one size globally, but I'd expect some kind of memory to exist.
verified fixed
5486f2d
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-11T14:57:36Z
2006-02-20T15:40:00Z
250,133
Bug 250133 [Contexts] ContextAction's leak when hiding actions sets
null
verified fixed
24acae0
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/ContextManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/SlaveContextService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-07T17:46:47Z
2008-10-08T18:20:00Z
250,136
Bug 250136 [KeyBindings] Conflicts should be accessible through API
See org.eclipse.jface.bindings.BindingManager.setActiveBindings(Map, Map, Map, Map) We currently use org.eclipse.jface.internal.InternalPolicy.currentConflicts to transport the conflicts around, it should be available through the BindingManager (and probably the IBindingService API) PW
verified fixed
b9f6f44
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2008-11-07T17:11:27Z
2008-10-08T18:20:00Z
253,773
Bug 253773 [Viewers] Collapsed expandable nodes in a TreeViewer are needlessly expensive
In the Expressions view, the debug platform TreeViewer needlessly causes the model to be queried for all children of collapsed expandable items. This can have serious performance repercussions. This can be easily seen in a CDT gdb debug session. Create a simple C project with the following main(). Launch a debug session and add 'arr1' and 'arr2' in the Expressions view. Don't expand them. Simple step through the loop. Every step takes about 3-4 seconds on a relatively fast machine. Close the Expressions view, stepping becomes instantaneous. int main() { int arr1[100]; int arr2[100]; while (1) { int i = 1; i++; } return arr1[0] + arr2[0]; }
resolved fixed
c972f49
["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
2008-11-06T18:21:30Z
2008-11-04T20:20:00Z