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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15,915 | Bug 15915 Import from file system does not create new project | Run eclipse. Pop up menu in navigator. Select import... Select some files. Now what...? You can't select a folder because there are none, and it doesn't offer to create a new project for you. Possible solutions: 1. Provide a way to create the project like several of the other imports do or 2. Don't enable the menu if there are no project to import into | closed fixed | b85a069 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-14T15:03:13Z" | "2002-05-14T01:33:20Z" |
15,854 | Bug 15854 NullPointerException in Editors Workbook | The following scenario consistently creates a null pointer exception: Create a new project, with two text files under it. Open both files and doc them in separate tab folders side by side. Give the first file focus, and then close the second file. From the explorer view, double click and try to open the second file (or any other file). The following error is logged: <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Mon May 13 11:26:52 EDT 2002"> <status plugin-id="org.eclipse.ui" severity="WARNING" message="Problems occurred when invoking code from plug-in: org.eclipse.ui." code="2"> <exception message="null" trace=" java.lang.NullPointerException at org.eclipse.ui.internal.EditorWorkbook.getTabList (EditorWorkbook.java:443) at org.eclipse.ui.internal.EditorArea.updateTabList(EditorArea.java:299) at org.eclipse.ui.internal.EditorArea.setActiveWorkbook (EditorArea.java:274) at org.eclipse.ui.internal.EditorWorkbook.becomeActiveWorkbook (EditorWorkbook.java:100) at org.eclipse.ui.internal.EditorPane.showFocus(EditorPane.java:139) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:351) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:838) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:346) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:1877) at org.eclipse.ui.internal.WorkbenchPage.activate (WorkbenchPage.java:335) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1571) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1468) at org.eclipse.ui.actions.OpenFileAction.openFile (OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run (OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction (OpenActionGroup.java:102) at org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup.runDefaultAction (ResourceNavigatorActionGroup.java:152) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen (ResourceNavigator.java:438) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open (ResourceNavigator.java:244) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:300) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:460) at org.eclipse.jface.viewers.AbstractTreeViewer$2.handleOpen (AbstractTreeViewer.java:633) at org.eclipse.jface.util.OpenStrategy.handleOpen(OpenStrategy.java:134) at org.eclipse.jface.util.OpenStrategy.access$5(OpenStrategy.java:131) at org.eclipse.jface.util.OpenStrategy$8.handleEvent (OpenStrategy.java:299) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:115) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836) at org.eclipse.ui.internal.Workbench.run(Workbench.java:819) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) "> </exception> </status> </log-entry> | resolved fixed | e72a913 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-14T14:02:19Z" | "2002-05-13T14:26:40Z" |
15,759 | Bug 15759 WSWB not honoring last opened editor | If I open a file with an editor that is not the default editor, the next time I open the file (double-click), WSWB uses the default editor instead of the last used editor. I have seen this problem on both the M4 & M5 stable builds. Steps to reproduce: - open a java file with the text editor - close the editor - double-click to open the same file - the Java editor is used instead of the Text editor | resolved fixed | c54ae4a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/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 | "2002-05-13T23:41:23Z" | "2002-05-10T17:00:00Z" |
15,817 | Bug 15817 Workingset wizard needs icon for the different working set kinds | The first wizard page where you select a working set kind should support to assign icons for a working set. | resolved fixed | 3a85c93 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-13T17:52:27Z" | "2002-05-11T20:46:40Z" |
7,689 | Bug 7689 Eclipse property sheet needs enhanced functionality on multiple selection | The existing functionality of the Properties component in Eclipse is such that on multiple selection only those common properties of same name are displayed. It is not possible to edit their values, however. Eclipse should support the editing of a common property of multiply selected components, which applies to all selected components. | resolved fixed | d351636 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetEntry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-13T14:21:05Z" | "2002-01-16T14:06:40Z" |
15,791 | Bug 15791 Can't start external program which is not under plugin folder as editor | Can't start external program which is not placed unser plugin folder as editor. Here is a plugin.xml faragment: <editor name="My External Editor" icon="icons/full/cview16/editor.gif" extensions="test" command="notepad.exe" id="com.ibm.etools.systems.externaleditor"> </editor> and notepad doesn't start. In ExternalEditor class's openWithUserDefinedProgram() method: try { // See if the program file is in the plugin directory .. programFileName = file.getAbsolutePath(); <-- This returns wrong full path of notepad.exe } catch (IOException e) { // Program file is not in the plugin directory <-- There is no IOException at here. } if (programFileName == null) <---- programFileName doesn't null. programFileName = descriptor.getFileName(); So that, the method tries to start notepad.exe with wrong full path name, and fails. | closed fixed | 77d7392 | ["bundles/org.eclipse.ui/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 | "2002-05-13T14:15:18Z" | "2002-05-10T19:46:40Z" |
6,513 | Bug 6513 Tasks view filter settings not remembered on startup | 20011127 Johann Compagner asks: Why must i set everytime the property: On Selected Resource and children when i restart Eclipse? | resolved fixed | 0acd9e4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui/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 | "2002-05-10T21:39:01Z" | "2001-12-03T17:20:00Z" |
15,693 | Bug 15693 Task list filter option for working set could be more compact | Build 20020508 Recommend having the controls all on one line: ( ) Working Set: <selected working set label> [ Select... ] | resolved fixed | 36fc67c | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/FiltersDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-10T21:23:33Z" | "2002-05-10T00:20:00Z" |
9,910 | Bug 9910 Don't show error message if MRU list is not persisted | 20020214 Presently a message is printed to the log and to the console if an MRU item could not be restored from the persistent store. We should distinguish between the case where there is no MRU list because the workspace is new and the case where a MRU list was read but the MRU item could not be created because a required plugin was not loaded. Only the latter case is an error. We should ignore the former. Also, the error message should probably only be logged to the log file and not appear in the console. | resolved fixed | 913ad92 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorHistoryItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-10T19:06:47Z" | "2002-02-15T16:20:00Z" |
15,727 | Bug 15727 There are 2 WizardNewProjectCreationPages | We have a class called WizardNewProjectCreationPage in both org.eclipse.ui.dialogs and org.eclipse.ui.internal.dialogs. The internal one should be removed and replaced with the main one. | resolved fixed | da21c63 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateProjectStep.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateProjectWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewProjectWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardNewProjectNameAndLocationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-10T15:18:16Z" | "2002-05-10T14:13:20Z" |
11,556 | Bug 11556 Scrolling up and down while dragging in the Navigator is not possible while a horizontal scroll bar is displayed. | If you have the Navigator displayed and a horizontal scroll bar and a vertical scroll bar is displayed you cannot drag and scroll. If you make the Navigator wider so that the horizontal scroll bar disappears you can now drag and scroll. To Reproduce: 1. Open up Eclipse 2. Open the Navigator 3. Create a couple of simple projects in the navigator 4. Add say 5 files to each project 5. Now shrink the Navigator until a vertical scroll bar appears 6. Drag a file from one project to the bottom of the other project note the navigator view scrolls 7. Now shrink the navigator so that a horizontal scroll bar appears 8. Drag a file from one project to the bottom (or top whatever is out of the screen) note the navigator view will not scroll. | resolved fixed | dfae249 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ViewerDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-10T14:35:39Z" | "2002-03-18T16:46:40Z" |
15,603 | Bug 15603 Preference page no longer resizes to fit contents | Build 20020508 Linux-Motif The preference page used to grow to fit the contents of the currently visible preference tab. In the latest build it's stopped doing this, making many preferences invisible. This affects many pages. For an example: 1. Go to Window->Preferences such that the "Workbench" page is the first page visible. 2. Click on the Debug preferences. The "Default perspective for Run" preference is cut off such that you can't change the value. | resolved fixed | 4e90f06 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-09T15:27:15Z" | "2002-05-09T13:13:20Z" |
15,086 | Bug 15086 Working set may loose some projects | Build 20020501 I had defined a working set 'jdtcore' containing project 'org.eclipse.jdt.core'. At some later point, I deleted and readded this project (while working in between multiple streams). From thereon, the working set was empty, and all searches did not find anything any longer. A working set should preserve references to unexisting projects, in case they are added (back) at some later point; pretty much as deleting a project doesn't implicitly remove it from a buildpath. | resolved fixed | 9a1aa58 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-09T15:26:59Z" | "2002-05-02T14:33:20Z" |
15,509 | Bug 15509 Wrong input for import/export actions | build 20020502 + newer JDT code Open a file in the editor Select the project in the navigator ==> import/export are fed with the editor element instead of the navigator selection. Note: same applies if the selection is in another view (e.g. Packages view) | closed fixed | cceccff | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ImportResourcesAction.java", "bundles/org.eclipse.ui/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 | "2002-05-09T13:41:09Z" | "2002-05-08T12:13:20Z" |
12,646 | Bug 12646 Switching working sets should preserved expanded state | From Nick's working set UI testing notes: "- We should try to preserve the expanded state when switching working sets. E.g. if I have a CU selected in project P, if I switch to a working set showing just P, the CU should still be visible and selected. Any folders which were expanded under P should still be expanded as well. Use AbstractTreeViewer.get/setExpandedElements()." | resolved fixed | 8a8cbc0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/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 | "2002-05-08T17:47:30Z" | "2002-04-02T20:40:00Z" |
15,488 | Bug 15488 EditorActionBars and switching between perspectives problem | Build 0502 with UI dev stream. 1. Close all perspectives. 2. Open a CVS Repository perspective. Hide editors. 3. Open a Resources perspective. Open a *.java file. 4. Go to CVS Repository perspective by clicking on the perspective in the shortcut bar. 5. Go to Resources perspective by clicking on the perspective in the shortcut bar. The editor action bar is there. 6. Repeat Step 4. 7. Repeat Step 5. The editor action bar is not there. In order to maintain the current position of the EditorActionBar when CoolBars are used, the cool item (i.e., for the EditorActionBar) must be on the coolbar when the layout is restored. Otherwise, its position will be lost. Why isn't the editor action bar present in Step 7? | resolved fixed | 775b84e | ["bundles/org.eclipse.ui/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 | "2002-05-08T15:54:06Z" | "2002-05-07T22:20:00Z" |
15,379 | Bug 15379 WorkingSetManager resource change listener not thread safe | Resource changes can occur in any thread, and so the resource change listener installed by WorkingSetManager can be called in any thread. However, the ResourceNavigator listens to working set changes and tries to update its viewer, which can only happen in the UI thread. The result is an illegal thread access exception from SWT. To reproduce: 1) Create a java project 2) Add that project to a working set 3) Make the navigator or packages view show only that working set 4) Delete the project. Attaching log... | resolved fixed | a70571b | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-07T22:48:59Z" | "2002-05-06T21:20:00Z" |
15,468 | Bug 15468 Invalid thread access | build 20020502 Only noticed when checking log file, so I do not have a reproducible test case. !SESSION !ENTRY org.eclipse.core.resources 2 2 Tue May 07 16:39:30 EDT 2002 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.setRedraw(Tree.java:880) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetFilterActionGroup$2.propertyC hange(WorkingSetFilterActionGroup.java:231) at org.eclipse.ui.internal.WorkingSet.firePropertyChange (WorkingSet.java:76) at org.eclipse.ui.internal.WorkingSetManager.visit (WorkingSetManager.java(Compiled Code)) at org.eclipse.ui.internal.WorkingSetManager.visit (WorkingSetManager.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java:47) at org.eclipse.ui.internal.WorkingSetManager.resourceChanged (WorkingSetManager.java:208) at org.eclipse.core.internal.events.NotificationManager$1.run (NotificationManager.java:123) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:62) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:133) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java(Compiled Code)) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1366) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:98) | resolved fixed | a0a0b60 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-07T22:48:08Z" | "2002-05-07T19:33:20Z" |
15,273 | Bug 15273 Null pointer exception when double click on a MultiEditor part | I have a TiledEditor that subclass from MultiEditor part. When I double click on the tab to zoom it up, I got the following NPE. I am running on M5. java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.partChangeAffectsZoom (PerspectivePresentation.java:1155) at org.eclipse.ui.internal.WorkbenchPage.partChangeAffectsZoom (WorkbenchPage.java:1624) at org.eclipse.ui.internal.WorkbenchPage.bringToTop (WorkbenchPage.java:428) at org.eclipse.ui.internal.WorkbenchPage.activate (WorkbenchPage.java:334) at org.eclipse.ui.internal.WorkbenchPage.toggleZoom (WorkbenchPage.java:2126) at org.eclipse.ui.internal.EditorWorkbook.doZoom (EditorWorkbook.java:292) at org.eclipse.ui.internal.EditorWorkbook.access$6 (EditorWorkbook.java:289) at org.eclipse.ui.internal.EditorWorkbook$4.mouseDoubleClick (EditorWorkbook.java:157) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:132) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:865) at org.eclipse.ui.internal.Workbench.run(Workbench.java:848) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | resolved fixed | 4aea198 | ["bundles/org.eclipse.ui/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 | "2002-05-07T13:43:03Z" | "2002-05-04T22:06:40Z" |
15,021 | Bug 15021 Project info property page should not include "derived" property | Build 20020430 1) Right click on a project, Properties->Info 2) Check off the "derived" check box. Click ok. 3) Go back to the properties page. The box is not checked. The Core API states that it ignores the derived bit for projects, so this option should not even appear on the info property page for projects. Note: it might also be useful to give a one line description of what this means, as it won't be a familiar concept for most users. Something like, "Hint to repository providers that this resource should not be shared with other users." | closed fixed | 79978d9 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-06T21:46:32Z" | "2002-05-01T19:06:40Z" |
14,966 | Bug 14966 Decorator description should auto-wrap | The description text field in the decorator pref page should autowrap to properly display long messages. | closed fixed | 8fe9d3f | ["bundles/org.eclipse.ui/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 | "2002-05-06T17:27:38Z" | "2002-04-30T20:53:20Z" |
15,255 | Bug 15255 -newUpdates dialog displayed while the splash is up | When the workbench is triggered with -newUpdates the workbench and the dialog are displayed before the splash is taken down. The splash stays up until the user clicks-off the dialog. We should be taking the splash down before showing the workbench and the dialog | resolved fixed | 5c99d01 | ["bundles/org.eclipse.ui/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 | "2002-05-06T15:13:42Z" | "2002-05-04T02:40:00Z" |
6,304 | Bug 6304 cannot synch a .java file and another resource | 1. select a .java file and another resource (a .properties file, for instance) in the package viewer 2. open the context menu the Team entry is not there. it should be. | closed fixed | ad185e4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-03T16:02:25Z" | "2001-11-26T13:06:40Z" |
7,840 | Bug 7840 adaptable flag on property pages doesn't work if filtered by nature | (Apologies if this is a dup, I couldn't find such a bug anywhere). org.eclipse.team.cvs.ui defines the following property page: <page name="%CVS" id="org.eclipse.team.ccvs.ui.propertyPages.CVSPropertiesPage" objectClass="org.eclipse.core.resources.IProject" class="org.eclipse.team.internal.ccvs.ui.CVSPropertiesPage" adaptable="true"> <filter name="nature" value="org.eclipse.team.cvs.core.cvsnature"/> </page> In the packages view, this does not work because I believe the filter is being tested BEFORE the adaptation takes place. The IJavaProject does not have the "nature" value set, but the IProject that it adapts to DOES, so the filter should be tested after adaptation rather than before. The result is that non-CVS projects have a CVS properties page in the packages view, and likewise non-CVS compilation units (not IFiles, they work fine) also have a CVS properties page due to a similar declaration in the plugin.xml. | closed fixed | a8ab36e | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-03T15:40:06Z" | "2002-01-17T15:06:40Z" |
9,322 | Bug 9322 NPE from SelectionEnabler on text selection with no "selection" tag | 20020205++ I have the following XML <viewerContribution id="org.eclipse.jdt.debug.ui.CUPopupActions" targetID="#CompilationUnitEditorContext"> <action id="org.eclipse.jdt.debug.ui.Display" label="%Display.label" menubarPath="additions" icon="icons/full/etool16/disp_sbook.gif" enablesFor="+" class="org.eclipse.jdt.internal.debug.ui.actions.DisplayAction"> </action> </viewerContribution> I get an NPE selecting in the target editor. java.lang.NullPointerException at org.eclipse.ui.internal.SelectionEnabler.verifyElement (SelectionEnabler.java:250) at org.eclipse.ui.internal.SelectionEnabler.isEnabledFor (SelectionEnabler.java:126) at org.eclipse.ui.internal.SelectionEnabler.isEnabledForSelection (SelectionEnabler.java:69) at org.eclipse.ui.internal.PluginAction.refreshEnablement (PluginAction.java:167) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:226) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:237) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.jface.text.TextViewer.selectionChanged (TextViewer.java:999) at org.eclipse.jface.text.TextViewer$4.widgetSelected (TextViewer.java:572) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.custom.StyledText.sendSelectionEvent (StyledText.java:6204) at org.eclipse.swt.custom.StyledText.doSelection(StyledText.java:2536) at org.eclipse.swt.custom.StyledText.doMouseSelection (StyledText.java:2366) at org.eclipse.swt.custom.StyledText.doMouseLocationChange (StyledText.java:2347) at org.eclipse.swt.custom.StyledText.handleMouseMove (StyledText.java:5010) at org.eclipse.swt.custom.StyledText$12.handleEvent (StyledText.java:4825) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:827) at org.eclipse.ui.internal.Workbench.run(Workbench.java:810) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:895) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321) at SlimLauncher.main(SlimLauncher.java:14) | closed fixed | 33cca2f | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectionEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-03T12:08:57Z" | "2002-02-08T17:40:00Z" |
14,441 | Bug 14441 [Tasks] Selective disabling of compiler or enhanced filtering in task view | In large projects, many times there are individual Java files, entire packages and sometimes even entire branches of the source tree that will not compile for one reason or the other. From a particular developer's point of view that may or may not be a problem. However, the (potentially) large numbers of errors that the developer does not care about still clutters up the errors in the task view that he/she really cares about. It would be nice to have a capability to either mark individual Java file(s), or packages or parts of the source-tree to mean "do not compile and/or report errors". Alternatively, filtering of the task view could be enhanced to ignore errors from multiple unrelated Java file (s), or packages (currently, the choice is limited to either the selected resource or ALL errors from the selected project). In a discussion about this on the Eclipse newsgroup, it was mentioned that the source could be partitioned in a different way to allow current Exlipse functionality to do the filtering. But, in cases where the source tree already exists in a large (open source, say) project, such reorganization is often not possible. Another workaround mentioned was to root each part of the source tree individually, which might work in certain cases, but quickly becomes tedious as the number of branches of the src tree increases. | resolved fixed | cd91e46 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/FiltersDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/TaskList.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/TasksFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-02T22:45:05Z" | "2002-04-23T16:40:00Z" |
15,012 | Bug 15012 Can't use custom perspective | 20020430 I modified the Resource perspective to show the CVS Repo view, then saved it as a custom perspective. Every time I then click on the repository icon at the far left, I get a second icon appearing at the far left, and I get into a state where multiple repository icons appear as selected. | resolved fixed | 1d6cf27 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SetPagePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui/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 | "2002-05-02T19:51:23Z" | "2002-05-01T16:20:00Z" |
15,098 | Bug 15098 Cannot read workbench state if all perspectives closed | If you close all of the perspectives in your workbench, exit and return you get an error that says "Cannot read workbench state". | resolved fixed | e7d7c3a | ["bundles/org.eclipse.ui/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 | "2002-05-02T15:46:19Z" | "2002-05-02T14:33:20Z" |
15,023 | Bug 15023 "Select Working Set" doesn't? | Window->Select Working Set. Create a working set and select it. OK. The navigator still shows all projects. On a related note, the java browsing views now let you select working sets individually for each view. If this is the way it will work, then it's confusing to have "Select Working Set" in the main Window menu if it doesn't do anything in any of the views. | resolved fixed | d979772 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ClearWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/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 | "2002-05-01T20:23:47Z" | "2002-05-01T19:06:40Z" |
14,424 | Bug 14424 Allow double-click on type in new Working Set dialog | If I create a new working set I get a dialog with two choices (Resource/Java). I would like to get to the next page by double-clicking one of them. | resolved fixed | a965c1c | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-01T17:20:09Z" | "2002-04-23T16:40:00Z" |
14,492 | Bug 14492 working set wizards override page title | I create my working set page with MyPage(pageId, title, icon). The title is ignored/overwritten by the working set wiazrds. | resolved fixed | 2e81f30 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetEditWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-01T16:43:23Z" | "2002-04-24T12:06:40Z" |
14,932 | Bug 14932 StringIndexOutOfBoundsException opening Java file | build 20020426 -load org.eclipse.swt and org.eclipse.swt.tests (from the repository in my case) -double click org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Table ->get the attached walkback This works on Windows. I'm going to zip the workspace in case there's something strange about it. | resolved fixed | 4de42f9 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-05-01T16:33:20Z" | "2002-04-30T15:20:00Z" |
14,768 | Bug 14768 Next problem action is always enabled | The "Next Problem.." action never disables. Clicking it in the toolbar might do nothing. | resolved wontfix | 7dc1639 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui/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 | "2002-04-30T20:33:41Z" | "2002-04-26T16:53:20Z" |
6,464 | Bug 6464 Fast view button should have menu | Build 20011122. The fast view button should have a menu, as do perspective buttons. It should include at least: | resolved fixed | 2c919f5 | ["bundles/org.eclipse.ui/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 | "2002-04-30T19:04:24Z" | "2001-11-30T14:20:00Z" |
14,559 | Bug 14559 Editor Action Toolbars acting strangely with Java Browsing Perspective | Not sure if this is UI or JDT. Build 20020418. 1. Open a Java Perspective. 2. Define a new project and package. 3. Define two new classes. Test1 and Test2. Close Test2 editor. 4. Open a Java Browsing perspective. Close Test1. Editor toolbar goes away (expected). 5. Double click on Test2. Editor toolbar appears (expected). 6. Close Test2. Editor toolbar does not go away (unexpected). 7. Switch back to Java Perspective and then back to Java Browsing Perspective. 8. Double click on Test1. Editor toolbar does not appear (unexpected). | resolved fixed | 92e0195 | ["bundles/org.eclipse.ui/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 | "2002-04-30T16:39:05Z" | "2002-04-24T20:26:40Z" |
13,804 | Bug 13804 WID exception opening on selection | Build 20020412 Linux-motif While debugging, I clicked on a stack frame which opened ASTInstructionCompiler.java. In the method "public boolean visit(ArrayType node)" I put my cursor in the call to "getElementType()" on the line which reads: "ITypeBinding typeBinding= node.getElementType().resolveBinding();" When I hit F3, I get an internal error dialog with the following detail. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:1217) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:1234) at org.eclipse.ui.internal.WorkbenchPage$ActionSwitcher.updateActionSets(WorkbenchPage.java:273) at org.eclipse.ui.internal.WorkbenchPage$ActionSwitcher.updateTopEditor(WorkbenchPage.java:179) at org.eclipse.ui.internal.WorkbenchPage.bringToTop(WorkbenchPage.java:436) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:334) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1543) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1523) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:130) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:102) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:89) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:45) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:135) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:117) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:134) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:93) at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:135) at org.eclipse.jdt.internal.ui.actions.RetargetActionDelegator.run(RetargetActionDelegator.java:53) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:202) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:162) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.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:819) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) | resolved fixed | e126574 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/ToolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-29T21:16:53Z" | "2002-04-15T17:00:00Z" |
14,632 | Bug 14632 StringFieldEditor validation strategy mechanism does not work properly | The validateStrategy variable is used in getTextControl()to hook up listeners to perform validation. The method setValidationStrategy(int) sets the value of this variable but does not unhook and rehook the appropriate listeners. Also, there is not way of passing the validation strategy value using a constructor. This means that the only available stragety is validation on key press. | closed fixed | d664855 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/StringFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-26T16:55:23Z" | "2002-04-25T15:53:20Z" |
14,730 | Bug 14730 Edit button in working set dialog does nothing | Build 20020425: Open the working sets dialog "Window > Working sets" and select an existing working set and select it from the list then select the edit button nothing happens. This has been working properly for ages, now it's broken. | resolved fixed | 0f1ec44 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-26T15:21:05Z" | "2002-04-26T14:06:40Z" |
2,496 | Bug 2496 Failing 'open with system editor' should default back (1GFBF3C) | If you try to open a file that does not have a system editor, you will get an error 'Unable to open external editor for <file>'. If this occurs, the default editor should be reset. Right now the editor remains as the System Editor so double clicking on the file again will give the same error. NOTES: | resolved fixed | 7a41039 | ["bundles/org.eclipse.ui/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 | "2002-04-26T14:42:56Z" | "2001-10-11T03:13:20Z" |
14,420 | Bug 14420 Error in shuting down workbench | Build 20020412 (WSAD install build 20020423-0100) 1. Startup workbench in Java perspective2. Connect to ClearCase LT 3. Shutdown workbench I got an error dialog while exiting workbench. Here is the .log <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Tue Apr 23 11:32:02 EDT 2002"> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Problems encountered loading the plug-in registry." code="1"> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.b2bgui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.b2butil/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.common.command/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.common.command/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.common.ui/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.common.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.commonedit/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.contentmodel/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.contentmodel.mofimpl/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.ddbe/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.ddl2xmi/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.draw2d/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.dtdeditor/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.dtdmodel/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.dtdparser/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.codegen/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.codegen/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.codegen.ui/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.codegen.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.edit/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.edit/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.edit.ui/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.edit.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.mapping/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.mapping/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.mapping.ui/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.emf.mapping.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.gef/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.internet/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.logging.util/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.mapping.rmx/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.mapping.rmxeditor/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.mapping.util/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.mapping.xmx/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.mapping.xmxeditor/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.perftrace/plugin.xml: Unknown attribute prebuilt for element library ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rdb2xmi/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rdbedit/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rdbexport/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rdblib/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rdbschemagen/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rsc/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.rsc.core.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.server.core/plugin.xml: Unknown element xextension, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.server.core/plugin.xml: Unknown element launcher, found at the top level, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlbuilder/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlmodel/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlmodel.providers/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlparse/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlsource.gui.utils/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqltoxml/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.sqlwizard/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.validate.dad/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.validate.xml/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.viewbuilder/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.webapplicationedit/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.webservice.uddi.registry.v4/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.webtools/plugin.xml: Unknown element action, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.webtools/plugin.xml: Unknown element selection, found at the top level, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.wsad.build/plugin.xml: Unknown attribute prebuilt for element library ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xalanrt/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xml.common.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xml.tools/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xmlmodel/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xmlutility/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.bean/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.bean/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.bean.ui/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.bean.ui/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.edit/plugin.xml: Unknown attribute build-level for element plugin ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsd.edit/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsdeditor/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsdmodel/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="D:/Program Files/IBM/Application Developer Pre-Beta/plugins/com.ibm.etools.xsl.debug/plugin.xml: Unknown element description, found within a plugin / fragment, ignored." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Plug-in zcom.ibm.etools.jbcf.codegen was disabled due to missing or disabled prerequisite plug-in com.ibm.etools.jbcf." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Plug-in org.eclipse.swt.examples.layouts was disabled due to missing or disabled prerequisite plug-in org.eclipse.swt.examples." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Plug-in com.ibm.etools.webservice.uddi.registry.v4 was disabled due to missing or disabled prerequisite plug-in com.ibm.etools.webservice." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point org.eclipse.help.contributions specified in plug-in com.rational.clearcase.help." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point org.eclipse.help.contributions specified in plug-in com.rational.clearcase.help." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point org.eclipse.help.contributions specified in plug-in com.rational.clearcase.help." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point com.ibm.etools.j2ee.ui.ejbPrereq specified in plug-in com.ibm.etools.ejbdeploy.ui." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point com.ibm.etools.j2ee.ui.ejbPrereq specified in plug-in com.ibm.etools.ejbdeploy.ui." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point com.ibm.etools.j2ee.ui.ejbPrereq specified in plug-in com.ibm.etools.ejbdeploy.ui." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point com.ibm.etools.server.tools.client specified in plug-in com.ibm.etools.publishing.server." code="1"> </status> <status plugin-id="org.eclipse.core.runtime" severity="WARNING" message="Unknown extension point org.eclipse.core.resources.internalFileValidator specified in plug-in com.rational.clearcase." code="1"> </status> </status> </log-entry> <log-entry date="Tue Apr 23 11:33:19 EDT 2002"> <status plugin-id="org.eclipse.ui" severity="WARNING" message="Problems occurred when invoking code from plug-in: org.eclipse.ui." code="2"> <exception message="null" trace=" java.lang.NullPointerException at org.eclipse.jdt.internal.ui.viewsupport.StorageLabelProvider.dispose(StorageLabelProvider.java:55) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.dispose(JavaUILabelProvider.java:123) at org.eclipse.jdt.internal.ui.viewsupport.StandardJavaUILabelProvider.dispose(StandardJavaUILabelProvider.java:72) at org.eclipse.jface.viewers.DecoratingLabelProvider.dispose(DecoratingLabelProvider.java:52) at org.eclipse.jface.viewers.ContentViewer.handleDispose(ContentViewer.java:144) at org.eclipse.jface.viewers.ContentViewer$2.widgetDisposed(ContentViewer.java:177) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:96) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:737) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1371) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:187) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:323) at org.eclipse.swt.widgets.Tree.releaseWidget(Tree.java:656) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:355) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:114) at org.eclipse.ui.internal.ViewFactory.destroyView(ViewFactory.java:124) at org.eclipse.ui.internal.ViewFactory.releaseView(ViewFactory.java:169) at org.eclipse.ui.internal.Perspective.dispose(Perspective.java:233) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:829) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:370) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:787) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:297) at org.eclipse.ui.internal.WorkbenchWindow.access$3(WorkbenchWindow.java:286) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:342) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:340) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:103) at org.eclipse.ui.internal.Workbench$2.run(Workbench.java:186) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:838) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:158) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:136) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:242) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.Workbench.close(Workbench.java:240) at org.eclipse.ui.internal.Workbench.close(Workbench.java:232) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:31) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836) at org.eclipse.ui.internal.Workbench.run(Workbench.java:819) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) "> </exception> </status> </log-entry> </log> | resolved fixed | 505ee29 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ContentViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-25T13:32:00Z" | "2002-04-23T16:40:00Z" |
13,631 | Bug 13631 ResourceNavigator does not remove property change listener | The new working set support registers a property change listener on the page which is not removed. | resolved fixed | 5b06ee7 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-24T18:21:50Z" | "2002-04-12T14:00:00Z" |
14,500 | Bug 14500 NPE due to ResourceWorkingSetFilter | The private method isEnclosed() gets called from API method select(...). This happens when an element is added to a list/table. Unfortunately isEnclosed() accesses a field which is null. The field is only != null during the filter(...) call. Test Case: 1. Set a working set on a window 2. Add a new package in the Java Browsing perspective. | resolved fixed | 2718af8 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/ResourceWorkingSetFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-24T14:33:28Z" | "2002-04-24T12:06:40Z" |
11,304 | Bug 11304 NPE deleting project | 1. Select a project in the packages view and hit the delete key. 2. In the confirmation dialog, choose to also delete contents. 3. In the deletion progress dialog, click cancel. 4. Select the project again and hit the delete key. The following NPE occurs. java.lang.NullPointerException at org.eclipse.ui.actions.DeleteResourceAction$DeleteProjectDialog.createCustomArea(DeleteResourceAction.java:79) at org.eclipse.jface.dialogs.MessageDialog.createDialogArea(MessageDialog.java:201) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:465) at org.eclipse.jface.window.Window.create(Window.java:263) at org.eclipse.jface.window.Window.open(Window.java:512) at org.eclipse.ui.actions.DeleteResourceAction.confirmDeleteProjects(DeleteResourceAction.java:244) at org.eclipse.ui.actions.DeleteResourceAction.confirmDelete(DeleteResourceAction.java:205) at org.eclipse.ui.actions.DeleteResourceAction.run(DeleteResourceAction.java:341) at org.eclipse.jdt.internal.ui.reorg.JdtDeleteResourceAction.deleteProjects(JdtDeleteResourceAction.java:69) at org.eclipse.jdt.internal.ui.reorg.JdtDeleteResourceAction.run(JdtDeleteResourceAction.java:43) at org.eclipse.jdt.internal.ui.reorg.DeleteAction.run(DeleteAction.java:46) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.doKeyPressed(PackageExplorerPart.java:1001) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.access$2(PackageExplorerPart.java:982) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.keyReleased(PackageExplorerPart.java:977) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:120) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:488) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1557) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1399) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:692) at org.eclipse.ui.internal.Workbench.run(Workbench.java:675) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | a9acff0 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/DeleteResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-23T20:14:49Z" | "2002-03-13T22:53:20Z" |
8,064 | Bug 8064 working set: can enter all-spaces names | i think working set names that consist of only spaces should be disallowed. also, names should be trimmed - otherwise you can have a set named 'a' and another one named 'a ' | resolved fixed | fe0b720 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-23T19:38:31Z" | "2002-01-23T10:00:00Z" |
14,197 | Bug 14197 Removing a working set immediatly makes changes | 20020418 1. create a working set with one project and select it -> package view is filtered 2. Open the working set dialog again, create a second working set, delete the first. -> At the moment of delete, the package view in the background refilters. In my opinion refiltering should only happen when closing the working set selection dialog, not while manipulating. I also think that pressing cancel should cancel all changes I did to woking sets (-> cancel the remove) | resolved fixed | 68db796 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/IWorkingSetPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java", "bundles/org.eclipse.ui/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 | "2002-04-23T19:36:46Z" | "2002-04-19T07:06:40Z" |
14,289 | Bug 14289 usability improvements to import external project | build M5. If a new developer was brought onto a project where they didn't use CVS, they would have to import several projects into their workspace. To do this, they would have to click: File > Import > External Projects. Here they have to browse to the location on disk where projects exist and then import one project at a time. It would be a more user friendly solution if the user could choose many projects at the time. Or at the very least, remember the last file location the user "browsed" to when they choose the last project. | closed fixed | 690d02c | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-23T17:54:02Z" | "2002-04-21T11:53:20Z" |
14,335 | Bug 14335 Switching from Resources to Java Perspective causes NPE | Build 04182002 plus current UI code in the repository. Run an inner eclipse on a workspace that has some projects. Go to resources perspective. Go to Java Perspective. I get the following NPE: java.lang.NullPointerException at org.eclipse.ui.actions.RetargetAction.partActivated (RetargetAction.java:89) at org.eclipse.ui.internal.WWinPluginAction.<init> (WWinPluginAction.java:75) at org.eclipse.ui.internal.ActionDescriptor.createAction (ActionDescriptor.java:160) at org.eclipse.ui.internal.ActionDescriptor.<init> (ActionDescriptor.java:119) at org.eclipse.ui.internal.PluginActionSetBuilder.createActionDescriptor (PluginActionSetBuilder.java:56) at org.eclipse.ui.internal.PluginActionBuilder.readElement (PluginActionBuilder.java:314) at org.eclipse.ui.internal.PluginActionSetBuilder.readElement (PluginActionSetBuilder.java:159) at org.eclipse.ui.internal.registry.RegistryReader.readElements (RegistryReader.java:119) at org.eclipse.ui.internal.registry.RegistryReader.readElementChildren (RegistryReader.java:109) at org.eclipse.ui.internal.PluginActionSetBuilder.readElement (PluginActionSetBuilder.java:156) at org.eclipse.ui.internal.registry.RegistryReader.readElements (RegistryReader.java:119) at org.eclipse.ui.internal.PluginActionSetBuilder.readActionExtensions (PluginActionSetBuilder.java:142) at org.eclipse.ui.internal.PluginActionSet.init(PluginActionSet.java:73) at org.eclipse.ui.internal.ActionPresentation.addActionSet (ActionPresentation.java:47) at org.eclipse.ui.internal.ActionPresentation.setActionSets (ActionPresentation.java:111) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets (WorkbenchWindow.java:1233) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2000) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective (WorkbenchPage.java:523) at org.eclipse.ui.internal.WorkbenchPage.access$11 (WorkbenchPage.java:507) at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2035) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2033) at org.eclipse.ui.internal.SetPagePerspectiveAction.run (SetPagePerspectiveAction.java:66) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:833) at org.eclipse.ui.internal.Workbench.run(Workbench.java:816) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:643) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:16) | resolved fixed | f35e00f | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-22T19:47:47Z" | "2002-04-22T15:40:00Z" |
13,316 | Bug 13316 Multi-selection in working set dialog ignored | 20020409 - New Working set support - create 2 working sets - select 2 working sets - press OK - reopen dialog ===> only one is selected Multiple-selection should work (ok) and - be applied to views that support working sets (e.g. Navigator) - be selected the next time I open the working set dialog | resolved fixed | 98986e6 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui/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 | "2002-04-20T17:47:35Z" | "2002-04-10T14:46:40Z" |
13,879 | Bug 13879 Switching working sets can cause NPE in ResourceNavigator | I suggest to always keep the filter an set the working set to null (see PackageExplorerPart or JavaBrowsingPart) org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.setSelection(Tree.java(Compiled Code)) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:214) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java(Compiled Code)) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:623) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:674) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:636) at org.eclipse.jface.viewers.StructuredViewer.removeFilter(StructuredViewer.java:741) at org.eclipse.ui.views.navigator.ResourceNavigator$2.propertyChange(ResourceNavigator.java:121) at org.eclipse.ui.internal.WorkbenchPage.firePropertyChange(WorkbenchPage.java:965) at org.eclipse.ui.internal.WorkbenchPage.setWorkingSet(WorkbenchPage.java:2018) at org.eclipse.ui.internal.ClearWorkingSetAction.run(ClearWorkingSetAction.java:40) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.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:819) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | resolved fixed | aa3d7c2 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/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 | "2002-04-19T23:13:18Z" | "2002-04-16T12:26:40Z" |
14,195 | Bug 14195 Can not edit Working Sets | 20020418 1. create a new working set 2. press on details: nothing happens | resolved fixed | ba1d50d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-19T19:53:07Z" | "2002-04-19T07:06:40Z" |
2,403 | Bug 2403 Changing build order should initiate incremental build (1GEYZPB) | If you change the preference so you can specify build order, and change the order, autobuild should run if enabled (or do full build). NOTES: | resolved fixed | 3ea185b | ["bundles/org.eclipse.ui/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 | "2002-04-19T15:33:47Z" | "2001-10-11T03:13:20Z" |
14,162 | Bug 14162 Need a perspective switcher | Build 20020416 With the menu changes, and the removal of the numbered perspective items, we need another way of switching between perspectives. We should add a perspective switcher, similar to the editor and view switchers (Ctrl+F8?) It should show just the open ones in MRU order. Note: MRU order for perspective switching is supported by the usability studies. | resolved fixed | c05df08 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/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 | "2002-04-18T22:04:39Z" | "2002-04-18T20:00:00Z" |
2,955 | Bug 2955 Print toolbar button flashes when switching between editors (1GKXCCY) | When switching between different editor types, e.g. .java and .txt, the toolbar button for print flashes quite noticeably. NOTES: | resolved fixed | 8749991 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-18T20:34:21Z" | "2001-10-11T03:13:20Z" |
14,068 | Bug 14068 Views should not hardcode assumptions about open strategy | Build 20020416 I noticed several places in the code with the following pattern: boolean activate = OpenStrategy.getOpenMethod() == OpenStrategy.DOUBLE_CLICK; page.openEditor(marker,activate); This hardcodes the assumption that the only strategy which activates on open is double click. It would be better to ask OpenStrategy whether it should activate on open. E.g. what happens if a new strategy is added which also requires activation? | resolved fixed | 34ee1d2 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/OpenStrategy.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/bookmarkexplorer/OpenBookmarkAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/GotoTaskAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenFileAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-18T14:57:59Z" | "2002-04-18T00:33:20Z" |
12,047 | Bug 12047 NPE reordering editors. | Got the following NPE using the JavaBrowing perspective but could not reproduce the problem. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:96) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1397) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1211) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:722) at org.eclipse.ui.internal.Workbench.run(Workbench.java:705) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:14) Log: Thu Mar 21 12:05:00 EST 2002 1 org.eclipse.core.resources 4 *** Stack trace of contained exception *** Log: Thu Mar 21 12:05:00 EST 2002 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:759) at org.eclipse.ui.internal.EditorWorkbook.reorderTab (EditorWorkbook.java:688) at org.eclipse.ui.internal.EditorWorkbook.reorderTab (EditorWorkbook.java:652) at org.eclipse.ui.internal.EditorPresentation.moveEditor (EditorPresentation.java:147) at org.eclipse.ui.internal.EditorManager.reuseInternalEditor (EditorManager.java:511) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:363) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:278) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1295) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1191) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$1.run (NewElementWizard.java:49) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1397) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1211) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:722) at org.eclipse.ui.internal.Workbench.run(Workbench.java:705) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:14) | resolved fixed | c14ef27 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-17T21:55:36Z" | "2002-03-21T17:00:00Z" |
13,947 | Bug 13947 "New Item Shortcuts" don't appear in drop down menu | build 20020412 -select Window->Customize Perspective -check the TestCase and TestSuite items under "New Item Shortcuts" ->Note that no menu items appear in the "New Item" toolbar item menu This works for all other items except for the two that are in the JUnit subcategory of the Java category. | resolved fixed | 21a8498 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardCollectionElement.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-17T16:57:26Z" | "2002-04-16T20:46:40Z" |
13,749 | Bug 13749 NPE on opening a multipage editor. MultiPageEditorPart isDirty should check for null | Using the 4/12 integration build, it appears "isDirty" is sometimes called in MulitPageEditorPart before there are any nestedEditors, so it should be checked to be sure its not null, before calling iterator on it. (or alternatively, to make sure nestedEditors is always intialized so iterator would simply return a zero length iterator -- it currently isn't initialized until a page is added). I have not seen this occur on the "built in" multipage editors (e.g. PDE), but does occur in our Mutlipage XML editor in WSAD (and we have created our own subclass of MulitPageEditorPart). So, there may be something about the start up init sequence we've inadvertently changed, but seems reasonable make sure nestedEditors isn't null before using it. A work-around is to subclass 'isDirty' and catch the NPE and ignore it. | verified fixed | 513357b | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-16T19:31:11Z" | "2002-04-13T23:20:00Z" |
13,925 | Bug 13925 Error reported on stderr when .project is read-only | Build 20020412 1) Create two simple projects, P1 and P2 2) Make the .project file for P1 read-only on the resource info property page 3) Go to the project references property page, and add a reference to P2 An error dialog pops up, saying that .project is read-only. This is good. However, it also prints the following to stderr (appears in the java console): Error in ProjectReferencePage.doOk Reason: File /S2/.project is read-only. This originates from ProjectReferencePage#handle 1) The message refers to a method that doesn't exist 2) This message suggests that an internal error has occurred, but this is actually an expected case (ie, CoreException usually means user error, not program error). 3) I noticed that the error dialog title is not NLS'd, but probaby should be since it's being presented to the user. | resolved fixed | 69bc295 | ["bundles/org.eclipse.ui/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 | "2002-04-16T18:49:44Z" | "2002-04-16T18:00:00Z" |
13,198 | Bug 13198 Unable to add Word document to project | Build version: 20020404, 20020409 OS: WindowsXP Traditional Chinese, Office 2000 SR-1 Premium Traditional Chinese Sympton: When adding a Test.doc to a project, first the following error occurs Unable to create part. Test.doc Then internal error with this stack trace: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:96) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1389) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1211) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.SafeRunnableAdapter.handleException (SafeRunnableAdapter.java:37) at org.eclipse.ui.internal.PartPane$1.handleException(PartPane.java:59) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:437) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:840) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:51) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:93) at org.eclipse.ui.internal.EditorWorkbook.createPage (EditorWorkbook.java:223) at org.eclipse.ui.internal.EditorWorkbook.add(EditorWorkbook.java:83) at org.eclipse.ui.internal.EditorArea.addEditor(EditorArea.java:43) at org.eclipse.ui.internal.EditorPresentation.openEditor (EditorPresentation.java:307) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:468) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:56) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:460) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:280) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1567) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1458) at org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.performFinish (BasicNewFileResourceWizard.java:95) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:356) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.NewWizardShortcutAction.run (NewWizardShortcutAction.java:79) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836) at org.eclipse.ui.internal.Workbench.run(Workbench.java:819) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) *** Stack trace of contained exception *** java.lang.NullPointerException at org.eclipse.ui.internal.editorsupport.OleEditor.oleActivate (OleEditor.java:535) at org.eclipse.ui.internal.editorsupport.OleEditor.access$3 (OleEditor.java:529) at org.eclipse.ui.internal.editorsupport.OleEditor$5.run (OleEditor.java:100) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1389) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1211) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.SafeRunnableAdapter.handleException (SafeRunnableAdapter.java:37) at org.eclipse.ui.internal.PartPane$1.handleException(PartPane.java:59) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:437) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:840) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:51) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:93) at org.eclipse.ui.internal.EditorWorkbook.createPage (EditorWorkbook.java:223) at org.eclipse.ui.internal.EditorWorkbook.add(EditorWorkbook.java:83) at org.eclipse.ui.internal.EditorArea.addEditor(EditorArea.java:43) at org.eclipse.ui.internal.EditorPresentation.openEditor (EditorPresentation.java:307) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:468) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:56) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:460) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:280) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1567) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1458) at org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.performFinish (BasicNewFileResourceWizard.java:95) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:356) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.NewWizardShortcutAction.run (NewWizardShortcutAction.java:79) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836) at org.eclipse.ui.internal.Workbench.run(Workbench.java:819) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) After closing the error dialog, another internal error comes up: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Control.getDisplay(Control.java:698) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java:571) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:299) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:332) at org.eclipse.ui.internal.editorsupport.OleEditor.setFocus (OleEditor.java:523) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor (EditorPresentation.java:362) at org.eclipse.ui.internal.EditorPresentation.openEditor (EditorPresentation.java:309) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:468) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:56) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:460) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:280) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1567) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1458) at org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.performFinish (BasicNewFileResourceWizard.java:95) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:356) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.NewWizardShortcutAction.run (NewWizardShortcutAction.java:79) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836) at org.eclipse.ui.internal.Workbench.run(Workbench.java:819) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) | resolved fixed | c926be0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Editor", "Support/org/eclipse/ui/internal/editorsupport/OleEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-16T16:22:52Z" | "2002-04-10T12:00:00Z" |
13,704 | Bug 13704 Outline View has text in middle of view when there is no outline | On Linux when there are no contents for the Outline View the message to the user is in the middle of the view. It should be top justified like in windows. STEPS 1) Open the PDE Perspective 2) Close all editors | resolved fixed | dd38797 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MessagePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-16T15:56:23Z" | "2002-04-12T19:33:20Z" |
13,481 | Bug 13481 Exceptions trying to close a Search View | build 2002-04-09 on WinXP. - one window open - single-stacked Java editor - Outline view docked to the right - Search view docked to the top - tried to close the Search view and got the attached exceptions (forced my workbench to close) | resolved fixed | 6acf549 | ["bundles/org.eclipse.ui/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 | "2002-04-16T13:51:26Z" | "2002-04-11T01:53:20Z" |
2,512 | Bug 2512 Save As... on OLE editor doesn't let you choose folder (1GFDCRE) | - new file test.doc - it opens Word or Wordpad - choose File / Save As - it gives you the rename prompter, which only lets you enter a new name, not choose a different folder - Save As on an internal editor does let you choose a folder NOTES: | resolved fixed | 2979b24 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Editor", "Support/org/eclipse/ui/internal/editorsupport/OleEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-15T20:21:23Z" | "2001-10-11T03:13:20Z" |
2,309 | Bug 2309 Moving view has different reveal order than close (1GENS04) | - new resource perspective - show Bookmarks view - it appears docked with Navigator and Repositories view - close Bookmarks view - the Navigator view is revealed - show Bookmarks view - drag it over outline view - the Repositories view is revealed It's surprising that a different view is revealed for close and drag. NOTES: | resolved fixed | b5bc102 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java", "bundles/org.eclipse.ui/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 | "2002-04-15T19:16:03Z" | "2001-10-11T03:13:20Z" |
10,688 | Bug 10688 Too much work being done in build | Linux only. I20020228 (and previous). If I make changes to any file (e.g. plugin.properties) in my project, and my project has no dependants, saving it still takes almost 3 seconds and the progress messages that appear during that time seem to indicate that all manner of builders are being invoked on many irrelevant projects. Setting 'needbuild=true' in .options indicates correctly that only my project is being built, but there are undoubtedly other things going on. This is quite important for me, as every file save is painful. Let me know if three is any additional info I can provide. | resolved fixed | 98ed8fc | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-15T19:15:41Z" | "2002-03-04T16:40:00Z" |
10,398 | Bug 10398 SWT error causes Workbench meltdown | A few minutes ago I discovered the new dialog for reporting internal errors related to SWT. It said something like: "An SWT error has occurred. You should exit the workbench now. Further errors could cause the workbench to close without notice." This is more or less what happened: Curious, I clicked on Details. No additional details pane appeared. So I clicked again. Then the workbench closed without notice, but the dialog remained. So I stupidly clicked Details again. The "saving workbench state" progress monitor appeared again and went away. So I clicked ok. And it tried to save the workbench state again, and popped up a new SWT error dialog. I think I clicked away (with Ok) one or two more of the things. After this point, Eclipse hangs on startup after closing the splash screen. To recover, I tried the following: - delete the .lock file and try again - delete the .registry file and try again - delete everything under .metadata/plugins except org.eclipse.core.resources This worked. I would attach an archive of my workspace, but I did not think about it at the time. Sorry! | resolved fixed | 85910d9 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-15T18:40:16Z" | "2002-02-27T17:13:20Z" |
13,739 | Bug 13739 Problems with import project | Build 20020412 - had an existing workspace - deleted .metadata - tried to import project from the workspace - it complained that the location was under the workspace This is fine for creating a new project, but we should support importing an existing project even if it's under the workspace location. The only other way to get a project back is to create it with the same name, but this is a hidden feature. Most users would try the import first. Also, we currently don't need to prompt for the name since it's in the location file. Should just ask for the location. If this assumption changes, or if it can't determine the name from the file, then we should prompt, but this should be done after specifying the location. | closed fixed | 8668a0e | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-15T14:12:40Z" | "2002-04-13T12:13:20Z" |
13,476 | Bug 13476 fragile code in WorkbenchActionBuilder.propertyChange | The code in WorkbenchActionBuilder.propertyChange assumes that the new value in the change event is (a) always non-null, and (b) always of the expected type. While both condition may hold in the current world, this assumption might lead to breakage in the future. The problem will occur if the property store is changed by some other party. In particular, if the other party uses setToDefault() instead of setValue, the new value will either be null or a string (regardless of its usual type). (N.B. This behavior is true of the older JFace preference store as well as the newer Core preferences.) General rule: listeners for property change events should be written in an unassuming manner. | resolved fixed | 255ed8a | ["bundles/org.eclipse.ui/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 | "2002-04-12T20:56:56Z" | "2002-04-10T23:06:40Z" |
9,411 | Bug 9411 WorkbenchPart.setInitializationData not safe (leaks) | The API does not specify that this method can be called only once. If it is called more than once then the image is not disposed. Either the method's API should state that it is not safe to call the method twice or (better) the code should be fixed to allow multiple calls. This is preferred because there is no API to reset the title and the title image to the values specified in plugin.xml. | resolved fixed | 4d406f3 | ["bundles/org.eclipse.ui/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 | "2002-04-12T18:31:34Z" | "2002-02-11T17:53:20Z" |
13,374 | Bug 13374 'move editor' - disable when only 1 editor open | 20020409 after i select 'move editor' from the tab context menu i cannot drop it anywhere if there's only 1 editor open the action should be disabled in such cases - to avoid user confusion | resolved fixed | d494183 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorArea.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui/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 | "2002-04-12T14:47:49Z" | "2002-04-10T14:46:40Z" |
13,600 | Bug 13600 npe on running tests | 20020411 when running our test we get an npe (stack lower) it is due to the fact that field listeners in org.eclipse.jface.resource.FontRegistry is nullified in org.eclipse.jface.resource.FontRegistry::handleDisplayDispose() java.lang.NullPointerException at org.eclipse.jface.resource.FontRegistry.removeListener (FontRegistry.java:428) at org.eclipse.ui.internal.dialogs.WelcomeEditor$5.widgetDisposed (WelcomeEditor.java:297) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:96) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:737) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1371) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:187) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:323) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:112) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:315) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:112) at org.eclipse.swt.widgets.Decorations.releaseWidget (Decorations.java:644) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:599) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:355) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:405) at org.eclipse.swt.widgets.Display.release(Display.java:1262) at org.eclipse.swt.graphics.Device.dispose(Device.java:198) at org.eclipse.ui.internal.Workbench.run(Workbench.java:824) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | resolved fixed | 48a278b | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/ListenerList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-12T13:23:04Z" | "2002-04-12T11:13:20Z" |
2,428 | Bug 2428 Welcome: icons not aligned (1GF5SQG) | The round blue right-arrows on the welcome page are not aligned with the text to which they point. NOTES: | resolved fixed | 0c51de8 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-11T21:15:54Z" | "2001-10-11T03:13:20Z" |
12,856 | Bug 12856 Missing common interface ISite | Build 20020402 Currently thr workbench provides the sides IPageSite, IWorkbenchPartSite. Although they have common methods they miss a common interface. This makes writing actions that work in the outline and a normal view hard. Please introduce a common interface. | resolved fixed | 9d3e5a5 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartSite.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchSite.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/IPageSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-11T19:27:11Z" | "2002-04-05T09:46:40Z" |
13,295 | Bug 13295 F2 does not work in Outline view | Edit -> Show Javadoc does not work from Outline view but does not when using the shortcut key (F2). I assume this is because of the new editor key binding support. | resolved fixed | 5c3ac50 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorMenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-11T13:48:05Z" | "2002-04-10T14:46:40Z" |
13,131 | Bug 13131 Extra "Writable" indicators in status bar | Build: 20020409 Open two editors on writable files in the Resource perspective, switch between them many times. Each time you switch, you will get another "Writable" indicator in the status bar. I have seen this on both Windows 2000 and Linux Motif. | resolved fixed | 686c461 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.ui/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 | "2002-04-10T22:10:34Z" | "2002-04-09T22:06:40Z" |
13,305 | Bug 13305 A suspicious System.out.println in org.eclipse.internal.ui.WorkbenchActionBuilder | Build: M5 candidate Description: The protected method addManualIncrementalBuildAction in org.eclipse.internal.ui.WorkbenchActionBuilder catches IllegalArgumentException in a few places, and, in the last such catch block, it makes a call to System.out.println("build action not found");. Perhaps it should be reviewed. | resolved fixed | 98e583a | ["bundles/org.eclipse.ui/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 | "2002-04-10T16:29:33Z" | "2002-04-10T14:46:40Z" |
13,133 | Bug 13133 New Project Option for Replace Perspective should be relabeled | Build 20020404 The New Project Option for Replace Perspective doesn't actually replace the current perspective. The option should be "Open Perspective in same window" and should be first since it's the default. Also, there's no need to capitalize Perspective. We don't elsewhere except in action names. Must fix for M5. | resolved fixed | 957609e | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-10T14:30:18Z" | "2002-04-10T00:53:20Z" |
12,996 | Bug 12996 open multipage editor causes Invalid thread access when exporting to a jar | This also happens in Eclipse 2.0 build 20020214 1. install the mulitpage editor example into the workspace 2. in a project create a file of type .mpe 3. a multipage editor opens on this new file. Leave the editor open. 4. select File/Export/Jar File. Fill in the jar file and click finish. You get the following Jar Export Error: Creation of JAR failed Invalid thread access | resolved fixed | 607bd85 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-09T13:57:27Z" | "2002-04-08T15:33:20Z" |
12,028 | Bug 12028 NPE in Team actions on welcome page | Build 20020319 Selecting any of the CVS/Team links on the Welcome page causes NPEs. | resolved fixed | 137038c | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-09T13:56:55Z" | "2002-03-21T17:00:00Z" |
2,536 | Bug 2536 Window lifecycle needed (1GFL2TW) | From Eclipse Corner (6/13/2001): It seems some obvious functionality is missing from IWorkbench. We need to know when a new workbench window is opened or an existing one closed. For example: IWorkbench.addWorkbenchListener(IWorkbenchListener) IWorkbenchListener would contain, among other methods, windowOpened(IWorkbenchWindow) windowClosed(IWorkbenchWindow) etc... I've found a workaround. However, this is very ugly and it would be great if someone could give an estimate when real listener support could be added to IWorkbench. I'm adding a ShellListener to the current WorkbenchWindow's shell. When I get a shellDeactivated, I check to see what the activeWorkBenchWindow is. If its not the original window, I know I've got a new one. I've discovered I must do the check in an asyncExec, because at the time shellDeactivated is called, the original workbench window is still the active one. NOTES: | resolved fixed | e9e9161 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWindowListener.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/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 | "2002-04-09T13:53:35Z" | "2001-10-11T03:13:20Z" |
12,751 | Bug 12751 Open in new window action should be API | The action for opening an element in a new window is currently internal. It needs to be API in order to avoid internal references from the views. The same action is used for the Window / New Window action. This aspect does not need to be public. Suggest using different classes. | resolved fixed | af386f7 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenInNewWindowAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/OpenNewWindowAction.java", "bundles/org.eclipse.ui/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 | "2002-04-09T03:53:20Z" | "2002-04-04T06:00:00Z" |
13,002 | Bug 13002 Internal error dialog focus default | Build: 20020404 The internal error dialog defaults the focus to the "Yes" answer, it should default to "No". The main problem I have with defaulting to "Yes" is that an absentminded Enter causes the entire workspace to shutdown. | resolved fixed | 5d72966 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-09T02:56:49Z" | "2002-04-08T15:33:20Z" |
12,779 | Bug 12779 (0321) Workbench silently catching exceptions and removing listeners | In SafeRunnable.handleException(Throwable e), there is a boolean check that is inverted. Instead of showing Errors, it *NEVER* shows errors. As a result, I had my ISelectionListener silently removed from the selection service. Also, I got into a state where the JDT's F4 action stopped following selection, and kept opening a hierarachy on the same class (the last one they were notified about before throwing an exception). | resolved fixed | f0c3c6c | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SafeRunnableAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-08T21:27:46Z" | "2002-04-04T14:20:00Z" |
11,393 | Bug 11393 ImageDescriptor should allow creating an Image on a Device other than Display.getCurrent() | Use Case: A user wants to use ImageDescriptor to create an Image with the intent of rendering that image on a GC constructed on a Printer. Current state: Currently, ImageDescriptor's createImage always uses Display.getCurrent() to create images. Solution: Enhance ImageDescriptor to provide the ImageDescriptor#createImage(Device device) method. | closed fixed | d86f333 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/ImageDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-08T19:28:47Z" | "2002-03-14T21:06:40Z" |
2,652 | Bug 2652 [UI] EC - Folder with only placeholders is still visible (1GHQON6) | null | resolved fixed | 72b6fcb | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IFolderLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IPageLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IPlaceholderFolderLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PlaceholderFolderLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-05T15:46:18Z" | "2001-10-11T03:13:20Z" |
10,144 | Bug 10144 org.eclipse.ui.views.internal.framelist.* should become API | The framelist classes are internal but are used by external clients and therefore they should be promoted to API. | resolved fixed | 7a24f7d | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/BackAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/ForwardAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/Frame.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/FrameAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/FrameList.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/FrameListMessages.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/GoIntoAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/IFrameSource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/TreeFrame.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/TreeViewerFrameSource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/UpAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/BackAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/ForwardAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/Frame.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/FrameAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/FrameList.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/FrameListMessages.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/GoIntoAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/IFrameSource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/TreeFrame.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/TreeViewerFrameSource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/internal/framelist/UpAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/IResourceNavigatorPart.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorFrameSource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigatorActionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-04T05:04:03Z" | "2002-02-24T22:33:20Z" |
11,044 | Bug 11044 Working Sets framework | See Working Sets RFC for information. | resolved fixed | cbc15a5 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/ResourceWorkingSetFilter.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/IWorkingSetDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/IWorkingSetSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ClearWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetComparator.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ListContentProvider.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetRegistry.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-04T00:08:30Z" | "2002-03-08T17:53:20Z" |
2,736 | Bug 2736 Performance: Task list delta listener should use visitor (1GITCP0) | TaskListContentProvider.getMarkerDeltas is a recursive method that walks over tree deltas and gathers the set of marker changes. We will soon be making some optimizations to the delta visitor code, so it will soon be more efficient to use a visitor than to walk over the delta yourself. The visitor interface is IResourceDeltaVisitor, and you would call accept() on the top level delta passed into TaskListContentProvider.resourceChanged. NOTES: | resolved fixed | 5439efc | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/TaskListContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-03T21:43:38Z" | "2001-10-11T03:13:20Z" |
11,952 | Bug 11952 NumberFormatException in preference page | 20020319 1. open the workbench pref page 2. empty the 'size of recently opened files list' text field 3. press ok in the dialog java.lang.NumberFormatException: at java.lang.Integer.parseInt(Integer.java(Compiled Code)) at java.lang.Integer.<init>(Integer.java(Compiled Code)) at org.eclipse.jface.preference.IntegerFieldEditor.doStore (IntegerFieldEditor.java:102) at org.eclipse.jface.preference.FieldEditor.store(FieldEditor.java:575) at org.eclipse.ui.internal.dialogs.WorkbenchPreferencePage.performOk (WorkbenchPreferencePage.java:397) at org.eclipse.jface.preference.PreferenceDialog.okPressed (PreferenceDialog.java:526) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed (PreferenceDialog.java:174) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:363) 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.Widget.notifyListeners(Widget.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:525) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.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:698) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:196) at org.eclipse.core.launcher.Main.run(Main.java:555) at org.eclipse.core.launcher.Main.main(Main.java:396) | resolved fixed | 2666a89 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-03T19:28:36Z" | "2002-03-20T18:46:40Z" |
12,583 | Bug 12583 Paste enablement only updated when selection changes | Build 20020328 - select a file in the Navigator - choose Copy - Paste is disabled - change the selection away, then back to the same file - Paste is now enabled Paste should be enabled whenever there is an appropriate resource on the clipboard. The best way to do this would be using change callbacks from the clipboard, since I could copy from the Navigator then Paste in the Packages view, or vice versa, and these actions don't know about each other. But SWT doesn't seem to support this. For now, we should just update our actions as best we can. | resolved wontfix | 176ee68 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/CopyAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/PasteAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-02T14:42:05Z" | "2002-04-02T04:00:00Z" |
2,901 | Bug 2901 PreferencePage button bar should not make buttons equal width (1GKKFMI) | PreferencePage.createControl should not do layout.makeColumnsEqualWidth= true; for the button (Default, Apply) composite ISV's may add more buttons and they may be wide. Implementors are responsible for ensuring that their buttons have a minimum width and this is enough to make all the buttons the same width in most cases. NOTES: | resolved fixed | 2c02cef | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-01T21:06:39Z" | "2001-10-11T03:13:20Z" |
10,842 | Bug 10842 [Contributions] ordering: ActionFactories should support groups | Build 20020305 JDT uses groups to control the positioning of menu items in context menus. JDT would like to reuse some of the UI's action factories. But currently they simply add the entries to the end of the menu. It would be helpful if a action factory would support an additional group. If specified the factory adds the items to that group, if not specified it addes the items to the end of the menu. | resolved wontfix | ae9406c | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/IResourceNavigatorPart.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigatorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigatorActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/SortAndFilterActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/SortAndFilterActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/WorkbenchStateActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ActionContext.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenFileAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RefreshAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/PropertyDialogAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-04-01T18:37:26Z" | "2002-03-06T13:06:40Z" |
11,128 | Bug 11128 Access to a field in a particular super-type through IJavaObject | It is possible to cast an instance to a super type and query it for a field. This query should return the field from the super type. For the evaluation engine to support this, we need to be able to ask an IJavaObject for a field from a particular type in the hierarchy as follows: public IJavaFieldVariable getField(String name, String typeSignature) throws DebugException; An implementation of this API (in JDIObjectValue) is: public IJavaFieldVariable getField(String name, String typeSignature) throws DebugException { ReferenceType ref = getUnderlyingReferenceType(); try { Field field= null; Iterator fields= ref.allFields().iterator(); while (fields.hasNext()) { field = (Field)fields.next(); if (name.equals(field.name()) && typeSignature.equals(field.declaringType().signature())) { break; } } if (field != null) { return new JDIFieldVariable((JDIDebugTarget)getDebugTarget(), field, getUnderlyingObject()); } } catch (RuntimeException e) { targetRequestFailed(MessageFormat.format(JDIDebugModelMessages.getString("JDIObjectValue.exception_retrieving_field"), new String[]{e.toString()}), e); //$NON-NLS-1$ } // it is possible to return null return null; } | verified fixed | b12800d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java", "bundles/org.eclipse.ui/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 | "2002-04-01T16:16:12Z" | "2002-03-11T20:53:20Z" |
12,337 | Bug 12337 Edit menu items remain disabled after viewpart activation | 20020326-1324-I on Linux-Motif 1) open a CU 2) change focus to outline 3) verify that most edit menu items are disabled 4) change focus back to editor 5) observe that the edit menu items remain disabled I replaced the org.eclipse.ui plugin with an old one (20020321) and the problem is gone. | resolved fixed | 6d056ff | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorMenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-27T14:35:46Z" | "2002-03-27T09:06:40Z" |
6,656 | Bug 6656 Close button moves down when view resized smaller | On linux, running build 2001-11-27 (does not happen on build 2001-11-16 on Nt 2000). When a view like the Navigator is resized smaller, the tool items move below the label. However, so does the pulldown menu icon (triangle) and the close icon (X). These two tool items use to stay on the same line as the label no matter how small the view got. In my opinion, this is going to be a usuability problem. Users are accustomed to the close button being on the same line as the label and located to the far right corner. If it starts moving around, I think users will get confused. | resolved fixed | d5e0f80 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-26T15:03:49Z" | "2001-12-06T20:20:00Z" |
2,272 | Bug 2272 Copy & Move should be disabled when closed (1GEHVNK) | It is not possible to copy or move a project when it is closed, so the commands should be disabled. Steps: 1) create a new project 2) in the Navigator, right click on the project and click 'Close Project' 3) right click on the project and click 'Copy Project' 4) enter a new name and click OK The workbench will not allow this action, so the menu item should be disabled for this item, or it should be allowed. NOTES: | resolved fixed | b6fcbd2 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/CopyProjectOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyProjectAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveProjectAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-26T14:27:57Z" | "2001-10-11T03:13:20Z" |
2,127 | Bug 2127 Tasks Cell Editor does not close on deactivation (1GE7AN3) | I'm not sure if this is a bug. It is very strange behavior, though. 1. Add a task to the task list. 2. Click on description to edit. 3. While cell editor is active click on navigator. Notice activation is now in navigator, but cell editor in task list is still open. 4. Click back on title for tasks. 5. Move scroll bar up and down. Notice how cell editor disappers momentarily while scrolling. 6. Now click on column headings to change order. Notice how editor still remains. The same problem occurs if the priority editor is active. Expected behavior: If I click off the task list the cell editor should be deactivated, as the part itself is deactivated. NOTES: | resolved fixed | 89de3ec | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/TableViewerImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-25T18:51:26Z" | "2001-10-11T03:13:20Z" |
10,714 | Bug 10714 Focus doesn't always return to correct editor on close | Build 20020214 1) Open several editors 2) Activate (give focus to) the first editor in the list (leftmost) 3) Now give focus to the rightmost editor 4) Give focus to some other view, such as content outline 5) Hit Ctrl+F4 to close active editor After step 5), I would expect focus to return to the left-most editor, because that is the most recently used editor. However, it instead give focus to the new rightmost editor, which might not have been used recently. If step 4) is omitted, it behaves correctly (focus gets returned to most recently used on Ctrl+F4). This is most evident if you do F4 to open a type hierarchy, then immediately do Ctrl+F4 to close it. You end up in whatever editor was at the end of the list, which feels like a loss of context. | resolved fixed | 68d998e | ["bundles/org.eclipse.ui/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 | "2002-03-25T18:24:09Z" | "2002-03-04T19:26:40Z" |
2,241 | Bug 2241 [UI] Copy/Move Folders/Files issues (1GEASN1) | PR marked SEVERE due to internal error in scenario 3 below Scenario 1: - create new project A - new folder B under A - select B - choose Copy Dialog title should be "Copy Folder". Label text should be "Select the destination for B." - select B in dialog - hit OK - get error dialog: "Copy Problems" / "Problems occurred copying the selected resources" - hit Details - see "Destination should not be under resource's hierarchy. Which destination? Which resource's hieararchy? What should I do about it? Ideally it wouldn't let me pick the same folder or any of its descendants. This is easy to do with the viewers. Scenario 2: - create project C - in file system, create folder B under C - select project B in navigator - choose Copy - select C - hit OK - get error dialog: "Copy Problems" / "Problems occurred copying the selected resources" - hit Details - see "Resource already exists in local file system. Which resource? What should I do about it? Scenario 3: - refresh C so that C/B shows up - select project B in navigator - choose Copy - select C - hit OK - get prompt: "Resource Exists" / "F/C/B exists. Do you wish to overwrite?" - hit No - get error dialog: "Copy Problems" / "Internal error: Invalid thread access" (no stack dump in .log) - hit OK - get error dialog: "Copy Problems" / "Problems occurred copying the selected resources" - hit Details - see "Resource already exists in local file system. Which resource? What should I do about it? NOTES: NE (5/25/01 4:59:58 PM) Same problems for copying files. Same problems for Move. EJP (5/29/01 9:14:28 PM) A fix to the severe problem is in: CopyResourceAction :: org.eclipse.ui.actions 0.114 [ejp: 1GEASN1] 04 Not going to move this PR to fixed since there are a lot of low priority fixes to be done. | resolved fixed | 9f394b0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/PasteAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-25T16:39:25Z" | "2001-10-11T03:13:20Z" |
2,118 | Bug 2118 Move project dialog confusing | Create a project In navigator, hit move. In the resulting dialog, it doesn't tell me what it wants me to do. The dialog title just says, "Project". If I go to the location text box, and try to append something, an error message appears at the bottom, which is cut off so I can't read it. There should be at least hoverhelp for long messages. I assume it says "local mapping overlap: d:/eclipse/target/JohnTest and d:/eclipse/target/OtherPlace", which is a bit confusing... I think a user would ask, "what's a local mapping?", or, "How come it says two different directories overlap?". NOTES: | resolved fixed | b238ba2 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/ProjectLocationMoveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-25T16:05:39Z" | "2001-10-11T03:13:20Z" |
11,069 | Bug 11069 Prompting for saving a dirty shared editor inconsistent | 02-14 build. Open Java file "A" in Workbench window 1. Dirty the editor. Open Workbench window 2, and open the same resource while dirty. Try to close Workbench window 2 (Alt+F4), you get prompted to save. Try to close Editor (Ctrl+F4), you don't get prompted. In either case you close the editor, but you only get prompted to save in the first scenario. | resolved fixed | 7b7dfcf | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/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 | "2002-03-25T16:03:28Z" | "2002-03-09T16:06:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.