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]
169,346
Bug 169346 [ErrorHandling] Changes in status handlers' API
null
verified fixed
50c5bf6
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/WorkbenchErrorHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-01-02T16:43:22Z
2007-01-02T15:00:00Z
168,901
Bug 168901 [QuickAccess] Quick Access Dialog should include properties
The Quick Access Dialog should also include a Properties node and elements. AF
verified fixed
af7b331
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CtrlEAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/IncubatorMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/PropertiesElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/PropertiesProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-21T21:12:19Z
2006-12-21T19:40:00Z
165,945
Bug 165945 [rulers] Support in-place CVS annotation ruler in PDE editor
null
verified fixed
6e0bfde
["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
2006-12-21T17:22:53Z
2006-11-27T17:53:20Z
168,806
Bug 168806 [DataBinding] Realm.ensureWorkerThreadIsRunning() doesn't start a new thread
null
resolved fixed
990ee54
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-21T03:51:37Z
2006-12-21T03:00:00Z
118,107
Bug 118107 [DynamicUI] [WorkingSets] WorkingSetDescriptor (org.eclipse.ui.internal.registry) caches IConfigurationElement causing intermittent crash
The IConfigurationElement should not be cached. Here are the comments from its Javadoc: These registry objects are intended for relatively short-term use. Clients that deal with these objects must be aware that they may become invalid if the declaring plug-in is updated or uninstalled. If this happens, all methods except {@link #isValid()} will throw {@link InvalidRegistryObjectException}. The org.eclipse.ui.internal.registry.WorkingSetDescriptor from org.eclipse.ui.workbench stores the IConfigurationElement in its member variable. Consider using: PlatformUI.getWorkbench().getExtensionTracker() org.eclipse.core.runtime.dynamichelpers.ExtensionTracker The current implementations will lead to intermittent crashes as found by Olivier Thomann: !ENTRY org.eclipse.osgi 2005-11-23 21:37:52.303 !MESSAGE An unexpected runtime error has occurred. !STACK 0 org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:195) at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:185) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:28) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getNamespace(ConfigurationElementHandle.java:114) at org.eclipse.core.internal.registry.eclipse.EclipseConfigurationElementHandle.getNamespace(EclipseConfigurationElementHandle.java:101) at org.eclipse.ui.internal.registry.WorkingSetDescriptor.getDeclaringNamespace(WorkingSetDescriptor.java:87) at org.eclipse.ui.internal.registry.WorkingSetRegistry.getDescriptorsForNamespace(WorkingSetRegistry.java:124) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:544) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) !ENTRY update@plugins/org.eclipse.ui.workbench_3.2.0.I20051122-1300.jar 0 0 2005-11-23 21:37:52.343 !MESSAGE FrameworkEvent.ERROR !STACK 0 org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:195) at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:185) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:28) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getNamespace(ConfigurationElementHandle.java:114) at org.eclipse.core.internal.registry.eclipse.EclipseConfigurationElementHandle.getNamespace(EclipseConfigurationElementHandle.java:101) at org.eclipse.ui.internal.registry.WorkingSetDescriptor.getDeclaringNamespace(WorkingSetDescriptor.java:87) at org.eclipse.ui.internal.registry.WorkingSetRegistry.getDescriptorsForNamespace(WorkingSetRegistry.java:124) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:544) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
verified fixed
76bca2e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ExtensionEventHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPluginsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/WorkingSetTests.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-20T21:01:56Z
2005-11-25T20:20:00Z
168,709
Bug 168709 [Viewers] Request to open up ViewerColumn#setEditingSupport
setEditingSupport is now marked final. I would like to override this method to handle a very specific situation. The Grid can contain a checkbox in any column as opposed to Table which can only contain a checkbox in the first column. The new viewer API allows us to easily populate these checkboxes, but there is currently nothing that propogates any changes from the widget back to the model - i.e. if someone checks a checkbox the model currently doesn't get updated because this happens without an editor. So I designed a new CheckEditingSupport class. This is essentially a marker interface that lets me know that the user has set this as a check cell. The only method used from CheckEditingSupport is setValue. Here is my setEditingSupport implementation for reference: public void setEditingSupport(EditingSupport editingSupport) { if (editingSupport instanceof CheckEditingSupport) { if (checkEditingSupport == null) { final int colIndex = getColumn().getParent().indexOf(getColumn()); getColumn().getParent().addListener(SWT.Selection, new Listener() { public void handleEvent(Event event) { if (event.detail == SWT.CHECK && event.index == colIndex) { GridItem item = (GridItem)event.item; Object element = viewer.getElementAt(viewer.getGrid().indexOf(item)); checkEditingSupport.setValue(element, new Boolean(item.getChecked(colIndex))); } } }); } checkEditingSupport = (CheckEditingSupport)editingSupport; } else { super.setEditingSupport(editingSupport); } }
resolved fixed
d4937ed
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-20T20:33:33Z
2006-12-20T15:53:20Z
168,442
Bug 168442 [Quick Access] Quick Access should not close when user tries to select a Node
Quick Access should not close when the user attempts to select a Node. AF
verified fixed
df68afd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/FilteringInfoPopup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-20T19:20:42Z
2006-12-18T19:26:40Z
168,720
Bug 168720 [Progress] No prompting on errors from jobs
3.3 M4 1. do some major work in a CVS shared project to which you DO NOT have commit rights (but you forgot this because you have commit rights on many projects) 2. select the project and then Team > Commit... to commit the project ==> no dialog, no indication in progress area ==> you think it worked just fine 3. delete the workspace since this was just some special work OBSERVE: all work from step 1 is lost. When repeating these steps I found out that an error is silently written to .log
verified fixed
daa5b74
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-20T17:22:27Z
2006-12-20T15:53:20Z
167,607
Bug 167607 [EditorMgmt] Closing compare editor asks to save editor - Saveable should implement IAdaptable
20061212-0010 1. Open a file that has some entries in the local history 2. Make some modifications to the file but don't save the editor 3. Invoke 'Compare With > Local History' 4. The history view opens. Open some of the entries: Compare editors are shown 5. Close these compare editors again > You are prompted to save the file That shouldn't be needed here. Even if we made changes in the compare editor, these changes should work on the primary file buffer and don't need to be saved as long as it isn't the last editor that is open on it.
verified fixed
904c614
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/Saveable.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-19T04:42:52Z
2006-12-12T13:26:40Z
168,433
Bug 168433 [WorkingSets] ModifyWorkingSetDelegate does too much work on selection change
The full state of the operation is calculated whenever the selection changes. Instead, we should minimally determine action enablement (only IAdaptables and no IWorkingSets) and leave the rest for the fill() methods.
verified fixed
b36cd7d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "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
2006-12-18T19:11:27Z
2006-12-18T19:26:40Z
167,642
Bug 167642 [QuickAccess] Unexpected behaviour in Cmd-E dialog matching plugin.xml
I20061212-0010 1) Make sure you have a couple of editors open including a plugin.xml editor 2) Cmd-E 3) type plugin Note that the file does not appear in the list. If you type the name of the plugin that contains the plugin.xml, however, it does.
resolved fixed
520da56
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorElement.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-18T17:18:09Z
2006-12-12T16:13:20Z
167,486
Bug 167486 [Quick Access] Remove Mnemonics from tooltip text in ActionElement.java
Some mnemonics are not removed from the element tool tip label in Quick Access. AF
verified fixed
cb528ec
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionElement.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-18T16:57:51Z
2006-12-11T20:46:40Z
165,528
Bug 165528 [QuickAccess] We should only list enabled commands / actions
We are currently caching elements for every provider implementation, even if the list of elements can change over time (like e.g. the list of enabled commands).
verified fixed
c7670e4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CommandProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-18T16:34:26Z
2006-11-22T21:13:20Z
168,153
Bug 168153 [DataBinding] Simplify the management of the default Realm
In the bug where Realms where born there was talk of making the setting of the Realm a little more foolproof. Currently when setting the Realm the developer needs to remember to retrieve the current Realm and to set it back in a finally block to be a good citizen. I think Boris spoke of something like the following to remedy this... Realm.setDefault(myRealm, new Runnable() { public void run() { //do stuff with myRealm as default } }); I've been finding myself writing a method that does just this in my own code. I think this should be added to Realm to ensure that the default realm is being set and reset correctly.
verified fixed
2355086
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/RealmTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-16T17:43:54Z
2006-12-15T05:20:00Z
168,101
Bug 168101 Can't create link to path variable location
Build: I20061214 1) Create a path variable "FOO" with location c:\temp 2) Create a directory in the file system at c:\temp\location 3) Create a linked folder in Eclipse, and give the location FOO/location. This should resolve to c:\temp\location, but the new folder wizard does not resolve the path variable.
verified fixed
f4e3120
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-14T18:54:18Z
2006-12-14T18:13:20Z
168,057
Bug 168057 Fast view bar shared between perspectives after restart
I20061214-0010, default (not 3.3!) presentation - new workspace - close welcome - click "+" button in fast view bar and add Navigator - switch to Debug perspective - switch to Java Perspective - restart Eclipse => Navigator view is in fast view bar: good - switch to Debug perspective => Navigator view is still in fast view bar: Should not be there. When I tried to use fast views in my customized perspectives, I had strange situations where a view was visible in the perspective and at the same time in the fast view bar. I think this must be fixed for 3.3 M4.
verified fixed
74ced47
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-14T17:25:58Z
2006-12-14T15:26:40Z
167,641
Bug 167641 [ErrorHandling] MessageDialog.showError(...) not opening a dialog
null
verified fixed
59bccd9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-13T14:46:22Z
2006-12-12T16:13:20Z
167,668
Bug 167668 [Viewers] Changing logical structures using the Show Structure As.. menu breaks view
When stopped at a breakpoint and viewing logical structures I used the Show Structure As... menu item to change to a custom structure and variables would disappear leading to the following exception: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.jface.viewers.AbstractTreeViewer.getTreePathFromItem(AbstractTreeViewer.java:2667) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeViewer.java:937) at org.eclipse.jface.viewers.TreeViewer.access$2(TreeViewer.java:933) at org.eclipse.jface.viewers.TreeViewer$2.handleEvent(TreeViewer.java:325) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1121) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1106) at org.eclipse.swt.widgets.Tree.checkData(Tree.java:317) at org.eclipse.swt.widgets.Tree.cellDataProc(Tree.java:252) at org.eclipse.swt.widgets.Display.cellDataProc(Display.java:663) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5533) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1154) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1472) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2896) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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:585) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339) at org.eclipse.core.launcher.Main.basicRun(Main.java:283) at org.eclipse.core.launcher.Main.run(Main.java:984) at org.eclipse.core.launcher.Main.main(Main.java:959) Steps to reproduce: 1. create a custom logical structure MyStruct for type List and simply make it return toArray() 2. debug the following code snippet 3. turn on logical structures 4. expand list[0] and select fName 5. right-click 'list' and use Show Structure As to show as MyStruct...boom Sometimes only the labels disappear for fName and this$0, sometimes the whole item vanishes, and sometimes the item won't disappear until you mouse over it. Code snippet: public static void main(String[] args) { Clazz clzz = new Clazz(); ArrayList<Var> list = new ArrayList<Var>(); list.add(clzz.new Var("one")); list.add(clzz.new Var("two")); list.add(clzz.new Var("three")); list.add(clzz.new Var("four")); list.add(clzz.new Var("five")); //BREAKPOINT for(Var num : list) { System.err.println(num.getName()); } }
verified fixed
35072a6
["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
2006-12-13T04:23:50Z
2006-12-12T16:13:20Z
167,085
Bug 167085 [QuickAccess] Quick Access dialog shows null and duplicate entries
I20061205-1200 The Quick Access (Ctrl+E) dialog shows null entries under "Editors" and duplicate entries in Previous Choices, see screenshot. If I select one of the entries under "Editors" or "Views", I get the exception below and the editor does not change (this is for the "null - ..." as well as for the normal entries). org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.ui.internal.incubator.CtrlEAction$QuickAccessPopup.storeDialog(CtrlEAction.java:254) at org.eclipse.ui.internal.incubator.CtrlEAction$QuickAccessPopup.handleElementSelected(CtrlEAction.java:273) at org.eclipse.ui.internal.incubator.FilteringInfoPopup$4.mouseUp(FilteringInfoPopup.java:224) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:929) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3465) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3079) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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:585) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339) at org.eclipse.core.launcher.Main.basicRun(Main.java:283) at org.eclipse.core.launcher.Main.run(Main.java:984) at org.eclipse.core.launcher.Main.main(Main.java:959)
verified fixed
23f82a2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-13T04:19:21Z
2006-12-07T14:00:00Z
98,536
Bug 98536 [Perspectives] [RCP] [ViewMgmt] How to prevent multiple instances of the same view from being closed/moved
In our scenario we have registered a generic placeholder to define the position where multiple instances of the same view have to be displayed. This placeholder is defined in the createInitialLayout method of our perspective according to the following code: public class MyPerspective implements IPerspectiveFactory { public void createInitialLayout((IPageLayout layout){ .................. IFolderLayout folderMainContent = layout.createFolder("main", IPageLayout.RIGHT, 0.25f, editorId); folderMainContent.addView(WelcomeView.ID_VIEW); IViewLayout vlx = layout.getViewLayout(WelcomeView.ID_VIEW); vlx.setMoveable(false); vlx.setCloseable(false); folderMainContent.addPlaceholder(PlaceHolderView.ID_VIEW +":*"); layout.getViewLayout(PlaceHolderView.ID_VIEW+":*" ).setCloseable(false); ................. } } The views identified by PlaceHolderView.ID_VIEW and a unique secondary id are opened later using: IWorkbenchPage activePage = TellerPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow(). getActivePage(); (PlaceHolderView)activePage.showView(PlaceHolderView.ID_VIEW, generateUniqueId(), IWorkbenchPage.VIEW_ACTIVATE); All the generated views should be not closeable because, according to requirements, views can be closed only using push buttons . Despite the views have been defined as not closeable, they are (the red icon appears on the folder tab).
resolved fixed
dfa61d8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-13T04:17:27Z
2005-06-06T15:00:00Z
167,705
Bug 167705 [Snippets] Shown fancy ToolTip usage
null
verified fixed
ce25dca
["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-12T19:30:31Z
2006-12-12T19:00:00Z
147,530
Bug 147530 [DataBinding] Provide event objects for change listeners
Before data binding goes 1.0 it would be wise to provide EventObjects for the following listeners to ensure that the API doesn't preclude future expansion of the values supplied to listeners. Interfaces that would be affected: * IValueChangeListener * IValueChangingListener * IListChangeListener * ISetChangeListener * IMappingChangeListener
verified fixed
6aecdb3
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/AbstractObservable.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeManager.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeSupport.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IObservablesListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IStaleListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ListenerManager.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ObservableEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/StaleEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/AbstractObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/IListChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ListChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/AbstractObservableMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/BidirectionalMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/ComputedObservableMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/IMapChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/MapChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/ObservableMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/AbstractObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ISetChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ListToSetAdapter.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/MappedSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/SetChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/UnionSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/tree/AbstractObservableTree.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/tree/ITreeChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/tree/TreeChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/AbstractObservableValue.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/AbstractVetoableValue.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/IValueChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/IValueChangingListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ValueChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ValueChangingEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/ProxyObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/StalenessTracker.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/UnmodifiableObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/AbstractObservable.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ChangeManager.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ChangeSupport.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IObservablesListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IStaleListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ListenerManager.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ObservableEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/StaleEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/AbstractObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/IListChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/ListChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/ObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/AbstractObservableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/BidirectionalMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/ComputedObservableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/IMapChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/MapChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/ObservableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/AbstractObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/ISetChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/ListToSetAdapter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/MappedSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/ObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/SetChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/UnionSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/tree/AbstractObservableTree.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/tree/ITreeChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/tree/TreeChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/AbstractObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/AbstractVetoableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ComputedValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/IValueChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/IValueChangingListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueChangingEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ListBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationStatusMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/ProxyObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/StalenessTracker.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/UnmodifiableObservableList.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/LeafNodesSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ListeningLabelProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableListContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableMapLabelProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableSetContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/OrderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/UnorderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/MenuUpdater.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/TableUpdater.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest2.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/AggregateObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/ObservableMapTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/ObservableTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/ThreadRealmTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/value/WritableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/JavaBeanObservableMapTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/observable/UnmodifiableObservableListTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/viewers/SelectionProviderSingleSelectionObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/provisional/observable/AbstractObservableTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/provisional/viewers/SelectionObservableValueTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-12T04:35:41Z
2006-06-16T20:33:20Z
167,450
Bug 167450 [DataBinding] Get rid of bind support factory magic
I finally realized that we don't need that other magic factory. I'll move fillBindSpecDefaults() and the methods it calls (createConverter, createValidator etc) to a new class DefaultBindSpec. Clients who want default validators and converters created for them just create a DefaultBindSpec as opposed to a (rather empty) BindSpec. I will also move the early type checking into DefaultBindSpec to make it optional as well.
verified fixed
746d711
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IObservableCollection.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSupportFactory.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/Binding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSupportFactory.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Boolean.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Byte.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Double.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Float.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Integer.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Long.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Short.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IObservableCollection.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ListBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/OrderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/UnorderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/SWTUtil.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/WorkQueue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/ObservableMapTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindSpecTests.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomBeanBindSpec.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomBeanBindSupportFactory.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TextControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-11T19:59:37Z
2006-12-11T18:00:00Z
128,142
Bug 128142 [DataBinding] IDomainValidator needs to provide partial validation / be merged with IValidator
Suppose I want to restrict an Integer field to the range 1-10. I would use an IntegerValidator and a String2IntConverter on the target2model side. I would then write an IDomainValidator to restrict the integer value coming from the String2IntConverter to the range 1-10. But this would not result in ideal behavior. The partial validation in the IntegerValidator would permit any value from Integer.MIN to Interger.MAX. But since the domain model only allows a value in the range 1-10, it makes no sense to permit a leading - sign or more than two digits in the field. The way things stand currently, the user could enter 365 in the field and wouldn't find out until they tried to leave the field that this is an invalid value. The solution appears to be to change the partial validation algorithm to the following: Call the conversion validator's partial validation method. If this succeeds: Call the conversion validator's full validation method. If this succeeds: Use the converter to convert the value to the domain's data type Pass converted value to partial validation method on domain's validator. If we do this, then the domain's validator will be able to do both partial and full validation. If we do this, then IDomainValidator will have all the same methods as IValidator, so it can go away and we can just use IValidator in both instances.
verified fixed
3a582e1
["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSupportFactory.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/IValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ObjectToPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ReadOnlyValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/RegexStringValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2BytePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DateValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DoublePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2FloatPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2IntegerPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2LongPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ShortPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Adventure.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet004DataBindingContextErrorLabel.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet008ComputedValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/AbstractBindSupportFactoryTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/validation/ObjectToPrimitiveValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindSpecTests.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-11T16:50:17Z
2006-02-16T03:20:00Z
167,204
Bug 167204 [DataBinding] Ensure that getterCalled() is invoked correctly in WritableList
We need to clean up WritableList as its getterCalled() invocation is somewhat sporatic. Changes that need to be made: * setters should not invoke getterCalled(); this means all add(..) and remove(...) methods. * iterator() should invoke getterCalled() (ObservableList) * next() and hasNext() on the iterator should not invoke getterCalled() (ObservableList) The idea was previously that because add*(...) and remove*(...) returned a value then the state was retrieved thus getterCalled() should be invoked. But for the sake of simplicity these will be removed; we can always add them back later. But in removing the calls to getterCalled() we need to ensure that the current realm is still checked.
verified fixed
8d526c6
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/AbstractObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/IObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/WritableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/AbstractObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/IObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/ObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/WritableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/list/AbstractObservableListTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/list/ObservableListTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-09T20:41:42Z
2006-12-08T06:40:00Z
105,041
Bug 105041 [IDE] Double-clicking on a closed project should open it
Double-clicking on a closed project should open it. Steps to reproduce: 1. Click on a closed project. Expected results: The project gets opened. Actual results: Nada.
resolved fixed
7607b11
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-09T15:13:19Z
2005-07-25T16:46:40Z
154,329
Bug 154329 [Viewers] Provide widget independent TableViewer implementation
At the moment the concrete classes to provide a table or a tree require that the underlying Widget is an org.eclipse.widgets.Table and org.eclipse.widgets.Tree. It would make sense to extract all code parts who don't depend on the concrete-widget to an AbstractBaseClass between: - ColumnViewer > TableViewer => ColumnViewer > AbstractBaseTableViewer > TableViewer - AbstractTreeViewer > TreeViewer => AbstractTreeViewer > AbstractBaseTreeViewer > TreeViewer
verified fixed
c101ff9
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-08T22:51:09Z
2006-08-18T05:46:40Z
167,231
Bug 167231 [ErrorHandling] Hooking the status handling facility into the log
null
verified fixed
d752914
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/WorkbenchErrorHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-08T16:09:33Z
2006-12-08T15:00:00Z
167,183
Bug 167183 [ActivityMgmt] Activities property tester should test on IWorkbench instead of Object
null
verified fixed
f53857f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/UtilTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-08T14:27:45Z
2006-12-08T01:06:40Z
164,757
Bug 164757 [DataBinding] ComputedValue snippet
I hacked up a snippet for formatting a full name during entry of first and last names. Attaching snippet...
verified fixed
41c4f47
["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet008ComputedValue.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-08T01:27:40Z
2006-11-16T04:06:40Z
167,170
Bug 167170 [Markers] Need to check for duplicate filter names
M3 It is currently possible to enter duplicate filter names
verified fixed
dffa5ad
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-07T21:38:08Z
2006-12-07T22:20:00Z
125,327
Bug 125327 [Dialogs] Error message shown in the InputDialog is not fully visible
When an error message returned by InputValidator is long, InputDialog displays it partially. My suggestion is to create error label with SWT.WRAP flag, or something like this.
verified fixed
36332bd
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-07T21:36:58Z
2006-01-26T12:53:20Z
164,182
Bug 164182 [StatusHandling] Comments on new StatusManager API
null
verified fixed
1040358
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.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/statushandling/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusHandlingState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/WorkbenchErrorHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-07T17:43:33Z
2006-11-10T20:20:00Z
160,959
Bug 160959 [EFS] IDE.openEditor fails to open system editors for links referencing non-local IFileStore URIs
null
verified fixed
13f79d9
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-07T14:48:55Z
2006-10-14T12:46:40Z
166,800
Bug 166800 [ErrorHandling] The Status Handling hooking into Eclipse
null
verified fixed
bdbae56
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ILogDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ErrorEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ErrorViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-06T21:14:55Z
2006-12-05T17:33:20Z
166,346
Bug 166346 [Viewers] ViewerRow#getCell(Point) not working for Viewers without columns
If the viewer has no rows this should return not null but the ViewerCell at index 0
verified fixed
574a3bb
["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
2006-12-06T15:57:04Z
2006-11-30T15:20:00Z
166,789
Bug 166789 [Preferences] Warnings to log when switching workspaces
ENTRY org.eclipse.ui 4 4 2006-12-05 10:25:33.359 !MESSAGE Plugin org.eclipse.jdt.debug.ui, extension org.eclipse.ui.preferenceTransfer Unknown extension tag found: transfer !ENTRY org.eclipse.ui 4 4 2006-12-05 10:25:33.359 !MESSAGE Plugin org.eclipse.team.cvs.ui, extension org.eclipse.ui.preferenceTransfer Unknown extension tag found: transfer !ENTRY org.eclipse.ui 4 4 2006-12-05 10:25:33.359 !MESSAGE Plugin org.eclipse.ui.ide, extension org.eclipse.ui.preferenceTransfer Unknown extension tag found: transfer It looks like the settingsTransfer registry reader does not handle preference transfers correctly.
verified fixed
ab09b13
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/SettingsTransferRegistryReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T21:27:54Z
2006-12-05T14:46:40Z
165,691
Bug 165691 [Preferences] Need help and description support for settingsTransfers
20061121 We need to add support to show the description and help contexts for the settings transfers defined. We also need to write some help documentation.
verified fixed
1f44956
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceWithSettingsDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/SettingsTransfer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T21:24:03Z
2006-11-23T16:40:00Z
166,635
Bug 166635 [Viewers] DelegatingCellLabelProvider breaks OwnerDrawLabelProvider
OwnerDrawLabelProviders are now being wrapped in DelegatingCellLabelProviders so the event handling code fails as we can no longer access the label provider CellLabelProvider provider = viewer .getViewerColumn(event.index).getLabelProvider(); Object element = event.item.getData(); if (provider instanceof OwnerDrawLabelProvider) ((OwnerDrawLabelProvider) provider).measure(event, element);
verified fixed
d088396
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingCellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T15:50:43Z
2006-12-04T13:46:40Z
166,706
Bug 166706 [Databinding] WritableList.clear() does not clear the list
3.3 M3 The wrappedList is not modified that I can see when org.eclipse.jface.databinding.observable.list.WritableList.clear() is called.
verified fixed
75d7f93
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/WritableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/WritableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/list/WritableListTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T15:12:21Z
2006-12-04T22:06:40Z
118,429
Bug 118429 [DataBinding] Validation should use IStatus, not just Strings
In order to use data binding in Workbench or IDE dialogs and preference pages, we need validation in terms of IStatus objects. Using strings is too simplistic. For example, look at the wizard for creating a new class. You will get a warning if the class name does not start with an uppercase letter, or if you don't provide a package name, but you will still be able to click "Finish" to proceed anyway. (Note that IStatus is currently not on the classpath, we need to re-introduce the dependency on org.eclipse.equinox.common, which contains IStatus etc.)
resolved fixed
646de6c
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Diffs.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/ObservableMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/MasterDetailObservables.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSupportFactory.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/Binding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindingEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSupportFactory.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/IBindingListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Diffs.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/ObservableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/MasterDetailObservables.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/IDomainValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/IValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ObjectToPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ReadOnlyValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/RegexStringValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2BytePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ByteValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DateValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DoublePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DoubleValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2FloatPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2FloatValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2IntegerPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2IntegerValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2LongPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2LongValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ShortPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ShortValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ValidationError.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ValidationStatus.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ClassLookupSupport.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ListBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/Util.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationErrorList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationStatusMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/Adventure.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet004DataBindingContextErrorLabel.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/AbstractBindSupportFactoryTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryBooleanPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryBytePrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryDoublePrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryFloatPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryIntTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryLongPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryShortPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/validation/ObjectToPrimitiveValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindSpecTests.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomBeanBindSupportFactory.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/NewTableScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ListBindingTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T05:14:46Z
2005-11-29T16:00:00Z
166,712
Bug 166712 [DataBinding] fix for 164653 broke the suites
null
resolved fixed
9db5da2
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-05T00:07:11Z
2006-12-05T00:53:20Z
166,682
Bug 166682 [WorkingSets] isApplicable needs to be used in the UI
The new isApplicable API needs to be hooked up to the ModifyWorkingSetDelegate
verified fixed
377841e
["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
2006-12-04T20:57:09Z
2006-12-04T19:20:00Z
34,528
Bug 34528 [Dialogs] Error text in Move dialog is red, layed out poorly
1. select a folder 2. context menu, select "Move" 3. deselect the folder in the dialog You will get a warning message at the bottom of the dialog. There are a few problems: 1. This warning message is too long to fit in the dialog and gets clipped. It needs to be multiline and wrap. 2. There should be more layout space on the left since atm the text is scrunched up against the left edge of the dialog 3. Warning/error messages usually have the warning/error icon preceeding the message (?)
verified fixed
074c701
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ContainerSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-04T20:43:12Z
2003-03-10T23:46:40Z
166,577
Bug 166577 [WorkingSets] Add To working sets actions need to be filtered
M3 It's possible to add any adaptable element to any working set via the new working set actions in the toolbar. Previously you could only add things to working sets via the working set dialogs which had domain knowledge to filter the possibilities to those that were applicable. The actions, however, are generic and new API is needed on IWorkingSet to ask it whether or not a given IAdaptable is applicable.
verified fixed
66dc803
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-02T00:09:53Z
2006-12-02T00:40:00Z
166,500
Bug 166500 [Viewers] AbstractViewerEditor too much optimization
I think the optimization of not recreating the listeners every time is not appropriate. 2 ways to solve this: - writing part to into an instance variable - recreating the the listener everytime The same applies to the mouse-listener.
resolved fixed
ac452c0
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-01T16:30:31Z
2006-12-01T16:20:00Z
166,502
Bug 166502 [Preferences] Settings transfer is not transferring input state
20061201 We are not transferring input state correctly. As a result we always get "Workbench layout will get reset"
verified fixed
6ce495f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchLayoutSettingsTransfer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-01T16:10:34Z
2006-12-01T16:20:00Z
165,135
Bug 165135 [Open Resource] Do not Show derived resources
Open Resource dialog in 3.3 M3 has broken the "Show derived resources" option. It worked properly in 3.2 - if option is turned off, resources in derived folders were not shown. This is important feature since build systems often copy resources in some "build" folder which should not be modified when we edit sources. In 3.3 all resources except explicitly marked derived are always displayed in the dialog. How to reproduce: Create a new project create folders, /a and /b mark folder b derived (in properties) Create file /a/xxx Copy /a/xxx to /b Open Resource, enter "xxx" Both files are displayed.
verified fixed
1cf2e43
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-01T16:09:48Z
2006-11-20T10:53:20Z
166,491
Bug 166491 [JFace] Move Snippet020 from viewers to window package
as said above patch to follow
verified fixed
1eb5274
["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet020CustomizedControlTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-01T15:24:51Z
2006-12-01T16:20:00Z
166,478
Bug 166478 [Viewers] Compiler warnings in N20061130-2300
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java (at line 108) TableViewerColumn tvc = new TableViewerColumn(tableViewer, SWT.NONE); The local variable tvc is never read
verified fixed
b524d1d
["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-12-01T14:55:15Z
2006-12-01T13:33:20Z
166,368
Bug 166368 [Viewers] LabelProvider disposed twice
N20061129-2300, was OK in I20061129-1340 With the latest changes in ViewerColumn, a LabelProvider is now disposed twice. Steps: - Search for references to a java element - open view menu of Search view and choose "Show as List" java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchLabelProvider.dispose(SearchLabelProvider.java:160) at org.eclipse.jface.viewers.DecoratingLabelProvider.dispose(DecoratingLabelProvider.java:77) at org.eclipse.jface.viewers.ViewerColumn.handleDispose(ViewerColumn.java:149) at org.eclipse.jface.viewers.ViewerColumn$2.widgetDisposed(ViewerColumn.java:66) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:101) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:951) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:932) at org.eclipse.swt.widgets.Widget.release(Widget.java:740) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:409) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.disposeViewer(AbstractTextSearchViewPage.java:624) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.setLayout(AbstractTextSearchViewPage.java:613) at org.eclipse.search2.internal.ui.basic.views.SetLayoutAction.run(SetLayoutAction.java:30) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3463) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3077) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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:585) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:523) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962)
verified fixed
775f7c0
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingCellLabelProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-30T21:02:03Z
2006-11-30T18:06:40Z
166,383
Bug 166383 [Viewers] Provide Tabing from Editor to Editor
null
verified fixed
cf3f057
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet019TableViewerAddRemoveColumnsWithEditingNewAPI.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet024TableViewerExploreNewAPI.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet025TabEditing.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-30T18:53:17Z
2006-11-30T18:06:40Z
166,236
Bug 166236 [Viewers] ViewerColumn needs a dispose method
ViewerColumn adds a listener to its label provider which is never removed. We need a dispose method that removes the listener. Furthermore, if the column's label provider wraps a non-column-specific label provider, the viewer is already listening to it and the viewer column shouldn't. Must be fixed before the next I build.
verified fixed
963835b
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/AllTests.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/tests/MocksTest.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/Mocks.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-29T21:50:39Z
2006-11-29T19:53:20Z
166,052
Bug 166052 [Viewers] Regression: decorator of DecoratingLabelProvider completely replaces label provider
null
verified fixed
ff3ee5d
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-29T20:07:36Z
2006-11-28T13:20:00Z
164,679
Bug 164679 [StatusHandling] StatusManager - remove use of 1.4 API
The method split(String, int) is undefined for the type String org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling StatusManager.java line 345 1163611121375 745048
verified fixed
ec13157
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-29T16:21:39Z
2006-11-15T17:00:00Z
166,107
Bug 166107 [Quick Access] Quick Access should allow matching to an element for more than one string
Build ID: I20061102-1715 Steps To Reproduce: 1. Use Quick Access and choose java perspective after typing "j" 2. Use Quick Access and choose java perspective after typing "jav" 3. Quick Access only remembers the java perspective was selected after typing "jav" More information: Quick Access should support multiple strings for the same element. For example, it should remember that the Java Perspective was selected after typing "j" once, and for typing "jav" another time. AF
verified fixed
09697c6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CtrlEAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T21:42:55Z
2006-11-28T18:53:20Z
164,361
Bug 164361 [Progress] Task name not shown in user job progress dialog
3.2 The progress dialog for a user job often does not show the task name passed to IProgressMonitor.beginTask. This appears to be due to a race condition in the optimization in ProgressMonitorDialog that tries to avoid trimming and setting the message in the label if the dialog is not visible. It's possible for the message to get set but never get shown, due to the SWT.Show handler running before messageLabel.isVisible() is true. I suggest that the SWT.Show handler always set the last message in the label, even if it's not yet visible. That is, avoid the isVisible() check in setMessage when coming from the SWT.Show handler in configureShell. Can this get addressed for the next milestone? I'd be happy to sit down and help with this one.
verified fixed
18d6e65
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T21:30:30Z
2006-11-13T17:46:40Z
158,316
Bug 158316 [Dialogs] Open Resource dialog: history items should not look disabled
I20060922-0010 Open Resource dialog: history items should not look disabled (gray). Only the divider line should be gray.
verified fixed
651d3a2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T15:30:43Z
2006-09-22T15:46:40Z
165,318
Bug 165318 Open Resource dialog flashes on every keystroke
N20061119-0010 The Open Resource dialog flashes heavily on every keystroke. E.g. when I start typing plugin.xml, the whole list, the status line, and the OK button are first cleared and then redrawn. The Open Type dialog does not flash in this scenario.
verified fixed
7771ecc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T14:42:38Z
2006-11-21T14:40:00Z
138,651
Bug 138651 [Markers] Bookmark, problem and tasks view don't restore column widths
null
verified fixed
b4fef41
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T14:23:20Z
2006-04-26T14:00:00Z
163,317
Bug 163317 [Viewers] Take over SWT programming pattern to JFace Viewers
To open ColumnViewer for reusablility we should not make it final making the constructor protected forces people to subclass it and not directly creating instances from it.
verified fixed
21bc0e3
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerColumn.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerColumn.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet015CustomTooltipsForTree.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TreeViewerColumnTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-28T05:36:09Z
2006-11-03T10:33:20Z
165,908
Bug 165908 Javadoc warnings in N20061124-0010
/builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java:891: warning - @param argument "element" is not a parameter name. /builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java:806: warning - @param argument "text" is not a parameter name. /builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/SearchPattern.java:110: warning - @param argument "pattern" is not a parameter name. /builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/SearchPattern.java:137: warning - @param argument "pattern" is not a parameter name.
verified fixed
e37a469
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SearchPattern.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-27T20:52:46Z
2006-11-27T12:20:00Z
164,394
Bug 164394 [Decorators] Too many copies of OverlayIcon
There are many copies of OverlayIcon in the Platform. We should put the DecoratorOverlayIcon in JFace as API. I will attach a patch.
verified fixed
eb37719
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationOverlayIcon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorOverlayIcon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/OverlayCache.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-27T19:08:56Z
2006-11-13T20:33:20Z
164,365
Bug 164365 [Viewers] Snippet to show how to implement double-click editing
null
verified fixed
15b824e
["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet021CellEditorsOnDoubleClick.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-24T17:11:16Z
2006-11-13T17:46:40Z
165,690
Bug 165690 [Preferences] Allow transfer of working sets
3.2 We should allow working sets to be transferred between workspaces.
verified fixed
0d9bbb4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.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/WorkbenchLayoutSettingsTransfer.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/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchSettingsTransfer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkbenchSettingsTransfer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingSetSettingsTransfer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-24T16:41:36Z
2006-11-23T16:40:00Z
153,993
Bug 153993 [Viewers] Common Baseclass for Tree/TableEditorImpl
null
verified fixed
98f48f4
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableEditorImpl.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeEditorImpl.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-24T13:09:37Z
2006-08-16T01:00:00Z
76,850
Bug 76850 [Preferences] [WorkingSets] [Import/Export] Save perspective layouts in preferences
Could you please figure out some way to save perspective layouts, which perspective are "loaded", and working sets (and their contents) in a preferences file somewhere so that it can be shared by multiple users and across multiple workspaces.
verified fixed
4c330e6
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceWithSettingsDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/OpenWorkspaceAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.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/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchSettingsTransfer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/SettingsTransferRegistryReader.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/PreferenceTransferRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/SettingsTransfer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-23T17:50:05Z
2004-10-22T18:33:20Z
165,542
Bug 165542 [Trim] NPE in WidgetProxy.fill
3.3 M3 - had a configuration error that resulted in the class for a trim contribution being unable to load - on startup, it got an NPE due to a null widget field in: Thread [main] (Suspended (exception NullPointerException)) WidgetProxy.fill(Composite, int, int) line: 139 TrimBarManager$STrimBuilder.renderTrim(Composite, SWidget, int) line: 448 TrimBarManager$STrimBuilder.renderGroup(ILayoutNode, boolean) line: 367 TrimBarManager$STrimBuilder.build(SMenuLayout, boolean) line: 314 TrimBarManager.update(boolean, boolean, boolean) line: 94 WorkbenchWindow.updateLayoutDataForContents() line: 3341 WorkbenchWindow.setLayoutDataForContents() line: 3352 WorkbenchWindow.createDefaultContents(Shell) line: 1010 WorkbenchWindowConfigurer.createDefaultContents(Shell) line: 610 IDEWorkbenchWindowAdvisor(WorkbenchWindowAdvisor).createWindowContents(Shell) line: 267 WorkbenchWindow.createContents(Composite) line: 897 WorkbenchWindow(Window).create() line: 426 Workbench.busyOpenWorkbenchWindow(String, IAdaptable) line: 795 Workbench.access$13(Workbench, String, IAdaptable) line: 791 Workbench$18.run() line: 1587 BusyIndicator.showWhile(Display, Runnable) line: 67 Workbench.openWorkbenchWindow(String, IAdaptable) line: 1584 OpenInNewWindowAction.run() line: 104 OpenInNewWindowAction(Action).runWithEvent(Event) line: 499 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 539 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 488 ActionContributionItem$5.handleEvent(Event) line: 400 EventTable.sendEvent(Event) line: 66 MenuItem(Widget).sendEvent(Event) line: 925 Display.runDeferredEvents() line: 3463 Display.readAndDispatch() line: 3077 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1924 Workbench.runUI() line: 1888 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 419 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.run(Object) line: 95 PlatformActivator$1.run(Object) line: 78 EclipseAppLauncher.runApplication(Object) line: 104 EclipseAppLauncher.start(Object) line: 74 EclipseStarter.run(Object) line: 348 EclipseStarter.run(String[], Runnable) line: 165 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 64 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 Method.invoke(Object, Object...) line: 615 Main.invokeFramework(String[], URL[]) line: 341 Main.basicRun(String[]) line: 285 Main.run(String[]) line: 987 Main.main(String[]) line: 962 The workbench still came up though, but the layout of the top trim was too high.
verified fixed
2d09f4a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WidgetProxy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-23T00:15:30Z
2006-11-22T21:13:20Z
164,989
Bug 164989 [Viewers] ColumnViewer#getColumnViewerOwner() doesn't respects column count
null
verified fixed
73511d3
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TreeViewerColumnTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-21T21:22:15Z
2006-11-17T16:13:20Z
164,878
Bug 164878 [Capabilities] Need a property tester for activities
In 3.3 user assistance will allow expressions in documents like welcome pages, help xhtml documents, table of contents, etc to allow extra flexibility when filtering. For products or component that integrate with other components, it is sometimes desirable to control the visibility/discoverability of certain content based on what else is enabled in the UI (e.g. for advertising functionality or integration points). We need a property tester to test for this. This applies to both activities (is it a java developer?) and categories (is it a developer?). A property tester for this is also required for cases where we want activity filtering within documents, not just at the document level, and we have no id or pattern to match by. Patch will be provided.
verified fixed
1764d49
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/UtilTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-21T15:44:44Z
2006-11-16T20:46:40Z
164,984
Bug 164984 [JFace] DefaultToolTip shouldn't be abstract
since all values can be accessed using getter/setter there's no need any more to declare it abstract.
verified fixed
60bd719
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-17T16:27:04Z
2006-11-17T16:13:20Z
164,678
Bug 164678 [Keys] KeysPreferencePage - remove use of 1.4 API
The method replaceAll(String, String) is undefined for the type String org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys KeysPreferencePage.java line 1387 1163611126484 746277
verified fixed
75093b7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/KeysCsvTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/KeysTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-16T18:47:09Z
2006-11-15T17:00:00Z
164,810
Bug 164810 [EFS] FileStoreEditorInput doesn't work on non-"file:" URIs
null
resolved fixed
53cad9a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-16T16:05:32Z
2006-11-16T12:26:40Z
164,621
Bug 164621 [Menus] wrong line endings on source code
Ciao @ll :) Looks like the following five files don't have proper line endings to be viewed on unix. Only Ctrl-Ms separate the lines, no CR-LFs: org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimBarManager.java org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/SPartMenuLayout.java org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/LegacyMenuManager.java org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/LayoutNode.java HTH, Ciao, hh
resolved fixed
ff6bd5c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/IActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/NestableHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/IActionSetsListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ILayoutNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ILocationElementTokenizer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LayoutNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyMenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LocationElementToken.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/OrderNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/SMenuLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/SPartMenuLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/TrimBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-16T12:17:35Z
2006-11-15T11:26:40Z
137,934
Bug 137934 [DataBinding] Add support for IColorProvider, IFontProvider, and images for TableViewer
The 3.2m6 code doesn't provide support styling (colors, fonts, or images) in the TableViewer. The 3.2m5 code only allowed for one binding per columns, whether that be the display value, image, etc. Assumptions of the use cases are as follows: * The consumer will always want to provide a bound display property per column. * The consumer should be able to specify styling in addition to the bound display value. * The consumer could want to bind the style to one attribute in their model just like how display is bound. * The consumer could want a binding more complex than just one attribute (e.g. All males (gender) born before 01/01/2000 (birth date) are at higher risk therefore the row should be red). These rules could get complex depending upon the use case. My proposal is to support two modes: * Support binding to a single attribute like the current display binding. * Support the ability for a user defined label provider. If a label provider exists on the TableViewer at the time of binding it will be retrieved and treated like a delegate for unbound properties. This will allow for the support that the TableViewer provides today when not used in Data Binding. I'm currently working on this enhancement and will provide a patch when it's complete.
verified fixed
e0b22c0
["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-16T06:27:01Z
2006-04-21T14:33:20Z
164,529
Bug 164529 [FieldAssist] Provide the ability to listen to start and end field assist events
In the previous content assist functionality, an ICompletionListener could be specified to listen to the following events: public void assistSessionEnded(ContentAssistEvent event) public void assistSessionStarted(ContentAssistEvent event) The equivalent listener, IContentProposalListener, does not listen to those two events. PDE needs to know when an assist session is ended in order to reset the state it maintains for custom filtering of java type results. The current event does not handle the case where the user ends the content assist without selecting a proposal: public void proposalAccepted(IContentProposal proposal);
verified fixed
e96f434
["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/IContentProposalListener2.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-15T21:32:53Z
2006-11-14T21:33:20Z
164,681
Bug 164681 [WorkingSets] WorkingSetFilterActionGroup - remove use of 1.4 API
The method toString() in the type Boolean is not applicable for the arguments (boolean) org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions WorkingSetFilterActionGroup.java line 262 1163611135859 748603
verified fixed
437361d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-15T20:23:51Z
2006-11-15T17:00:00Z
164,639
Bug 164639 [JFace] improve usability of DefaultToolTip
DefaultToolTip should provide setters for the commonly-customized properties of the tooltip rather than rely on method subclassing.
verified fixed
1fe1d43
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-15T14:06:37Z
2006-11-15T14:13:20Z
164,350
Bug 164350 [JFace] Listener optimization in ToolTip
The hideListener in ToolTip is a bit too eager. If we're not handling mouse down events it doesn't need to be applied recursively. Also, the mouseExit hander doesn't need to be on anything under the shell. If fixed we should be careful to re-tool the listener in the event that the setHideOnMouseDown event changes state of that field.
verified fixed
8869549
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-15T14:05:25Z
2006-11-13T17:46:40Z
164,504
Bug 164504 [Viewers] AssertionFailedException when removing element from tree
I20061114-0927 Steps to reproduce: (1) Turn on the option to "remove terminated launches when a new launch is created" (Preferences > Run/Debug > Launching) (2) From the debug perspective, launch an Eclipse Application (workbench) in debug mode (3) After it starts, close the newly launched Eclipse Application (4) Change to the Java perspective (5) Re-launch the Eclipse Application (press the debug button) Error while logging event loop exception: org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runti me.AssertionFailedException: null argument:) at org.eclipse.swt.SWT.error(SWT.java:3407) at org.eclipse.swt.SWT.error(SWT.java:3330) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3440) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3080) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1936) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1900) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.jface.viewers.AbstractTreeViewer.getTreePathFromItem(Abst ractTreeViewer.java:2665) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeView er.java:1104) at org.eclipse.jface.viewers.TreeViewer.access$3(TreeViewer.java:1100) at org.eclipse.jface.viewers.TreeViewer$3.handleEvent(TreeViewer.java:39 4) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:951) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:936) at org.eclipse.swt.widgets.Tree.checkData(Tree.java:1441) at org.eclipse.swt.widgets.Tree.checkData(Tree.java:1429) at org.eclipse.swt.widgets.TreeItem.getItems(TreeItem.java:766) at org.eclipse.jface.viewers.TreeViewer.getChildren(TreeViewer.java:256) at org.eclipse.jface.viewers.AbstractTreeViewer.disassociateChildren(Abs tractTreeViewer.java:822) at org.eclipse.jface.viewers.AbstractTreeViewer.disassociate(AbstractTre eViewer.java:810) at org.eclipse.jface.viewers.AbstractTreeViewer.disassociateChildren(Abs tractTreeViewer.java:825) at org.eclipse.jface.viewers.AbstractTreeViewer.disassociate(AbstractTre eViewer.java:810) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRemove(AbstractT reeViewer.java:1764) at org.eclipse.jface.viewers.AbstractTreeViewer$6.run(AbstractTreeViewer .java:2022) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Struct uredViewer.java:1326) at org.eclipse.jface.viewers.AbstractTreeViewer.remove(AbstractTreeViewe r.java:2020) at org.eclipse.jface.viewers.AbstractTreeViewer.remove(AbstractTreeViewe r.java:2072) at org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider. handleRemove(TreeModelContentProvider.java:247) at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.upda teNodes(ModelContentProvider.java:547) at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.upda teNodes(ModelContentProvider.java:573) at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider$7.ru nInUIThread(ModelContentProvider.java:528) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:123) ... 20 more Logging exception: java.lang.NullPointerException at org.eclipse.ui.statushandling.StatusManager.initErrorHandlers(StatusM anager.java:169) at org.eclipse.ui.statushandling.StatusManager.getManager(StatusManager. java:111) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopException(Workbe nchAdvisor.java:327) at org.eclipse.ui.internal.ExceptionHandler.handleException(ExceptionHan dler.java:62) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1940) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1900) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962)
verified fixed
a962487
["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
2006-11-14T22:17:17Z
2006-11-14T18:46:40Z
164,509
Bug 164509 Breaking API change: ColumnViewer#getItemAt(Point)
null
verified fixed
467f78b
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-14T20:50:20Z
2006-11-14T18:46:40Z
163,357
Bug 163357 [Viewers] NullPointerException on AbstractTreeViewer.remove(path, index)
I20061102-1715 It's possible to get an NPE when removing an element from a tree viewer. The remove API accepts a "parent path" and "child index". It is possible to specify an empty tree path for the parent to indicate the root element. However, the remove code eventually trys to find the widget associated with the "last segment" of the parent path. This results in null, and an NPE: Caused by: java.lang.NullPointerException at org.eclipse.jface.viewers.CustomHashtable.hashCode(CustomHashtable.java:265) at org.eclipse.jface.viewers.CustomHashtable.get(CustomHashtable.java:237) at org.eclipse.jface.viewers.StructuredViewer.findItems(StructuredViewer.java:769) at org.eclipse.jface.viewers.AbstractTreeViewer.internalFindItem(AbstractTreeViewer.java:173) at org.eclipse.jface.viewers.AbstractTreeViewer.internalFindItems(AbstractTreeViewer.java:153) at org.eclipse.jface.viewers.TreeViewer$8.run(TreeViewer.java:1017) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1326) at org.eclipse.jface.viewers.TreeViewer.remove(TreeViewer.java:1005) at org.eclipse.debug.internal.ui.viewers.model.ChildrenUpdate.performUpdate(ChildrenUpdate.java:62) at org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor$1.runInUIThread(ViewerUpdateMonitor.java:43) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
verified fixed
b6a2f11
["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
2006-11-14T13:37:24Z
2006-11-03T18:53:20Z
164,375
Bug 164375 [Undo] - WorkspaceUndoUtil shouldn't reset change count for any context
N20061112-0010, WinXP I noticed with the WorkspaceUndoMonitor tracing on that the workspace change count was being reset when undoing and redoing text changes from an editor. This should not be the case. The workspace undo monitor listener should only be responding to undo/redo operations that have the workbench/workspace context.
verified fixed
e0fc974
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/WorkspaceUndoMonitor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T20:04:39Z
2006-11-13T20:33:20Z
162,964
Bug 162964 [Undo] - Resource undo only works when Navigator is active
Build: I20061031-0656 Undo of resource changes only works when the Navigator view has focus. This feels really subtle and I'm wondering if it will be a barrier to people discovering and using it. For example, if I create a new file, focus is immediately given to the editor so you don't even know the undo option is there unless you click back into the navigator. Likewise if a user happens to switch to the Outline or some other view, I could see them getting frustrated that undo stops working. I don't really know the right answer here - I realize separate parts can have different undo stacks. Maybe if the new active part has no undo stack or its stack is empty, you should keep the previous part's undo stack active? I don't know much about the implementation details so I'm a bit fuzzy, but it feels wrong as a user that I always have to click back into the Navigator to get undo to work...
verified fixed
6d13762
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/RedoActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/UndoActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T19:41:26Z
2006-10-31T18:40:00Z
140,049
Bug 140049 [Dialogs] - deprecate ImageAndMessageArea
null
verified fixed
ee8b789
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ImageAndMessageArea.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T18:11:26Z
2006-05-03T18:13:20Z
163,274
Bug 163274 [JFace] Provide customizable ToolTip at JFace level
More and more elements in JFace and UI request Customizable TooltipSupport. We should think about providing a common class providing a solid base for Tooltip implementations.
verified fixed
3ed6eba
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet020CustomizedControlTooltips.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T17:10:29Z
2006-11-02T23:26:40Z
164,133
Bug 164133 NPE while filtering tree in Plugin Registry
I20061010-0800 1. Show view 'Plugin Registry' 2. In the tree filter text field type org.eclipse.j Is: org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: null argument:) at org.eclipse.swt.SWT.error(SWT.java:3407) at org.eclipse.swt.SWT.error(SWT.java:3330) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3440) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3080) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1924) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1888) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.jface.viewers.AbstractTreeViewer.setExpandedState(AbstractTreeViewer.java:2277) at org.eclipse.ui.dialogs.FilteredTree$2.recursiveExpand(FilteredTree.java:418) at org.eclipse.ui.dialogs.FilteredTree$2.recursiveExpand(FilteredTree.java:422) at org.eclipse.ui.dialogs.FilteredTree$2.recursiveExpand(FilteredTree.java:422) at org.eclipse.ui.dialogs.FilteredTree$2.runInUIThread(FilteredTree.java:373) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
verified fixed
0f8034a
["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
2006-11-13T05:17:47Z
2006-11-10T17:33:20Z
164,268
Bug 164268 [DataBinding] BeansObservables.observeList returns a list without an element type
When constructing an IObservableList from BeansObservables the list that is returned doesn't have an element type. The scenario that this causes an issue in is when attempting to observe a detail list. Currently when you run TestMasterDetail an exception is thrown when a person is selected and this is because the detail list has an element type of Object.class instead of the appropriate type. We need to ensure that the type is set on the list that is returned from the observables factory.
verified fixed
ffebdcf
["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeansObservablesTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T04:56:24Z
2006-11-12T22:20:00Z
164,247
Bug 164247 [DataBinding] NPE from ObservableMapLabelProvider when value is null
When a null value is to be returned from getColumnText(...) a NPE is thrown. It's trying to do a toString() on the null value.
verified fixed
1cfd7a3
["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableMapLabelProvider.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/viewers/ObservableMapLabelProviderTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T04:50:30Z
2006-11-12T02:53:20Z
160,000
Bug 160000 [DataBinding] Convert scenarios to official APIs
null
verified fixed
a469cb1
["tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ListViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/MasterDetailScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TableScenarios.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-13T04:46:24Z
2006-10-06T13:06:40Z
163,840
Bug 163840 [Undo/Redo] Asian language Undo and Redo menus have quick key in wrong location when Action is appended
When we have quick keys like &Undo and &Redo in languages like English and German, this is not a problem. However in Japanese, Chinese, and Korean, we do not have an underlined character. Instead the quick key is written out in parenthesis like this: (U) in the case of Undo for example. We do not have a problem when no action is in the Undo Redo queue. The (U) and the (R) are in the right location (following the translated word for Undo and Redo). We do have a problem when an Action is in the Undo Redo Queue. For example, in English we would have an Action called "Add Statement" and the menu item for Undo is generated to say (assume an underlined U) "Undo Add Statement", likely via something that looks like this...&Undo {0} In Asian translations, the issue we are seeing is that the (U) and (R) come in the middle of the visible string. The attachment will show this. It is possible the properties file lists /xxxx/xxxx/xxxx/xxxx (U) {0} instead of /xxxx/xxxx/xxxx/xxxx {0} (U) or something along that line.
verified fixed
5c5ca5c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/RedoActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/UndoActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-12T18:41:50Z
2006-11-08T18:20:00Z
164,217
Bug 164217 Javadoc warning in N20061111-0010
/builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java:166: warning - Tag @see: can't find CURRENT_METHOD in org.eclipse.jface.util.OpenStrategy
verified fixed
6f726de
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-11T14:19:52Z
2006-11-11T13:00:00Z
162,805
Bug 162805 [Undo] [IDE] Navigator Undo happens in UI thread with no progress
Build: I20061030-1200 Perform a large copy in a project that takes a few seconds to run Edit > Undo Copy Resources Edit > Redo Copy Resources The "redo" happens in the UI thread so the application stops painting (on Vista the window turns white). This should happen in a modal context thread. 4XESTACKTRACE at org/eclipse/core/internal/resources/Resource.copy(Resource.java:482) 4XESTACKTRACE at org/eclipse/ui/ide/undo/WorkspaceUndoUtil.copy(WorkspaceUndoUtil.java:327) 4XESTACKTRACE at org/eclipse/ui/ide/undo/CopyResourcesOperation.copy(CopyResourcesOperation.java:157) 4XESTACKTRACE at org/eclipse/ui/ide/undo/CopyResourcesOperation.doExecute(CopyResourcesOperation.java:125) 4XESTACKTRACE at org/eclipse/ui/ide/undo/AbstractWorkspaceOperation$2.run(AbstractWorkspaceOperation.java:250) 4XESTACKTRACE at org/eclipse/core/internal/resources/Workspace.run(Workspace.java:1742(Compiled Code)) 4XESTACKTRACE at org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.redo(AbstractWorkspaceOperation.java:248) 4XESTACKTRACE at org/eclipse/core/commands/operations/DefaultOperationHistory.doRedo(DefaultOperationHistory.java:353) 4XESTACKTRACE at org/eclipse/core/commands/operations/DefaultOperationHistory.redo(DefaultOperationHistory.java:1095) 4XESTACKTRACE at org/eclipse/ui/operations/RedoActionHandler.runCommand(RedoActionHandler.java:64) 4XESTACKTRACE at org/eclipse/ui/operations/OperationHistoryActionHandler$4.run(OperationHistoryActionHandler.java:280) 4XESTACKTRACE at org/eclipse/jface/operation/ModalContext.runInCurrentThread(ModalContext.java:369) 4XESTACKTRACE at org/eclipse/jface/operation/ModalContext.run(ModalContext.java:313) 4XESTACKTRACE at org/eclipse/jface/dialogs/ProgressMonitorDialog.run(ProgressMonitorDialog.java:479) 4XESTACKTRACE at org/eclipse/ui/internal/operations/TimeTriggeredProgressMonitorDialog.access$6(TimeTriggeredProgressMonitorDialog.java:1) 4XESTACKTRACE at org/eclipse/ui/internal/operations/TimeTriggeredProgressMonitorDialog$2.run(TimeTriggeredProgressMonitorDialog.java:203) 4XESTACKTRACE at org/eclipse/swt/custom/BusyIndicator.showWhile(BusyIndicator.java:67(Compiled Code)) 4XESTACKTRACE at org/eclipse/ui/internal/operations/TimeTriggeredProgressMonitorDialog.run(TimeTriggeredProgressMonitorDialog.java:216) 4XESTACKTRACE at org/eclipse/ui/operations/OperationHistoryActionHandler.run(OperationHistoryActionHandler.java:290) 4XESTACKTRACE at org/eclipse/jface/action/Action.runWithEvent(Action.java:499) 4XESTACKTRACE at org/eclipse/ui/actions/RetargetAction.runWithEvent(RetargetAction.java:229) 4XESTACKTRACE at org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) 4XESTACKTRACE at org/eclipse/jface/action/ActionContributionItem.access$2(ActionContributionItem.java:488) 4XESTACKTRACE at org/eclipse/jface/action/ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) 4XESTACKTRACE at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:925(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3455(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:3072(Compiled Code)) 4XESTACKTRACE at org/eclipse/ui/internal/Workbench.runEventLoop(Workbench.java:1924)
verified fixed
b007230
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IAdvancedUndoableOperation2.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ContainerDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FileDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FolderDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ProjectDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ResourceDescription.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T23:36:27Z
2006-10-30T20:26:40Z
163,105
Bug 163105 [Preferences] WizardPreferences export page not using dialog font correctly
Version: 3.3.0 Build id: I20061031-0656 The WizardPreferences export page is propagating the parent font rather than using the dialog font support in Dialog.
verified fixed
6c0d124
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T19:43:09Z
2006-11-01T16:53:20Z
149,648
Bug 149648 [Markers] Error accessing marker type. Marker id 2135563 not found.
I20060704-0800 Found these in my log: !ENTRY org.eclipse.ui.ide 4 4 2006-07-05 11:10:12.908 !MESSAGE Error accessing marker type !ENTRY org.eclipse.core.resources 4 376 2006-07-05 11:10:12.908 !MESSAGE Marker id 2135563 not found. !ENTRY org.eclipse.ui.ide 4 4 2006-07-05 11:10:12.908 !MESSAGE Error accessing marker type !ENTRY org.eclipse.core.resources 4 376 2006-07-05 11:10:12.908 !MESSAGE Marker id 2135563 not found. !ENTRY org.eclipse.ui.ide 4 4 2006-07-05 11:10:12.908 !MESSAGE Error accessing marker type !ENTRY org.eclipse.core.resources 4 376 2006-07-05 11:10:12.923 !MESSAGE Marker id 2135563 not found. Sadly, there's no stacktrace. Could be from org.eclipse.ui.wizards.datatransfer.ImportOperation.setResourceAttributes(..), which swallows the trace: } catch (CoreException e) { //Inform the log that the attributes reading failed IDEWorkbenchPlugin.getDefault().getLog().log(e.getStatus()); }
verified fixed
1ff0be0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T19:32:16Z
2006-07-05T09:00:00Z
161,906
Bug 161906 [Markers] Default task priority sorting shouldn't be ascending
If you start the Eclipse Workbench it always sorts the tasks in the task tab in this way: Completed - Ascending Priority - Ascending Description - Ascending Resource - Ascending This is the default setting in Eclipse 3.2.1. and is (in my opinion) always active if you restart Eclipse (whatever you've set before the last exit - maybe this is another bug too). I think, it would be better if the priority is descending sorted. So tasks with a high priority are more important than tasks with a lower prio... That makes more sense...
verified fixed
7dc7a0a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T19:08:45Z
2006-10-23T07:53:20Z
163,241
Bug 163241 [Undo] Allow Undo notification to be turned off
When deleting a project you will always been notified that it removes the Undo History. Could we add a "Don't show this" checkbox to its dialog settings? Thanx, PW
verified fixed
ac7f6c0
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/UndoMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T18:38:00Z
2006-11-02T17:53:20Z
161,848
Bug 161848 [JFace] Javadoc quality in org.eclipse.jface
As Tod announced on the platform-ui mailing list he wants to set the compiler settings to stricter mode so to ensure the javadoc quality. Because the weather was so lousy in Austria today I tried it and took the effort (~2 hours). I'll attach the patches package wise. This is a starting point.
verified fixed
8aa8fe9
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.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/StatusLine.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubStatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubToolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlAnimator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlEnableState.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/StatusDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/provisional/action/ToolBarManager2.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/layout/GridLayoutFactory.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/layout/LayoutGenerator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/AbstractResourceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/DerivedImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDataImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceColors.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Assert.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/IOpenEventListener.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ISafeRunnableRunner.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ContentViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CustomHashtable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IElementComparer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredSelection.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableColumnViewerLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TextCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/Viewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-10T17:42:19Z
2006-10-21T19:46:40Z
163,809
Bug 163809 [Progress] NullPointer in AnimationManager
I am writing an rcp app. If I leave an editor open ( an editor of my own making ) and re-run eclipse it occasionally throws a NullPointer. The editor kicks off a job as soon as it has its input set and it would appear the job animation manager is called before it is fully initialized. The error log entry follows: !ENTRY org.eclipse.core.jobs 4 2 2006-11-08 14:11:58.463 !MESSAGE An internal error occurred during: "Building workspace". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.progress.AnimationManager.setAnimated(AnimationManager.java:121) at org.eclipse.ui.internal.progress.AnimationManager$2.incrementJobCount(AnimationManager.java:198) at org.eclipse.ui.internal.progress.AnimationManager$2.addJob(AnimationManager.java:142) at org.eclipse.ui.internal.progress.AnimationManager$2.refreshJobInfo(AnimationManager.java:153) at org.eclipse.ui.internal.progress.ProgressManager.refreshJobInfo(ProgressManager.java:615) at org.eclipse.ui.internal.progress.ProgressManager$JobMonitor.beginTask(ProgressManager.java:203) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:136) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:208) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
verified fixed
a9b0631
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-09T18:28:37Z
2006-11-08T15:33:20Z
139,324
Bug 139324 [Contributions] plugin XML giving parameters to IExecutableExtension causes spurious runtime warning
Starting with Eclipse 3.2M5: Say there is a plugin.xml file, containing the following inside an actionSet (all proprietary information generalized of course): <action label="%Title" menubarPath="CustomMenu/SubMenu/Group" id="com.parasoft.MenuID15"> <class class="com.parasoft.GenericParameterizedAction"> <parameter name="parameter1" value="parameter1Value"/> </class> </action> This works, supplying the parameter as data to the IExecutableExtension.setInitializationData() method, where the instance of the generalized action can do whatever it wants with it. This is documented in several places: the JavaDoc for LaunchURL, the JavaDoc for IExecutableExtension, and Bugzilla Bugs 36968 and 79184. However, in Eclipse 3.2M5 and higher, the following warning error messages are printed to the console when Eclipse is launched with such a plugin (containing a parameter in the plugin.xml) is installed. !ENTRY org.eclipse.ui 2 0 2006-04-28 14:05:33.796 !MESSAGE Warnings while parsing the action sets from the 'org.eclipse.ui.actionSets' extension point !SUBENTRY 1 org.eclipse.ui 2 0 2006-04-28 14:05:33.796 !MESSAGE There was no class provided, and the action is not retargettable: plug-in='com.parasoft.testplugin', id='com.parasoft.MenuID15' After the error message is displayed, the parameterized actions do, in fact, work properly, with the implementing class being instantiated and receiving its parameter data passed through the IExecutableExtension.setInitializationData() function after instantiation. So it appears that the error message is simply superfluous. Whatever code is generating the message should be modified to take into account the possibility of the "class" attribute for a (non-retargettable) action being found in a sub-element rather than an attribute--as the IExecutableExtension interface documents and requires (assuming the colon-delimited method of specifying a single unnamed string parameter is not used). --David
verified fixed
7c7b1a2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2006-11-09T17:12:27Z
2006-04-28T21:33:20Z