issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,458 | Bug 19458 [Navigator] Copy Project dialog UI problems | clean f2: create a single project, say 'test'. copy, paste. on the 'copy project' dialog: 1. with use default location checked, i should still be able to select to view or copy the default location from the edit box below. 2. if i uncheck the default location checkbox, the default location should remain in the edit box (it should not clear it). perhaps i want to choose a path close to the default location. 3. choose the project name to be 'test'. notice that a static text validation error appears on the dialog. this is in red text. it should be black text, and include the standard on-the-fly validation small error icon. | resolved fixed | 0ddfe88 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ProjectLocationSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-14T17:50:25Z" | "2002-06-06T05:06:40Z" |
31,575 | Bug 31575 [Workbench] DrillDownAdapter always uses colour icon set | DrillDownAdapter creates its action with a colour icon set. It should use three sets (enabled, disabled and hover). When added to the local tool bar, they stand out as the only one in colour. I have seen all three sets being supplied to the platform UI, so it is just a matter of hooking them up. | closed fixed | 3dbcb97 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/DrillDownAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-14T14:51:59Z" | "2003-02-11T19:00:00Z" |
30,449 | Bug 30449 [Working Sets] API to get the image associated with an IWorkingSet | I would like an API to get the image associated with an IWorkingSet Background: I'm trying to create a viewer that lets the user select a working set. The WorkingSetSelectionDialog isn't what I need (I need a viewer, not a dialog), and I haven't found API to get at the viewer used in the dialog, so I'm writing my own. I can get the working sets from the working set manager and my label provider can get the text from the working set names, but I haven't found any API to get the images. | resolved fixed | eee5b2c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-13T20:38:46Z" | "2003-01-28T21:40:00Z" |
31,005 | Bug 31005 [Preferences] Perspective preference page has inconsistent spacing in radio groups | build I20030205 The first two groups have less "padding" than the third. The first two are custom-build, whereas the third uses a RadioGroupFieldEditor. The first two should use RadioGroupFieldEditor too. | closed fixed | 456dd15 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-13T18:52:56Z" | "2003-02-05T18:33:20Z" |
28,623 | Bug 28623 Widget is Disposed | Eclipse 20021217 Started new eclipse. Updated existing workspace with both source and binary projects. Changed preferences on Window>Preferences>Workspace>Editors (turned editor pop-down on, and tab compression to low). The following exception was captured in the log !SESSION Dec 18, 2002 09:53:48.72 ---------------------------------------------- java.fullversion=J2RE 1.3.1 IBM build cxia32131-20020410 (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 - data /home/airvine/ide/workspace_gtk_R2.1 -showlocation -install file:/home/airvine/ide/eclipse_gtk_R2.1/ !ENTRY org.eclipse.ui 4 4 Dec 18, 2002 09:53:48.73 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Dec 18, 2002 09:53:48.95 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2180) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.getSelectionCount(Tree.java:511) at org.eclipse.jface.preference.PreferenceDialog.setSelectedNode (PreferenceDialog.java:728) at org.eclipse.jface.preference.PreferenceDialog.close (PreferenceDialog.java:223) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.savePressed (WorkbenchPreferenceDialog.java:257) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed (WorkbenchPreferenceDialog.java:99) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | 2f2b062 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-13T16:56:47Z" | "2002-12-18T16:46:40Z" |
30,063 | Bug 30063 [Working Sets] No internationalized icons in extension point org.eclipse.ui.workingSets | extension point org.eclipse.ui.workingSets does not support internationalization (nl structured folders strategy) this doesn't work <extension point="org.eclipse.ui.workingSets"> <workingSet ... icon="$nl$/icons/myWorkingSet.gif" ... </workingSet> </extension> | resolved fixed | 87cc9a8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-12T22:29:37Z" | "2003-01-23T08:20:00Z" |
31,593 | Bug 31593 [Dialogs] NewFolderDialog does not check for existing files | build 20030206 -Create a file "test" in a project or folder -Open the Java build path properties for the project -Click the browse button on the source page of the properties -Select the parent of the new file and select "Create new folder" -Enter test ->The ok button is enabled. Pressing ok results in an error message "test already exists" and a NPE in the console. The ok button should be disabled when a file or a folder with the same name exists. | verified fixed | b104a86 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-12T20:35:50Z" | "2003-02-11T21:46:40Z" |
29,678 | Bug 29678 [Decorators] Resource decorators should be pervasive | Build I20020115 Resource decorations should appear wherever resources appear in dialogs. The nature decorator always appears, but the others do not. Here are some dialogs that do not obey resource decorations: - New file/folder wizard, the pane where the parent should be selected from the tree - FileSelectionDialog, ResourceSelectionDialog, ResourceListSelectionDialog | closed fixed | 90c46ca | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ResourceSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectReferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/ContainerSelectionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/WorkbenchLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-12T20:16:55Z" | "2003-01-16T23:33:20Z" |
27,408 | Bug 27408 Preference convertor also maps to font registry | null | resolved fixed | fe04f12 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-12T18:33:07Z" | "2002-11-29T17:13:20Z" |
25,561 | Bug 25561 [Cell Editors] ACC: CheckboxCellEditor widget checkbox is read as an image. | CheckboxCellEditor widget checkboxes are not read with JAWS or MS Inspect Inspect reports the checkbox as graphics: How found: Mouse move (1057,735) hwnd=0x00810716 32bit class="SWT_Window0" style=0x56010000 ex=0x0 Info: IAcc = 0x001546E8 VarChild:[VT_I4=0x0] Interfaces: IEnumVARIANT IOleWindow Impl: Local, need oleacc 4.2.5020.0 or greater Annotation ID: [not supported] Name: none [false] Value: none [false] Role: client State: normal Location: {l:905, t:228, w:492, h:539} Description: none [false] Kbshortcut: none [false] DefAction: none [false] Parent: none [false]:window Help: none [false] Help Topic: none [false] ChildCount: 2 Window: 0x00810716 class="SWT_Window0" style=0x56010000 ex=0x0 Children: none [false] : window : normal none [false] : window : normal Selection: none [empty] Ancestors: none [false] : window : normal "Run Script" : dialog : normal "Run Script" : window : moveable,focusable "Desktop" : client : normal "Desktop" : window : normal [ No Parent ] | closed fixed | d853574 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-12T15:50:20Z" | "2002-10-30T23:20:00Z" |
14,853 | Bug 14853 [Perspective] Opening perspective does not activate any view | When using the keyboard to switch between perspectives, a view from the newly opened perspective does not get activated. To recreate this problem: - Create an EJB project in a new EAR. This will open the j2ee perspective - Alt, W[indow], O[pen perspective], enter (opens the data perspective.) - Ctrl+F7 brings up a popup which can be used to select the active view. Keep pressing F7 while holding control, until "Data definition" is active. - Alt, W, O, J[2ee perspective], enter (brings the j2ee perspective back to the front) - Press the "properties" key (next to right control) to bring up the context menu. Notice that the context menu which is shown is the one for the data definitions view, which is not a view which is currently visible. The keyboard must be used to recreate this defect because using the mouse will activate the correct view before bringing up the context menu. | resolved fixed | 54c8a61 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T22:21:10Z" | "2002-04-29T14:20:00Z" |
30,340 | Bug 30340 [Editor Mgmt] NPE restoring workbench state | Build 20030121 Linux-GTK During startup, I got a "Failed to restore the workbench layout" notification and the following was in my log: !SESSION Jan 27, 2003 17:36:38.102 --------------------------------------------- java.fullversion=J2RE 1.3.1 IBM build cxia32131-20020410 (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -debug -dev bin -data /home/jburns/target -install file:/home/jburns/host/eclipse/ !ENTRY org.eclipse.ui.workbench 4 2 Jan 27, 2003 17:36:38.104 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:725) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2043) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1127) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1379) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1348) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:1002) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:954) at org.eclipse.ui.internal.Workbench.init(Workbench.java:733) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1501) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 96d43b9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T21:17:51Z" | "2003-01-27T23:26:40Z" |
31,028 | Bug 31028 [Workbench] Workbench isStarting | I know its not part of the API, but the isStarting flag is initialized to false when the instance of Workbench is created (and then set to true in init() which is called from run()). This leaves a little time in there at the beginning that isStarting returns false, as though its already started, but in fact has not yet started starting :) If it was set to true in instance creation, I think it would not leave this short "indeterminite" state at the beginning of its lifecyle. I encountered this bug when trying to write some (internal) automated tests that had some stuff going on in one thread, and wanted to wait until the workbench was started before beginning some tests. | resolved fixed | bb965b0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T20:50:22Z" | "2003-02-05T21:20:00Z" |
31,018 | Bug 31018 [Editor Mgmt] Flickering cursor in Navigator. | I'm not sure if this is UI or JDTUI. Entering it here, since I demo'ed it for NE... If you double click on a Java file in the navigator to open it, and watch closely, you will see the cursor rapidly change between the selection arrow and the busy cursor several times, before the UI settles. | resolved fixed | b9ca532 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T20:25:54Z" | "2003-02-05T18:33:20Z" |
30,971 | Bug 30971 Step actions disabled | Build: I20030205 The step functions are disabled when debugging in this build. The shortcut keys (F5-F8) don't work, and the actions are greyed out in the menu. The toolbar buttons still work however. | verified fixed | b0f2418 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T17:40:55Z" | "2003-02-05T15:46:40Z" |
31,035 | Bug 31035 [Linked Resources] No error messages when validateLinkLocation returns warning | build 20030229 -Create a linked folder pointing to c:\temp -Create a linked file and enter c:\temp\a for the link location (the directory a needs to exist on the file system) ->Shows a warning that resource overlap and lets resource creation proceed. There should be an error pointing out that c:\temp\a is a folder. | verified fixed | 1249a6d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T16:51:45Z" | "2003-02-05T21:20:00Z" |
31,052 | Bug 31052 [Linked Resources] Disable/hide linked resource UI | null | verified fixed | 2530a21 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-11T16:22:08Z" | "2003-02-05T21:20:00Z" |
28,772 | Bug 28772 [Linked Resources] Copy/move linked resources and existing resources | build 20021218 When copying or moving linked resources on top of existing resources the existing resources are not actually replaced with the linked resources. Instead, file content is set to that of the linked resources and folders are merged. Files could just be overwritten, however overwriting folders would require a new/different warning message to make it clear that folders will not be merged but instead deleted and replaced with the linked folder. The other direction, overwriting linked resources with regular ones, has the same problem. The linked resource should be deleted first and the regular one copied/moved. The unexpected file copying behavior is the result of the validateEdit/setContents changes. When linked resources are involved we should not use validateEdit/setContents. | verified fixed | 07d4659 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T23:37:52Z" | "2002-12-20T18:46:40Z" |
22,991 | Bug 22991 [Dialogs] FilteredList.setSelection does not work as expected | setSelection does not work if called from the same event-handling loop as setElements. This is because it starts a new thread which synchronously adds new items to the table. Thus, setSelection (which simply calls Table.setSelection) has no effect, since the table is empty. The behaviour is best visible on JDT Choose Package subdialog of New Class dialog - the pre-selected package is allways the first one, not the one entered in the box. | closed fixed | 0c3c58d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T20:22:44Z" | "2002-08-29T16:53:20Z" |
30,890 | Bug 30890 [View Mgmt] Can't close a lazy fast view | build I20030129 - make some views fast views - shutdown and restart - without activating fast view first, right click on its icon and choose Close - nothing happens - nothing in log Also: - right click again and choose Fast View - nothing happens (it remains checked) - try it again - the icon disappears but the view is not converted to a regular view - log has: !ENTRY org.eclipse.ui 4 0 Feb 04, 2003 12:50:06.826 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.Perspective.removeFastView (Perspective.java:778) at org.eclipse.ui.internal.WorkbenchPage.removeFastView (WorkbenchPage.java:2079) at org.eclipse.ui.internal.WorkbenchWindow$9.widgetSelected (WorkbenchWindow.java:1364) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1240) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1223) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 6fc25a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T20:15:38Z" | "2003-02-04T17:33:20Z" |
30,024 | Bug 30024 [Linked Resources] Variable dialog should have option to "extend" | Build: I20030122 Doing some more usability testing with linked resource scenarios, I found the path variable dialog to be missing something. In the JDT build path variable dialog, there is a button to "extend" the given variable... that is, select an existing directory relative to the given path. See the libraries page of the java build path property page for an example (click "Add Variable..."). If my variable is TEMP -> c:\temp And I want my linked resource to be located at c:\temp\foo, I have to type in the extension by hand. If I'm not sure of the directory name, I have to drop down to windows explorer to figure it out. | resolved fixed | b1ebb14 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileFolderSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T19:59:40Z" | "2003-01-22T21:13:20Z" |
31,190 | Bug 31190 [Decorators] org.eclipse.jface.util.Assert$AssertionFailedException while running JDT UI JUnit Plugin tests | Bug entered as per advice from NE. While running the automated JUnit plugin tests for JDT UI for linux motif, the following stack trace was in the log after an error dialog opened: !SESSION Feb 06, 2003 18:22:41.223 -------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM build cxia32131-20021102 (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US Command-line arguments: -dev bin -data /builds/integration/I-I20030206- 200302061700_test/eclipse-testing/test-eclipse/eclipse/jdt_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter, org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite - noupdate -os linux -ws motif -arch x86 -install file:/builds/integration/I- I20030206-200302061700_test/eclipse-testing/test-eclipse/eclipse/ !ENTRY org.eclipse.ui.workbench 4 2 Feb 06, 2003 18:22:41.224 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java(Inlined Compiled Code)) at org.eclipse.jface.util.Assert.isNotNull(Assert.java(Inlined Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.update (StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.update (StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.handleLabelProviderChanged (StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged (ContentViewer.java(Compiled Code)) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run (DecorationScheduler.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) | closed fixed | 50ceb57 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T14:36:52Z" | "2003-02-07T01:06:40Z" |
31,137 | Bug 31137 migrating from 2.0 to 2.1 with auto-build off causes UI glitch | null | closed fixed | e0e0fd7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T13:58:19Z" | "2003-02-06T19:33:20Z" |
29,977 | Bug 29977 [Editor Mgmt] OpenWithMenu can contain duplicates | 20030121 Test Case Add the Planty editor as an editor for *.xml (it is already registered for build.xml) Select a build.xml file Use the context menu in the Package Explorer->Open With The sub menu contains two planty entries. Problem: OpenWithMenu#fill(Menu, int) does not check for duplicate editor descriptions for any give file. Possible Solution: Make the following change to OpenWithMenu#fill: List alreadyAddedEditors= new ArrayList(editors.length); for (int i = 0; i < editors.length; i++) { IEditorDescriptor editor = (IEditorDescriptor) editors[i]; if (alreadyAddedEditors.contains(editor.getId())) { continue; } createMenuItem(menu, editor, preferredEditor); if (defaultEditor != null && editor.getId().equals(defaultEditor.getId ())) { defaultFound = true; } alreadyAddedEditors.add(editor.getId()); } | closed fixed | 641baff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenWithMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-10T13:46:46Z" | "2003-01-22T15:40:00Z" |
29,914 | Bug 29914 Icons for "Sync with Editor", "Collapse All" | We currently have no colored (hover) icon for the "Sync with Editor" and "Collapse All" actions. Also there is not disabled icon for the "Sync with Editor" action. | resolved fixed | 1977733 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-05T23:28:55Z" | "2003-01-21T20:13:20Z" |
30,984 | Bug 30984 [Wizards] New menu has two separators in a row if no shortcuts | build I20030205 - open Debug Perspective - in the File / New submenu, there are two separators in a row Either this has always been like this, or it's due to the recent addition of the Examples... item | closed fixed | 6f1c007 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-05T18:29:33Z" | "2003-02-05T18:33:20Z" |
28,105 | Bug 28105 [Linked Resources] build classpath wizard should present linked folders like workbench | Build I20021210 1. Create a new Java project P1 with source folder "/P1/src". 2. Select P1 and create a New Folder /P1/fold1 Observe: New Folder dialog has an "Advanced >" button that hides the machinery for creating a linked folder. 3. Select P1 and open Properties > Java Build Path 4. On the Source tab, select Add Existing Folders 5. Select Create New Folder Observe: New Folder dialog exposes all the machinery for creating a linked folder. Expectation: JDT New Folder dialogs should look like the workbench New Folder dialog and have an "Advanced >" button that hides the machinery for creating a linked folder. The rationale for using an "Advanced >" button to keep the linking stuff out of sight is that (a) this is an advanced feature that most users will not use, and, more importantly (b) the linked resource feature is a 2.1 change that will break plug-ins that are unprepared to handle linked resources. We may loosen up in future releases, but for 2.1 we want to keep linked resources low key. | resolved fixed | 3fd44c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-04T22:58:17Z" | "2002-12-11T15:20:00Z" |
29,479 | Bug 29479 [Linked Resources] path-variable location shown with wrong slashes | Build 20030114 1. On the Path Variables preference page, create a new path variable named V1; browse to folder c:\temp. Observe: The Path Variable field contains "C:/temp". Expectation: This is a file system path. File system paths should be shown to the user with OS-specific file separators. On Windows, this should appear as "C:\temp" Likewise for the items in the "Defined path variables" box. | resolved fixed | b5aef46 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-04T21:55:46Z" | "2003-01-14T21:33:20Z" |
29,107 | Bug 29107 [Preferences] Error thrown in PreferencePage.performOk/Apply/Cancel locks Eclipse | An error thrown inside the overriden methods performOk and performCancel (and performApply) in a PreferencesPage will cause Eclipse to run into a deadlock as soon as the user displays that page. Imagine a new plugin developed using the latest version of the eclipse libraries using methods that did not exist in previous versions. Running it on an older version can lead to NoSuchMethodErrors (that's what happened to me). Imagine those errors in performOk and performCancel on a PreferencesPage. The Error will not be caught and there is no way for the user to exit the preferences or eclipse without killing it. Reproduction: 1. create a new plugin project containing a preferences page. 2. Override methods as follows: public boolean performOk() { throw new NoSuchMethodError("No way out!"); } public boolean performCancel() { throw new NoSuchMethodError("No way out!"); } 3. Run the plugin and go to the preferences page. 4. Try to exit the preferences pages or eclipse Possible solution: Catch any throwable when calling those methods from the environment and report an error message to the user when the method throws any. Exit the preferences anyway (or let the user decide what to do). This problem has been reproduced on 2.1M3 and 2.1M4. | closed fixed | 0a89689 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-04T16:37:14Z" | "2003-01-07T20:06:40Z" |
30,866 | Bug 30866 [Dialogs] incoreect javadoc in IDialogConstants.NO_TO_ALL_ID | value says 4 but it's 21 /** * Button id for a "No to All" button (value 4). */ public int NO_TO_ALL_ID = 21; | closed fixed | 19de622 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-04T16:15:24Z" | "2003-02-04T14:46:40Z" |
29,370 | Bug 29370 [Dialogs] WizardNewProjectCreationPage.setInitalProjectName sets initialLocationFieldValue wrong | null | closed fixed | 488896b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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 | "2003-02-04T14:49:32Z" | "2003-01-13T12:13:20Z" |
30,823 | Bug 30823 [Navigator] RenameResourceAction.invokeOperation should use validateEdit/setContents | build 20030129 RenameResourceAction.invokeOperation deletes an existing target resource before moving the source. When the target resource is an existing file it should be renamed by calling setContents instead of deleting the conflicting resource and then moving the source. If it is read-only validateEdit should additionally be called before doing the setContents. If the source file is read-only as well, validateEdit needs to be called for the source and the destination together. | resolved fixed | 51b2ea7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T23:54:57Z" | "2003-02-03T16:33:20Z" |
29,854 | Bug 29854 [Dialogs] ResourceListSelectionDialog should match open type wildcard behavior | JDT UI is planning to change the Open Type dialog wildcard behavior in M5. Platform UI should do the same in the ResourceListSelectionDialog which is used for Go To Resource and Open Resource. | verified fixed | 2d64d43 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T20:42:52Z" | "2003-01-20T22:00:00Z" |
30,344 | Bug 30344 Insertion of 'scrapbook' error messages unhelpful | When an error occurs in the scrapbook (e.g. a syntax error) or a result is returned, the scrapbook inserts text in the scrapbook page (which is what VAJ used to do). This has always been remarkably unhelpful; if the developer does not delete the message/result straight away then when selecting a block of text next time may end up with the error message being interpreted, which gives a further error message ad tedium. It would be much better if a pop-up-dialog box was used to indicate of a result/error that could be dismissed leaving the source code intact, or alternatively displaying the result using another mechanism (pop-up text, console for standard output/error etc.) | verified fixed | 54d08c6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T19:44:04Z" | "2003-01-27T23:26:40Z" |
30,669 | Bug 30669 [Linked Resources] Copy/move of linked resource should always be shallow | build 20030129 We currently prompt whether linked resources should be deep copied/moved or shallow copied/moved. This should be changed to always do a shallow copy. Mail from John on this issues: "Chris, Jeem, and I discussed the copy issue (again!), and the consensus is that we don't allow deep copy or move at all from the UI. Copy and move of linked resources will always be shallow. Again, this is consistent with the behaviour of shortcuts and symbolic links (ever seen a prompt to deep copy a shortcut?), and with our shallow deletion behaviour." [...] "Platform UI copy/move operations will always be SHALLOW. Copy and move will be disabled for cases where the target is not a project. This is consistent UI behaviour that is in line with user expectations." | resolved fixed | 36b8dce | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T19:43:23Z" | "2003-01-30T20:53:20Z" |
29,921 | Bug 29921 [Preferences] Build Order preference dialog is misleading | Build 200301211004 1. Open a workspace containing several projects. 2. Create a new simple project named "Junk" 3. Open Build Order preference page 4. Uncheck "Use default build order" 5. Select Junk and move it up or down in the list. 6. Check "Use default build order" Observe: "Junk" is still where you moved it. Expectation: When "Use default build order" is checked, the Project build order control should show the default build order. 7. Close Preferences dialog 8. Reopen Build Order preference page Observe: "Junk" is shown where it belongs. | closed fixed | 3d2a7d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T18:34:44Z" | "2003-01-21T20:13:20Z" |
21,666 | Bug 21666 [Global Actions] CopyResourceAction uses delete & create rather than setContents | Build: R2.0 org.eclipse.ui.actions.CopyResourceAction calls IWorkspace.delete on incoming resources that collide with current resources. This should be replaced with a validateEdit and a setContents call so that VCMs that watch the filesystem can continue tracking versions of the file. | resolved fixed | 0edca7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-03T16:53:22Z" | "2002-07-17T18:20:00Z" |
30,633 | Bug 30633 Project References property page cut off in High Contrast | 20030129 The Project References property page is cut off in High Contrast mode - it looks like we are slamming the size of the list. | closed fixed | e5f3490 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-31T18:58:58Z" | "2003-01-30T18:06:40Z" |
30,610 | Bug 30610 [Preferences] FontFieldEditor constructor with preview text param causes NullPointerException when rendering | This constructor works fine: public FontFieldEditor(String name, String labelText, Composite parent) but this one: public FontFieldEditor(String name, String labelText, String previewText, Composite parent) will cause a NullPointerException when the preference page with it opens later on. The problem will be here: protected void adjustForNumColumns(int numColumns) { ((GridData)valueControl.getLayoutData()).horizontalSpan = numColumns - 2; Control control = getPreviewControl(); if (control != null) { ((GridData)control.getLayoutData()).horizontalSpan = numColumns; } } this will cause the NullPointerException because getLayoutData() returns null. Workaround: Use the constructor without the preview text parameter. Here's the stack trace: !ENTRY org.eclipse.ui 4 4 Jan 30, 2003 10:12:21.546 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Jan 30, 2003 10:12:21.546 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jface.preference.FontFieldEditor.adjustForNumColumns (FontFieldEditor.java:123) at org.eclipse.jface.preference.FieldEditorPreferencePage.adjustGridLayout (FieldEditorPreferencePage.java:131) at org.eclipse.jface.preference.FieldEditorPreferencePage.createContents (FieldEditorPreferencePage.java:201) at org.eclipse.jface.preference.PreferencePage.createControl (PreferencePage.java:209) at org.eclipse.jface.preference.PreferenceDialog.showPage (PreferenceDialog.java:963) at org.eclipse.jface.preference.PreferenceDialog$7.run (PreferenceDialog.java:456) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:65) at org.eclipse.jface.preference.PreferenceDialog$6.widgetSelected (PreferenceDialog.java:449) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent (OpenStrategy.java:192) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:187) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:327) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:94) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1669) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1414) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | 910be6c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-31T16:21:24Z" | "2003-01-30T15:20:00Z" |
30,362 | Bug 30362 [Preferences] DBCS:Scroll bar doesn't appear when resize "Preferences" window | Reporter: Richmond Language: (Korean/Simplfied Chinese/Traditional Chinese) Build driver: 20030122 Severity: Normal OS: <RedHat8> JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: Summary: DBCS:Scroll bar doesn't appear when resize "Preferences" window Description:<description of problem.> Steps to recreate problem: 1-CLick "Windows>Preferences". 2-Select "Workbench>Perspectives". 3-Resize the "Preferences" windows. <<Error>> There is no scroll bar in panel "Available perspectives:" (scrollbar.jpg) <<Expected Result>> There should be scroll bar in panel "Available perspectives:" | closed fixed | 5dde950 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-31T13:46:34Z" | "2003-01-28T10:33:20Z" |
30,655 | Bug 30655 [DND] Check selection in NavigatorDragAdapter.dragStart | null | resolved fixed | 5143a07 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-30T19:42:11Z" | "2003-01-30T18:06:40Z" |
30,402 | Bug 30402 [Preferences] Banner should have 1-pixel border | build I20030115 In the Preferences and Properties dialogs, the banner currently has a black and white border on the bottom. It should have a black border all the way around it, plus the white line at the bottom. See the attached image from graphic design. | closed fixed | 5d1a5eb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-29T20:26:55Z" | "2003-01-28T16:06:40Z" |
28,553 | Bug 28553 [Editor Mgmt] HANG - Drag .java file from package explorer to editor hangs eclipse | Version: 2.1 Build id: 200212161439 To reproduce this just open eclipse and then close all open java files. Drag a java file from the package explorer to the editor and it will hang eclipse. The drag icon will hang around even if you switch to another applcation. This works fine on GTK and Windows. | resolved fixed | 6b22a68 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-29T20:16:16Z" | "2002-12-17T18:33:20Z" |
28,122 | Bug 28122 [View Mgmt] Tasks view being held onto | build I200212101110 While profiling the large workspace, I saw references to the Tasks view being held onto even after closing it (and there were no other perspectives which could be referencing it). The reference chain was: PerspectivePresentation.mainLayout RootLayoutContainer.root PartTabFolder.children[i] LayoutTree.part ContainerPlaceHolder.realContainer PartTabFolder.current ViewPane.partReference ViewReference.part TaskList | resolved fixed | 2513349 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-28T20:06:11Z" | "2002-12-11T18:06:40Z" |
30,308 | Bug 30308 [Decorators] Flashing viewer refresh | build 20030121 -I have a workspace with the UI plugins and the org.eclipse.swt/org.eclipse.swt.win32 plugins (v2122c/v2122) loaded. -Searched all .java files for "formatName" -Got six results in org.eclipse.swt.dnd.Transfer.java (different files and versions for different platforms) ->Double clicking on a search result causes flashing refreshes in the search results view and in the outliner. It looks like the version number decoration gets added and removed in an infinite loop. I have the default team label decorators enabled and all team icon decorators disabled. | closed fixed | 41c5778 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-28T14:53:36Z" | "2003-01-27T15:06:40Z" |
24,212 | Bug 24212 [Tasks view] Support read-only tasks in Task list | JDT has now support for generating tasks from source, e.g. //TODO will add a task and show it in the task list. Such tasks can only be edited and changed in the source code. For this reason we would like to have support in the task list for such non-modifiable tasks. For example, we could add a marker attribute "read-only" and if this attribute is set then menu actions to delete or change the task will be disabled. | resolved fixed | 10d7815 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/MarkerUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-28T02:00:51Z" | "2002-09-30T07:13:20Z" |
22,735 | Bug 22735 [Working Sets] Working set dialog should not enable OK unless there is a working set selected | 2.0.1 20020821 The dialog used for selecting working sets has OK enabled even if there is nothing selected STEPS 1) Select the filters dialog in the Tasks view 2) Select the "on working set" button 3) Hit select - the OK button is always enabled | resolved fixed | f865978 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T22:58:46Z" | "2002-08-22T18:13:20Z" |
29,973 | Bug 29973 [Navigator] List of working sets in drop-down menu gets reordered | build I20030115 There seems to be an inconsistency between the way the Navigator and the Package Explorer orders working sets in the drop-down menu. The Navigator seems to use MRU order, while the Package Explorer uses alphabetical order. I think alphabetical order is preferable since it is more stable. Moving the current one to the top isn't a great advantage since it's already indicated by the radio button. | resolved fixed | 89762a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T22:31:50Z" | "2003-01-22T15:40:00Z" |
10,629 | Bug 10629 Invisible Eclipse window | In workspace/.metadata/org.eclipse.ui/workbench.xml the window x and y values sometimes get set to 3000 if there is little memory available and the Eclipse window is temporarily out of focus. As a result, the window remains hidden and can only be seen in the task bar, even after restarting. Manually changing the values back to something more reasonable such as 0 fixes the problem. | resolved fixed | 2dc48bc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T21:53:31Z" | "2002-03-02T17:26:40Z" |
30,004 | Bug 30004 [Linked Resources] Mini new folder dialog doesn't have room for warning message | Build: I20030122 1) The warning or error message line is too short in the NewFolderDialog. Some of the warning messages will not fit in this space. For example, the warning about a linked resource overlapping another resource does not fit. The warning should be allowed to wrap, or minimally the user should be able to resize the dialog to see the entire message. 2) The overlapping link warning message is missing its warning icon (the yellow triangle). This may be because it just didn't fit. | resolved fixed | cdf0843 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T19:56:52Z" | "2003-01-22T18:26:40Z" |
29,913 | Bug 29913 [linked resources] moving file to linked alias deletes file | Build 20030121 1. Create project P1 2. Create folder P1/F1 link to existing folder c:\junk\ 3. Create folder P1/F2 link to same folder 4. Create file P1/F1/foo.txt Observe: navigator shows a foo.txt in both folders. 5. Drag P1/F1/foo.txt to P1/F2 Answer "yes" when it asks if you want to overwrite P1/F2/foo.txt Observe: foo.txt disappears from both folders! Expectation: Either the operation succeeds but is a no-op, or fails with an error like "file busy". | resolved fixed | fdd8452 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T17:43:21Z" | "2003-01-21T20:13:20Z" |
29,609 | Bug 29609 [Viewers] add a default implementation of IStructuredContentProvider | a clone of such a class can be found in so many places in eclipse that it seems resonable for jface to provide it as a default implementation (called maybe ObjectArrayContentProvider or something) everybody seems to be copying it so we might just write it once and let people use it class MyContentProvider implements IStructuredContentProvider { public Object[] getElements(Object inputElement) { return (Object[])inputElement; } public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } public void dispose() { } } | resolved fixed | a9a444b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ArrayContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-27T17:30:50Z" | "2003-01-16T09:40:00Z" |
29,778 | Bug 29778 [Navigator] Exception occurs during drag file into Run-time workbench | Reporter: Tiffany Language: Korean / Simplfied Chinese / Tranditional Chinese Build driver: eclipse-SDK-M4-linux-gtk OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 3.8 Using Content assist with DBCS strings Summary: DBCS: Exception occurs during drag file into Run-time workbench Steps to recreate problem: 1. Unzip the attachment (sef.zip) 2. Launch workbench with gtk build. 3. Import the plug-in com.ibm.wsweducation.solution.sef 4. Open the PDE perspective, then Select the project name. 5. Click Run icon > Run AS... > Run-time Workbench. 6. Run-time workbench pops up. 7. Create a Java project and a folder in the project in Run-time workbench. 8. Open the "Resource Perspective" in Run-time workbench. 9. Grab the test.release file in the original workbench then drag it into the folder which was created at step 7 in Run-time workbench. <<Error>> After step 9, some error messages were displayed in Console Window of the original Workbench Please refer the attachment (Exception.txt) NOTE: At step 8, if I open the "Java Perspective" in Run-time Workbench. The test.release file could be dragged into Run-time Workbench successfully without any error messages. <<Expected Result>> The test.release file should be draged into the folder in the "Resource Perspective" of Run-time workbench successfully without any error messages. | closed fixed | fe9c013 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/LocalSelectionTransfer.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-26T22:46:27Z" | "2003-01-20T08:06:40Z" |
30,170 | Bug 30170 [Preferences] editors preferences not stored on OK? | 20030121 my eclipse hard-crashed and it seems that the 'number of open editors' preference was lost preference pages should store their values on OK. i guess the 'Editors' page forgot to do it. | closed fixed | 2127dd6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPersistentPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-24T19:19:08Z" | "2003-01-24T12:06:40Z" |
27,320 | Bug 27320 [Editor Mgmt] Editor tabs become unusable due to SWTExceptions | I have this happen quite frequently on 2.0.2 under Linux/Motif. For some reason, the editors become completely unusable. I end up with a single editor tab, which isn't painted correctly, and which has *no* corresponding editor contents. No editors can open, and this editor tab can't be closed. Attached is some of the resulting spewage to the log. I have to restart the workbench. Looks like someone's using a disposed image. | resolved fixed | e25b372 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-23T19:35:40Z" | "2002-11-28T16:13:20Z" |
30,057 | Bug 30057 [Navigator] NewWizardAction is instantiated in MainActionGroup of ResourceNavigator but never used | NewWizardAction is instantiated in org.eclipse.ui.views.navigator.MainActionGroup in makeActions() but never used protected void makeActions() { ... newWizardAction = new NewWizardAction(); ... } is there's a point of doing that??? | resolved fixed | b5ff95c | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-23T18:37:01Z" | "2003-01-23T08:20:00Z" |
28,368 | Bug 28368 [Working Sets] cannot add closed projects | build 12-10, win2k, j9 I have a bunch of projects in my workspace, some open and some closed. When I try to add a closed project to a working set, I get the error message "A closed project cannot be modified". I don't understand this message and I don't understand why I am getting it. As far as I know, the working set information is not stored with the project so the project will not be modified in any way by adding/removing it from a working set. | resolved fixed | 2a404ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-22T16:29:36Z" | "2002-12-16T14:46:40Z" |
28,831 | Bug 28831 Displays ligature for fi & fl | Eclipse M4 The Eclipse editor displays ligatures for 'fi' & 'fl' instead of the specific characters. This results a) in strange look and b) in the column indicator being off by one for each occurence. NB: While this might be nice for proprtional fonts, it's no good idea for fixed width fonts. | resolved fixed | 30e5d54 | ["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-22T14:17:48Z" | "2002-12-23T16:13:20Z" |
26,016 | Bug 26016 [Navigator ] Open/Close Project can be removed from context menu | null | resolved fixed | 0635d8a | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-21T18:05:24Z" | "2002-11-12T05:46:40Z" |
29,491 | Bug 29491 [DND] Check NavigatorDragAdapter use of IResource.getLocation | null | resolved fixed | 77fa4fa | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/CopyAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-21T17:08:54Z" | "2003-01-15T00:20:00Z" |
29,675 | Bug 29675 [Linked Resources] new path variable dialog | Build: I20030115 (from linked resource retrospective with Jeem and ChrisMc) The following comments are about the new path variable dialog (from path variable preference page, select "New"). 1. If you enter a name, it enters an error state (red X appears at top). This gives the impression that the name is wrong, when in fact the error is that the value is blank. It shouldn't be an error message until the user has typed something in the value field. It should put up a message without the error icon, and continue to disable the finish button until the user enters something in both fields. The same is true when a value is entered but the name is blank 2. The entry field labels have redundant information (the word "Variable"), and it should use the terminology "location" instead of "path" when talking about file system paths (see for example the resource info property page). The labels should simply read: Name: Location: | resolved fixed | 20919f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-21T16:18:47Z" | "2003-01-16T23:33:20Z" |
29,539 | Bug 29539 [Linked resources] testing for empty path in link locations | build 20030114 IWorkspace.validateLinkLocation now tests if the specified path is absolute or a path variable, this is good. When I pass in an empty path (because the user did not type a link target yet) I get an error with code IResourceStatus.VARIABLE_NOT_DEFINED and a message stating that '"" is not a valid location', this could be better. A message like "A Link target must be specified" would be more appropriate. I currently work around this by checking for error code VARIABLE_NOT_DEFINED and then checking if the link target is empty. | resolved fixed | 1d2dc82 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T22:41:38Z" | "2003-01-15T14:13:20Z" |
27,140 | Bug 27140 [View Mgmt] F12 should dismiss fast view even if no editors open | build I20021119 F12 can be used to dismiss a fast view when an editor is open, since it activates the editor. It should also dismiss a fast view even if no editors are open. | resolved fixed | 3e48810 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T22:01:05Z" | "2002-11-26T03:06:40Z" |
28,381 | Bug 28381 [OLE] OleEditor.setResource does not guard against null resource location | null | closed fixed | cacd800 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/ExternalEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T21:19:12Z" | "2002-12-16T14:46:40Z" |
25,785 | Bug 25785 [View Mgmt] NPE on shutdown in ConsoleTerminateActionDelegate | I start Eclipse (Debug perspective is the active perspective) I shutdown Eclipse We should handle that the page is null for the action delegate. The strange thing is that it looks like a view is getting restored on shutdown? Thread [main] (Suspended (exception java.lang.NullPointerException)) org.eclipse.debug.internal.ui.actions.ConsoleTerminateActionDelegate (org.eclipse.debug.internal.ui.actions.AbstractListenerActionDelegate).init (org.eclipse.ui.IViewPart) line: 152 org.eclipse.debug.internal.ui.actions.ConsoleTerminateActionDelegate.ini t(org.eclipse.ui.IViewPart) line: 47 org.eclipse.ui.internal.ViewPluginAction.initDelegate(java.lang.Object) line: 38 org.eclipse.ui.internal.ViewPluginAction (org.eclipse.ui.internal.PluginAction).createDelegate() line: 86 org.eclipse.ui.internal.ViewPluginAction (org.eclipse.ui.internal.PluginAction).selectionChanged (org.eclipse.jface.viewers.ISelection) line: 231 org.eclipse.ui.internal.ViewPluginAction (org.eclipse.ui.internal.PartPluginAction).registerSelectionListener (org.eclipse.ui.IWorkbenchPart) line: 32 org.eclipse.ui.internal.ViewPluginAction.<init> (org.eclipse.core.runtime.IConfigurationElement, java.lang.String, org.eclipse.ui.IViewPart, java.lang.String) line: 26 org.eclipse.ui.internal.ActionDescriptor.createAction(int, org.eclipse.core.runtime.IConfigurationElement, java.lang.Object) line: 155 org.eclipse.ui.internal.ActionDescriptor.<init> (org.eclipse.core.runtime.IConfigurationElement, int, java.lang.Object) line: 117 org.eclipse.ui.internal.ViewerActionBuilder.createActionDescriptor (org.eclipse.core.runtime.IConfigurationElement) line: 30 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.PluginActionBuilder).readElement (org.eclipse.core.runtime.IConfigurationElement) line: 314 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.registry.RegistryReader).readElements (org.eclipse.core.runtime.IConfigurationElement[]) line: 119 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.registry.RegistryReader).readElementChildren (org.eclipse.core.runtime.IConfigurationElement) line: 109 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.PluginActionBuilder).readElement (org.eclipse.core.runtime.IConfigurationElement) line: 320 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.registry.RegistryReader).readElements (org.eclipse.core.runtime.IConfigurationElement[]) line: 119 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.registry.RegistryReader).readExtension (org.eclipse.core.runtime.IExtension) line: 128 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.registry.RegistryReader).readRegistry (org.eclipse.core.runtime.IPluginRegistry, java.lang.String, java.lang.String) line: 140 org.eclipse.ui.internal.ViewerActionBuilder (org.eclipse.ui.internal.PluginActionBuilder).readContributions (java.lang.String, java.lang.String, java.lang.String) line: 287 org.eclipse.ui.internal.ViewerActionBuilder.readViewerContributions (java.lang.String, org.eclipse.jface.viewers.ISelectionProvider, org.eclipse.ui.IWorkbenchPart) line: 52 org.eclipse.ui.internal.PopupMenuExtender.readStaticActions() line: 76 org.eclipse.ui.internal.PopupMenuExtender.<init>(java.lang.String, org.eclipse.jface.action.MenuManager, org.eclipse.jface.viewers.ISelectionProvider, org.eclipse.ui.IWorkbenchPart) line: 39 org.eclipse.ui.internal.ViewSite (org.eclipse.ui.internal.PartSite).registerContextMenu(java.lang.String, org.eclipse.jface.action.MenuManager, org.eclipse.jface.viewers.ISelectionProvider) line: 147 org.eclipse.ui.internal.ViewSite (org.eclipse.ui.internal.PartSite).registerContextMenu (org.eclipse.jface.action.MenuManager, org.eclipse.jface.viewers.ISelectionProvider) line: 153 org.eclipse.debug.internal.ui.views.console.ConsoleView (org.eclipse.debug.ui.AbstractDebugView).createContextMenu (org.eclipse.swt.widgets.Control) line: 348 org.eclipse.debug.internal.ui.views.console.ConsoleView (org.eclipse.debug.ui.AbstractDebugView).createPartControl (org.eclipse.swt.widgets.Composite) line: 202 org.eclipse.ui.internal.PartPane$4.run() line: 135 org.eclipse.core.internal.runtime.InternalPlatform.run (org.eclipse.core.runtime.ISafeRunnable) line: 839 org.eclipse.core.runtime.Platform.run (org.eclipse.core.runtime.ISafeRunnable) line: 413 org.eclipse.ui.internal.ViewPane (org.eclipse.ui.internal.PartPane).createChildControl() line: 133 org.eclipse.ui.internal.ViewPane.createChildControl() line: 201 org.eclipse.ui.internal.ViewFactory$2.run() line: 148 org.eclipse.core.internal.runtime.InternalPlatform.run (org.eclipse.core.runtime.ISafeRunnable) line: 839 org.eclipse.core.runtime.Platform.run (org.eclipse.core.runtime.ISafeRunnable) line: 413 org.eclipse.ui.internal.ViewFactory.busyRestoreView (org.eclipse.ui.IViewReference) line: 92 org.eclipse.ui.internal.ViewFactory$1.run() line: 77 org.eclipse.swt.custom.BusyIndicator.showWhile (org.eclipse.swt.widgets.Display, java.lang.Runnable) line: 65 org.eclipse.ui.internal.ViewFactory.restoreView (org.eclipse.ui.IViewReference) line: 73 org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(boolean) line: 309 org.eclipse.ui.internal.WorkbenchPage$ActivationList.getActive(int) line: 2668 org.eclipse.ui.internal.WorkbenchPage$ActivationList.getActive() line: 2646 org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(boolean) line: 673 org.eclipse.ui.internal.WorkbenchPage.dispose() line: 927 org.eclipse.ui.internal.WorkbenchWindow.closeAllPages() line: 443 org.eclipse.ui.internal.WorkbenchWindow.hardClose() line: 935 org.eclipse.ui.internal.WorkbenchWindow.busyClose() line: 359 org.eclipse.ui.internal.WorkbenchWindow.access$3 (org.eclipse.ui.internal.WorkbenchWindow) line: 348 org.eclipse.ui.internal.WorkbenchWindow$2.run() line: 404 org.eclipse.swt.custom.BusyIndicator.showWhile (org.eclipse.swt.widgets.Display, java.lang.Runnable) line: 65 org.eclipse.ui.internal.WorkbenchWindow.close() line: 402 org.eclipse.jface.window.WindowManager.close() line: 102 org.eclipse.ui.internal.Workbench$2.run() line: 233 org.eclipse.core.internal.runtime.InternalPlatform.run (org.eclipse.core.runtime.ISafeRunnable) line: 839 org.eclipse.core.runtime.Platform.run (org.eclipse.core.runtime.ISafeRunnable) line: 413 org.eclipse.ui.internal.Workbench.busyClose(boolean) line: 230 org.eclipse.ui.internal.Workbench.access$5 (org.eclipse.ui.internal.Workbench, boolean) line: 206 org.eclipse.ui.internal.Workbench$4.run() line: 363 org.eclipse.swt.custom.BusyIndicator.showWhile (org.eclipse.swt.widgets.Display, java.lang.Runnable) line: 65 org.eclipse.ui.internal.Workbench.close(java.lang.Object, boolean) line: 361 org.eclipse.ui.internal.Workbench.close(java.lang.Object) line: 353 org.eclipse.ui.internal.Workbench.close() line: 347 org.eclipse.ui.internal.QuitAction.run() line: 31 org.eclipse.ui.internal.QuitAction (org.eclipse.jface.action.Action).runWithEvent(org.eclipse.swt.widgets.Event) line: 769 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (org.eclipse.swt.widgets.Event) line: 408 org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (org.eclipse.swt.widgets.Event) line: 362 org.eclipse.jface.action.ActionContributionItem.access$0 (org.eclipse.jface.action.ActionContributionItem, org.eclipse.swt.widgets.Event) line: 353 org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEve nt(org.eclipse.swt.widgets.Event) line: 48 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 77 org.eclipse.swt.widgets.MenuItem (org.eclipse.swt.widgets.Widget).sendEvent(org.eclipse.swt.widgets.Event) line: 825 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1692 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1410 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1419 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1402 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 831 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 432 EclipseRuntimeLauncher.main(java.lang.String[]) line: 24 | resolved fixed | d8cef37 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T19:56:02Z" | "2002-11-06T16:26:40Z" |
25,548 | Bug 25548 [Error Handling] NPE trying to close broken view | Build 20021029 When a part fails to initialize, trying to close that part causes an NPE on the last line of WorkbenchPage.getReference(IWorkbenchPage) which reads: return pane.getPartReference(); I debugged the problem and here's what the part variable looks like. Note that the pane of the ErrorViewPart is null. part= org.eclipse.ui.internal.ViewPane$1$ErrorViewPart (id=88) configElement= null imageDescriptor= null partSite= org.eclipse.ui.internal.ViewSite (id=92) actionBars= org.eclipse.ui.internal.ViewActionBars (id=109) configElement= org.eclipse.core.internal.plugins.ConfigurationElement (id=113) extensionID= "com.r2tech.eclipse.antview.views.AntView" extensionName= "AntView" keyBindingService= org.eclipse.ui.internal.KeyBindingService (id=119) page= org.eclipse.ui.internal.WorkbenchPage (id=39) pane= null part= org.eclipse.ui.internal.ViewPane$1$ErrorViewPart (id=88) pluginID= "com.r2tech.eclipse.antview" selectionProvider= null propChangeListeners= org.eclipse.jface.util.ListenerList (id=98) text= org.eclipse.swt.widgets.Text (id=100) title= "AntView" titleImage= null toolTip= null Here's the stack trace: !ENTRY org.eclipse.ui 4 4 Oct 30, 2002 11:04:45.472 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Oct 30, 2002 11:04:45.474 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.getReference(WorkbenchPage.java:2591) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1397) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1385) at org.eclipse.ui.internal.ViewPane.doHide(ViewPane.java:324) at org.eclipse.ui.internal.ViewPane$4.widgetSelected(ViewPane.java:158) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:839) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1464) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1419) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1402) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | resolved fixed | da55afb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T19:42:27Z" | "2002-10-30T17:46:40Z" |
23,938 | Bug 23938 "update discovered" message misleading | When you unzip a new feature into an eclipse install and then run, you are informed that an "update" has been found, would you like to run the update manager. My first thought on seeing htis was that eclipse had gone out to the web and found that there are new versions of some of my plugins, did I want to install them (the message is almost identical to that given by acrobat, quicken, etc). Of course, I do not want to do this so I selected "no". Of course, this meant that my *new* plugins/features were not installed. The message should at least say that new things were discovered in the eclipse install. Better yet, it should simply go directly to the update manager's pending changes dialog with everything checked by default and say "we found this new stuff, please confirm its installation into eclipse". Then the user just has to click "ok". Unfortunately the will still have to restart but that is the subject of another bug report. The current model requires users to know and think too much. | resolved fixed | 391d669 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T19:22:42Z" | "2002-09-20T19:26:40Z" |
29,659 | Bug 29659 [Linked Resources] New Folder and New File dialogs | 1. The New Folder and New File dialogs have no mnemonic for the Advanced button, and its seems that the 'Link to..' mnemonic 'L' can not be invoked (tried pressing Alt-L). 2. Attempting to create a link to a folder already linked (overlapping) gives a very long warning message in the white title area of the dialog - so long that it can not be read in its entirety. | resolved fixed | 6d5fe7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-20T17:00:22Z" | "2003-01-16T20:46:40Z" |
29,719 | Bug 29719 [Linked Resources] comments about mini new folder dialog | Build: I20030115 From linked resource retrospective with Jeem and Chris Mc. The following comments are about org.eclipse.ui.dialogs.NewFolderDialog 1. This should have a similar look to the new folder wizard. I.e., it should have an advanced button that conceals or reveals the link to file system part. 2. This dialog doesn't allow creating of a linked folder that doesn't exist in the file system. I.e., when IFolder.createLink is called, it should pass the ALLOW_MISSING_LOCAL flag. | resolved fixed | 7e4a053 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-17T19:20:34Z" | "2003-01-17T16:13:20Z" |
21,187 | Bug 21187 [Working Sets] WorkingSetManager sending bogus property change event | build R2.0 The WorkingSetManager.removeWorkingSet sends a CHANGE_WORKING_SET_REMOVE event even if a removed working set does not exist in the list of working sets. WorkingSetManager.removeWorkingSet should ignore the remove request when the working set does not exist. Commented out failing test case in IWorkingSetManagerTest.testAddPropertyChangeListener. Add back when this bug is fixed. | resolved fixed | f9178d7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-17T19:09:50Z" | "2002-07-02T20:00:00Z" |
17,758 | Bug 17758 [Navigator] Navigator View. Problems with 'Go Into' action | from a clean F1 build, import all plugins from runtime environment to get some projects pack a project (say org.eclipse.ant) go into, go up, go back, go back, works fine. close the project. forward is still enabled, but the first forward goes to a blank screen. perhaps closing projects should clean up the history, or some text should appear in navigator view such as 'project is closed' further problem: having some history now, open up another project (say org.eclipse.lucene) and select a folder (say 'bin') 'Go Into' is enabled. Click it and it doesn't seem to do anything. Click forward then back. Notice now 'Go Into' is disabled. | resolved fixed | 0061ee1 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorFrameSource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-16T22:44:33Z" | "2002-05-24T17:06:40Z" |
19,113 | Bug 19113 [Navigator] F2 for Rename in Navigator conflicts with Java Editor | The Navigator uses F2 for Rename, while the Java Editor defines F2 as "Show Tooltip Description". One of them needs to go. It's confusing because F2 does a Rename in the Navigator unless you have a Java Editor open, *even though* the Navigator view has focus. If you're used to using F2 to rename a resource in the Navigator, it will appear that the function is broken unless you know that the reason it's not working is because you have a Java Editor open. I know that accelerator keys are an unresolved issue in general, but at least the base Eclipse components should not conflict with each other. | resolved fixed | 7283ee5 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigatorActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-16T21:52:00Z" | "2002-06-04T17:00:00Z" |
29,649 | Bug 29649 [View Mgmt] NPE in Perspective.removeFastView | build I20030115 - was dragging the Outline view from the fast view bar to over the Tasks view area - got the following NPE: !SESSION Jan 16, 2003 12:28:52.02 --------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -install file:D:/eclipse-I20030115/eclipse/ !ENTRY org.eclipse.ui 4 4 Jan 16, 2003 12:28:52.02 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jan 16, 2003 12:28:52.18 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.Perspective.removeFastView (Perspective.java:713) at org.eclipse.ui.internal.WorkbenchPage.removeFastView (WorkbenchPage.java:1927) at org.eclipse.ui.internal.PerspectivePresentation.onPartDrop (PerspectivePresentation.java:1267) at org.eclipse.ui.internal.WorkbenchWindow$1.drop (WorkbenchWindow.java:276) at org.eclipse.ui.internal.PartDragDrop.openTracker (PartDragDrop.java:399) at org.eclipse.ui.internal.PartDragDrop.handleMouseMove (PartDragDrop.java:308) at org.eclipse.ui.internal.PartDragDrop$2.mouseMove (PartDragDrop.java:71) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:138) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1467) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1450) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 6a401d8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-16T17:43:24Z" | "2003-01-16T18:00:00Z" |
29,474 | Bug 29474 [Contributions] Context menu contributions should support visibility element | M4 (I thought there was an existing PR for this issue, but I could not find it). In the Java editor, the context menu contains items that only make sense when the debugger is active, e.g. Inspect, Display, Run to Line, Step Into Selection. We should allow all context menu contributions to have a <visibility> element. This is currently supported for <objectContribution> elements, but not <viewerContribution> elements. This would allow JDT Debug to set a system property when the debugger is active, and use the current support for system properties in <visibility> elements to hide these actions until the debugger is active. | verified fixed | 37e84ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionSetBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewerActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-16T15:01:11Z" | "2003-01-14T18:46:40Z" |
29,012 | Bug 29012 [Error Handling] NullPointerException when a view extension does not specify icon | In 2.1 M4, I got the workbench resetting to its default state (Resource perspective) when it tried to restore the workbench last saved state. This happens when a view that I created was opened in the last saved state and if the view does not specify the icon for its plugin extension. !SESSION Jan 04, 2003 12:42:45.437 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -install file:D:/eclipse/ !ENTRY org.eclipse.ui.workbench 4 2 Jan 04, 2003 12:42:45.437 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPartReference.getTitleImage(WorkbenchPartReference.java:102) at org.eclipse.ui.internal.ViewPane.updateTitles(ViewPane.java:659) at org.eclipse.ui.internal.ViewPane.createTitleBar(ViewPane.java:290) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:174) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:251) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:223) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:181) at org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation.java:94) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:665) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1633) at org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1283) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1270) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1153) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1300) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1269) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:923) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:875) at org.eclipse.ui.internal.Workbench.init(Workbench.java:675) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1422) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) . The view does not specify an icon in its plugin extension. The log file is below. !SESSION Jan 04, 2003 12:42:45.437 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -install file:D:/eclipse/ !ENTRY org.eclipse.ui.workbench 4 2 Jan 04, 2003 12:42:45.437 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPartReference.getTitleImage(WorkbenchPartReference.java:102) at org.eclipse.ui.internal.ViewPane.updateTitles(ViewPane.java:659) at org.eclipse.ui.internal.ViewPane.createTitleBar(ViewPane.java:290) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:174) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:251) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:223) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:181) at org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation.java:94) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:665) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1633) at org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1283) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1270) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1153) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1300) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1269) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:923) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:875) at org.eclipse.ui.internal.Workbench.init(Workbench.java:675) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1422) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | f90be98 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-15T21:56:16Z" | "2003-01-06T05:13:20Z" |
2,312 | Bug 2312 [Perspective] Need to show something when all views closed (1GENTGJ) | If you close all the views in the perspective, it remains open, but looks very bare, and it's not clear what the user can do next. Simply closing the perspective is one option, though it might be surprising. Another would be to show a view which lets you navigate to other perspectives, or close this one. This is particularly bad for the Help perspective, since it only contains one view. Clicking the help view's close button is a natural thing to do when done with the help. NOTES: DS (6/6/01 11:39:44 AM) We can pop up a dialog asking the user what they want to do .. 1. Close perspective. 2. Do nothing. It would also be good to have a disable button on the dialog, as in "do not show again". DS (6/6/01 3:07:35 PM) Basic implementation, sans dialog, in >WorkbenchPage 0.119 [ds] 05 | resolved fixed | 9f24160 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-15T21:43:45Z" | "2001-10-11T03:13:20Z" |
15,844 | Bug 15844 [Exception Handling] SelectionChange events and NPE | Build 20020508 Due to new global actions there are now more objects listening to selection changes send out by a JFace viewer. We now had the case that one of the listener generated a NPE. As a result all listeners registered after that one didn't receive the selection change event. StructuredViewers should be more fault tolorant to exceptions when informing listeners. | resolved fixed | 75cf57f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/LabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/Viewer.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/contentoutline/ContentOutlinePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageListenerList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CheckboxSingleListGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceTreeAndListGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/CheckboxDoubleListGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/CheckboxTreeAndListGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageSelectionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-15T19:25:39Z" | "2002-05-13T14:26:40Z" |
29,489 | Bug 29489 [Linked Resources] linked resource creation should be disabled inside folders | Build 20030114 1. Create a project P1 2. Create a linked folder P1/F1 linked to somewhere like c:\temp 3. Select folder P1/F1. 4. Create New Folder named F2 5. Click Advanced Observe: Check box labeled "Link to folder on the file system" is enabled. 6. Check "Link to folder on the file system" Observe: Message says "Link target must be specified." 7. Click Browse and select any folder and click OK. Observe: Message says "Cannot create linked resource /P1/F1/F2. Linked resources must have a project as their parent." Expectation: When the selected folder is not the project itself, the check box should be disabled at step 5. That way we don't waste the user's time with a dead end. | resolved fixed | 28f35ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-15T15:37:25Z" | "2003-01-14T21:33:20Z" |
2,172 | Bug 2172 [Dialogs] Cannot copy errors in a Multi error dialog. | The error dialog with details does not allow the user to select all of the details as it is single select. This would be useful for the user as it would allow them to copy and paste errors (which we also can't do currently). NOTES: | closed fixed | 10e0e62 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-15T14:49:38Z" | "2001-10-11T03:13:20Z" |
2,497 | Bug 2497 [Navigator] Navigator does not save its input. (1GFBH2P) | Create a project with a folder and a file (if you do not have any). Select the folder and go into. Exit Start up. > Navigator starts up using its initial input instead of the selected folder. NOTES: | resolved fixed | 7a9c2af | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/TreeFrame.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-14T22:12:36Z" | "2001-10-11T03:13:20Z" |
29,163 | Bug 29163 SafeRunnable needs to be accessible in JFace | We need to be able to access the SafeRunnable in JFace in order that some error protection can be added to preferences and properties dialogs. | resolved fixed | 70c52c5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IStatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubStatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/IRunnableContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/IRunnableWithProgress.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnable.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizardContainer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizardNode.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizardPage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardPage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardSelectionPage.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/action/IStatusLineManager.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/action/SubStatusLineManager.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/operation/IRunnableContext.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/operation/IRunnableWithProgress.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/operation/ModalContext.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/util/SafeRunnable.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/IWizard.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/IWizardContainer.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/IWizardNode.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/IWizardPage.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/ProgressMonitorPart.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/WizardPage.java", "bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/WizardSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-14T20:29:34Z" | "2003-01-08T21:06:40Z" |
28,585 | Bug 28585 Use BufferedReader with InputStreamReader | null | closed fixed | a880ded | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-14T19:20:27Z" | "2002-12-18T00:06:40Z" |
28,785 | Bug 28785 [Font] NPE on JFaceResources.getTextFont() | affected Build: M4 I get a NPE when executing the following code line: Font font = JFaceResources.getTextFont(); I havn't had this NPE in a previous run. I assume it has something to do with initialisiation beacaus this line of code is executed when initializing the default values of the preference store of the affected plugin. It seems that JFaceResources.getTextFont() can't determine a valid Display. The cause may be a wrong thread. I'm not sure so I will give you a small abstract description what is going on before this NPE. I started a fresh debugging sessions for my plugins. I'm creating a development toolset for the Harbour(Clipper) programming languange. The core plugin provides a build. The process is similar to the new CDT plugin. I invoked the builder with right-click and "Rebuild Project" because I'm currently developing the builder. The builder uses a console for its output. This console is registered via an extension point from my ui plugin. You can see the next steps from the stack trace. - builder was invoked - builder tries to get the console from the core plugin class - console is tried to be instanciated - console constructor tries to get the console manager from the ui plugin class - because manager is lazily initialized, ui plugin class starts the console manager - console manager needs preference store to read some console preferences - because preference store is lazily initialized, too, ui plugin tries to apply default values to preference store - one default value is the console font -> NPE Any ideas? Probably JFaceResources.getTextFont() has a bug or it can't be invoked in this thread context or anything else. But I have no idea how to resolve this. I hope you guys have one. BUT! I know there is a way because it worked without getting a NPE on my first tries. But on the first tries I didn't have a newly started workbench. It was already running and I performed some actions which might have initialized something before so that JFaceResources.getTextFont() worked correclty. ----------- Stack Trace ----------- java.lang.NullPointerException at org.eclipse.jface.resource.FontRegistry.bestData (FontRegistry.java:257) at org.eclipse.jface.resource.FontRegistry.bestDataArray (FontRegistry.java:284) at org.eclipse.jface.resource.FontRegistry.createFont (FontRegistry.java:300) at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.java:387) at org.eclipse.jface.resource.JFaceResources.getTextFont (JFaceResources.java:278) at org.harbour.ide.internal.ui.preferences.HarbourPreferences.initializeDefaultValu es(HarbourPreferences.java:144) at org.harbour.ide.internal.ui.HarbourUIPlugin.initializeDefaultPreferences (HarbourUIPlugin.java:251) at org.eclipse.ui.plugin.AbstractUIPlugin.initializeDefaultPluginPreferences (AbstractUIPlugin.java:623) at org.eclipse.core.runtime.Plugin.getPluginPreferences(Plugin.java:347) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.initialize (AbstractUIPlugin.java:175) at org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore (AbstractUIPlugin.java:560) at org.harbour.ide.internal.ui.views.buildview.BuildConsoleManager.startup (BuildConsoleManager.java:286) at org.harbour.ide.internal.ui.HarbourUIPlugin.getConsoleManager (HarbourUIPlugin.java:300) at org.harbour.ide.internal.ui.views.buildview.BuildConsole.<init> (BuildConsole.java:43) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:306) at java.lang.Class.newInstance(Class.java:259) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:138) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:167) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (ConfigurationElement.java:103) at org.harbour.ide.core.builder.HarbourBuildManager.getBuildConsole (HarbourBuildManager.java:744) at org.harbour.ide.internal.core.builder.HarbourBuilder.invokeBuild (HarbourBuilder.java:281) at org.harbour.ide.internal.core.builder.HarbourBuilder.build (HarbourBuilder.java:111) at org.eclipse.core.internal.events.BuildManager$2.run (BuildManager.java:384) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:120) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:176) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:186) at org.eclipse.core.internal.events.BuildManager$1.run (BuildManager.java:146) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:160) at org.eclipse.core.internal.events.BuildManager.build (BuildManager.java:232) at org.eclipse.core.internal.resources.Project.build(Project.java:87) at org.eclipse.ui.actions.BuildAction.invokeOperation (BuildAction.java:156) at org.eclipse.ui.actions.WorkspaceAction.execute (WorkspaceAction.java:111) at org.eclipse.ui.actions.WorkspaceAction$1.execute (WorkspaceAction.java:268) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:65) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1564) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:79) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95) | closed fixed | b62d5a1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-09T20:17:40Z" | "2002-12-21T11:26:40Z" |
29,109 | Bug 29109 [Decorators] Need collision detection for decorators with the same id | The DecoratorsRegistryReader should do a check to see if a new decorator definition has the same id as a previous one. As we have now added API that looks up base on id uniqueness is a requirement. | closed fixed | 2deb523 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-09T14:14:06Z" | "2003-01-07T20:06:40Z" |
29,160 | Bug 29160 [Navigator] NPE in ResourceNavigator.migrateDialogSettings | Build id: 200212181304 Not sure how to reproduce but I got the following NPE in my .log file. Line 719 is: "if (workingSetName.length() > 0) {" java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java:54) at java.lang.Throwable.<init>(Throwable.java:68) at java.lang.NullPointerException.<init>(NullPointerException.java:63) at org.eclipse.ui.views.navigator.ResourceNavigator.migrateDialogSettings (ResourceNavigator.java:719) at org.eclipse.ui.views.navigator.ResourceNavigator.<init> (ResourceNavigator.java:132) at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1421) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:138) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:167) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtensio n(ConfigurationElement.java:103) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:156) at org.eclipse.ui.internal.registry.ViewDescriptor.createView (ViewDescriptor.java:45) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:111) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:852) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.ViewFactory.busyRestoreView (ViewFactory.java:93) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:77) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:65) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:73) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart (ViewFactory.java:319) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:341) at org.eclipse.ui.internal.WorkbenchPage.updateVisibility (WorkbenchPage.java:2417) at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:1521) at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:309) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage (WorkbenchWindow.java:356) at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow (Workbench.java:326) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:319) at org.eclipse.ui.internal.Workbench$11.run(Workbench.java:1121) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:65) at org.eclipse.ui.internal.Workbench.openWorkbenchWindow (Workbench.java:1118) at org.eclipse.ui.internal.Workbench.showPerspective (Workbench.java:1617) at org.eclipse.search.internal.ui.SearchPlugin.activateSearchResultView (SearchPlugin.java:179) at org.eclipse.search.ui.SearchUI.activateSearchResultView (SearchUI.java:91) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:263) at org.eclipse.jdt.ui.actions.FindReferencesAction.run (FindReferencesAction.java:79) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:237) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1467) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1450) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.AccessibleObject.invokeImpl(Native Method) at java.lang.reflect.AccessibleObject.invokeL (AccessibleObject.java:203) at java.lang.reflect.Method.invoke(Method.java:271) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 624e584 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-08T21:19:31Z" | "2003-01-08T18:20:00Z" |
29,046 | Bug 29046 [Preferences] Decorators Preference page list not sorted | 20021218 We need to sort the list of decorators on the decorators preference page. | closed fixed | 495ef70 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-08T20:59:37Z" | "2003-01-06T19:06:40Z" |
28,161 | Bug 28161 [View Mgmt] Failed to give a view an icon under the nl folder structure | i want to give a view i create an icon that can be changed due to locale so i created nl folders under my plugin folder icons ------sample.gif nl ---ar -------icons -------------sample.gif and my locale is ar (arabic) then in plugin.xml i added the view extension <extension point="org.eclipse.ui.views"> <view name="%plugin.i18nView1.name" icon="$nl$/icons/sample.gif" category="com.abc.v5Prototype" class="com.abc.views.I18NView1" id="com.abc.views.I18NView1"> </view> </extension> when i select > window>show view .. i can see the icon besides the view name and the icon is according to the locale i'm in but when i open the view the icon is not there and instead there's the red square icon , and it's not even the default icon that exists under the icons folder under the plugin.. note that same technique i used in the action object contribution in pop menu and it worked <extension point="org.eclipse.ui.popupMenus"> <objectContribution objectClass="java.lang.Object" id="com.abc.objCont12"> <action label="Helloooo" icon="$nl$/icons/sample.gif" class="com.abc.actions.ObjectActionDelegate1" menubarPath="additions" enablesFor="*" id="com.abc.objCont12.action11"> </action> </objectContribution> </extension> | resolved fixed | 5d4b425 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-07T21:10:23Z" | "2002-12-12T13:33:20Z" |
27,972 | Bug 27972 [Decorators] getLabelDecorator fails for lightweight decorators | build I20021206 The Team team is in the process of changing their decorator from heavyweight to lightweight. They got an NPE calling getLabelDecorator with the new id, since it assumes the decorator is heavyweight and is in the list of definitions. getLabelDecorator also returns ILabelDecorator instead of ILightweightLabelDecorator. Since this can't be changed due to backwards compatibility, we need to add a new method: ILightweightLabelDecorator getLightweightLabelDecorator(String decoratorId). | closed fixed | 10c1302 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-07T21:08:59Z" | "2002-12-09T18:53:20Z" |
24,641 | Bug 24641 [Workbench] stale javadoc in IMemento | Build 20021008 IMemento.getID javadoc says: Returns the id for this memento. [Issue: For consistency, rename to "getId".] Since this method is unlikely to be renamed at this point, the "issue" comment should probably be deleted. | resolved fixed | 1741aa2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IMemento.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-07T20:08:51Z" | "2002-10-10T14:26:40Z" |
24,329 | Bug 24329 [Navigator] Navigator uses Workbench preference store | 20021001 The ResourceNavigator uses the workbench preference store currently for backwards compatibility. It should be migrated over to using its own preference store and the preference page should update it. | resolved fixed | 3da0ab5 | ["bundles/org.eclipse.ui.views/extensions/org/eclipse/ui/internal/ViewsPlugin.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-07T19:51:20Z" | "2002-10-02T20:20:00Z" |
28,632 | Bug 28632 [Wizards] New project dialog has "Project contents:" as group title | build I20021217 - File / New / Simple / Project - the dialog has a group box with "Project contents:" as its label Group box labels should not use ':'. Also the label would be clearer if we used the term "location". Recommend changing it to: "Project location" | closed fixed | 691b362 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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 | "2003-01-07T18:49:43Z" | "2002-12-18T16:46:40Z" |
28,727 | Bug 28727 [Dialogs] AssertionFailedException with M4 build while rebuilding my project | With the M4 build, I've got the following exception while rebuilding the project and eclipse crashed: !SESSION Dez 20, 2002 09:53:43.484 --------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 -install file:T:/eclipse/ !ENTRY org.eclipse.ui 4 4 Dez 20, 2002 09:53:43.484 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Dez 20, 2002 09:53:43.494 !MESSAGE null argument; !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:133) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:110) at org.eclipse.jface.viewers.StructuredSelection.<init>(StructuredSelection.java:55) at org.eclipse.jdt.internal.ui.wizards.buildpaths.FolderSelectionDialog.newFolderButtonPressed(FolderSelectionDialog.java:83) at org.eclipse.jdt.internal.ui.wizards.buildpaths.FolderSelectionDialog$1.widgetSelected(FolderSelectionDialog.java:52) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.dialogs.ElementTreeSelectionDialog.open(ElementTreeSelectionDialog.java:178) at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog.chooseOutputLocation(OutputLocationDialog.java:206) at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog.doChangeControlPressed(OutputLocationDialog.java:121) at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog$OutputLocationAdapter.changeControlPressed(OutputLocationDialog.java:116) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField.changeControlPressed(StringButtonDialogField.java:50) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField$1.widgetSelected(StringButtonDialogField.java:107) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceContainerWorkbookPage.editAttributeEntry(SourceContainerWorkbookPage.java:304) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceContainerWorkbookPage.editEntry(SourceContainerWorkbookPage.java:277) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceContainerWorkbookPage.sourcePageCustomButtonPressed(SourceContainerWorkbookPage.java:263) at org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceContainerWorkbookPage$SourceContainerAdapter.customButtonPressed(SourceContainerWorkbookPage.java:178) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.buttonPressed(TreeListDialogField.java:165) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.doButtonSelected(TreeListDialogField.java:380) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.access$2(TreeListDialogField.java:376) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField$2.widgetSelected(TreeListDialogField.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:158) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | e73c981 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-07T17:57:17Z" | "2002-12-20T10:26:40Z" |
13,980 | Bug 13980 [Navigator] Adopt JDT UI for working sets in Navigator | Window->Select Workingset should be a menu it self and not a menuitem that opens a dialog. Window->Select Workingset-> Working Set 1 -> Working Set 2 -> Working Set 3 -> ------------- -> Edit Working Set N are checkboxes. that are checked when active... Edit opens the dialog This is much vaster. | resolved fixed | abf0395 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/FilterSelectionAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetMenuContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ClearWorkingSetAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/EditWorkingSetAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/SelectWorkingSetAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilterDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-06T22:36:26Z" | "2002-04-17T10:40:00Z" |
28,134 | Bug 28134 [Decorators] Decorator thread died | The cause of this may be the CVS decorator but whatever caused the error, it killed the decorator thread. It looks like an asyncExec is needed. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2182) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.widgets.Widget.error(Widget.java:370) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:242) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:320) at org.eclipse.jface.window.Window.createShell(Window.java:314) at org.eclipse.jface.window.Window.create(Window.java:280) at org.eclipse.jface.window.Window.open(Window.java:530) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:279) at org.eclipse.jface.util.SafeRunnable.handleException (SafeRunnable.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:444) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:854) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDec orator(LightweightDecoratorDefinition.java:82) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate (LightweightDecoratorDefinition.java:151) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations (LightweightDecoratorManager.java:152) at org.eclipse.ui.internal.decorators.DecorationScheduler$3.run (DecorationScheduler.java:286) at java.lang.Thread.run(Thread.java:512) | closed fixed | 9b6e1c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-06T19:24:24Z" | "2002-12-11T20:53:20Z" |
25,472 | Bug 25472 [Workbench] command line args not accepted | build i-2002-10-23, win2K, j9 & ibm JRE 1.3.1 The "-showlocation" command-line argument will not work with a mixture in case due to code in the WorkbenchWindow constructor which does an equals() instead of an equalsIgnoreCase(). When checking against any command-line arguments, we need to ignore the case. (not sure if there is code which checks for -data, and others) | resolved fixed | 5f15331 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-06T19:08:56Z" | "2002-10-28T21:20:00Z" |
28,929 | Bug 28929 [Wizards] Problem with creating a new file | RMB on a project New -> File Enter a file name and select a directory Click on "Advanced <" Finish button does not function. | resolved fixed | 1103255 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-06T17:19:36Z" | "2002-12-31T07:33:20Z" |
17,039 | Bug 17039 [Editor Mgmt] R1.0 workspace: Default perspective preference lost | build F1 -Change the default perspective in a workspace running on R1.0 from Resource to Java -Run the workspace with F1 ->The default perspective setting is not honored | resolved fixed | 5d033ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-03T22:08:39Z" | "2002-05-22T20:40:00Z" |
28,350 | Bug 28350 [Import] Need better test coverage of file system import | null | resolved fixed | 523f293 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-03T19:17:12Z" | "2002-12-16T03:40:00Z" |
28,975 | Bug 28975 [Linked Resources] Finish button not disabled when selecting folder as file parent | build M4 -open the new file wizard -select a folder -enter a file name -in the advanced section check the linking check box ->An error message appears in the wizard header but the finish button is still enabled. Finish should be disabled. | resolved fixed | 8f19d32 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-03T18:27:10Z" | "2003-01-03T16:06:40Z" |
28,638 | Bug 28638 [Preferences] Import Preferences: Crashes on eclipse | null | closed fixed | b000719 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-03T17:49:35Z" | "2002-12-18T16:46:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.