_id
stringlengths
36
36
bug_id
int64
1
425k
description
stringlengths
1
373k
bug_severity
stringclasses
7 values
bug_status
stringclasses
3 values
resolution
stringclasses
8 values
{'$oid': '52e9c11354dc1c25ebdc0904'}
61,091
Build: I-20040505 Open the pde.ui's plugin.xml. Go to the Runtime page. Click on pdeui.jar and mark it as non-exported. Go to the source page, you will see that the <export name="*"/> line is gone. Perfect! :-) Now type anything on the source page. You will see that the outline no longer reconciles. Although "I have not verified that it's the case here", but this is symptomatic of when the so-called "listener" hijacking occurs, ie. the source outline page is the last listener registered with the model, and when one of the previous listeners get notified, something happens preventing the other ones from being notified.
major
RESOLVED
FIXED
{'$oid': '52e9c11354dc1c25ebdc0905'}
61,093
java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor.getI nvertEqualsProposal(QuickAssistProcessor.java:742) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor.hasA ssists(QuickAssistProcessor.java:63) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.h asAssists(JavaCorrectionProcessor.java:164) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistLightBulbUpdat er.calculateLightBulb(QuickAssistLightBulbUpdater.java:227) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistLightBulbUpdat er.doSelectionChanged(QuickAssistLightBulbUpdater.java:220) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistLightBulbUpdat er.access$0(QuickAssistLightBulbUpdater.java:203) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistLightBulbUpdat er$1.selectionChanged(QuickAssistLightBulbUpdater.java:127) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManag er$PartListenerGroup.calculateASTandInform(SelectionListenerWithASTManager.java: 128) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManag er$1.run(SelectionListenerWithASTManager.java:101) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
RESOLVED
FIXED
{'$oid': '52e9c11354dc1c25ebdc0906'}
61,092
Using 200405051045, I got this exception trying to compare expected and actual contents of the JUnit result. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.compare.rangedifferencer.RangeDifferencer.findDifferences(RangeDifferencer.java:77) at org.eclipse.compare.rangedifferencer.RangeDifferencer.findRanges(RangeDifferencer.java:291) at org.eclipse.compare.rangedifferencer.RangeDifferencer.findRanges(RangeDifferencer.java:352) at org.eclipse.compare.rangedifferencer.RangeDifferencer.findRanges(RangeDifferencer.java:332) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.simpleTokenDiff(TextMergeViewer.java:2531) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.doDiff(TextMergeViewer.java:2332) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.updateContent(TextMergeViewer.java:1643) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalRefresh(ContentMergeViewer.java:661) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.inputChanged(ContentMergeViewer.java:558) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238) at org.eclipse.jdt.internal.junit.ui.CompareResultDialog.createPreviewer(CompareResultDialog.java:318) at org.eclipse.jdt.internal.junit.ui.CompareResultDialog.createDialogArea(CompareResultDialog.java:301) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:617) at org.eclipse.jface.window.Window.create(Window.java:348) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:910) at org.eclipse.jdt.internal.junit.ui.CompareResultsAction.run(CompareResultsAction.java:40) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:612) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:563) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:521) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) The trace for this specific test is attached to the bug report.
major
VERIFIED
FIXED
{'$oid': '52e9c11354dc1c25ebdc0907'}
61,096
The generic log adapter editor needs to handle the AdapterException that can be thrown when trying to build the adapter context. If the context is constructable then the UI will recieve errors in the tasks list. The issue is what happens when the context is invalid.
normal
CLOSED
FIXED
{'$oid': '52e9c11354dc1c25ebdc0908'}
61,095
Using I20040505 WXP If you have a method which overrides a super method, folding the code causes a swtich to the super class' method implementation. For example, if I collapse or expand ArrayList.isEmpty(), I end up looking at List.isEmpty(). If I switch back to ArrayList, the method is collapsed.
normal
RESOLVED
FIXED
{'$oid': '52e9c11354dc1c25ebdc0909'}
61,098
Using I20040505 on WXP In a java editor, I select References -> Project. The project selected is not the one being searched in. I have 6 projects and its the last one which is being used rather than the third one with the selection on.
normal
RESOLVED
INVALID
{'$oid': '52e9c11354dc1c25ebdc090a'}
61,097
Follow up of bug 61062. Once I remove runtime.compatibility without adding runtime, I would expect compile errors because I referenced the Platform class, but I didn't get any. What is the "right" way of modifying the dependency of a plugin in the plugin.xml file? Should I run a Update classpath afterwards? I think this kind of update of the dependent of a plugin should be transparent to the user. If I would get the compilation error because I forgot to add the runtime plugin after I removed the runtime compatibility plugin, it would be very simple to fix this issue. Instead of that, I got no compile error and no runtime error. It looked like the JUnit plugin test runner could not find any tests.
normal
RESOLVED
FIXED
{'$oid': '52e9c11354dc1c25ebdc090b'}
61,099
If a data item has a missing or empty name string, the result is a null pointer exception during verify(); should be an error message.
normal
CLOSED
FIXED
{'$oid': '52e9c11354dc1c25ebdc090c'}
61,100
To help ensure code consistency and standards, it would be very useful if the source formatter could be invoked in batch. Although a large majority of our developers are using Eclipse 3.0, some use WSAD (based on 2.1, which does not support all the 3.0 format options), others use other IDE, Emacs etc. If the formatter could be invoked via the command line, then we could have consistent formatting across users, which will result in fewer diffs in our CVS commits. An important part of a command line formatter would be command line options to refer to a saved set of format parameters/options. Although other command line tools exist (jalopy, etc.) the Eclipse formatter is the most convenient for the widest set of our internal users, so rather than force Eclipse users to replace the Eclipse formatter with an outside tool, exposing the Eclipse formatter to other users is our preference. A separate feature request addresses invoking the formatter via an API ( 46398 ) as well as 12144 to reformat multiple files in a project, but I suspect those only work within an active Eclipse session.
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c11354dc1c25ebdc090d'}
61,101
Currently openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException although no code in there appears to require it. Should this be removed.
trivial
CLOSED
FIXED
{'$oid': '52e9c11354dc1c25ebdc090e'}
61,102
i200405051025 Content assist does not work (nothing happens) on the Display view, either using the keyboard shortcut (Ctrl-Space) or the action in the context menu. Related or not, I end up getting entries like this in my log: !ENTRY org.eclipse.ui 4 4 May 05, 2004 14:51:46.288 !MESSAGE Conflicting key binding for 'org.eclipse.ui.file.refresh' and 'org.ecli pse.debug.ui.commands.StepInto' Conflicting key binding for 'org.eclipse.ui.file.refresh' and 'org.eclipse.debug .ui.commands.StepInto'
normal
VERIFIED
FIXED
{'$oid': '52e9c11354dc1c25ebdc090f'}
61,103
Build 20040505 I got the following NPE during shutdown. The exception was written multiple times. I think it came from PDE editors that I had open from a previous session which I hadn't activated during this launch. !ENTRY org.eclipse.ui.workbench.texteditor 4 0 May 05, 2004 11:51:16.233 !MESSAGE Editor could not be initialized. !STACK 0 java.lang.NullPointerException at org.eclipse.pde.internal.ui.editor.PDEFormEditor.isDirty(PDEFormEditor.java:310) at org.eclipse.pde.internal.ui.editor.PDEFormEditorContributor$SaveAction. update(PDEFormEditorContributor.java:110) at org.eclipse.pde.internal.ui.editor.PDEFormEditorContributor. updateActions(PDEFormEditorContributor.java:295) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.editorDirtyStateChanged(PDEFormEditor. java:331) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.fireSaveNeeded(PDEFormEditor.java:324) at org.eclipse.pde.internal.ui.editor.PDESourcePage.firePropertyChange(PDESourcePage. java:99) at org.eclipse.ui.texteditor.AbstractTextEditor.initializeTitle(AbstractTextEditor.java:2618) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2697) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor. doSetInput(AbstractDecoratedTextEditor.java:1077) at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290) at org.eclipse.ui.texteditor.AbstractTextEditor$14.run(AbstractTextEditor.java:2141) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:576) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:573) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1678) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2155) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2173) at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:117) at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:150) at org.eclipse.pde.internal.ui.editor.MultiSourceEditor.addSourcePage(MultiSourceEditor.java: 29) at org.eclipse.pde.internal.ui.editor.plugin.ManifestEditor.addPages(ManifestEditor.java:205) at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:113) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.createPages(PDEFormEditor.java:130) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:89) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:659) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:649) at org.eclipse.ui.internal.EditorWorkbook.setSelection(EditorWorkbook.java:131) at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:457) at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:447) at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:77) at org.eclipse.ui.internal.presentations.BasicStackPresentation$4. handleEvent(BasicStackPresentation.java:148) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:818) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2966) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:628) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:135) at org.eclipse.ui.internal.presentations.BasicStackPresentation. removePart(BasicStackPresentation.java:778) at org.eclipse.ui.internal.PartStack.remove(PartStack.java:484) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:192) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresentation.java:75) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresentation.java:65) at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java:160) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:886) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:833) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1167) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:586) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1038) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:483) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:551) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.Workbench.close(Workbench.java:535) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:480) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:551) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:451) at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:691) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1181) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2517) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:759) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1782) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11354dc1c25ebdc0910'}
61,104
With IES-I20040429-win32-no-hyades.zip and latest CVS code and Hyades 3.0_20040505_1334 RAC. Importing Access log show no log record(rules and static), rerouting CBE to system out and see no CBE is passed to loader.
major
CLOSED
DUPLICATE
{'$oid': '52e9c11454dc1c25ebdc0911'}
61,105
As far as I know, the only remaining sticky issue with our automatic view management story (via contexts) is the problem where the Debug view can sometimes open views in perspectives you don't want it to. The classic example is when you're in the Java perspective and your program suspends. We pop up a dialog that asks if you want to switch to the debug perspective. If you say "No" we then open the Debug view in your current perspective (configurable via preference). Because of the debugger's Debug-view-centric approach, it makes sense to open the view. However, a side effect is that the Debug view then opens all the debug views, cluttering your Java perspective with views you might not want. To address this problem, I'd like to create an association between the automatic view management and perspectives. Instead of just saying Yes or No to view management, you'd be able to specify which perspectives you want views managed in. By default, we'd only manage views in the Debug perspective. Addressing scalability concerns in the Debug perspective was the primary motivation for this feature in the first place, so I think this is a fair default. Proposed changes: 1. Add a "View Management" preference page containing a checkbox table viewer to allow the user to select perspectives that we should mess with. 2. Remove the "Manage Views" toggle button from the Debug toolbar. Because of space concerns, this has already been proposed separately. 3. Replace the "Manage Views" toggle action in the context menu with a "View Management..." action in the Debug view pulldown menu. The action would open the preference dialog to the View Management preference page.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0912'}
61,106
If you make your remote system mvs Z/os and attempt to run remotely, the RAC fails and gives back no events if you run a simple junit test that does almost nothing 3 times in a row successfully , on the 4th run. By this time on z/os you have accumulated about 3 extra java processes, which appear to be zombies. I am wondering if the RAC gets confused by these zombie processes and then does nothing and returns no events. But, in theory, the RAC should be able to keep going and not force the user to recycle the RAC after 3 runs.
major
CLOSED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0913'}
61,107
The right-click compile action allows the probe compiler to report errors, then reports them again because the compiler throws ProbekitCompileErrorException. The compile action should ignore that exception, because it means that whatever's wrong has already been reported as a Problem.
normal
CLOSED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0914'}
61,109
build I20040427 + latest UI and SWT from HEAD - ran target Eclipse - detached Navigator view - it was blank (gray) - clicked on it - its contents appeared - dragged it back - it was blank (gray) - clicked on it - the target exited unexpectedly - log has: !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.ui.internal.DetachedWindow.close(DetachedWindow.java:80) at org.eclipse.ui.internal.PerspectivePresentation.derefPart(PerspectivePresentation.java:566) at org.eclipse.ui.internal.RootLayoutContainer.derefPart(RootLayoutContainer.java:269) at org.eclipse.ui.internal.PartSashContainer.stackPane(PartSashContainer.java:815) at org.eclipse.ui.internal.PartSashContainer.stack(PartSashContainer.java:793) at org.eclipse.ui.internal.PartSashContainer.dropObject(PartSashContainer.java:751) at org.eclipse.ui.internal.PartSashContainer$SashContainerDropTarget.drop(PartSashContainer.java:104) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:128) at org.eclipse.ui.internal.PartStack.dragStart(PartStack.java:844) at org.eclipse.ui.internal.PartStack$1.dragStart(PartStack.java:61) at org.eclipse.ui.internal.presentations.BasicStackPresentation$11.handleEvent(BasicStackPresentation.java:311) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove(PresentationUtil.java:89) at org.eclipse.ui.presentations.PresentationUtil.access$4(PresentationUtil.java:83) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent(PresentationUtil.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 05, 2004 15:05:14.736 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 05, 2004 15:05:14.746 !MESSAGE Cannot set text !STACK 0 org.eclipse.swt.SWTError: Cannot set text at org.eclipse.swt.SWT.error(SWT.java:2715) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:949) at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:858) at org.eclipse.jface.action.ActionContributionItem$1.propertyChange(ActionContributionItem.java:182) at org.eclipse.ui.internal.commands.ws.CommandCallback$1.commandChanged(CommandCallback.java:91) at org.eclipse.ui.internal.commands.Command.fireCommandChanged(Command.java:138) at org.eclipse.ui.internal.commands.MutableCommandManager.notifyCommands(MutableCommandManager.java:366) at org.eclipse.ui.internal.commands.MutableCommandManager.setActiveContextIds(MutableCommandManager.java:557) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.setActiveContextIds(WorkbenchCommandSupport.java:494) at org.eclipse.ui.internal.Workbench$2.contextManagerChanged(Workbench.java:1793) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:557) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:384) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.removeEnabledSubmissions(WorkbenchContextSupport.java:648) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0(WorkbenchContextSupport.java:294) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:129) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1473) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1327) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2949) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2266) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.core.runtime 4 2 May 05, 2004 15:05:15.116 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Shell.releaseShells(Shell.java:779) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:784) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:272) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1043) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:483) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:551) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.WorkbenchConfigurer.emergencyClose(WorkbenchConfigurer.java:150) at org.eclipse.ui.internal.ide.IDEExceptionHandler.closeWorkbench(IDEExceptionHandler.java:104) at org.eclipse.ui.internal.ide.IDEExceptionHandler.handleException(IDEExceptionHandler.java:84) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.eventLoopException(IDEWorkbenchAdvisor.java:241) at org.eclipse.ui.internal.ExceptionHandler.handleException(ExceptionHandler.java:53) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1357) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.osgi May 05, 2004 15:05:15.537 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Shell.releaseShells(Shell.java:779) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:784) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.swt.widgets.Display.release(Display.java:2321) at org.eclipse.swt.graphics.Device.dispose(Device.java:227) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0915'}
61,112
Using 05051045, I got this error. I don't have steps to reproduce. java.lang.NullPointerException at org.eclipse.pde.internal.ui.editor.plugin.RequiresSection.dispose(RequiresSection.java:130) at org.eclipse.ui.forms.ManagedForm.dispose(ManagedForm.java:145) at org.eclipse.ui.forms.editor.FormPage.dispose(FormPage.java:178) at org.eclipse.ui.forms.editor.FormEditor.dispose(FormEditor.java:191) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.dispose(PDEFormEditor.java:307) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:162) at org.eclipse.ui.internal.EditorManager$Editor.dispose(EditorManager.java:1195) at org.eclipse.ui.internal.WorkbenchPage$5.run(WorkbenchPage.java:1150) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1148) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:948) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:912) at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:96) at org.eclipse.ui.internal.PartStack.close(PartStack.java:185) at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:57) at org.eclipse.ui.internal.presentations.BasicStackPresentation$1.closeButtonPressed(BasicStackPresentation.java:98) at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:417) at org.eclipse.ui.internal.presentations.PaneFolder$1.close(PaneFolder.java:123) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2010) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:292) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
major
RESOLVED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0916'}
61,111
In the ecore package, there is a new EValidator interface that includes a Registry of per-package validators as well as an interface for delegating message substitution. In ecore.impl is the implementation of the registry. In ecore.util is EObjectValidatorSwitch, which is the base implementation class that each per-package validator switch will extend; it has the implementation of the "basic EObject constraints". Also in ecore.util is the Diagnostician implementation, which dispatches to the per-package validator switches and does the tree walking to validate all objects in the tree. The ExtendedMetaData interface in ecore.util is enriched to record all the facet constraints of XML Schema simple types and BasicExtendedMetaData implements their encoding and decoding as annotations. The XSDEcoreBuilder is upgraded to use this and hence to record the facet constraints. The XMLTypeValidatorSwitch is generated to provide the constraints for the the XML Schema built-in types; it's not fully fleshed out. In the edit.ui plugin a ValidateAction is provided and it is supported by changes to the EditingDomainActionBarContributor. The action overrides the Diagnostician to use the item providers to do message substitution. It also creates IMarkers. For the moment, a dialog is popped up with any violations messages before the IMarkers are produced; this will go away. The codegen.ecore plugin has the generator changes to support all this. Obviously there is a new template to generate the XyzValidatorSwitch and the init of the generate package impl registers that switch. There is a new Ecore Rose property in the .pty file for being able to associate named constraints with an EClassifier. Named constraints work much like operations in that they are inherited and can be overriden by a derived classifier. The validator switch will generate an validateAbc for every classifier Abc in a package. For each constraint D there will be a validateAbc_D method for validating that constraint and the validateAbc will call out to these and to the right place that implements the constraint, which can be either local to the package, or in a "base" package. The support for <<inv>> operations isn't in yet, but when it is, this method will call that method on the object (and constraint names will be picked up just by virtue of the <<inv>> operation being there). The simple types facet constraints are treated as named constraints; the extended metadata is consulted to determine which constraints need to be implemented. Currently we can generate a working implementation for the max/min inclusive/exclusive (range) facets and the min/max length facets. These new additions are subject to arbitrary change. You can turn off the support for generating validators with -DEMF_NO_CONSTRAINTS=true.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0918'}
61,113
The method JavaExecutionDeploymentAdapter::setLocationClasspath(CFGLocation location, Vector classpaths) Hardcodes the path separator as ";" This will not work on Unix use the system property "path.separator"
normal
CLOSED
FIXED
{'$oid': '52e9c11454dc1c25ebdc0919'}
61,115
I read all existing bug reports and solutions addressing that issue, including those in the Readme, and tried them all, but I still get an empty help window under Window XP with IE 6.0. I also tried Lynx configured as Custom Browser, with exactly the same results (an empty page). There's nothing in the org.eclipse.tomcat logs with regard to a request. There's nothing in Window's event logs as well. I know that local connections do work on my machine because I can successfully run a local Jigsaw server which happily serves pages. Changing the port number doesn't help. Setting the LAN Settings in the Internet Options as suggested doesn't help. Setting the hostname to localhost or to the actual hostname in Help server Preferences doesn't help. Here is the information Lynx gives for the empty page: ===== begin Lynx info ===== File that you are currently viewing Linkname: Entry into main screen URL: http://nmxp:8182/help/index.jsp Charset: iso-8859-1 (assumed) Server: Apache Tomcat/4.0.6 (HTTP/1.1 Connector) Date: Wed, 05 May 2004 19:19:54 GMT Owner(s): None size: 2 lines mode: normal No Links on the current page ===== end Lynx info ===== When sending a HEAD request for the page, the result is: ===== begin HEAD response ===== HTTP/1.1 200 OK Content-Length: 0 Date: Wed, 05 May 2004 19:22:38 GMT Server: Apache Tomcat/4.0.6 (HTTP/1.1 Connector) ===== end HEAD response ===== So it seems that everything works fine, except that Tomcat ouputs empty pages. --nm
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11454dc1c25ebdc091a'}
61,117
Start two debug sessions, where session 1 supports breakpoint type "A" and session 2 supports breakpoint type "B". Set type "A" BPs in session 1 and type "B" BPs in session 2. Select session 1 in the Debug View and hit the "Show Breakpoints Supported by Selected Target". The type "B" breakpoints will be filtered from the Breakpoints View because they are not supported by session 1, as designed. Hit "Show Breakpoints Supported by Selected Target" again, and the type "B" breakpoints will re-appear, but the "enabled" checkbox beside the breakpoint will be empty, regardless of the breakpoint's actual enabled state.
normal
VERIFIED
FIXED
{'$oid': '52e9c11454dc1c25ebdc091b'}
61,116
Currently the common watch expression support determines which watch expression delegate to use based on the model identifier for the current context. In the case of a wrapper adapter that will be the wrapper adapter's model identifier which may not have a watch expression delegate. I can think of 2 ways of fixing this: 1. The wrapper adapter has a watch expression delegate which uses the current context to decide which sub-adapter watch expression delegate to call. For this to work ExpressionManager.newWatchExpressionDelegate would need to be exposed so that the wrapper adapter could create new delegates for its sub-adapters. 2. The expression support could check if the current debug element implements IDebugModelProvider and ask each of the models that it returns to attempt to evaluate the expression. However, having more that one delegate evaluating the same expression at the same time seems likely to cause problems.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c11454dc1c25ebdc091c'}
61,114
Following error is generated from CHKPII plugins/org.eclipse.hyades.test.ui_3.0.0/ plugin.properties JAVA-PRB 914 Separator between string ID and text should be '='. May be invalid text continuation. Line: 139 Looking in the file line 139. WIZ DATAPOOL_CSV_ERRDLG_EXPFILE = Problem opening or writing the file. is missing underline '_' after 'WIZ' I made a search and the string is not used anywhere in the plugin.
major
CLOSED
INVALID
{'$oid': '52e9c11454dc1c25ebdc091d'}
61,119
normal
RESOLVED
FIXED
{'$oid': '52e9c11454dc1c25ebdc091e'}
61,118
build i0505-1045 When I select a variable declaration in a method in the Java editor and hit ctrl-1 and select "Rename in file" I am always confused. (you'd think that I would get used to it after a while but I don't!) My first thought is that it is going to change all occurances of that variable in the file. (like a search and replace) I can't remember what the wording used to be ("Local rename" maybe?) but it was much better.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c11454dc1c25ebdc091f'}
61,108
build i0505-1045 When I started this build for the first time, it recompiled everything since the classpaths had changed for those projects using dynamic classpath containers. While it was building, I opened the Navigator view and selected a project and hit Del to delete it. I then got 2 dialogs up saying that I was waiting for an operation to finish. I would expect only one dialog. (note that they were hidden one behind the other...i moved them to get them both included in the screen shot)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11554dc1c25ebdc0920'}
61,120
build i0505-1045 - I have all of Core in my workspace - I closed runtime and resources - I tried to run my tests The expected behaviour would be that the closed runtime and resources projects would be ignored in the workspace and would be picked up from the target platform. Instead I got an error saying that the resources project was closed.
normal
VERIFIED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0921'}
61,123
you cannot add .qualifier to the version number in a feature.xml and have PDE build update it based on the the context (or anything else for that matter)
normal
RESOLVED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0922'}
61,121
build i0505-1045 - I have all of Core checked out from HEAD - I closed runtime and resources (and did stuff, then re-opened) - later on I noticed the following exception in my console CVSTeamProvider#isWatchEditEnabled() needs to check if the project is accessible before trying to access the persistent properties Note that there are 3 exceptions below. #1 and #3 are the same. Is #2 related? osgi> !SESSION May 05, 2004 15:31:28.796 --------------------------------------- ------ java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -showlocation !ENTRY org.eclipse.team.cvs.core 4 0 May 05, 2004 15:31:29.447 !MESSAGE Errors occured while applying CVS decorations to resources. !STACK 1 org.eclipse.core.internal.resources.ResourceException: Resource /org.eclipse.cor e.resources is not open. at org.eclipse.core.internal.resources.Project.checkAccessible(Project.j ava:119) at org.eclipse.core.internal.resources.Resource.getSessionProperty(Resou rce.java:978) at org.eclipse.team.internal.ccvs.core.CVSTeamProvider.isWatchEditEnable d(CVSTeamProvider.java:1209) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.getOverlay( CVSLightweightDecorator.java:437) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CV SLightweightDecorator.java:237) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.dec orate(LightweightDecoratorDefinition.java:155) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$Lightw eightRunnable.run(LightweightDecoratorManager.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decora te(LightweightDecoratorManager.java:258) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDec orations(LightweightDecoratorManager.java:241) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Decorati onScheduler.java:262) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) !SUBENTRY 1 org.eclipse.core.resources 4 372 May 05, 2004 15:31:29.477 !MESSAGE Resource /org.eclipse.core.resources is not open. !ENTRY org.eclipse.core.resources 4 368 May 05, 2004 15:40:37.365 !MESSAGE Errors occured while applying CVS decorations to resources. !STACK 1 org.eclipse.core.internal.resources.ResourceException: Resource /org.eclipse.cor e.runtime/src/org/eclipse/core/internal does not exist. at org.eclipse.core.internal.resources.Resource.checkExists(Resource.jav a:309) at org.eclipse.core.internal.resources.Container.members(Container.java: 174) at org.eclipse.core.internal.resources.Container.members(Container.java: 165) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.mem bers(EclipseSynchronizer.java:469) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.members(E clipseFolder.java:40) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:347) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:351) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:351) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:351) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:351) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.calculate AndSaveChildModificationStates(EclipseFolder.java:351) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.isModifie d(EclipseFolder.java:317) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.isDirty(CVS LightweightDecorator.java:148) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.isDirty(CVS LightweightDecorator.java:161) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CV SLightweightDecorator.java:232) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.dec orate(LightweightDecoratorDefinition.java:155) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$Lightw eightRunnable.run(LightweightDecoratorManager.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decora te(LightweightDecoratorManager.java:258) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDec orations(LightweightDecoratorManager.java:241) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Decorati onScheduler.java:262) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) !SUBENTRY 1 org.eclipse.core.resources 4 368 May 05, 2004 15:40:37.415 !MESSAGE Resource /org.eclipse.core.runtime/src/org/eclipse/core/internal does n ot exist. !ENTRY org.eclipse.team.cvs.core 4 0 May 05, 2004 15:40:37.425 !MESSAGE Errors occured while applying CVS decorations to resources. !STACK 1 org.eclipse.core.internal.resources.ResourceException: Resource /org.eclipse.cor e.runtime is not open. at org.eclipse.core.internal.resources.Project.checkAccessible(Project.j ava:119) at org.eclipse.core.internal.resources.Resource.getSessionProperty(Resou rce.java:978) at org.eclipse.team.internal.ccvs.core.CVSTeamProvider.isWatchEditEnable d(CVSTeamProvider.java:1209) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.getOverlay( CVSLightweightDecorator.java:437) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CV SLightweightDecorator.java:237) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.dec orate(LightweightDecoratorDefinition.java:155) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$Lightw eightRunnable.run(LightweightDecoratorManager.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decora te(LightweightDecoratorManager.java:258) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDec orations(LightweightDecoratorManager.java:241) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Decorati onScheduler.java:262) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) !SUBENTRY 1 org.eclipse.core.resources 4 372 May 05, 2004 15:40:37.435
normal
RESOLVED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0923'}
61,124
The intro menu item should have the intro icon if one is defined. I'd like to get this in for M9.
normal
CLOSED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0924'}
61,122
In the new model the fragment.xml and plugin.xml files are optional. That is, they are not needed if I don't have any exentsions or extension points. Without them, there is no place to get the PDE menu entries
normal
RESOLVED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0925'}
61,126
The probe compiler doesn't reject this invalid combination.
normal
CLOSED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0926'}
61,125
I had a feature installed (via update manager of course) and decided to uninstall it. In the configuration manager dialog the uninstall menu entry was disabled. To get it enabled I had to disable the feature than turn off the "disabled features" filter then choose the same feature and uninstall it. Is there a way I could do this more directly?
normal
RESOLVED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0927'}
61,127
Curently the method JavaExecutionDeploymentAdapter::collectDeployableFiles (CFGArtifactLocationPair[] pairs) only collects .class files however it could be there are other files such as property (.properties) files or other misc. files in the bin directory that need to be deployed. In eclipse, resources that are in the src directories are copied to the bin directory, therefore when you clean a project in Eclipse 3.0 it copies the resources to the bin directory. If we deploy all the assets in a bin directory then when arbitrary code is executed it will deploy everthing that is there. Thus the contents of the bin directory which is kept in sync by eclipse with the src directory is deployed.
enhancement
CLOSED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0928'}
61,128
Build I20040505 (0800) I found this in my log after I'd done a bunch of Extract Method refactorings (and a few Extract Local Variable): !SESSION May 05, 2004 15:45:01.736 -------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.ui 4 4 May 05, 2004 15:45:01.736 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 05, 2004 15:45:01.767 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.getImageBounds(TableItem.java:409) at org.eclipse.swt.custom.TableEditor.computeBounds (TableEditor.java:103) at org.eclipse.swt.custom.ControlEditor.resize(ControlEditor.java:218) at org.eclipse.swt.custom.TableEditor.resize(TableEditor.java:219) at org.eclipse.swt.custom.ControlEditor.setEditor (ControlEditor.java:246) at org.eclipse.swt.custom.TableEditor.setEditor(TableEditor.java:211) at org.eclipse.jface.viewers.TableViewer$2.setEditor (TableViewer.java:389) at org.eclipse.jface.viewers.TableViewerImpl.activateCellEditor (TableViewerImpl.java:76) at org.eclipse.jface.viewers.TableViewerImpl.activateCellEditor (TableViewerImpl.java:134) at org.eclipse.jface.viewers.TableViewerImpl.handleMouseDown (TableViewerImpl.java:234) at org.eclipse.jface.viewers.TableViewer$1.mouseDown (TableViewer.java:338) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:132) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run (RefactoringWizardOpenOperation.java:114) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:40) at org.eclipse.jdt.ui.actions.ExtractMethodAction.run (ExtractMethodAction.java:98) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:612) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:563) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:482) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11554dc1c25ebdc0929'}
61,131
When you run locally you deploy to the same location. This is kinda of a no op however there are scenarios in which deploying to the same location corrupts the jar files it is deploying. In other words when running locally it copies a jar file to itself thus resulting in a corrupted jar file (not all the .jar files but some of them). In our test 2 jar files get corrputed.
critical
CLOSED
FIXED
{'$oid': '52e9c11554dc1c25ebdc092a'}
61,129
When running test locally Test Assets are deployed to the same location where they live. In essence there is no deployment locally however this is a problem when a test is started and while it is executing you go in and change the assets. It would seem like there should be deployment (to either the workspace or a Temp directory) thus avoiding the problem of what happens when you change the assets as the test executes.
major
CLOSED
WONTFIX
{'$oid': '52e9c11554dc1c25ebdc092b'}
61,135
It would be most excellent if you could set breakpoints on scrapbook pages. That way I can code a series of steps and directly break where I want rather than having to go an put a break in one of the methods that is near where I want to break.
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c11554dc1c25ebdc092c'}
61,133
Deployment individually copies each .class file in the project over to the remote system instead of jarring them up and deploying only one asset. In our scenario there are many inner classes resulting in a plethora of .class file to deploy
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c11554dc1c25ebdc092d'}
61,134
If the project containing a scrapbook page has errors, the Execute, Display, ... menu entries (and actions) are not available. This may make sense in some situations but in my case the errors I have are completely unrelated to Java (bogus errors in my plugin.xml). Even if they are in the Java code, they likely do not prohibit me from evaluating 1+2 etc. Just let the evaluation and any possible errors happen.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11554dc1c25ebdc092e'}
61,130
I started a workspace that I close almost right away. Eclipse took 100% of the CPU for several minutes and finally didn't shut down. I will attach a thread dump.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11554dc1c25ebdc092f'}
61,136
In order to run a Hyades test now, a launch configuration must be set up. It would be nice if the launch command were enabled for the test perspective by default, instead of having to customize the perspective. It removes at least one extra step from the process of getting up and running with Hyades.
enhancement
CLOSED
FIXED
{'$oid': '52e9c11554dc1c25ebdc0930'}
61,132
Build I20040505 (0800) I made changes to 4 packages under org.eclipse.jdt.core/model. I selected the org.eclipse.jdt.core project in the Package Explorer and did Team > Create Patch. The patch was missing some of the files I'd modified!
major
RESOLVED
WORKSFORME
{'$oid': '52e9c11554dc1c25ebdc0931'}
61,138
I20040505 As noted in bug 60826, reading message catalogs is currently taking 10-15% of startup time. During the RCP refactoring, many of the resource bundles from the org.eclipse.ui were simply cloned in the new org.eclipse.ui.ide plugin. org.eclipse.ui.internal.messages.properties in org.eclipse.ui.workbench plugin is almost identical to org.eclipse.ui.internal.ide.messages.properties in the org.eclipse.ui.ide plugin. plugin.properties from org.eclipse.ui and org.eclipse.ui.ide are also largely the same. We should try to fix up these duplications before 3.0 if possible. It may not seem like a lot, but cumulatively these property files really affect startup time and memory footprint.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11654dc1c25ebdc0932'}
61,137
We would like to dynalically determine the temp directory of a remote system and deploy to that directory. Currently this requires the IExecutionEnvironment which does not exist at the current point where the TestExecutionHarness deploys the TestAssets. It could be deployment needs to be moved down in the TEH. The IExecutionEnvironment could then be passed to the ExecutionDeploymentAdapter which could then set the root for deployment as needed. If there is another way of fullfilling this requirement that would be acceptable. Please note we would like to determine the Temp directory of the remote system dynamically instead of requiring the user to enter it in the UI.
enhancement
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0933'}
61,139
I200405051600. Both Windows XP and Linux-GTK. Eclipse fails to start-up, and I get the following the log. The splash screen is left open, but no Java process starts (or, it dies early on). Closing the splash screen does not kill the eclipse process; the eclipse process must be killed by hand. I'm not sure if this is a Debug problem, but I figured it was a good place to start.... SESSION May 05, 2004 17:13:10.401 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.ui 4 4 May 05, 2004 17:13:10.403 !MESSAGE Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu !ENTRY org.eclipse.ui 4 4 May 05, 2004 17:13:10.404 !MESSAGE Internal plug-in action delegate error on creation. !STACK 0 java.lang.NullPointerException at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getLaunchConfigurationManager(AbstractLaunchHistoryAction.java:340) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.initialize(AbstractLaunchHistoryAction.java:123) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.selectionChanged(AbstractLaunchHistoryAction.java:306) at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:230) at org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:117) at org.eclipse.ui.internal.WWinPluginPulldown.getPulldownDelegate(WWinPluginPulldown.java:76) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy.getMenu(WWinPluginPulldown.java:35) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:324) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:525) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:233) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:2061) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:2083) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1891) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1866) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:514) at org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindow.java:1104) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:1101) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:980) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:174) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:654) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 05, 2004 17:13:10.414 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 05, 2004 17:13:10.415 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getLaunchConfigurationManager(AbstractLaunchHistoryAction.java:340) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getLaunchHistory(AbstractLaunchHistoryAction.java:322) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.fillMenu(AbstractLaunchHistoryAction.java:259) at org.eclipse.debug.ui.actions.AbstractLaunchToolbarAction.fillMenu(AbstractLaunchToolbarAction.java:49) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getMenu(AbstractLaunchHistoryAction.java:215) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy.getMenu(WWinPluginPulldown.java:38) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:324) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:525) at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:233) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:2061) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:2083) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1891) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1866) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:514) at org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindow.java:1104) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:1101) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:980) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:174) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:654) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 05, 2004 17:13:10.456 !MESSAGE Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar !ENTRY org.eclipse.ui 4 4 May 05, 2004 17:13:10.457 !MESSAGE Internal plug-in action delegate error on creation. !STACK 0 java.lang.NullPointerException at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getLaunchConfigurationManager(AbstractLaunchHistoryAction.java:340) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.initialize(AbstractLaunchHistoryAction.java:123) at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.selectionChanged(AbstractLaunchHistoryAction.java:306) at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:230) at org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:117) at org.eclipse.ui.internal.WWinPluginAction.refreshActionList(WWinPluginAction.java:147) at org.eclipse.ui.plugin.AbstractUIPlugin$3.run(AbstractUIPlugin.java:788) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1996) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1786) at org.eclipse.swt.widgets.Display.release(Display.java:1835) at org.eclipse.swt.graphics.Device.dispose(Device.java:174) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
critical
RESOLVED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0934'}
61,141
in i0505 - load org.eclipse.osgi from CVS (or in source) - open type FrameworkLog (interface) - select FrameworkLog and search for implementors - observe one result (DefaultLog) - open type EclipseLog - observe that it extends DefaultLog and thus implements FrameworkLog This is a major bummer when trying to match implementation to API.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c11654dc1c25ebdc0935'}
61,140
The System Summary dialog is new in 3.0. I understand why the old approach of opening an editor on the text involved was dropped (confusing to have the dialogs drop out to show the editor). But, as one of the scenarios is having the user capture this information for transmission to others, a File > Save as option seems worthwhile. The process of selecting all the text (yes, Ctrl+A works), then opening another editor, and then saving the file seems painful - especially when the old implementation had this support.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c11654dc1c25ebdc0936'}
61,142
This exception happens to me on shutdown sometimes. Most recently in I200405051600. !SESSION May 05, 2004 17:38:55.23 --------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA !ENTRY org.eclipse.core.runtime 4 2 May 05, 2004 17:38:55.38 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$KeyIterator.next(HashMap.java:818) at org.eclipse.jdt.internal.core.JavaModelManager.saving (JavaModelManager.java:1409) at org.eclipse.core.internal.resources.SaveManager.executeLifecycle (SaveManager.java:308) at org.eclipse.core.internal.resources.SaveManager$1.run (SaveManager.java:129) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle (SaveManager.java:141) at org.eclipse.core.internal.resources.SaveManager.save (SaveManager.java:1323) at org.eclipse.core.internal.resources.Workspace.save (Workspace.java:1690) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor$5.run (IDEWorkbenchAdvisor.java:468) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:397) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run (ProgressMonitorJobsDialog.java:237) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace (IDEWorkbenchAdvisor.java:475) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown (IDEWorkbenchAdvisor.java:231) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1618) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:458) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.Workbench.close(Workbench.java:535) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:480) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:551) at org.eclipse.jface.window.Window.handleShellCloseEvent (Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1506) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2952) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2270) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui.ide 4 4 May 05, 2004 17:39:31.398 !MESSAGE Problems saving workspace !ENTRY org.eclipse.ui.ide 2 1 May 05, 2004 17:39:31.398 !MESSAGE Problems occurred while trying to save the state of the workbench. !SUBENTRY 1 org.eclipse.core.resources 2 566 May 05, 2004 17:39:31.398 !MESSAGE Problems occurred during save. !STACK 0 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$KeyIterator.next(HashMap.java:818) at org.eclipse.jdt.internal.core.JavaModelManager.saving (JavaModelManager.java:1409) at org.eclipse.core.internal.resources.SaveManager.executeLifecycle (SaveManager.java:308) at org.eclipse.core.internal.resources.SaveManager$1.run (SaveManager.java:129) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle (SaveManager.java:141) at org.eclipse.core.internal.resources.SaveManager.save (SaveManager.java:1323) at org.eclipse.core.internal.resources.Workspace.save (Workspace.java:1690) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor$5.run (IDEWorkbenchAdvisor.java:468) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:397) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run (ProgressMonitorJobsDialog.java:237) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace (IDEWorkbenchAdvisor.java:475) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown (IDEWorkbenchAdvisor.java:231) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1618) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:458) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.Workbench.close(Workbench.java:535) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:480) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:551) at org.eclipse.jface.window.Window.handleShellCloseEvent (Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1506) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2952) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2270) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11654dc1c25ebdc0937'}
61,143
Profile Overview tab should be blank and show text (trace.ui)STR_OPTION_IGNORED = Options are ignored when profiling with the J2EE Request Profiler. when user try to attach to an J2EE Request profiler. But if there are more than one agent are selected to attach, and as long as there is profiling agents within them, we should show the regular profiling overview tab. Hoever, J2EE Request Profiler should have its own collectionMode which is not affected by user input in profiling overview tab(I think this is valid in the code still).
normal
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0938'}
61,144
Midway of 3.0 release 2.1 implementation of embedded help browser (run in separate process) stopped working and was removed. A new implementation got added that run in process, but it is not available for stand-alone help. From a user point of view it is a regression to see Internet Explorer instead of SWT embedded browser widget.
normal
RESOLVED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0939'}
61,147
Must complete for PII freeze.
normal
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc093a'}
61,149
Jeez, that's harsh: I lost my write-up because I didn't choose a component. At least put a warning in the bug writing guidelines! Anyway: in my workspace I have several projects utiliziing open source tools such as JFlex, JUnit. Assigned source is working for these. It is not working for antlr.jar, version antlr-2.7.2 available from www.antlr.org. I am running on a suse 9.0, eclipse 2.1.2, build id 200311030802. The build of antlr.jar is fine. Note exclusion filter must contain directories examples, columns, doc, extras,unicode,lib,pascal,tinyc, tinybasic. Everything EXCEPT antlr, in other words. I have tried assigning source to this jar in every way listed in the reference manual. Nothing works. I have also checked all the .classpath and .project files, they look okay. I've put the source files into a jar and into a zip, neither work, I've located them with a directory, it does not work.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11654dc1c25ebdc093b'}
61,146
I20040505 + all platform from HEAD Early warning: running with current contents of HEAD, I am seeing many menus with missing sub-menu labels. Navigator context menu, CVS repositories view context menu, Help menu, etc... Screen cap attached.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11654dc1c25ebdc093c'}
61,150
Build I0505 (4pm) 1) Sync up to get the changes in the 'newExtension' schema. 2) Open PDE UI plugin.xml 3) Go to Extensions page 4) Select 'org.eclipse.pde.ui.templates' extension and 'Go Into' from the popup menu 5) Select the first element. 6) Problem 1: enter a few blanks in the 'contributingId' field, then remove them using 'Backspace' key. Press 'Ctrl+S'. You will get an exception. 7) Click on the hyperlink for the 'class' attribute. It will open the template class. Find the' getUsedExtensionPoint' method. Copy the string. Paste it in 'contributingId' field in the Extension page (you will need to use Paste from the pop-up menu - Ctrl+V does not work). Ctrl+S to save. This will work. 8) Repeat 7) for the next couple of template elements. After about two or three, notice that you have an error when you save. Switch to source and you will see that something happened with the text - it is corrupted. I suspect what happened was that I flushed the text operations and continued to work, but the text ranges were not repaired because I didn't fully reload the model. At the time I was doing this, I was USING PDE i.e. had the 'user' hat because I worked on the new extension wizard problem. It made me hate the editor immediately even though I liked the fact that I didn't have to go to the property sheet. We need to fix problems like this one fast or people will ask us to return the old editors because they cannot work.
major
RESOLVED
DUPLICATE
{'$oid': '52e9c11654dc1c25ebdc093d'}
61,151
Majority of datapool editing relies on access to context menu which isn't accessible from the keyboard. The datapool editor doesn't display context menu with Ctrl+Shift+F10, so most commands aren't available thru keyboard. This limitation prevents editor from supporting accessibility/Section 508 compliance.
major
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc093e'}
61,152
Importing an utf8 csv file with variable headers, ec and literals is not built correctly into a datapool. There is an extra variable heading column added (col 2) with some junky chars.
normal
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc093f'}
61,145
i20040505 ErrorDialog#populateList(List, IStatus, int) is always adding the root status message instead of the sub status specific message. Will add a sample dialog to show the problem.
major
VERIFIED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0940'}
61,148
The original JDOM API (package org.eclipse.jdt.core.jdom) is obsolete. This API was replaced in 2.0 by the finter-grained DOM/AST API (org.eclipse.jdt.core.dom), but it was not until 3.0 that DOM/AST API was complete (was lacking a rewrite capability). The JDOM API is still used internally, but it's a matter of time before it is converted to use DOM/AST. Since we don't particularly want new clients to start using JDOM, it should be deprecated.
normal
VERIFIED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0941'}
61,153
Created a plugin and a primary feature that has the same name. I try to launch the product using eclipse.exe -feature MyFeatureId I have branding resources under the plugins/MyFeatureId_1.0.0. After four days of trying and checking the future and plugin, I assume there is a bug. I have not seen an example of primary feature. 1- Created plugin and feature by hand 2- Created plugin and feature using wizards 3- Have a directory structure that look like: MyProduct/ eclipse.exe /plugins /MyPluginId_1.0.0 /Other Plugings /features /MyPluginId_1.0.0/Plugin Files and splash.bmp No luck. It just refuses to load the feature and new branding. It seems to ignore -feature completely. Plug-in loads fine. I can switch to my perspective. Somehow feature is not recognized.
major
RESOLVED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0942'}
61,154
Malformed cell data in a csv file imported into a datapool can cause the Datapool Editor to crash with an error “Unable to create part: DataPool Editor”. This occurs when Finish is clicked. The properties pane shows “An error has occurred when creating this editor." Selecting the datapool in the tree causes an error "An error has occurred when creating this editor" in the properties pane.
normal
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0943'}
61,158
During an export, if you select an existing csv file while browsing and save the export file, the original file is overwritten with no warning\confirmation message.
major
CLOSED
DUPLICATE
{'$oid': '52e9c11654dc1c25ebdc0944'}
61,156
Importing an unicode csv file causes datapool editor to crash when Finish is pressed. There is no confirmation it has been imported and the datapools tree is not refreshed with this datapool and there is no property pane info on the datapool displayed. If another datapool is then imported, both items are added to the tree. If you click on the unicode datapool, nothing is displayed. If you try to add it again, you get the message that it already exists. You cannot open this datapool, but you can delete it.
major
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0945'}
61,155
From the platform.swt newsgroup: > When I try to view any help page (for the first page "right > click/properties" gives the URL http://127.0.0.1:-1/help/index.jsp), then > only blank page is shown. > OS: Windows 2000 > Eclipse 2.1.3 is OK. > How can I resolve this problem?
normal
RESOLVED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0946'}
61,157
Must hit browse button to get Next button enabled in wizard on the import csv dialog. You cannot enter filename or filename.csv or fullyqualifiedpath\filename.csv.
normal
CLOSED
FIXED
{'$oid': '52e9c11654dc1c25ebdc0947'}
61,159
I have been using the new model for compare in the background in 0505. I heard about this new option to run things in the background if you can. No more "run in background" buttons! How could I refuse?!! I turned it on. Some time later I did a compare. Some progress flashed in the lower right but other than that, there were no visible signs that anything was happening. Knowing what you have told me, I went to the lower right and clicked. That opened a progress view and I could select the hyperlink to the compare results. Observations: - the feedback that something was happening was OK but the initial reaction is "where is the compare dialog?" - the progress view opened vertically on the right of my perspective. Tall and skinny and basically messed up the other views. had to move it, make it a fast view and spend more time managing the environment - there were 8 entries in the progress view by the time I looked. Took quite a bit of cognitive power to look through the results and identify the one I wanted. This would get better with familiarity but will never be a no-brainer. - many clicks and moves required. do the search, move to the bottom right and click. Move to the hyperlink and click. Move to the compare results and work. Close the compare dialog. move to the progress view and click to close. Summary: I was forced to turn off the automatic backgrounding of tasks after a few compares as this workflow was too disruptive. It raised the cognitive cost of comparing to the point where I preferred to spend time thinking about what I had changed rather than just doing the compare. At least that way my mind was still on topic rather than driving the environment. Unfortunately, now I suffer the death of a thousand "run in background" buttons. Again here the workflow is interrupted. The user has to drive to the button and click rather than smoothly starting to read the results. This permutes over all the backgroundable operations. You end up debating whether or not you should go for the button or just wait (i.e., how long will it take). This is very disruptive. Generalization: Tasks produce stuff which users want to consume. Examples: - Search: the markers consumed in a search view, - Compare: the diffs in a compare dialog, - Build: changes to resources in the editors/navigators/markers. For Search and Build backgrounding *incrementally* updates the user's primary view of the output (Search view, workspace, ...). Note that build error output is not the primary output and users are seldom interested in that data. For Compare, the primary view of the ouptut is the Compare dialog. Backgrounding compare hides this view in a relatively obscure place until all the results are available. It does not fit the model. Question: Do we really want the progress view to be a staple in the user workflow? If so then we need a much lighterweight view. A popup, or transparent thing that can be totally pervasive and unobtrusive. It should not be cluttered with snapshot tasks and other under the covers implementation details. I've gone on long enough and do not pretend to know how to deal with this for the user. It does seem however that the current model is inconsistent.
normal
RESOLVED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0948'}
61,160
minor
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0949'}
61,161
When resources are outside of the workspace and the GLA is processing the file inside of the eclipse workbench, then the resource will not be locatable by the workbench resource manager. We need to check for null resource resolution
normal
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc094b'}
61,163
i200405051025 Got this SWT exception during shutdown. !ENTRY org.eclipse.osgi May 05, 2004 23:03:00.730 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Widget.getData(Widget.java:411) at org.eclipse.jface.viewers.TableTreeViewer.getElementAt(TableTreeViewer.java:263) at org.eclipse.pde.internal.runtime.logview.LogView.applyFonts(LogView.java:144) at org.eclipse.pde.internal.runtime.logview.LogView.access$2(LogView.java:140) at org.eclipse.pde.internal.runtime.logview.LogView$20.run(LogView.java:661) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.swt.widgets.Display.release(Display.java:2325) at org.eclipse.swt.graphics.Device.dispose(Device.java:227) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
FIXED
{'$oid': '52e9c11754dc1c25ebdc094c'}
61,164
1) Create a new location by entering .location as the filename 2) Enter a name of "foo" in the name field 3) Close the location 4) Reopen the location 5) Edit the name field by deleting all characters, save and close 6) Create a new datapool with filename foo.datapool and name "temp" 7) Save and close datapool 8) Open foo.datapool 9) Edit the datapool name field by deleting all characters "temp", save and close. The ability to have an empty-named artifact is illogical and confusing to the user.
normal
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc094d'}
61,165
You would expect either a warning message (You are exporting an empty file) or generate a file with no content. The comma is presumabley due to the combination of variables and equivalence classes options.
trivial
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc094e'}
61,166
in i05051045 I am debugging a java app (eclipse) using a java app launch config. I have the source for Main (in org.eclipse.platform) checked out of CVS and in my workspace. I put a breakpoint in the source (at line 434) and debug. When I hit the breakpoint I get no source in the editor. There is an "Add Source Container" button. Wehn I select that, all the projects in my workspace are listed (including org.eclipse.platform). It appears as though the source location is given but the source is not being found. Note of course tha tin this scenario I am not running the actual bin output of the source in my workspace. Rather I exported a jar, put it in a target Eclipse and launched that as a Java app. This has worked in the past.
normal
VERIFIED
FIXED
{'$oid': '52e9c11754dc1c25ebdc094f'}
61,167
The interla logging context in the GLA needs to be refactored in order to handle multiple GLA's running in the same JVM. Thisis currently giving grief in the builder.
normal
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0950'}
61,168
It seems either the loader or the code for display of icons has a problem. I have normal 256 color icon (16x16 pixels), which I load using ImageDescriptor.createFromFile. It comes out as shown in the attached screenshot. I also have attached the icon I'm using, but I doubt it is the cause for the trouble as it shows fine in any other application I tried. For the display I implemented a ContentOutlinePage with an own IWorkbenchAdapter implementation and used their getImageDescriptor method.
normal
CLOSED
WORKSFORME
{'$oid': '52e9c11754dc1c25ebdc0951'}
61,169
General doc improvements for M9 - navigation updates, formatting, topic structure - updates for UI
normal
CLOSED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0952'}
61,170
Status-Update don't work
trivial
RESOLVED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0953'}
61,174
I20040505-0200 Run JUnit Plug-in Test in debug mode with "Keep JUnit running after a test when debugging" checked. After test run has finished, the "Stop JUnit Test Run" button is now disabled. I have to go to the Debug view to terminate the test workbench. Previously, I could just press the (enabled) stop button. I guess this was introduced when "Rerun Last Test" action was enhanced to stop a running test workbench before re-running the tests. However, when I know that hot code replace will fail, I'd still like to be able to stop the test workbench manually before that happens.
normal
VERIFIED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0954'}
61,171
I200405051045 (WinXP, J2SDK 1.4.2_03) I can't provide a goot testcase, but the problem seems to happen only when folding is activated for the java editor. The class contains some inner classes (the code shown below is part of one of the inner classes) and imports, which are folded away. No changes with regard to the default-settings of folding other than just enabling it. I'm starting with the following code-snippet: if (o instanceof IHierarchie) { IHierarchie hier = (IHierarchie) o; setText(hier.getName()); Icon icon = getIcon("table_sql"); setIcon(icon); } Now I changed the code (involving code assist, if that should matter) to: if (o instanceof IHierarchie) { IHierarchie hier = (IHierarchie) o; setText(hier.getName()); Icon icon = ResourceManager.getIcon("table_sql"); setIcon(icon); } After pressing ctrl-z (undo) some times I end up with: if (o instanceof IHierarchie) { IHierarchie hier = (IHierarchie) o; setText(hier Icon icon = ResourceManagergetIcon("table_sql"); setIcon(icon); }
normal
VERIFIED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0955'}
61,173
- set the Java editor text font (Colors and Fonts) to italic -> the italic preferences on the sytnax highlighting page are only honored if bold is set, otherwise they are ignored - which is inconsistent
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11754dc1c25ebdc0956'}
61,172
1) mistype a method call ->you get a quick fix but the quick fix is overlayed by the quick assist 2) press the quick assist icon ->you the the quick fix proposals
major
VERIFIED
FIXED
{'$oid': '52e9c11754dc1c25ebdc0957'}
61,176
I20040505 - run change method signature on the return type of foo: public void virtualMethod() { class Local { String foo() { return null; } } } The dialog that comes up tells !ChangeTypeAction.exception!. First there seems to be an NLS error. The String isn't NLS correctly. Second, this isn't an exception. The dialog should say something like: The operation isn't supported inside local types.
normal
RESOLVED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0958'}
61,177
I200405060200 When I started a new build with an old workspace, the "Target Platform" location used to be updated automatically to the current build if it has not been changed manually. This functionality has been lost in recent builds. When importing the latest plugins, the user now has to manually update the target platform location after every change of build. Either the old auto-updating behavior should be restored, or a button "Set Target to Current" should be added to the Import External Plugins wizard and the Target Platform preferences page.
minor
VERIFIED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0959'}
61,175
I20040505 The antialiasing of the intro screen screen doesn't work for the white background. See attached screenshot.
normal
RESOLVED
FIXED
{'$oid': '52e9c11854dc1c25ebdc095a'}
61,179
0) I had a CU in my workspace which had syntax error 1) execute replace with latest from HEAD to get the latest version -> deadlock Found one Java-level deadlock: ============================= "main": waiting to lock monitor 0x03134474 (object 0x18d01048, a org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument), which is held by "Worker-28" "Worker-28": waiting to lock monitor 0x0335470c (object 0x18d01040, a java.lang.Object), which is held by "main" Java stack information for the threads listed above: =================================================== "main": at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingPresenter.setCancele d(SemanticHighlightingPresenter.java:601) - waiting to lock <0x18d01048> (a org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingPresenter.documentCh anged(SemanticHighlightingPresenter.java:574) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2 (AbstractDocument.java:673) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged (AbstractDocument.java:638) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged (AbstractDocument.java:623) at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged (AbstractDocument.java:698) at org.eclipse.jface.text.AbstractDocument.set (AbstractDocument.java:1003) at org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument.set (PartiallySynchronizedDocument.java:101) - locked <0x18d01040> (a java.lang.Object) at org.eclipse.core.internal.filebuffers.ResourceTextFileBuffer.handleFileContentC hanged(ResourceTextFileBuffer.java:332) at org.eclipse.core.internal.filebuffers.ResourceFileBuffer$1.execute (ResourceFileBuffer.java:142) at org.eclipse.core.internal.filebuffers.ResourceFileBuffer$SafeFileChange.run (ResourceFileBuffer.java:76) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:106) - locked <0x10ed0d40> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) "Worker-28": at org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument.removePosi tion(PartiallySynchronizedDocument.java:119) - waiting to lock <0x18d01040> (a java.lang.Object) at org.eclipse.jface.text.AbstractDocument.removePosition (AbstractDocument.java:945) at org.eclipse.jface.text.source.AnnotationModel.removePosition (AnnotationModel.java:278) - locked <0x18d01048> (a org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument) at org.eclipse.jface.text.source.AnnotationModel.removeAnnotation (AnnotationModel.java:597) at org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeMarkerAnnotation (AbstractMarkerAnnotationModel.java:383) at org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.update (ResourceMarkerAnnotationModel.java:102) at org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel$ResourceChangeListener. resourceChanged(ResourceMarkerAnnotationModel.java:53) at org.eclipse.core.internal.events.NotificationManager$2.run (NotificationManager.java:268) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:260) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:148) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:159) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java:884) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:45) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) Found 1 deadlock.
critical
RESOLVED
FIXED
{'$oid': '52e9c11854dc1c25ebdc095b'}
61,182
In a simple TableTree, when you place an editor in a cell of column 0, it overdrawns the +/- icon that belongs to the look and feel. This can be tested easily placing a CCombo as the editor of a column 0 cell. As a side effect, the event of opening / closing the branch is activated every time you try to open / close the CCombo.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11854dc1c25ebdc095c'}
61,178
The date is printed in the format D/M/YY, when clicking on the date column, all entries are sorted by the date of month, which is completely unuseful.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11854dc1c25ebdc095d'}
61,180
When i create a c++ project, and I import or insert a new file in it, there is no problem. But when i want to save 1 file or all the files together ==> ERROR ...can't begin Rules \L ..... something like that, and i'm blocked
blocker
RESOLVED
WORKSFORME
{'$oid': '52e9c11854dc1c25ebdc095e'}
61,181
Defining a task tag starting with "//" may lead to an "Unexpected end of comment" error if the respective source file ends with a "/* */" comment where the second slash is the very last character in the source file. ----- Code snipped ------ public class Sample { public Sample() {} } /* * CVS log information: * $Log$ */[EOF] --- End of snippend ------ P.S.: The error also occurs in 2.1.0.
normal
VERIFIED
FIXED
{'$oid': '52e9c11854dc1c25ebdc095f'}
61,183
Tested on Redhat ver 3.0, build 27 April IES build - Create Simple project, Name it with An Arabic name. - Insert 2 new UML2 model files in the project (Model and Profile Model Objects) - Give Arabic names to the Model and the profile - Create new simple English named project - Select File ->Import ->UML2 Model - Select the 2 files and click finish to import them from the Arabic named project to the English named project. Arabic model and profile names are displayed as accented characters.
major
RESOLVED
WORKSFORME
{'$oid': '52e9c11854dc1c25ebdc0960'}
61,184
Build id: 200405060200 When i press the browse button an attribute in the extension editor it does nothing for Class and Resource attribute types. I am editing a source plugin.xml file, not a read only plugin. The overrides of isReferenceModel in the Class and Resource rows is returning the editable state of the model. This is true for a source plugin which then causes the button to do nothing (it only works when !isReferenceModel()). Should the class and resource rows be overriding this method? I removed the overrides and it seemed to work fine. btw, love the new look of the editor :)
normal
RESOLVED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0961'}
61,186
I20040505_1045 Refactoring creates global build actions to trigger buids manually if needed. Creating an instance of the action results in the following exception. It seems that this happens when we create the instance the second time, but not sure. java.lang.IllegalArgumentException: ImageRegistry key already in use: org.eclipse.ui.progress.images2 at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.resource.ImageRegistry.put(ImageRegistry.java:156) at org.eclipse.ui.internal.progress.ProgressManager.registerIconForFamily (ProgressManager.java:998) at org.eclipse.ui.actions.GlobalBuildAction.setImageDescriptor (GlobalBuildAction.java:332) at org.eclipse.ui.actions.GlobalBuildAction.setBuildType (GlobalBuildAction.java:121) at org.eclipse.ui.actions.GlobalBuildAction.<init> (GlobalBuildAction.java:98) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSaveHelper.triggerBuild (RefactoringSaveHelper.java:81) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:43) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate (UserInterfaceStarter.java:54) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameUserInterfaceStarter.activa te(RenameUserInterfaceStarter.java:113) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog (RenameSupport.java:108) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:175) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:128) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:127) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute (ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:127) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Control.traverse(Control.java:2703) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2544) at org.eclipse.swt.widgets.Composite.translateMnemonic (Composite.java:537) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2562) at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java:3013) at org.eclipse.swt.widgets.Display.filterMessage(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
major
CLOSED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0962'}
61,188
I can't find the "compare contents + ignore whitespace" options in the Team Synchronize perspective. This is an imporant feature that should be easy to spot in the GUI. Version: 3.0.0 Build id: 200403261517 Øyvind
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11854dc1c25ebdc0963'}
61,189
build 20040506 With the following test case public class X { public void foo() { (X) foo(); } } the error messages are Syntax error, insert ";" to complete BlockStatements Syntax error, insert "AssignmentOperator ArrayInitializer" to complete ArrayInitializerAssignement The corresponding grammar rule is InvalidArrayInitializerAssignement ::= PostfixExpression AssignmentOperator ArrayInitializer This rule exist to perform better diagnose for expression like x = {0} But it would not be suggested as possible correction. (original bug is bug 12287)
normal
VERIFIED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0964'}
61,191
Tested on Redhat ver 3.0, build 27 April IES build - Create Simple project, Name it with An Arabic name. - Open File –New - >Examples -> GEF -> Logic Diagram - Keep the default name and select the simple project - Click Finish. - Eclipse hangs and the execution is not completed. - Close Eclipse and re-open it, Try to open the file with the logic editor Eclipse hangs again - Same results appear by trying a new empty workspace.
critical
RESOLVED
INVALID
{'$oid': '52e9c11854dc1c25ebdc0965'}
61,185
When using the extension page of the plugin editor it would be handy if the types returned when pressing the browse button were restricted to those that implement/extend the class specified in the basedOn filed of the attribute (if it has one). This would make it harder to put in classes that would fail runtime type checks.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0966'}
61,187
- Select a project - Team->Disconnect - Do not delete CVS meta information Attaching image...
normal
RESOLVED
FIXED
{'$oid': '52e9c11854dc1c25ebdc0967'}
61,192
Tested on Redhat ver 3.0, build 27 April IES build -Create Java Project, and create new java class with the following contents: public class BidiTest{ public static void main(String[] args) { System.out.println("\u200d\uFE9F\uFEF4\uFEFC\uFEE5"); System.out.println("\u0644\u0623\u0622\u0645"); System.out.println("ABCD\u200d"); System.out.println("we \u202b ABCD with words"); System.out.println("ABCD \u206f123 EFG"); System.out.println("\u202d öABCD"); System.out.println("EFG \u200f ABCD"); System.out.println("ABCD\u206a(EFG)HIG"); System.out.println("ABCD(EF\u206cG)HIG"); } } - Run the class as a Java application - Unicode control characters are displayed as rubbish in the console.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11854dc1c25ebdc0969'}
61,193
Replace any use of result.getTest().getType() by result.getType(). The attribute is automatically copied from its attached test, and is persisted even if the attached test is deleted.
normal
CLOSED
FIXED
{'$oid': '52e9c11854dc1c25ebdc096a'}
61,194
The jakarta-oro and org.apache.xerces dependencies have been removed from the GLA code. Therefore the associated jars do not need to be in the classpath for GLA. The following jars should be removed from the classpath in the GLA bat ans sh files: %GLA_HOME%\lib\jakarta-oro.jar;%GLA_HOME%\lib\xercesImpl.jar;%GLA_HOME% \lib\xmlParserAPIs.jar
normal
CLOSED
FIXED