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]
187,007
Bug 187007 [Min/Max] non-closeable view gets close menu item
If you have a non-closeable view and minimize the stack you still get the 'Close' context menu entry.
verified fixed
74c876d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStackTrimToolBar.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T16:26:30Z
2007-05-15T14:40:00Z
187,002
Bug 187002 [Min/Max] SampleView appears minimized
Create a new project using the 'with a view' template Fire up an inner Switch to the Resource Perspective The view appears in a minimized stack Almost certainly intro'd by my new handling for opening views in various perspective/page states.
verified fixed
c09c813
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T16:24:30Z
2007-05-15T14:40:00Z
187,026
Bug 187026 [Min/Max] non-movable views can be dragged out of minimized stacks
Create a non-movable view in a perspective Minimize the stack it's in You can still drag it out...
verified fixed
a1c3b95
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewDnDHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T16:22:08Z
2007-05-15T14:40:00Z
186,403
Bug 186403 [KeyBindings] provide conflict information to users outside of logging
null
verified fixed
86b24a2
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/internal/InternalPolicy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T15:39:32Z
2007-05-10T15:13:20Z
186,768
Bug 186768 [Trim] AbstractContributionFactory cannot be used
Build ID: I20070503-1400 Steps To Reproduce: 1. Create your own AbstractContributionFactory implementation to contribute to a "toolbar:org.eclipse.ui.trim.status". 2. Add this factory to the menu service. 3. Run the application. More information: TrimContributionManager, line 220: MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) cacheIter.next(); throws ClassCastException because the AbstractContribution action is tried to be cast to MenuAdditionCacheEntry. PS: I hope I use this factory the right way -- I follow the tutorials.
verified fixed
e0270d3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/TrimContributionManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T13:38:12Z
2007-05-14T10:53:20Z
186,854
Bug 186854 [Contributions] separator with visible="false" is still visible
When defining a menu contribution in XML the separators that are to be used as groupmarkers are visible. They should just be group markers. Example XML: <menu label="DoIt" mnemonic="I"> <separator name="z.ex.rcp.mail.separator1" visible="false"> </separator> <command commandId="z.ex.rcp.mail.open" icon="icons/sample3.gif" label="C1"> </command> <separator name="z.ex.rcp.mail.separator2" visible="false"> </separator> <command commandId="z.ex.rcp.mail.open" icon="icons/sample2.gif" label="C2"> </command> <separator name="z.ex.rcp.mail.separator3" visible="false"> </separator> </menu> PW
verified fixed
69991ef
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T13:35:08Z
2007-05-14T19:13:20Z
175,817
Bug 175817 FilteredItemsSelectionDialog should show "n items selected" in status line
I20070227-0800 FilteredItemsSelectionDialog should show "n items selected" in status line as soon as 2 or more items are selected. This would be in line with what views show in the workbench window status line on multiselection. The ItemsListSeparator should not be counted as a selected item. For the empty selection, the status line should stay empty.
verified fixed
1d8f6b6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T13:13:44Z
2007-02-28T10:53:20Z
186,808
Bug 186808 [JFace] regression: JFace standalone apps should work without org.eclipse.osgi
null
verified fixed
7e5d8bc
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceResources.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T12:42:32Z
2007-05-14T16:26:40Z
183,650
Bug 183650 [FieldAssist] ContentProposalAdapter with Text produces unwanted popup on Enter
Build ID: I20070323-1616 Steps To Reproduce: 1. Setup a ContentProposalAdapter (using ContentProposalAdapter.PROPOSAL_REPLACE) with some proposals on a Text control. 2. Type some valid text into the Text control 3. Hit "Enter" (or select from the dropdown) More information: ContentProposalAdapter has a private controlListener that calls autoActivate() on a SWT.Modify event. This is fine except it gets triggered from ContentProposalAdapter.proposalAccepted(). The result is that you select one of the items and it modifies the Text control causing the popup to display again, which goes around until the user hits ESC to make it go away.
verified fixed
35e749e
["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-15T12:12:28Z
2007-04-23T20:26:40Z
185,673
Bug 185673 [Viewers] Mac only: In variables and expressions views, up/down keyboard navigation doesn't work correctly
Build ID: I20070503-1400 On Mac, if you use the down arrow key (not the scrollbar) to move down the variables view or expressions view, it does not work correctly -- sometimes, after pressing down arrow, the selection jumps back to the first line in the view. It reproduces consistently, and is not timing-sensitive. Steps To Reproduce: 1. Make a new Java project "J", and paste this program into it: public class J { public static void main(String[] args) { int[] a = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; System.out.println("breakpoint here"); } } 2. Switch to the Debug perspective, and make sure the Variables view is visible, and is not too tall. Make it about 4 1/2 lines tall. 3. Set a breakpoint on the println line. 4. Debug. When you hit the breakpoint, the variables view should have the empty "args" array, plus array "a". 5. Click the triangle to expand "a". You should now see a line for a[0], a line for a[1], and half of the line for a[2]. 6. Click in the variables view to give it keyboard focus, on the line for array "a". 7. Press down arrow a few times. You can pause between each press of the key; this is not a timing-sensitive issue. For the first few lines, each time you press down arrow, the cursor will move down a line, as it should. When you are on a[1] and press down arrow, the screen scrolls about 1/2 line, and now a[2] is correctly selected. But the next time you press down-arrow, something strange happens: the view does scroll, so a[3] is visible, but there is no blue highlight indicating that a[3] is selected. Then, if you press down-arrow one more time, the scrollbar jumps all the way to the top, and the very first line of the view, "args", is selected. If you repeat the process, you will find that this time, you get one line farther: a[3] will be reached successfully, but a[4] will be where the weirdness starts. Each time you repeat it, you will get one line farther down before it starts messing up. More information: The problem does not reproduce in any other view, such as breakpoints, debug, outline, etc., so I think the problem is specific to variables and expressions. Also, it is a core bug, not a JDT bug, because it reproduces when debugging other languages. Does not reproduce on Windows. I didn't have a chance to try any other platforms.
verified fixed
85b2d4f
["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
2007-05-15T02:54:46Z
2007-05-06T05:40:00Z
180,302
Bug 180302 [StatusHandling] Protect the StatusManager code from faulty StatusHandler
I developed my StatusHandler and when I tested it, the Dialog did not open I debuged it and realized I was throwing a NullPointerException in my code We should wrap our call to the handle() and createSupportPart() method and gracely fall back to a default ErrorDialog is the StatusHandler throws an Exception I am not sure if we should catch Exception ... Maybe we should, and if the Exception is a runtimeException we rethrow it ?
verified fixed
02af100
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-14T20:46:32Z
2007-03-30T21:26:40Z
174,737
Bug 174737 [IDE] New Plug-in Project wizard status handling is inconsistent
3.3 M5 1. New -> Project... 2. Select "Plug-in Project" and click "Next" => Status: "Project name must be specified" 3. Uncheck "Use default location" => Status: [ERROR] "Project contents directory must be specified" 4. Enter project name "abc" => Status: OK, "Next" button enabled The status is wrong. It should fall back to error "Project contents directory must be specified" with the "Next" button disabled.
verified fixed
90f3025
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-14T20:43:32Z
2007-02-20T08:26:40Z
186,526
Bug 186526 [KeyBindings] New Keys preference page removed binding for command with initial keybinding conflict
null
verified fixed
9ae69da
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-14T19:27:18Z
2007-05-11T07:53:20Z
186,119
Bug 186119 [Contributions] org.eclipse.ui.commands added to main.toolbar via menuContribution do not have a "flat" look on W2K
Build ID: I20070503-1400 Steps To Reproduce: 1. create a new plugin project using the sample rcp mail template application using eclipse 3.3 on a windows 2000 pc 2. add a org.eclipse.ui.commands 3. add extension point org.eclipse.ui.menus and add that command as menuContribution to the main toolbar (toolbar:org.eclipse.ui.main.toolbar?after=additions) 4. icon will be displayed but it does not have that "flat" look like the two existing buttons - regardless of which style attribute will be used at the menucontribution More information: Since we upgraded from 3.2.1 to 3.3M6 and further to 3.3M7 we have introduced org.eclipse.ui.commands, org.eclipse.ui.menus and org.eclipse.ui.handlers to replace all o.e.ui.ActionSets, o.e.ui.popUpMenus etc. Everything works well except the commands added to the with toolbar:org.eclipse.ui.main.toolbar using menuContributions do not have that flat look like as if they would been added to coolbar in the old programmatical way. Regardless which style attribute is set, the added commands always have a 3D-like style. To reproduce that problem we have extended the eclipse rcp mail template application by a org.eclipse.ui.command and a org.eclipse.ui.menus/menuContribution that adds that command to the org.eclipse.ui.main.toolbar. Snipplet of the plugin.xml <!-- start extension --> <extension point="org.eclipse.ui.commands"> <command defaultHandler="com.mobilkom.rcp.sample.mail.OpenMailboxHandler" id="com.mobilkom.rcp.sample.mail.openMailboxCommand" name="Open Mailbox"> </command> </extension> <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions"> <toolbar id="mainToolbar"> <command commandId="com.mobilkom.rcp.sample.mail.openMailboxCommand" icon="icons/sample3.gif" label="Mailboxes (Command)"> </command> </toolbar> </menuContribution> </extension> <!-- end extension --> Regardless of the used style attribute (even if its empty) the added command always has a 3D-like look. This problems exists on Windows 2000, which is our primary platform but does not occur on Windows XP. We already made inital test on Windows Vista - the command looks flat, but seems to be a little bit lighter than the other button in the toolbar. It seems that the style attribute at the command attribute does not have any effect.
verified fixed
476c39c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-14T14:39:47Z
2007-05-09T11:26:40Z
184,818
Bug 184818 [DataBinding] Typo in example 3
In the ViewModel.setText(String) method of the it's firing a change event for "test" and not "text". public void setText(String text) { String oldValue = this.text; this.text = text; firePropertyChange("test", oldValue, text); } This needs to be changed to "text".
verified fixed
4143f5b
["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet002UpdateComboRetainSelection.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet003UpdateComboBindUsingViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-12T15:39:05Z
2007-05-01T03:26:40Z
186,614
Bug 186614 [Trim] empty fast view stack when closing a view
[3.3 M7] Steps: 1. Start with a new workspace in the Java perspective 2. Minimize the top left stack (Package Explorer and Hierarchy views) 3. Reset current perspective 4. Close the Package Explorer -> An empty fast view trim stack is created and placed to the left of the hierarchy view. This empty stack does not go away by resetting the perspective, or by switching perspectives.
verified fixed
7521499
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T19:06:42Z
2007-05-11T16:13:20Z
180,004
Bug 180004 [Min/Max] Opening a view that gets placed in a minimized stack doesn't get focus
Minimize the Java perspective's Outline stack Open the Ant view (which has a placeholder in that stack) The stack correctly restores but: 1) It doesn't have focus 2) It's -first- in the tab order, not last as expected This is almost certainly an ordering issue where I should be restoring the stack -first- in 'showView' before proceeding with the view's open...
verified fixed
50a876c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T19:02:41Z
2007-03-29T14:53:20Z
152,919
Bug 152919 [Import/Export] import existing project w/ copy is inefficient
I just tried to import some existing projects and selected "copy projects into workspace". After a long time (sorry, no measurements) I had to cancel the request, because I was running out of disk space. I had just succeeded in importing the first project (jdt core), which takes approx. 80MB disk space, but at that time the previously blank workspace consumed additional 300MB mainly in: .metadata/.plugins/org.eclipse.core.resources/.history/ Is this operation recording undo-information for each single file imported? Unless I made something really stupid, this operation seems not to be usable for large projects.
verified fixed
0d14bb4
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T17:26:54Z
2006-08-06T16:00:00Z
184,000
Bug 184000 [Win32] Failure in IDeprecatedWorkbenchPageTest: testopenEditor
Build id: I20070424-0930 junit.framework.AssertionFailedError: expected:<false> but was:<true> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:146) at junit.framework.Assert.assertEquals(Assert.java:152) at org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest.testOpenEditor(IDeprecatedWorkbenchPageTest.java:205) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:122) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3650) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3287) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:52) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120)
verified fixed
876f555
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T17:13:08Z
2007-04-25T14:06:40Z
183,998
Bug 183998 [Win32] Failure in IWorkbenchPageTest: testOpenEditor
junit.framework.AssertionFailedError: expected:<false> but was:<true> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:146) at junit.framework.Assert.assertEquals(Assert.java:152) at org.eclipse.ui.tests.api.IWorkbenchPageTest.testOpenEditor(IWorkbenchPageTest.java:362) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:122) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3650) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3287) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:52) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120)
verified fixed
9bea51b
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T17:11:22Z
2007-04-25T14:06:40Z
186,211
Bug 186211 [Viewers] SWT/JFace: TreeViewer unable to show same image in different columns
Build ID: I20070503-1400 Steps To Reproduce: 1. see atached snippet 2. 3. More information: If the same image is returned by the label provider, the tree viewer shows the image only in the first column. A table viewer shows the image in all columns. If separate images are used for the first and for all following columns, it works.
verified fixed
47e10ec
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerRow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T15:05:34Z
2007-05-09T17:00:00Z
179,372
Bug 179372 [StatusHandler] Message too long in the title
If I put a very very long message, it will appear in the title. If my message has "\r\n" i end up with 'cheese' in the title. Could we only show the first n char in the ErrorDialog title ? NotaBene: this will be linked to a feature enhancement where we should pass a Message, explanation and Reason to the ErrorDialog.
verified fixed
9d67156
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-11T14:12:08Z
2007-03-26T20:13:20Z
184,012
Bug 184012 [Win32] Failure in IEditorRegistryTest: testGetImageDescriptor
Build id: I20070424-0930 junit.framework.AssertionFailedError: expected:<org.eclipse.ui.internal.misc.ExternalProgramImageDescriptor@b6417d8> but was:<org.eclipse.ui.internal.misc.ExternalProgramImageDescriptor@622569bf> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:71) at org.eclipse.ui.tests.api.IEditorRegistryTest.testGetImageDescriptor(IEditorRegistryTest.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:122) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3650) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3287) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:52) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120)
verified fixed
bb4957d
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-10T20:47:00Z
2007-04-25T14:06:40Z
186,203
Bug 186203 [ActionSets] Undead tooltips in customize perspective dialog
I20070503-0010 Open the customize perspective dialog Go to the commands tab select an action set hit F2 note the tooltip does not go away hit f2 again and again and again just hold the button down wait for a very thick black border to appear around the tooltip. It appears we keep spawning tooltip shells.
verified fixed
f03c789
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-10T18:01:15Z
2007-05-09T17:00:00Z
118,028
Bug 118028 [Commands] misc: Many identical entries in 'Uncategorized'
The 'Uncategorized' category in the Keys preference page has many identical entries due to entries that are now auto-generated from the action contributions. What do the 4 "Add Task" entries do? Are they doing something different?
verified fixed
ec8ede9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PatternFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/CategoryPatternFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferenceFiltersDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferenceMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-10T16:13:06Z
2005-11-25T12:00:00Z
185,150
Bug 185150 [KeyBindings] Do not allow duplicate key bindings
In the new keybinding page you can bind a key to an already used one. i.e. you can bind content assist to ctrl-insert. which is already occupied by copy. There should be at least a warning in some way. Please take the scope into account such that there is an information when changing a binding for a more specific scope.
verified fixed
d7612f2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferenceMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-10T14:47:07Z
2007-05-02T15:33:20Z
180,758
Bug 180758 [IDE] Deleting a project but not the contents asks if you want to delete read-only files
I have noticed that in 3.3M6, if I delete a project that has read-only files in it, it will prompt if I want to delete the files even if I select "Do not delete contents". The files are not actually deleted, but the error dialog should not be presented to the user since the files are not actually being deleted. I don't remember seeing this in 3.3M4 or earlier.
verified fixed
28c62dd
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteResourcesOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-09T21:36:10Z
2007-04-03T17:06:40Z
186,218
Bug 186218 [RCP] 'WorkbenchWindowConfigurerTest' failing on all platforms
It throws an NPE from the Perspective's 'onActivate' due to new code added to check for special cases on switching back to the 3.0 presentation.
verified fixed
7d6a610
["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
2007-05-09T18:34:14Z
2007-05-09T19:46:40Z
186,178
Bug 186178 [QuickAccess] Text not shown on selected item.
When using the QuiclAccess on Vista I noticed that the currently 'selected' element's text color is such that you can't see it...
verified fixed
0cbaecf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-09T17:40:41Z
2007-05-09T14:13:20Z
185,824
Bug 185824 [QuickAccess] CamelCase algorithm needs to be better
null
verified fixed
b3d0bf4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/CamelUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessElement.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/UiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/quickaccess/CamelUtilTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/quickaccess/QuickAccessTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-09T17:30:39Z
2007-05-07T17:46:40Z
186,053
Bug 186053 [Forms] MSAA problems with FormText , role and default action
null
resolved fixed
f827be7
["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java", "bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/Hyperlink.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-09T17:00:14Z
2007-05-09T00:20:00Z
184,688
Bug 184688 org.eclipse.ui.dialogs.SearchPattern has a few painful glitches
HEAD org.eclipse.ui.dialogs.SearchPattern as a few painful glitches that need to be corrected ASAP, since they cause subtle problems in the Open Type dialog. I'll attach a fix for these problems: - calls String#trim() when only last character should be deleted - should detect string ending in " " or "<" as RULE_EXACT_MATCH, not RULE_CAMELCASE_MATCH - isValidCamelCaseChar(..) always returns true To reproduce the problems of the blocked bugs, you usually have to type very quickly (or paste the whole pattern).
verified fixed
e050ffc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SearchPattern.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-09T14:51:36Z
2007-04-30T10:46:40Z
185,841
Bug 185841 Colour treatement of active non-focus tabs
We need a new color treatement for active non-focus tabs (the one you get when another window other than the workbench has focus). This goal is a better match with the active tabs so the transition is less jarring. Presently we have a new look for the focus tab but the old 3.2 dark-on-top look for the non case tab.
verified fixed
7c7bc2e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/LightColorFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-08T20:17:22Z
2007-05-07T20:33:20Z
178,397
Bug 178397 [StatusHandling] View with an error opens an error dialog
Views with errors are opening error dialogs and then opening a view with empty contents. In previos releases we did not bring up the error dialog - we should be consistent with this behaviour. Also the empty view should give some indication that it is empty because an error has occured
verified fixed
b4823fe
["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/ViewReference.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-08T19:05:46Z
2007-03-20T19:46:40Z
185,551
Bug 185551 [KeyBindings] [KeyBindings] New Keys pref page: should have useful secondary sort order
I20070503-1400 The table on the new Keys pref page should have a useful secondary sort order. E.g. when I sort by Category, the items inside 'Compare' are randomly sorted. They should either be sorted by Command or by the last chosen sort key as secondary sort criterion.
verified fixed
3cc40cf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-08T19:02:46Z
2007-05-04T14:46:40Z
180,565
Bug 180565 [StatusHandling] [BiDi] Stacktrace "Details" text area should always be LTR
Build ID: 3.3M6 Steps To Reproduce: 1. Launch platform with program argument "-dir rtl" 2. Open a perspective that causes the error status view to show up. 3. Observe the Details text area is formatted RTL even though the content will always be standard Java stacktrace that should be displayed LTR for easier readability: More information:
verified fixed
77083af
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/StatusPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-08T18:44:08Z
2007-04-02T21:40:00Z
185,663
Bug 185663 [Trim] 3.0 presentation: Minimised stack restore button doesn't work
3.3M7 I20070503-1400 3.3 Presentation 1) Minimise a view stack. 2) Switch to 3.0 presentation. 3.0 Presentation 3) Attempt to restore the view stack - the restore button fails (isn't even visually pressed).
verified fixed
6c80673
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "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
2007-05-08T17:42:40Z
2007-05-05T21:20:00Z
185,570
Bug 185570 [Min/Max] Maximized Views show restored state on restart
New workspace, close intro, maximize Package Explorer Shut down / restart Stack shows as restored and you have to click it twice to 'unzoom'. This is a startup life-cycle issue; at the time when the stack's states are being restored the WorkbenchPage hasn't set the active perspective yet so we return prematurely from the PartStack's 'setState' method...
verified fixed
2c81058
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-08T14:37:36Z
2007-05-04T14:46:40Z
185,736
Bug 185736 [KeyBindings] Key Assist action opens Keys (legacy) preference page on second Ctrl+Shift+L
3.3M7 The 'Help > Key Assist...' action opens the 'Keys (legacy)' preference page when Ctrl+Shift+L is pressed while the key assist table is shown. It should open the new Keys page (and also select the binding that was selected in the key assist table).
verified fixed
582dde1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T22:11:36Z
2007-05-07T12:13:20Z
174,806
Bug 174806 [Import/Export] setupSelectionsBasedOnSelectedTypes() casts to IResource
Build ID: M20060921-0945 Steps To Reproduce: 1. Build a plug-in extending org.eclipse.ui.exportWizards, using org.eclipse.ui.dialogs.WizardExportResourcesPage 2. Select a Java project 3. Select export and the export provided by the new plug-in -> Class cast exception occures This is, because setupSelectionsBasedOnSelectedTypes() casts to IResource, but this interface is not implemented by JavaProject (not implemented by other project classes either). More information: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaProject at org.eclipse.ui.dialogs.WizardExportResourcesPage.setupBasedOnInitialSelections(WizardExportResourcesPage.java:530) at org.eclipse.ui.dialogs.WizardExportResourcesPage.createControl(WizardExportResourcesPage.java:242) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1046) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1038) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1028) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1026) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:757) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:180) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) 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:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
8952695
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T20:33:45Z
2007-02-20T16:46:40Z
185,475
Bug 185475 [Contributions] legacy actions become disabled in multipage editors after being invoked
null
verified fixed
e283c11
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ContributedAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/CommandAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T18:40:18Z
2007-05-04T00:53:20Z
184,980
Bug 184980 [WorkbenchLauncher] Three colors and a font leaked on switch workspace dialog
Build: I20070501-0010 1) File > Switch workspace > Other... 2) Click Cancel -> Each time these steps are repeated, three Color objects and one Font object are leaked. The three Color allocations look like this (from Sleak): java.lang.Error at java.lang.Throwable.<init>(Throwable.java:56) at org.eclipse.swt.graphics.Device.new_Object(Device.java:787) at org.eclipse.swt.graphics.Color.<init>(Color.java:80) at org.eclipse.ui.forms.FormColors.createColor(FormColors.java:256) at org.eclipse.ui.forms.FormColors.createColor(FormColors.java:212) at org.eclipse.ui.forms.FormColors.initializeColorTable(FormColors.java:151) at org.eclipse.ui.forms.FormColors.initialize(FormColors.java:138) at org.eclipse.ui.forms.FormColors.<init>(FormColors.java:116) at org.eclipse.ui.forms.widgets.FormToolkit.<init>(FormToolkit.java:220) at org.eclipse.ui.internal.ide.ChooseWorkspaceWithSettingsDialog.createSettingsControls(ChooseWorkspaceWithSettingsDialog.java:113) at org.eclipse.ui.internal.ide.ChooseWorkspaceWithSettingsDialog.createDialogArea(ChooseWorkspaceWithSettingsDialog.java:101) at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:147) And the single Font leak looks like this: java.lang.Error at java.lang.Throwable.<init>(Throwable.java:56) at org.eclipse.swt.graphics.Device.new_Object(Device.java:787) at org.eclipse.swt.graphics.Font.<init>(Font.java:108) at org.eclipse.ui.internal.forms.widgets.FormUtil.createBoldFont(FormUtil.java:471) at org.eclipse.ui.forms.widgets.FormToolkit$BoldFontHolder.createBoldFont(FormToolkit.java:203) at org.eclipse.ui.forms.widgets.FormToolkit$BoldFontHolder.getBoldFont(FormToolkit.java:192) at org.eclipse.ui.forms.widgets.FormToolkit.createExpandableComposite(FormToolkit.java:526) at org.eclipse.ui.internal.ide.ChooseWorkspaceWithSettingsDialog.createSettingsControls(ChooseWorkspaceWithSettingsDialog.java:121) at org.eclipse.ui.internal.ide.ChooseWorkspaceWithSettingsDialog.createDialogArea(ChooseWorkspaceWithSettingsDialog.java:101)
verified fixed
ef8c83f
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceWithSettingsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T16:07:49Z
2007-05-01T20:06:40Z
184,087
Bug 184087 [ActivityMgmt] Optimize performance of MutableActivityManager#setEnabledActivityIds()
Build ID: I20070323-1616 I'd like to propose an optimization to MutableActivityManager#setEnabledActivityIds(). In the method MutableActivityManager#updateIdentifier(Identifier identifier) change the following: boolean matchesAtLeastOneEnabled = false; boolean matchesAtLeastOneDisabled = false; for (Iterator iterator = definedActivityIds.iterator(); iterator.hasNext();) { ... } To: boolean matchesAtLeastOneEnabled = false; boolean matchesAtLeastOneDisabled = false; for (Iterator iterator = definedActivityIds.iterator(); !matchesAtLeastOneEnabled && iterator.hasNext();) { ... } Since the largest chunk of time when setting activities is taken up within this for loop by checking the activity patterns, this could skip on average a large number of pattern matches.
verified fixed
7c6dc9d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/MutableActivityManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T16:05:59Z
2007-04-25T19:40:00Z
184,632
Bug 184632 [ErrorHandling] DynamicStatusHandler class has a compile error
The above class located in ui.tests/data/dynamic_classes has a compile error. Is this class being used in the tests? It appears to be and yet they all pass. This seems to indicate that the tests are bogus.
verified fixed
fa6f20d
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java", "tests/org.eclipse.ui.tests/data/dynamic_classes/statusHandler/org/eclipse/ui/dynamic/DynamicStatusHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T13:52:26Z
2007-04-29T15:20:00Z
179,364
Bug 179364 [BIDI} BiDi3.3: Improper Ordering of File Path in Window Title
Build ID: I20070222-0951 Steps To Reproduce: 1. Create new general project and give the project an Arabic name (change the keyboard layout to Arabic and use the following key strokes "lav,u") 2. Create a new folder and give the folder an Arabic name (change the keyboard layout to Arabic and use the following key strokes "pht/m") 3. Create a new file under the previous parent folder and name the file with an Arabic name (change the keyboard layout to Arabic and use the following key stroke "lgt.txt") 4. Click Finish. This problem is also noticed in the file Tooltip as shown in the attached file More information: As a solution for this problem, we recommend the use of Unicode control character ( as LRM) to ensure proper ordering of complex Bidi expressions.
verified fixed
9a03f27
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T13:14:58Z
2007-03-26T20:13:20Z
173,481
Bug 173481 Bloopers on Problems view's Quick Fix Dialog
I20070208-0010. There are bloopers on the Problems view's Quick Fix dialog: - intially some text in some columns cannot be read - I cannot resize those columns to read it - 'Quick Fix' is in the title and directly beneath it - the text that is below 'Quick Fix' says: "Select the fix ..." which indicates that I can select ONE fix. Why is there a check box table then?
verified fixed
99bdc69
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-07T13:11:39Z
2007-02-08T15:53:20Z
184,914
Bug 184914 [Dialogs] Leaked cursor opening wizard from Quick Access
Build: I20070501-0010 1) Capture sleak snapshot 2) Ctrl+3, "nut" (new untitled text file) 3) Close the resulting editor 4) Capture sleak diff -> A cursor is leaked each time I follow these steps. I could not reproduce by opening the wizard through the normal wizard dialog, so perhaps this is a strange quirk of quick access. java.lang.Error at java.lang.Throwable.<init>(Throwable.java:56) at org.eclipse.swt.graphics.Device.new_Object(Device.java:787) at org.eclipse.swt.graphics.Cursor.<init>(Cursor.java:230) at org.eclipse.jface.dialogs.TrayDialog.createHelpImageButton(TrayDialog.java:198) at org.eclipse.jface.dialogs.TrayDialog.createHelpControl(TrayDialog.java:185) at org.eclipse.jface.dialogs.TrayDialog.createButtonBar(TrayDialog.java:161) at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:148) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:541) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:114) at org.eclipse.ui.internal.incubator.WizardElement.execute(WizardElement.java:41) at org.eclipse.ui.internal.incubator.CtrlEAction$QuickAccessPopup.handleElementSelected(CtrlEAction.java:289) at org.eclipse.ui.internal.incubator.FilteringInfoPopup$5.keyPressed(FilteringInfoPopup.java:309) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:154) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1299) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1285) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3764) at org.eclipse.swt.widgets.Text.WM_CHAR(Text.java:2013) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3664) at org.eclipse.swt.widgets.Text.windowProc(Text.java:2008) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4342) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2257) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3282) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120)
verified fixed
45209f2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T20:50:51Z
2007-05-01T17:20:00Z
185,074
Bug 185074 [KeyBindings] New Keys preference page: should enlarge combo like old page did
null
verified fixed
5d98972
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T20:28:13Z
2007-05-02T10:00:00Z
185,068
Bug 185068 [KeyBindings] New Keys pref page: table does not update when binding is cleared
I20070502-0010. The table does not update when deleting all text in 'Bindings' field i.e. the latest value is still shown in the table.
verified fixed
0050140
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T18:42:31Z
2007-05-02T10:00:00Z
185,181
Bug 185181 [CommonNavigator] NPE from Customize View of Project Explorer
null
resolved fixed
cea2335
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T18:28:28Z
2007-05-02T18:20:00Z
184,877
Bug 184877 [CommonNavigator] No F1 help for Project Explorer view
Build: I20070501-0010 1) Open the Project Explorer view 2) Hit F1 -> There is no help available for this view.
verified fixed
16d3eb6
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T16:56:14Z
2007-05-01T14:33:20Z
184,697
Bug 184697 [CommonNavigator] StructuredViewerManager refresh job shows up in the progress view
The refreshJob in StructuredViewerManager shows up in the progress view - it should be a system job as it really make no sense to the user. It is potentially long running ( I saw it show up) so we should also review ways to make it more effecient as it blocks the UI Thread.
resolved fixed
e60b279
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T16:56:08Z
2007-04-30T13:33:20Z
185,055
Bug 185055 [KeyBindings] New Keys preference page: Remove Delete button next to schema
I20070502-0010 New Keys preference page: There's a "Delete" button next to the schema combo. When I click it, nothing happens, so I guess it should be removed (at least for now). If you add some behavior, please be sure to rename it to Delete..., add a "Do you really want to delete..." dialog, and also add possibilities to create new schemas and restore the default schemas.
verified fixed
4f18e7a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T15:32:55Z
2007-05-02T10:00:00Z
179,255
Bug 179255 Closing maximized Editor should restore Views
Not sure how easy this is to implement, but I think it would make sense if all Views that got minimized to a FVB from a maximized Editor automatically get restored as soon as the Editor is closed. That said, I am just realizing that the editor area stays maximized, even if no editor is visible.
verified fixed
c69547f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.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/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T15:31:08Z
2007-03-26T09:06:40Z
184,783
Bug 184783 [ActivityMgmt] Capabilities returning to default enabled state after user disabled capability
Build ID: I20070418-1012 I used a brand new workspace to reproduce this. Steps To Reproduce: 1. Launch eclipse, go to the capabilities preference page and turn off one of the enable capabilities (I tested using the Team capability). 2. Press the "OK" button (don't press apply first). If you open up the org.eclipse.ui.workbench.prefs file you will see "UIActivities.org.eclipse.team.cvs=false". 3. Shutdown eclipse and restart. Go to the capabilities preference page and re-enable the activity you disabled (for this test, enable the team capabilitiy). 4. Press the "OK" button (don't press apply first). If you open up the org.eclipse.ui.workbench.prefs file you will see "UIActivities.org.eclipse.team.cvs=true". 5. Shutdown eclipse and restart. Go to the capabilities preference page and disable the activity you disabled (for this test, enable the team capabilitiy). 6. Press the "OK" button (don't press apply first). If you open up the org.eclipse.ui.workbench.prefs file you will not see an entry for "UIActivities.org.eclipse.team.cvs" (or the org.eclipse.ui.workbench.prefs file does not exist at all). 7. Shutdown eclipse and restart. Go to the capabilities preference page and observe that the team capability is now enabled. But in steps 5 & 6 this capability was disable. Expected the state of the capability to always remain at the state the user set them to.
verified fixed
7e35dd8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T13:57:56Z
2007-04-30T21:53:20Z
160,166
Bug 160166 [CommonNavigator] Actions not synched with selection
There's a problem when making actions with the common navigator framework. Strangely, it is only reproduceable when the 'Java Elements' is not used in the content provider -- I've seen it happen when trying an example only with the resources provider. To reproduce it, go to the Project Explorer, uncheck the 'Java Elements', select any resource, then press up/down to select another resource and quickly press delete (or F2, or some other action). Here what happens is that the delete will work on the resource that was previously selected and not on the new selected resource (so, the action seems to be unsynchronized with the actual selection -- made me delete a whole source folder instead of a single file -- that's why I'm marking it as critical).
resolved fixed
09f8d86
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T02:56:03Z
2006-10-08T20:40:00Z
184,855
Bug 184855 [KeyBindings] Keys Preference Page is interpreting keybindings
The Keys Preference Page is interpreting keybindings which makes it impossible to set. Here's the steps I took: 1) Clicked the show unbound commands 2) Assigned ALT+SHIFT+H,W to the Show Whitespace command for the Windows and Dialogs scope 3) Clicked Apply. 4) Tried to define ALT+SHIFT+H,L to Show Line Numbers but couldn't
verified fixed
7b5f503
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-02T00:22:09Z
2007-05-01T14:33:20Z
184,956
Bug 184956 Internal error (NPE) when switching perspectives
I20070501-0010. Start with a fresh workbench, close the Intro Switch to the Resource perspective (I used ctrl-3) I get: An internal error occurred during: "Decoration Calculation". with the following stacktrace java.lang.NullPointerException at org.eclipse.jface.resource.JFaceResources.getResources(JFaceResources.java:203) at org.eclipse.jface.resource.JFaceResources.getResources(JFaceResources.java:228) at org.eclipse.ui.internal.decorators.OverlayCache.<init>(OverlayCache.java:48) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.<init>(LightweightDecoratorManager.java:90) at org.eclipse.ui.internal.decorators.DecoratorManager.initializeDecoratorDefinitions(DecoratorManager.java:144) at org.eclipse.ui.internal.decorators.DecoratorManager.getLightweightManager(DecoratorManager.java:842) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:363) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:325) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
verified fixed
e3f7e6c
["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
2007-05-01T19:28:54Z
2007-05-01T20:06:40Z
184,072
Bug 184072 [Forms] Non-editable fields draw gray
Build id: I20070424-0930 Something happens this week that started causing non-editable fields to look like disabled fields. This has a very ugly gray effect in Forms, particularly when you see a mixture of disabled text fields and combo boxes. Screenshot to follow.
verified fixed
099dbda
["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-01T18:59:06Z
2007-04-25T16:53:20Z
184,736
Bug 184736 [Commands] 'testOpenBasicEditor' is giving a failure based on a Handler clash
This test is now failing. Paul's already aware of it and says it's a problem with the test; not a code defect...
resolved fixed
d61351b
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-01T11:06:30Z
2007-04-30T16:20:00Z
184,777
Bug 184777 [KeyBindings] Filter not working in keys preference page
Build: I20070430 1) Open the keys preference page 2) Type the word "open" into the filter text area. -> 30 or so results are shown, most of which don't seem to contain the word "open".
verified fixed
400f07a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-01T02:38:20Z
2007-04-30T19:06:40Z
184,755
Bug 184755 [DataBinding] internal tree content provider does not work
I broke the tree content providers while trying to update them to use TreePaths. It would be good to have a working implementation again...
verified fixed
a30b4b9
["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/internal/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/AbstractObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/IPrefetchingTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/OrderedTreeContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/OrderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/PrefetchingTree.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/UnorderedTreeContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/UnorderedTreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/viewers/IParentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/viewers/TreeNode.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/viewers/UnorderedTreeContentProvider.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-01T02:02:55Z
2007-04-30T19:06:40Z
184,817
Bug 184817 [DataBinding] WritableMap.put(...) fires an incorrect event
The event for WritableMap.put(...) when the key already exists reverses the new and old values in the change event. The following test will fail on the old value as it will be the new value. public void testPutWithExistingKeyMapChangeEvent() throws Exception { WritableMap map = new WritableMap(); String key = "key"; String value = "value"; map.put(key, value); MapChangeEventTracker listener = new MapChangeEventTracker(); map.addMapChangeListener(listener); assertEquals(0, listener.count); String newValue = "new value"; map.put(key, newValue); assertEquals(1, listener.count); MapChangeEvent event = listener.event; Set changedKeys = event.diff.getChangedKeys(); assertEquals(1, changedKeys.size()); assertTrue(changedKeys.contains(key)); assertEquals(value, event.diff.getOldValue(key)); //<<<FAILS assertEquals(newValue, event.diff.getNewValue(key)); }
verified fixed
3173e84
["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/WritableMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/WritableMap.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/WritableMapTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/EventTrackers.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-05-01T01:57:23Z
2007-05-01T00:40:00Z
184,775
Bug 184775 [Min/Max] Enable Image Animation Tweaklet
As part of the cleanup I've added the ability for clients to switch to using the ImageAnimation feedback using the tweaklet mechanism...
verified fixed
124d6e4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/Animations.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/ImageAnimationTweak.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/LegacyAnimations.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T19:44:17Z
2007-04-30T19:06:40Z
183,448
Bug 183448 [Contributions] IActionDelegate2.dispose() does not get called when view is closed
I20070418 I have a toolbar action that implements IViewActionDelegate and IActionDelegate2. (SwitchMemoryBlock action from Memory View in Debug.) When the view is opend, init methods for the action are called. When the view is closed, the dispose method of the action is not called. Checked with 3.2.2, the dispose method should be called when the view is closed.
verified fixed
0486083
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T17:53:22Z
2007-04-20T20:13:20Z
184,597
Bug 184597 [Contributions] ActionContributionItem should show accelerator text even if accelerator cannot be parsed
null
verified fixed
d274ded
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T15:33:52Z
2007-04-28T11:33:20Z
184,669
Bug 184669 [KeyBindings] (new) keys preference page layout problems
I20070430-0010. (new) keys preference page has some layout bloopers: - the description field is too small and has scroll bars - it makes the dialog grow quite big horizontally
verified fixed
2d45893
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T12:44:10Z
2007-04-30T08:00:00Z
135,837
Bug 135837 [Viewers] Problems with TreeSelection#equals(..) and StructuredSelection#equals(..)
N20060410-0010 TreeSelection#equals(..) is not symmetric with StructuredSelection#equals(..): - TreeSelection#equals(..) is always false if the argument is not instanceof TreeSelection - StructuredSelection.equals(..) can be true if the argument is a TreeSelection 3 Problems: (1) equals(..) should be symmetric, as defined in Object#equals(..) (2) hashCode() of both classes must return the same if objects are equal (currently, StructuredSelection#hashCode() is not even implemented!) (3) equality is currently only defined for the implementations. Should be defined on interfaces, since clients generally only know about the interface, not the implementation.
verified fixed
e98749a
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T04:24:47Z
2006-04-10T09:06:40Z
172,735
Bug 172735 [Viewers] regression? Selection not revealed in tree of launch configuration dialog
I20070201-0800, WinXP as well as Linux GTK I have a lot of launch configurations in my workspace. When I open the Debug... dialog, the last used launch configuration is selected in the tree and shown on the right. However, the selection in the tree is often not visible -- I have to scroll down to see it. It should automatically be revealed.
verified fixed
2fd676f
["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
2007-04-30T04:07:34Z
2007-02-02T23:46:40Z
181,642
Bug 181642 [Viewers] [JFace] Why doesn't BaseLabelProvider.dispose() call clearListeners()?
Build ID: N20070405-0010 This is easy for me to work around, so it's not that big a deal, but I'm surprised that Eclipse 3.3's BaseLabelProvider.dispose() does not call clearListeners(). Does that seem like a bug to you, or not? BaseLabelProvider is a convenience default implementation of IBaseLabelProvider, and thus it has addListener() and removeListener(), so that anyone who wants to listen to the label provider for changes can do so. But when I implement a class that supports listeners, and also has a dispose() method -- as IBaseLabelProvider does -- I usually have the dispose() method clear out the list of listeners. This can be helpful in preventing JVM memory leaks. Since BaseLabelProvider is a convenience implementation of IBaseLabelProvider, and since it takes care of addListener() and removeListener() for me, I would think it would also clear out the list of listeners when its dispose() is called. You could argue that BaseLabelProvider.dispose() should not clear the list of listeners, because dispose() really exists for the sake of freeing SWT resources, which has nothing to do with listeners. I guess that's a reasonable argument. But as far as I know, once any object's dispose() has been called, the object should be considered essentially dead; so again, for the sake of avoiding possible memory leaks, it would make sense to me that dispose() would call clearListeners(). It's pretty common to remove listeners in dispose() -- for example, CVSLightweightDecorator does that.
verified fixed
e507433
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/BaseLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-30T02:37:23Z
2007-04-09T17:33:20Z
184,604
Bug 184604 [Undo] - Action handlers should initially support local context if there are operations available
null
verified fixed
73ffe04
["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
2007-04-29T22:35:59Z
2007-04-28T17:06:40Z
178,888
Bug 178888 [Viewers] JavaDoc errors in GridDataFactory/GridLayoutFactory
There are several javadoc errors in GridDataFactory/GridLayoutFactory. The GridDataFactory class comment contains an "IMPORTANT" comment which was recently rewritten to add javadoc tags... however the meaning was changed subtly and now it warns the user against doing something that is perfectly valid. The GridLayoutFactory Javadoc still references the old name for the extendedMargins method.
verified fixed
517c3be
["bundles/org.eclipse.jface/src/org/eclipse/jface/layout/GridDataFactory.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/layout/GridLayoutFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-29T18:16:20Z
2007-03-22T21:46:40Z
168,435
Bug 168435 [EditorMgmt] Cannot undo decision to get prompted for save if resource is opened elsewhere
N20061219-0010 (same problem in 3.2 but the given steps won't work) 1. open a text file 2. Window > New Editor 3. do some editing 4. close one editor ==> you get a save dialog with a checkbox. If I check this checkbox I have no choice in the future to undo this decision. This needs to be added to the 'Editors' preference page.
verified fixed
3834b55
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-29T17:24:33Z
2006-12-18T19:26:40Z
183,890
Bug 183890 [DataBinding] Default converter for numbers to numbers
We don't currently default converters for converting between numbers (e.g. int to double, long to int, etc.).
verified fixed
866cb6a
["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateValueStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToBigDecimalConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToBigIntegerConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToByteConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToDoubleConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToFloatConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToIntegerConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToLongConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToNumberConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/NumberToShortConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToNumberParser.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToByteValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToDoubleValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToFloatValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToIntegerValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToLongValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToNumberValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToShortValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/NumberToUnboundedNumberValidator.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/UpdateStrategyTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/UpdateValueStrategyTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/IdentityConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToBigDecimalTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToBigIntegerConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToByteConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToDoubleConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToFloatConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToIntegerConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToLongConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToNumberTestHarness.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/conversion/NumberToShortConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToByteValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToDoubleValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToFloatValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToIntegerValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToLongValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToNumberValidatorTestHarness.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToShortValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/NumberToUnboundedNumberValidatorTest.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
2007-04-29T04:12:55Z
2007-04-25T00:13:20Z
172,614
Bug 172614 [EditorMgmt] [QuickAccess] Can't tell preference pages with same name apart.
If I have two plugins installed that use the same title for their preference pages, CDT and JDT's "Syntax Coloring" pages for example, it's impossible to tell them apart. We just changed the name of the 6 pages in WTP to match to match the others, and it's rather annoying. Perhaps show the preference tree path like it does for files?
closed fixed
2bd1edc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PreferenceElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PreferenceProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-28T04:09:15Z
2007-02-02T04:20:00Z
125,560
Bug 125560 [Viewers] Invalid thread access on tree viewer results in NPE
I peformed an update to a tree viewer from a non-UI thread which resulted in an Invalid Thread Access error as one would expect. However, the viewer tried to prompt for the error which resulted in an NPE since the prompt was being attempted from a non-UI thread (or, at least, I assume that's why the display variable was null). Hre's the trace: java.lang.NullPointerException at org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage(IconAndMessageDialog.java:265) at org.eclipse.jface.dialogs.IconAndMessageDialog.getErrorImage(IconAndMessageDialog.java:212) at org.eclipse.jface.dialogs.MessageDialog.<init>(MessageDialog.java:141) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:310) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:59) at org.eclipse.core.runtime.SafeRunner.handleException(SafeRunner.java:65) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:39) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1859) at org.eclipse.jface.viewers.StructuredViewer.internalUpdate(StructuredViewer.java:1842) at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1792) at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1747) at org.eclipse.team.internal.ui.mapping.ResourceTeamAwareContentProvider.propertyChanged(ResourceTeamAwareContentProvider.java:233) at org.eclipse.team.core.diff.provider.DiffTree$1.run(DiffTree.java:254) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.team.core.diff.provider.DiffTree.fireChanges(DiffTree.java:242) at org.eclipse.team.core.diff.provider.DiffTree.endInput(DiffTree.java:220) at org.eclipse.team.internal.core.subscribers.SubscriberDiffTreeEventHandler.dispatchEvents(SubscriberDiffTreeEventHandler.java:162) at org.eclipse.team.internal.core.subscribers.SubscriberEventHandler.doDispatchEvents(SubscriberEventHandler.java:390) at org.eclipse.team.internal.core.BackgroundEventHandler.dispatchEvents(BackgroundEventHandler.java:354) at org.eclipse.team.internal.core.BackgroundEventHandler.processEvents(BackgroundEventHandler.java:334) at org.eclipse.team.internal.core.BackgroundEventHandler$1.run(BackgroundEventHandler.java:173) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
verified fixed
e2b0b9e
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnable.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-28T03:46:12Z
2006-01-27T19:26:40Z
182,568
Bug 182568 [EditorMgmt] SaveableHelper has an empty task name
null
verified fixed
3d68048
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-27T23:14:31Z
2007-04-16T16:13:20Z
181,189
Bug 181189 [EditorMgmt] Bring back 'Quick Switch Editor' on Ctrl+E (QuickAccess is now Ctrl+3)
M6 The new 'Quick Access' action might have its fans but IMO it isn't a good replacement for the old Quick Switch Editor. I suggest to keep Ctrl + E as Quick Switch Editor and experiment with the new 'Quick Access' on Ctrl + Shift + E Reasons why 'Quick Access' is problematic - Mixing view names, wizards name, simple action names and editor input names is mixing different things into one. You're lucky if the term that you are looking for is unique. But try to type 'New' to focus on an editor for New.java: All in all it seems to me like a UI blooper to mix all the various concepts in one. - Open preference page, open view, open editor is useful - Show actions is less useful: they depend on the selection
verified fixed
93ca6b5
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-27T21:08:45Z
2007-04-05T13:33:20Z
184,465
Bug 184465 NPE restarting workbench
Starting a test workspace from my host IDE (I20070427-0010), I got the following NPE. Did not happen on next re-start. java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:3011) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:2061) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:3316) at org.eclipse.ui.internal.Workbench.access$32(Workbench.java:3258) at org.eclipse.ui.internal.Workbench$51.run(Workbench.java:2097) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1812) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:2095) at org.eclipse.ui.internal.Workbench.access$30(Workbench.java:2066) at org.eclipse.ui.internal.Workbench$46.run(Workbench.java:1924) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1868) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1338) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1274) at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2284)
resolved fixed
03aa8d1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-27T18:23:47Z
2007-04-27T16:06:40Z
183,520
Bug 183520 [FastView] 3.3 presentation: Closing editor marks maximised editor area as restored
3.3M6 I20070323-1616 1. Open two editors side-by-side 2. Maximise the editor area 3. Close the editor on the right 4. The restore button will change to a maximise button even though the area remains maximised The editor area restore button should not change. (This bug is not visible if the left editor is closed instead).
verified fixed
8fc849b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java", "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
2007-04-27T17:41:30Z
2007-04-22T02:46:40Z
183,596
Bug 183596 BiDi3.3: Cannot open a workspace with an Arabic name
Build ID: I20070418-1012 Steps To Reproduce: 1. Install files for Bidi languages to your system (From Settings-->Control Panel-->Regional and Language Options-->Languages, select "Install files for complex script and right-to-left languages) 2. on the same page, under "Text services and input languages" click "Details" and add "Arabic (Egypt)" 3. Also from Regional and Language Options, go to "Regional Options" and set the locale to Arabic (Egypt) 4. Create a new folder on you system and give it any Arabic name 5. Launce eclipse and select the newly-created folder as your workspace. Expected Result: eclipse should start with the new workspace and no problem should occur. Actual Result: eclipse fails to start when the workspace has an Arabic name or Arabic path giving the following error message "Workspace in use or cannot be created". More information: This error did not occur in earlier builds.
closed fixed
42475ae
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T18:51:37Z
2007-04-23T12:06:40Z
164,475
Bug 164475 [Viewers] v3.2/v3.3 TableViewer sort performance much slower than v3.0.1
Used the attached testcase to compare the column sort performance using the TableViewer control on Eclipse version 3.2, 3.2.1 and 3.3 compared to Eclipse version 3.0.1. The time taken is significantly longer, as follows: version | time taken ------------+---------------- 3.0.1 | 2109 3.2 | 8422 3.2.1 | 5641 3.3 | 4266 Testcase used: public class TableViewerTestView extends ViewPart { private TableViewer viewer; private static final int NUM_COLUMNS = 25; protected List list; protected ArrayList elements = null; protected ViewViewerSorter viewViewerSorter = null; protected ViewLabelProvider viewLabelProvider = null; protected long startTime = 0; protected Cursor cursorBusy = null; protected Cursor cursorArrow = null; protected int sortCompares = 0; /* * The content provider class is responsible for providing objects to the view. It can wrap * existing objects in adapters or simply return objects as-is. These objects may be sensitive to * the current input of the view, or ignore it and always show the same content (like Task List, * for example). */ class ViewContentProvider implements IStructuredContentProvider { public void inputChanged(Viewer v, Object oldInput, Object newInput) { if (newInput instanceof ArrayList) { elements = (ArrayList) newInput; } } public void dispose() {} public Object[] getElements(Object parent) { String[] strings = null; if (elements != null) { int size = elements.size(); strings = new String[size]; for (int i = 0; i < size; i++) { strings[i] = elements.get(i).toString(); } } return strings; } } class ViewLabelProvider extends LabelProvider implements ITableLabelProvider { public String getColumnText(Object obj, int index) { String text = obj.toString(); Integer value = new Integer(text); if (index != 0) text = "" + value.intValue() % index; return text; } public Image getColumnImage(Object obj, int index) { Image image = null; if (index == 0) image = getImage(obj); return image; } public Image getImage(Object obj) { return PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_ELEMENT); } } class ViewViewerSorter extends ViewerSorter { private int sortIndex = 0; private boolean sortAscending = false; public int compare(Viewer viewer, Object e1, Object e2) { sortCompares++; int retValue = 0; Integer value1 = new Integer(viewLabelProvider.getColumnText(e1, sortIndex)); Integer value2 = new Integer(viewLabelProvider.getColumnText(e2, sortIndex)); if (sortAscending) { retValue = value1.compareTo(value2); } else { retValue = value2.compareTo(value1); } return retValue; } public void setSortColumnIndex(int index) { if (index == sortIndex) { sortAscending = !sortAscending; } else { sortIndex = index; sortAscending = true; } } } /** * The constructor. */ public TableViewerTestView() {} /** * This is a callback that will allow us to create the viewer and initialize it. */ public void createPartControl(Composite parent) { cursorBusy = new Cursor(parent.getDisplay(), SWT.CURSOR_WAIT); cursorArrow = new Cursor(parent.getDisplay(), SWT.CURSOR_ARROW); Composite comp = new Composite(parent, SWT.NONE); GridLayout gridLayout = new GridLayout(); gridLayout.numColumns = 2; comp.setLayout(gridLayout); Button button = new Button(comp, SWT.PUSH); button.setText("Load"); GridData gridData = new GridData(); button.setLayoutData(gridData); button.addSelectionListener(new SelectionListener() { public void widgetDefaultSelected(SelectionEvent e) { // TODO Auto-generated method stub } public void widgetSelected(SelectionEvent e) { startTime = System.currentTimeMillis(); viewer.getTable().getShell().setCursor(cursorBusy); viewer.setInput(elements); viewer.getTable().getShell().setCursor(cursorArrow); list.add("load took: " + (System.currentTimeMillis() - startTime)); list.setSelection(list.getItemCount() - 1); list.showSelection(); } }); list = new List(comp, SWT.BORDER | SWT.V_SCROLL); gridData = new GridData(GridData.FILL_HORIZONTAL); gridData.verticalSpan = 2; list.setLayoutData(gridData); button = new Button(comp, SWT.PUSH); button.setText("Clear"); gridData = new GridData(); button.setLayoutData(gridData); button.addSelectionListener(new SelectionListener() { public void widgetDefaultSelected(SelectionEvent e) { // TODO Auto-generated method stub } public void widgetSelected(SelectionEvent e) { viewer.getTable().removeAll(); } }); elements = new ArrayList(); for (int i = 0; i < 2048; i++) { String name = "" + i; elements.add(name); } viewer = new TableViewer(comp, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL); Table table = viewer.getTable(); gridData = new GridData(GridData.FILL_BOTH); gridData.horizontalSpan = 2; table.setLayoutData(gridData); viewer.setContentProvider(new ViewContentProvider()); viewLabelProvider = new ViewLabelProvider(); viewer.setLabelProvider(viewLabelProvider); viewViewerSorter = new ViewViewerSorter(); viewer.setSorter(viewViewerSorter); table.setLinesVisible(true); table.setHeaderVisible(true); for (int i = 0; i < NUM_COLUMNS; i++) { TableColumn column = new TableColumn(table, SWT.NONE); column.setText("Column " + i); } // add selection listeners to each of the table columns TableColumn[] tabCols = table.getColumns(); for (int i = 0; i < tabCols.length; i++) { tabCols[i].addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { columnSelected(e); } }); } if (viewViewerSorter != null) { viewViewerSorter.setSortColumnIndex(0); } viewer.setInput(null); for (int i = 0; i < NUM_COLUMNS; i++) { table.getColumn(i).pack(); } } protected void columnSelected(Event e) { // Get the index of the column selected Table table = viewer.getTable(); TableColumn tabCol = (TableColumn) e.widget; TableColumn[] tabCols = table.getColumns(); int index = 0; for (int i = 0; i < tabCols.length; i++) { if (tabCols[i] == tabCol) { index = i; break; } } viewViewerSorter.setSortColumnIndex(index); // Refresh the table viewer to trigger the sort if (table.getItemCount() > 0) { // only bother if there's something to sort! startTime = System.currentTimeMillis(); sortCompares = 0; viewer.getTable().getShell().setCursor(cursorBusy); viewer.refresh(); list.add("sort took: " + (System.currentTimeMillis() - startTime)); list.setSelection(list.getItemCount() - 1); list.showSelection(); list.add("sort compares: " + sortCompares); list.setSelection(list.getItemCount() - 1); list.showSelection(); viewer.getTable().getShell().setCursor(cursorArrow); } } /** * Passing the focus request to the viewer's control. */ public void setFocus() { viewer.getControl().setFocus(); } }
verified fixed
5d663f0
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/WrappedViewerLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T17:18:09Z
2006-11-14T16:00:00Z
78,666
Bug 78666 [KeyBindings] errors: No warning if keybinding definitions collide
Using 3.1 M3, if I define a keybinding in the default "windows" context and with keybinding of "CTRL+B" or "CTRL+U", the keybindings are silently removed. In the very least, the conflict should be logged. Ideally, the user would also see the collision in the keybindings preference page. In this case, I think it's better to show some information than to just kill these mapping and not explain why. Eclipse is a dynamic platform. There are lots of scenarios where keybindings get added into a configuration and start conflicting with previously working keybindings.
verified fixed
9f1efe8
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T15:54:31Z
2004-11-15T20:20:00Z
182,716
Bug 182716 [IDE] Improve 'New' menu regarding projects
null
verified fixed
3298f62
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewWizardMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T15:05:25Z
2007-04-17T08:53:20Z
176,399
Bug 176399 FilteredItemsSelectionDialog should remove history items with Delete key
I20070228-0930 The FilteredItemsSelectionDialog should support removing selected history items with the Delete key (like the old Open Type).
verified fixed
f12ecbf
["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
2007-04-26T15:04:49Z
2007-03-05T18:40:00Z
151,990
Bug 151990 [Progress] Task Name Not Displayed in ProgressMonitorDialog with openOnRun==false
When setOpenOnRun(false) is used on a ProgressMonitorDialog, the task name is not displayed correctly. Steps to reproduce: 1) Instantiate a ProgressMonitorDialog 2) Call setOpenOnRun(false) 3) Call run() 4) After a delay, call open() Actual Result: The default task name "Operation in Progress" is displayed. Expected Result: The task name specified in the call to the monitor's beginTask method. Suggested fix: Call setMessage(task) whenn the dialog is opened.
verified fixed
18b3f7e
["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
2007-04-26T13:43:37Z
2006-07-27T11:33:20Z
184,090
Bug 184090 Test Status Handler should only be enabled when running the test suites
As the test status handler eats a lot of exceptions it is making it hard to work or run other suites with it loaded. It should only be enabled when the suites are running.
verified fixed
d5a2a1c
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/TestStatusHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T13:36:25Z
2007-04-25T19:40:00Z
175,135
Bug 175135 [Menus] Multiple entries for Share Project in the new menu support
After converting "Share Project" item from Team action set to the new menu support, the item appears multiple times in the context menu.
verified fixed
2d286eb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WindowMenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-26T13:07:36Z
2007-02-22T16:00:00Z
178,684
Bug 178684 ArrayIndexOutOfBoundsException when searching for debug exception breakpoint
Build ID: I20070209-1006 Steps To Reproduce: 1. go to debug perspective 2. click on java exception breakpoint in the toolbar of the breakpoint view 3. start typing in the search bar to search 4. while typing, can get an exception at random More information: It's probably a race condition, so doesn't happen all the time. Here's the stack trace: java.lang.ArrayIndexOutOfBoundsException at java.util.Arrays$ArrayList.get(Arrays.java:2383) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ItemsListLabelProvider.getText(FilteredItemsSelectionDialog.java:1550) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getText(WrappedViewerLabelProvider.java:95) at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:35) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:139) at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:363) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:465) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:52) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:153) at org.eclipse.jface.viewers.StructuredViewer.refreshItem(StructuredViewer.java:1443) at org.eclipse.jface.viewers.AbstractTableViewer.replace(AbstractTableViewer.java:984) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.updateElement(FilteredItemsSelectionDialog.java:2806) at org.eclipse.jface.viewers.AbstractTableViewer$1.handleEvent(AbstractTableViewer.java:79) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Table.checkData(Table.java:651) at org.eclipse.swt.widgets.Table.wmNotifyChild(Table.java:5584) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:4365) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1489) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:4018) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3526) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4172) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2114) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:263) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:191) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3562) at org.eclipse.swt.widgets.Table.windowProc(Table.java:4756) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4172) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2200) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3102) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.internal.debug.ui.breakpoints.AddExceptionAction.run(AddExceptionAction.java:53) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253) 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$6.handleEvent(ActionContributionItem.java:443) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) eclipse.buildId=I20070209-1006 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070201 (JIT enabled) J9VM - 20070131_11312_lHdSMR JIT - 20070109_1805ifx1_r8 GC - 200701_09 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
verified fixed
a5c0ce2
["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
2007-04-26T12:53:08Z
2007-03-21T23:33:20Z
184,088
Bug 184088 [Min/Max] 'Orientation' menu entry does nothing for minimized stacks
Since a minimized stack's orientation is defined by the orientation of the stack when it's in the presentation the "Orientation" menu entry on the FastViewPane doesn't do anything when it's showing a view from a minimized stack.
verified fixed
a321141
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuFastViewOrientation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-25T19:00:34Z
2007-04-25T19:40:00Z
184,034
Bug 184034 Test failures/errors occurred in the following: org.eclipse.ui.tests.navigator_win32.win32.x86
null
resolved fixed
134d2f4
["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/INavigatorContentServiceTests.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-25T15:22:57Z
2007-04-25T14:06:40Z
183,732
Bug 183732 [DataBinding] swallowing the exception in get/set value of the JavaBeanObservableValue
During the bidning of beans that have PropertyChangeSupport implemented but not properly initialized (i.e null), data binding "swallows" the NullPointerException only logging "Could not attach listener to".
verified fixed
5fe6b68
["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableValueTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-25T05:49:07Z
2007-04-24T07:33:20Z
171,132
Bug 171132 [DataBinding] Incorrect interaction between observeText(field, FocusOut) and Binding.updateModelFromTarget
Build: RCP SDK 3.3M4, databinding plugins from CVS at 17-Jan-2007 Steps To Reproduce: Make a Text field, attach a Binding to it via SWTObservables.observeText(field, SWT.FocusOut). The binding must involve a targetValidator/domainValidator. Also, create a key listener that responds with Binding.updateModelFromTarget(). Then: 1. Tab into the text field. 2. Enter some legal value. 3. Tab out of it and tab back in. 4. Change the entry to an illegal value, do not tab out. 5. Execute on-demand validation (for example, I set up a KeyListener responding to F5 for this). The GUI shows a validation failure notice. 6. Change the value back to the legal value of Step 2. 7. Now tab out of the field. The field is not revalidated and the validation failure notice stays on. A JUnit test will be attached that exercises this scenario.
verified fixed
9857333
["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/TextObservableValue.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/swt/TextObservableValueTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-25T05:13:30Z
2007-01-20T13:33:20Z
172,574
Bug 172574 [IDE] DeleteProjectDialog inconsequent selection behavior
Normally, choosing an option in an radio group can be done by clicking on the labels instead clicking on the buttons itself. As the "(Contents cannot be restored using "Undo")" text is in an extra label, clicking on it does nothing. I see me often clicking on that label to select the corresponding option. Attached is a little patch to select the correct radio when clicking on the extra label.
verified fixed
9604d01
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-24T20:27:37Z
2007-02-01T22:46:40Z
183,013
Bug 183013 [Wizards] Errror importing into linked EFS folder - "undefined path variable"
1. Implement a EFS plugin - with a writable file system. 2. Create a linked folder to the file system 3. select to import into the linked folder 4. select a valid zip file 5. the following error is reported " Destination folder location is based on an undefined path variable." The problem seems to be in org.eclipse.ui.dialogs.WizardResourceImportPage - validateDestinationGroup if (container.getLocation() == null) { if (container.isLinked()) { should use getLocationURI ?
verified fixed
7b31ffc
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardResourceImportPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ZipFileImportWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-24T17:49:41Z
2007-04-18T18:13:20Z
178,937
Bug 178937 [Contributions] Disabled icon not shown in toolbar button for a disabled Action in ActionSet
Build ID: I20070222-0951 Actions that are defined in ActionSet extensions do not look disabled in the toolbar even though they actually are disabled (you can't click on the toolbar buttons and perform the action). Steps To Reproduce: 1.Create a new Plugin Project. In the wizard use the defaults except: (a) for "Would you like to create a rich client application?", select "no". (b) select the "Hello World" template. (2) In the manifest.xml add the required bundle " org.eclipse.core.resources" (3) In plugin.xml, add a "selection" extention for the class "org.eclipse.core.resources.IFile" to the Action "helloworld.actions.SampleAction". This will make plugin.xml looks like: <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.2"?> <plugin> <extension point="org.eclipse.ui.actionSets"> <actionSet label="Sample Action Set" visible="true" id="HelloWorld.actionSet"> <menu label="Sample &amp;Menu" id="sampleMenu"> <separator name="sampleGroup"> </separator> </menu> <action class="helloworld.actions.SampleAction" enablesFor="+" icon="icons/sample.gif" id="helloworld.actions.SampleAction" label="&amp;Sample Action" menubarPath="sampleMenu/sampleGroup" toolbarPath="sampleGroup" tooltip="Hello, Eclipse world"> <selection class="org.eclipse.core.resources.IFile"> </selection> </action> </actionSet> </extension> </plugin> (4) the action should now be disabled unless the selection is an IFile. (5) run the plugin and notice that the action is not drawn as a disabled toolbar button. It looks like it is enabled. More information: This can also be seen in the Debug perspective, for the Terminaite/Stop action in the Console view. It always looks enabled, even when you have already stopped whatever application you were running.
verified fixed
cd9afda
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-24T17:45:10Z
2007-03-23T03:20:00Z
173,248
Bug 173248 [IDE] Failure in IDE.saveAll reports "An error has occurred when closing the workbench...
I20070206-0010. Failure in IDE.saveAll reports "An error has occurred when closing the workbench...
verified fixed
a53ec8e
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-24T16:30:43Z
2007-02-07T09:20:00Z
178,980
Bug 178980 [Dialogs] FilteredItemsSelectionDialog should protect against null names
null
verified fixed
785e4d2
["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
2007-04-24T15:20:55Z
2007-03-23T11:40:00Z
182,490
Bug 182490 [WorkbenchLauncher] DBCS3.3: new workspace with copy layout makes invalid workbench.xml
If NL pack is installed, resource name is not encoded to UTF-8 in workbench.xml at copy layout function in switching workspace Platform : WindowsVista Business Japanese Build: Eclipse 3.3 I20070410-1043 NL pack: 20070317 Steps to recreate 1- launch eclipse with brand new workspace 2- File > Switch Workspace > Other..., enter new workspace name 3- turn on Workbench Layout, then click OK Result following error was show at the start up. I found that NL resource names of workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml were encoded by platform default MS932 not UTF-8. It's a cause of this problem. eclipse.buildId=I20070410-1043 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223-20070328 (JIT enabled) J9VM - 20070326_12093_lHdSMR JIT - 20070323_1801_r8 GC - 20070307_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP Framework arguments: -startup D:\IES33\I20070412\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070409.jar Command-line arguments: -os win32 -ws win32 -arch x86 -startup D:\IES33\I20070412\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070409.jar -data D:\IES33\I20070412\eclipse\1 -consolelog Mon Apr 16 13:16:36 JST 2007 "org.eclipse.ui.workbench" org.eclipse.ui.WorkbenchException: XML at org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:121) at org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:64) at org.eclipse.ui.internal.Workbench$46.run(Workbench.java:1869) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1864) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1338) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1274) at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2280) org.eclipse.ui.WorkbenchException[0]: sun.io.MalformedInputException at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262) at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314) at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250) at java.io.InputStreamReader.read(InputStreamReader.java:212) at java.io.BufferedReader.fill(BufferedReader.java:157) at java.io.BufferedReader.read1(BufferedReader.java:208) at java.io.BufferedReader.read(BufferedReader.java:282) at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.skipString(Unknown Source) at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:94) at org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:64) at org.eclipse.ui.internal.Workbench$46.run(Workbench.java:1869) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1864) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1338) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1274) at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2280)
closed fixed
13724f6
["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
2007-04-24T13:37:26Z
2007-04-16T05:06:40Z
183,607
Bug 183607 [ErrorHandling] NPE from status handler causes a Team/CVS test failure
The team failure in the last few nightly builds looks to be an NPE from the StatusNotificationManager. Here's the stack trace: Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3542) at org.eclipse.swt.SWT.error(SWT.java:3465) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2951) at org.eclipse.team.tests.ccvs.ui.ModelParticipantSyncInfoSource.waitUntilFamilyDone(ModelParticipantSyncInfoSource.java:190) at org.eclipse.team.tests.ccvs.ui.ModelParticipantSyncInfoSource.waitForCollectionToFinish(ModelParticipantSyncInfoSource.java:176) at org.eclipse.team.tests.ccvs.ui.ModelParticipantSyncInfoSource.internalMergeResources(ModelParticipantSyncInfoSource.java:384) at org.eclipse.team.tests.ccvs.ui.ModelParticipantSyncInfoSource.mergeResources(ModelParticipantSyncInfoSource.java:351) at org.eclipse.team.tests.ccvs.core.subscriber.CVSMergeSubscriberTest.mergeResources(CVSMergeSubscriberTest.java:65) at org.eclipse.team.tests.ccvs.core.subscriber.CVSMergeSubscriberTest.testUnmergableConflicts(CVSMergeSubscriberTest.java:290) at org.eclipse.team.tests.ccvs.core.EclipseTest.runTest(EclipseTest.java:1385) at org.eclipse.team.tests.ccvs.core.EclipseTest.runBare(EclipseTest.java:1232) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:332) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2951) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120) at org.eclipse.core.launcher.Main.main(Main.java:24) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.statushandlers.StatusNotificationManager$3.run(StatusNotificationManager.java:128) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
verified fixed
ccd3392
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-04-24T11:58:27Z
2007-04-23T12:06:40Z