_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': '52e9c13454dc1c25ebdc0b75'}
61,718
WHen trying to attach to z/os as a remote host, at times , generally after having run successfully a few times, there often is a hang on a subsequent run execution that I traced down to the following code in o.e.h.execution.local.NodeImpl.java: /* Confirm our process is running correctly */ rprocess.getProcessId(); } catch(InactiveProcessException e) { /* Our process failed to launch */ // TODO fix this <===we did hit this catch block } catch(NoSuchApplicationException e) { /* There is no alias in the config file */ // TODO fix this //throw e; } catch(ProcessActiveException e) { /* We can ignore this as we just created the process above and this is not posible. */ // throw e; } catch(NotConnectedException e) { /* This will not occur */ } /* Block until the session is up and running completely */ while(!connected) { synchronized(sessionLock) { try { sessionLock.wait(); <===we seem to wait here forever } Something needs to be done with those catch blocks. Hopefully there should be a wait to gracefully abort and log a message if we get an 'inactive process exception'. OTherwise, trying to service a situation with multiple catch blocks doing nothing in Hyades may become more costly and difficult than it needs to be.
normal
CLOSED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b76'}
61,719
Build 20040506 After a method copy, then rename, the fine-grain delta got wrong. Consequently the outliner got fooled afterwards. I was editing MultiProjectTests.java. Copied the method #testCycle5, and paste it right behind it. Then I renamed it into: #testMissingRequiredBinaries. Here are the deltas I got, observe that the method rename never got notified. FIRING POST_CHANGE Delta [Thread[main,6,main]]: Java Model[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} src[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} [Working copy] MultiProjectTests.java[*]: {PRIMARY WORKING COPY} FIRING POST_RECONCILE Delta [Thread[main,6,main]]: <NONE> -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CHILDREN | FINE GRAINED} MultiProjectTests[*]: {CHILDREN | FINE GRAINED} testCycle5()[+]: {} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[+]: {CONTENT} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread[main,6,main]]: Java Model[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} src[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} [Working copy] MultiProjectTests.java[*]: {PRIMARY RESOURCE} FIRING POST_RECONCILE Delta [Thread[main,6,main]]: <NONE> -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[+]: {CONTENT} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[+]: {CONTENT} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread[main,6,main]]: Java Model[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} src[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} [Working copy] MultiProjectTests.java[*]: {PRIMARY RESOURCE} FIRING POST_RECONCILE Delta [Thread[main,6,main]]: <NONE> -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: <NONE> FIRING POST_RECONCILE Delta [Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]]: [Working copy] MultiProjectTests.java[*]: {CONTENT | FINE GRAINED} -------------------------------------------------------------------------------- ----------------------------------- FIRING POST_CHANGE Delta [Thread[main,6,main]]: Java Model[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} src[*]: {CHILDREN} org.eclipse.jdt.core.tests.builder[*]: {CHILDREN} [Working copy] MultiProjectTests.java[*]: {PRIMARY RESOURCE} FIRING POST_RECONCILE Delta [Thread[main,6,main]]:
normal
VERIFIED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b77'}
61,720
You trimmed out a good portion of the *Desc* properties from the plugin.properties file. These were used in the color/font definitions (among other places).
major
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b78'}
61,721
I am not sure if this is the correct component so please route it to the correct one if this is not. This request is for an option that would allow you to save the contents displayed in the console to a file, without having to manually select all, copy, and paste in a file.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c13554dc1c25ebdc0b79'}
61,649
From: John Wiegand [mailto:[email protected]] Sent: Friday, May 07, 2004 4:40 PM Subject: Re: submitting patches for ia64 platform ... I may ask you to open a bug report with the patches attached so it is clear that you made the contribution. (More early next week). Take care John "Sarkar, Sumit" <[email protected]> 05/07/2004 12:02 PM To: John Wiegand/Minneapolis/IBM@IBMUS cc: "Sarkar, Sumit" <[email protected]>, "Perot, Florence C" <[email protected]> Subject: submitting patches for ia64 platform Hi John, We had downloaded "eclipse-sourceBuild-srcIncluded-I20040505.zip", built and tested our changes and we are confident about our changes. I am attaching 5 patch files with this mail as a patches_ia64.zip. The contents of the patches_ia64.zip file: 1. platform-launcher_ia64.patch: In "platform-launcher/library/motif" a. Changed build.csh to take care of both PA_RISC and ia64 architecture b. Renamed make_hpux.mak to make_hpux_PA_RISC.mak c. Created a new makefile for ia64 named make_hpux_ia64.mak d. As we need to support both PA_RISC and ia64, we need two folders named platform-launcher/bin/hpux/PA_RISC and platform-launcher/bin/hpux/ia64. Right now hpux PA_RISC 'eclipse' binary is under platform-launcher/bin/hpux folder. This binary has to be moved to platform-launcher/bin/hpux/PA_RISC folder. The new eclipse binary for ia64 has to be under platform-launcher/bin/hpux/ia64 folder. But as these folders didn't have any files under them 'Team -> Create Patch' didn't include these folder into this patch. Should you think it is a good idea to check in initial versions of ia64 eclipse binary, I have attached another patch (under platform-launcher_with_eclipse_binaries.zip) - which has PA_RISC eclipse binary moved under PA_RISC folder and our initial ia64 eclipse binary under ia64 folder. 2. org.eclipse.swt.motif_ia64.patch: In "org.eclipse.swt.motif": a. Updated permission.properties to take care of both PA_RISC and ia64 library names b. Need a folder named 'os.hpux.ia64' - but as when there is no file under it, 'Team -> Create Patch' doesn't include the folder into this patch. Should you think it is a good idea to check in initial versions of our shared libraries (libswt-cde-motif-3050.so and libswt-motif-3050.so) under "os.hpux.ia64", I am attaching those libraries (zipped as SWT_motif_ia64_libraries.zip) also with this mail. This way the folder will appear in CVS and we can later check in the final version easily. 3. org.eclipse.swt_ia64.patch: In "org.eclipse.swt.Eclipse SWT PI" folder a. Changed build.sh to take care of both PA_RISC and ia64 architecture b. Renamed make_hpux.mak to make_hpux_PA_RISC.mak c. Created a new makefile for ia64 named make_hpux_ia64.mak d. Made changes to make_motif.xml to take care of both PA_RISC and ia64 architecture (don't know how this file is used) 4. org.eclipse.osgi_ia64.patch: In "org.eclipse.osgi", two .java file changes to add ia64 architecture 5. org.eclipse.core.runtime.compatibility_ia64.patch: In org.eclipse.core.runtime.compatibility", one .java file change to add ia64 architecture I am working with DJ Houghton to commit the org.eclipse.core.resources.hpux changes. Pl. let me know if you any questions regarding this matter. Thanks, sumit
normal
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b7a'}
61,722
build i0506-0200 When I do a ctrl-f7 to switch between views, the JUnit test results view has an icon but the label title is empty.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13554dc1c25ebdc0b7b'}
61,723
20040511 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jface.resource.StringConverter.asBoolean(StringConverter.java:137) at org.eclipse.jface.resource.StringConverter.asBoolean(StringConverter.java:155) at org.eclipse.jdt.internal.ui.dialogs.SourceActionDialog.<init>(SourceActionDialog.java:118) at org.eclipse.jdt.ui.actions.AddGetterSetterAction$GetterSetterTreeSelectionDialog.<init>(AddGetterSetterAction.java:808) at org.eclipse.jdt.ui.actions.AddGetterSetterAction.run(AddGetterSetterAction.java:238) at org.eclipse.jdt.ui.actions.AddGetterSetterAction.run(AddGetterSetterAction.java:495) 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) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(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
VERIFIED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b7c'}
61,725
Although eclipse users are undoubtly very much delighted that a long awaited code folding feature will finally be included in M9, I was not so impressed by its look-and-feel. Based on responses from eclipse.tools.jdt newsgroup, other users find the rotating triangle toggles rather confusing as well. The triangles (which currently are used on Windows) can be confused with the "overrides/is overridden" markers which are also triangles. Is it not a "standard way" to present code folding using +/- toggles similar to Netbean [1] and Idea [2]. [1]http://ui.netbeans.org/docs/ui/code_folding/cf_uispec.html [2]http://www.jetbrains.com/idea/docs/help/editing/codeFolding.html
enhancement
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b7d'}
61,726
Currenlty, the .execution file is named according to the file name of the .testsuite that is executed. The problem is that the user may choose a different name in the "Execution results" tab of the Launch Configuration. The Execution Result (the model element) is named according to the "Name" field of the Launch Configuration, but since the first thing the user sees in the Test Navigator, it would be good to see also the .execution file named according to the Launch Configuration's specification.
enhancement
CLOSED
DUPLICATE
{'$oid': '52e9c13554dc1c25ebdc0b7e'}
61,729
I20040506 + plugin-export from 20040511 When opening a Java editor, I get this: !ENTRY org.eclipse.core.runtime 4 2 May 11, 2004 16:02:47.306 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jface.text.source.OverviewRuler.doPaint1(OverviewRuler.java:583) at org.eclipse.jface.text.source.OverviewRuler.doubleBufferPaint(OverviewRuler.java:458) at org.eclipse.jface.text.source.OverviewRuler.redraw(OverviewRuler.java:684) at org.eclipse.jface.text.source.OverviewRuler.access$1(OverviewRuler.java:681) at org.eclipse.jface.text.source.OverviewRuler$InternalListener.textChanged(OverviewRuler.java:77) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2235) at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:2905) at org.eclipse.jface.text.TextViewer.initializeWidgetContents(TextViewer.java:2952) at org.eclipse.jface.text.TextViewer.setVisibleDocument(TextViewer.java:2991) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2341) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:454) at org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:258) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:414) at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:2579) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2350) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:279) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPartControl(JavaEditor.java:3264) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createPartControl(CompilationUnitEditor.java:1594) 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.EditorWorkbook.setVisibleEditor(EditorWorkbook.java:232) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor(EditorPresentation.java:287) at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentation.java:227) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2146) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2089) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2076) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2071) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:115) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:67) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:80) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:206) 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:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:891) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) 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.Control.sendKeyEvent(Control.java:2252) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1764) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:441) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1189) 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) !ENTRY org.eclipse.core.runtime 4 2 May 11, 2004 16:02:47.392 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.activeJavaEditorChanged(ASTProvider.java:216) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.access$0(ASTProvider.java:211) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$ActivationListener.partOpened(ASTProvider.java:100) at org.eclipse.ui.internal.PartListenerList2$5.run(PartListenerList2.java:101) 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.PartListenerList2.firePartOpened(PartListenerList2.java:99) at org.eclipse.ui.internal.WWinPartService$1.partOpened(WWinPartService.java:62) at org.eclipse.ui.internal.PartListenerList2$5.run(PartListenerList2.java:101) 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.PartListenerList2.firePartOpened(PartListenerList2.java:99) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened(WorkbenchPage.java:1385) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:119) 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.EditorWorkbook.setVisibleEditor(EditorWorkbook.java:232) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor(EditorPresentation.java:287) at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentation.java:227) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2146) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2089) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2076) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2071) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:115) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:67) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenTypeAction.java:80) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:206) 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:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:891) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) 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.Control.sendKeyEvent(Control.java:2252) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1764) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:441) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1189) 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)
major
VERIFIED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b7f'}
61,728
SQ, We need to be able to create a scaled version of a TextLayout. The means we must be able to copy all of the styles and create a scaled version of them. Please provide the API for this!
enhancement
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b80'}
61,727
Currently, a default name is chosen for the Execution Results when the user selects a Test in the first tab of the Launch Configuration. This default name is the name of the selected test (unless a contributor plugin overrides this behavior). The automatic link between the test and the results name is cut if the user changes the results name, but there no way to switch back to the automatic link, nor there is a visual indication whether the automatic link is there or not. I suggest to add a check-box "Use default name" in the "Execution Results" tab. When checked, the "Name" field is disabled and shows the default name. When unchecked, the "Name" field is enabled and the user may modify the results name.
enhancement
CLOSED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b81'}
61,730
I got this NPE using the latest build. java.lang.NullPointerException at org.eclipse.pde.internal.builders.CompilerFlags.getFlag(CompilerFlags.java:92) at org.eclipse.pde.internal.builders.ManifestConsistencyChecker.build(ManifestConsistencyChecker.java:104) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:532) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:148) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:225) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:178) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:205) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:208) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:244) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:273) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:150) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:196) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c13554dc1c25ebdc0b82'}
61,731
I20040511 !ENTRY org.eclipse.ui 4 0 May 11, 2004 16:27:25.671 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.internal.progress.AnimationManager$2.runInUIThread (AnimationManager.java:85) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:84) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java) at org.eclipse.swt.widgets.Display.runAsyncMessages(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:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
CLOSED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b83'}
61,732
On the I20040506 integration driver... Steps: 1) Create a plugin project using the wizard taking all the defaults. 2) Go to the Dependencies page of the plugin.xml editor. 3) Select "org.eclipse.core.runtime.compatibility in the "Required Plug-ins" list. 4) Hit delete to remove the dependency. 5) Switch to the "plugin.xml" page. Will receive a "Problem Occured" message: End position lies outside document range Here is the LOG entry that results. See below the LOG entry for another scenario... <LOG> !ENTRY org.eclipse.pde.ui 4 0 May 11, 2004 10:03:18.859 !MESSAGE End position lies outside document range !STACK 0 org.eclipse.text.edits.MalformedTreeException: End position lies outside document range at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.text.edits.MalformedTreeException.<init> (MalformedTreeException.java:36) at org.eclipse.text.edits.TextEditProcessor.checkIntegrityDo (TextEditProcessor.java:146) at org.eclipse.text.edits.TextEdit.dispatchCheckIntegrity (TextEdit.java:668) at org.eclipse.text.edits.TextEditProcessor.performEdits (TextEditProcessor.java:125) at org.eclipse.text.edits.TextEdit.apply(TextEdit.java:636) at org.eclipse.text.edits.TextEdit.apply(TextEdit.java:660) at org.eclipse.pde.internal.ui.editor.context.InputContext.flushModel (InputContext.java:190) at org.eclipse.pde.internal.ui.editor.context.XMLInputContext.flushModel (XMLInputContext.java:387) at org.eclipse.pde.internal.ui.editor.context.InputContext.setSourceEditingMode (InputContext.java:299) at org.eclipse.pde.internal.ui.editor.PDESourcePage.setActive (PDESourcePage.java:108) at org.eclipse.ui.forms.editor.FormEditor.pageChange (FormEditor.java:263) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.pageChange (PDEFormEditor.java:137) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected (MultiPageEditorPart.java:151) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.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.Widget.notifyListeners(Widget.java) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2966) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(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:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) 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) </LOG> Steps: 1) Close the plugin.xml editor without saving changes. 2) Reopen the plugin.xml file. 3) Switch to the "Extension" page. 4) Select "Add..." 5) Select "org.eclipse.ui.actionSets 6) Select "Hello, World" action set 7) Select "Next >" 8) Select "Finish" 9) Switch to the "plugin.xml" page Same result as above. One more scenario... Steps: 1) Get out of the editor without saving again. 2) Reopen. 3) Switch to "plugin.xml" page and manually add the extension. Something like: <extension point="org.eclipse.ui.actionSets"> <actionSet label="Hello Action Set" id="org.eclipse.contribution.hello.actionSet"> <action label="Hello" class="org.eclipse.contribution.hello.HelloAction" toolbarPath="helloGroup" id="org.eclipse.contribution.hello.HelloAction" /> </actionSet> </extension> 4) Add this point I saved the plugin.xml, closed the editor and reopened, but that may not be necessary. 5) Go to the Dependencies page of the plugin.xml editor. 6) Select "org.eclipse.core.runtime.compatibility in the "Required Plug-ins" list. 7) Hit delete to remove the dependency. 8) Switch to the "plugin.xml" page. No error message or LOG entry this time, but notice that the plugin.xml file is seriously mangled. The </requires> tag is gone as is most of the <extension> definition. Then try to switch to "Depenendencies" page and get the source has errors message so you can not switch message.
major
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b84'}
61,733
In snippet found in bug 54989, I added a KeyListener to the CCombo to print out the keyevents. Doing this breaks accessibility. You can no longer traverse to the CCombo properly, and pressing ALT+DOWN does not open the dropdown.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c13554dc1c25ebdc0b85'}
61,736
We are adding support for an ecore:opposite annotation that can be used to specify a feature's opposite just as you can do in UML. Here's an example: <?xml version="1.0" encoding="UTF-8"?> <xsd:schema targetNamespace="http://www.example.com/OppositeLib" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:lib="http://www.example.com/OppositeLib" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:complexType name="Book"> <xsd:sequence> <xsd:element name="title" type="xsd:string"/> <xsd:element name="pages" type="xsd:int"/> <xsd:element name="category" type="lib:BookCategory"/> <xsd:element name="author" type="xsd:anyURI" ecore:opposite="books" ecore:reference="lib:Writer"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="Writer"> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <xsd:element maxOccurs="unbounded" minOccurs="0" name="books" type="xsd:anyURI" ecore:opposite="author" ecore:reference="lib:Book"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="Library"> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <xsd:element maxOccurs="unbounded" minOccurs="0" name="books" type="lib:Book" ecore:opposite="library"/> <xsd:element maxOccurs="unbounded" minOccurs="0" name="writers" type="lib:Writer" ecore:opposite="library"/> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="BookCategory"> <xsd:restriction base="xsd:NCName"> <xsd:enumeration value="Mystery"/> <xsd:enumeration value="ScienceFiction"/> <xsd:enumeration value="Biography"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="lib" type="lib:Library"/> </xsd:schema> For containment references, the annotation can be used to produce a container feature, and for non-containment references, the annotation can be used to hook up to another existing feature. Only one side of the opposite needs to be specified, even though we did both in the above example.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b86'}
61,734
Switching between two configs with the refresh tab active leaves tab in incorrect state: * Move from config A to B, where A refreshes specific resources and B refreshes the entire workspace * When B is selected, it ends up with the "sepcific resources" radio button selected, and an error message (since no resources are specified). A similar problem happends on the Ant Build tab. The problem seems to be caused by saving/restoring the enabled states of the widgets when an operation is run on the LCD.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c13554dc1c25ebdc0b87'}
61,735
have installed eclipse fine - it runs fine but file new project does not contain any reference to java (only shows simple) this machines is currently able to operate Jdeveloper OK. Have set the vm path to the existing java.home path as used by jdeveloper cannot find any help/diagnostics etc to follow to try and resolve the problem
blocker
RESOLVED
INVALID
{'$oid': '52e9c13554dc1c25ebdc0b88'}
61,737
When <br/> or <b>...</b> are used within the description, the text is wrapped in <form><p>....</p></form> tags and passed to FormText so it will be rendered properly. FormText then parses the text as XML, so if the originally description included &lt; it would be passed to the FormText as < causing the parser to throw an exception. A simple but ugly work around is to doubly escape the character &amp;lt; would become &lt; when read by the cheat sheet parser and this would be passed to FormText which would read it as <. We need to find a better way to handle this.
normal
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b89'}
61,738
Calling editor.getViewer().setUndoManager() will cause a leak in the existing undo manager. The problem is that there is no way to get the existing undo manager to call disconnect on it. Calling connect adds the undo manager as a listener to the viewer. Since it is hanging off the viewer, it can't get garbage collected. It seems odd that the previous undoManager is not disconnected in the setUndoManager() method. It also seems odd that the new undo manager is not automatically connected.
normal
RESOLVED
FIXED
{'$oid': '52e9c13554dc1c25ebdc0b8a'}
61,724
I'm trying to export the CDT plugin, but get this exception. Attaching picture. java.lang.NullPointerException at org.eclipse.pde.internal.ui.wizards.exports.BaseExportJob.isCustomBuild (BaseExportJob.java:378) at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.deleteBuildFile (FeatureExportJob.java:134) at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.deleteBuildFiles (FeatureExportJob.java:126) at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.doExport (FeatureExportJob.java:111) at org.eclipse.pde.internal.ui.wizards.exports.BaseExportJob.doExports (BaseExportJob.java:180) at org.eclipse.pde.internal.ui.wizards.exports.BaseExportJob.run (BaseExportJob.java:134) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13554dc1c25ebdc0b8b'}
61,739
Made: 1. a plugin project, 2. a feature project packaging the plugin project in #1 3. in feature editor, go to Content page. In "Feature Plug-ins and Fragments" section, right click on plugin and "Synchronize Versions". I get a sharing violation telling me to close the editors. I close all editors and still get the sharing violation. I try closing eclipse and reopening but to no avail. Why won't it let me? :)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13654dc1c25ebdc0b8d'}
61,741
The Windows | Preferences | Java | Installed JREs dialog says "The checked JRE will be used by default to BUILD and run Java programs". It should say something like "compile against" instead of "build" (even knowing that the JRE doesn't actually include a compiler). On this, you can find a short discussion in: http://www.eclipse.org/newsportal/article.php?id=9343&group=eclipse.tools.jdt Cheers, Telmo
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c13654dc1c25ebdc0b8e'}
61,743
I-build 2004-05-11 I have code that does the following: MessageDialog.openInformation(null, "Showing element", "Showning an integer of value: "+((Integer)match.getElement()).intValue()); This leads to a null pointer with the follwing stack trace: Thread [main] (Suspended (exception NullPointerException)) MessageDialog.<init>(Shell, String, Image, String, int, String[], int) line: 126 MessageDialog.openInformation(Shell, String, String) line: 305 TestUIParticipant.showMatch(Match, int, int, boolean) line: 57 JavaSearchResultPage.showMatch(Match, int, int, boolean) line: 153 AbstractTextSearchViewPage$9.run() line: 723 <snip> The API doc for MessageDialog say that I'm allowed to pass in null for the parent shell.
normal
RESOLVED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b8f'}
61,745
Must add unique message ID's for HTTP record and playback that are displayed to the user.
normal
CLOSED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b90'}
61,742
I got this NPE using latest build. java.lang.NullPointerException at org.eclipse.jface.dialogs.MessageDialog.<init>(MessageDialog.java:130) at org.eclipse.ui.internal.ide.dialogs.InternalErrorDialog.<init>(InternalErrorDialog.java:51) at org.eclipse.ui.internal.ide.dialogs.InternalErrorDialog.openQuestion(InternalErrorDialog.java:162) at org.eclipse.ui.internal.ide.IDEExceptionHandler.openQuestionDialog(IDEExceptionHandler.java:151) at org.eclipse.ui.internal.ide.IDEExceptionHandler.handleException(IDEExceptionHandler.java:83) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.eventLoopException(IDEWorkbenchAdvisor.java:245) at org.eclipse.ui.internal.ExceptionHandler.handleException(ExceptionHandler.java:62) 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:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
blocker
RESOLVED
DUPLICATE
{'$oid': '52e9c13654dc1c25ebdc0b91'}
61,744
I200405110800 + teamui.jar posted on mailing list 1. started workspace - auto build off 2. reset pde target platform 3. import binary projects (which already exist in my workspace) 4. clean all 5. build Repeating those steps does not fix the problem. The PDE container says it is unbound. Closing and reopening the project (including the binary ones) seems to fix the problem. Seems that PDE (or someone else) keeps some internal state which got out of sync.
major
RESOLVED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b92'}
61,747
build I200406110800 I did the following: 1. closed all of my project at once 2. opened all of my project at once The following JRE is used to launch Eclipse: java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) VM Options=-Xms50M -Xmx350M -Dosgi.checkConfiguration=true Target Workspace=c:\eclipse\workspaces\BuildMeister_2_2\plugins C:\eclipse\drops\I200406110800>C:\JavaSDKs\jdk1.4.2_03\bin\java -Xms50M -Xmx350M -Dosgi.checkConfiguration=true -verify -cp startup.jar org.eclipse.core.launcher.Main -update -application org.eclipse. ui.ide.workbench -keyring c:\eclipse\.keyring -showlocation -data c:\eclipse\workspaces\BuildMeister_2_2\plugins Full thread dump Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode): "Worker-10" prio=5 tid=0x034afb88 nid=0x458 in Object.wait() [3b2f000..3b2fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11d24dd8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x11d24dd8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-9" prio=5 tid=0x035d28c0 nid=0xd78 in Object.wait() [3aef000..3aefd8c] at java.lang.Object.wait(Native Method) - waiting on <0x140a0988> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:38) - locked <0x140a0988> (a org.eclipse.core.internal.jobs.Semaphore) at org.eclipse.core.internal.jobs.OrderedLock.doAcquire(OrderedLock.java:171) at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:105) at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:79) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:96) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1629) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1669) at org.eclipse.core.internal.events.NotificationManager$NotifyJob.run(NotificationManager.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) "Worker-8" prio=5 tid=0x034e7008 nid=0xa70 in Object.wait() [3aaf000..3aafd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13900558> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:159) - locked <0x13900558> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:167) at org.eclipse.ui.views.markers.internal.MarkerView.internalRefresh(MarkerView.java:162) at org.eclipse.ui.views.markers.internal.MarkerView.access$2(MarkerView.java:151) at org.eclipse.ui.views.markers.internal.MarkerView$3.run(MarkerView.java:237) at org.eclipse.ui.views.markers.internal.RestartableJob$2.run(RestartableJob.java:86) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) "ModalContext" prio=7 tid=0x033bdd58 nid=0x350 waiting for monitor entry [38ef000..38efd8c] at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:154) - waiting to lock <0x11d0dbc0> (a org.eclipse.core.internal.runtime.AdapterManager) at org.eclipse.core.runtime.PlatformObject.getAdapter(PlatformObject.java:64) at org.eclipse.ui.actions.SelectionListenerAction.computeResources(SelectionListenerAction.java:117) at org.eclipse.ui.actions.SelectionListenerAction.getSelectedNonResources(SelectionListenerAction.java:146) at org.eclipse.ui.actions.SelectionListenerAction.selectionIsOfType(SelectionListenerAction.java:204) at org.eclipse.ui.actions.OpenResourceAction.updateSelection(OpenResourceAction.java:94) at org.eclipse.ui.actions.BaseSelectionListenerAction.selectionChanged(BaseSelectionListenerAction.java:102) at org.eclipse.ui.actions.OpenResourceAction.resourceChanged(OpenResourceAction.java:123) at org.eclipse.jdt.ui.actions.OpenProjectAction.resourceChanged(OpenProjectAction.java:87) at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:319) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:313) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:156) at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:172) at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:902) at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1224) at org.eclipse.core.internal.resources.Project.open(Project.java:773) at org.eclipse.ui.actions.OpenResourceAction.invokeOperation(OpenResourceAction.java:78) at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:127) at org.eclipse.ui.actions.WorkspaceAction$1.execute(WorkspaceAction.java:283) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105) - locked <0x137bd2f0> (a org.eclipse.ui.actions.WorkspaceAction$1) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101) "Worker-7" prio=5 tid=0x03615410 nid=0xd70 in Object.wait() [3cff000..3cffd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11d24dd8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x11d24dd8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Java indexing" daemon prio=4 tid=0x0337fdb8 nid=0xd3c in Object.wait() [38af000..38afd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12cdcd88> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:344) - locked <0x12cdcd88> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Thread-1" prio=7 tid=0x00a4a868 nid=0x75c in Object.wait() [37cf000..37cfd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12bdb088> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x12bdb088> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContributionItem.java:196) "Thread-0" prio=7 tid=0x02f86ca0 nid=0x4b4 in Object.wait() [378f000..378fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12bdb0f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x12bdb0f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContributionItem.java:196) "Start Level Event Dispatcher" daemon prio=5 tid=0x02f08008 nid=0x754 in Object.wait() [302f000..302fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11b6f200> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:149) - locked <0x11b6f200> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:107) "Framework Event Dispatcher" daemon prio=5 tid=0x02df0de8 nid=0xb14 in Object.wait() [2fef000..2fefd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11b6f3f8> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:149) - locked <0x11b6f3f8> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:107) "Signal Dispatcher" daemon prio=10 tid=0x00a00668 nid=0xee0 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x00a01c00 nid=0x82c in Object.wait() [2caf000..2cafd8c] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x11b109f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009c1ea0 nid=0xe40 in Object.wait() [2c6f000..2c6fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x11b107a8> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x11b107a8> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x000352a8 nid=0x3f0 in Object.wait() [7e000..7fc3c] at java.lang.Object.wait(Native Method) - waiting on <0x13e919f0> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:159) - locked <0x13e919f0> (a org.eclipse.core.internal.jobs.ThreadJob) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:167) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1629) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1669) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:744) at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2644) at org.eclipse.jdt.core.JavaCore$3.run(JavaCore.java:3428) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3241) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3411) at org.eclipse.pde.internal.core.ModelEntry.updateUnknownClasspathContainer(ModelEntry.java:152) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize(RequiredPluginsInitializer.java:38) at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1187) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:1161) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:824) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1191) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1877) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1788) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1739) at org.eclipse.jdt.internal.core.JavaModelManager.determineIfOnClasspath(JavaModelManager.java:445) at org.eclipse.jdt.internal.core.JavaModelManager.create(JavaModelManager.java:342) at org.eclipse.jdt.internal.core.JavaModelManager.create(JavaModelManager.java:282) at org.eclipse.jdt.core.JavaCore.create(JavaCore.java:1106) at org.eclipse.jdt.internal.ui.ResourceAdapterFactory.getAdapter(ResourceAdapterFactory.java:32) at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:157) - locked <0x11d0dbc0> (a org.eclipse.core.internal.runtime.AdapterManager) at org.eclipse.core.runtime.PlatformObject.getAdapter(PlatformObject.java:64) at org.eclipse.jdt.internal.ui.filters.NamePatternFilter.select(NamePatternFilter.java:62) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.filter(PackageExplorerPart.java:363) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.getFilteredChildren(PackageExplorerPart.java:349) at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(AbstractTreeViewer.java:1138) at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:1425) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1039) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1046) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1014) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:977) at org.eclipse.jface.viewers.StructuredViewer$8.run(StructuredViewer.java:873) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:788) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:871) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$3.run(PackageExplorerContentProvider.java:559) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$7.run(PackageExplorerContentProvider.java:601) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) - locked <0x13e7bf18> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2702) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2394) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:238) at org.eclipse.ui.actions.WorkspaceAction.run(WorkspaceAction.java:286) at org.eclipse.jdt.ui.actions.OpenProjectAction.run(OpenProjectAction.java:154) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) 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:891) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:842) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:761) 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:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) 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:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706) "VM Thread" prio=5 tid=0x009bdd38 nid=0xaa4 runnable "VM Periodic Task Thread" prio=10 tid=0x0003e008 nid=0x55c waiting on condition "Suspend Checker Thread" prio=10 tid=0x00a02850 nid=0x6b0 runnable
major
RESOLVED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b93'}
61,746
Using the Change Method Signature refactoring, I added a new parameter to a method. I assigned a type to the new parameter, and tried to hit tab to move between fields so I could assign a name, but hitting tab doesn't seem to move between fields. So I clicked Edit and changed the name of the parameter from "newParam" to "testType" and hit enter. I then (quickly) used the Up button to move the parameter up in the method signature, and the parameter name changed back to "newParam." I have played with this a bit, and the behavior is not entirely consistent. It almost looks like a race condition, because if I wait a few seconds before hitting the up button, the problem does not occur. It only seems to happen if I hit Up immediately after dismissing the Edit dialog.
minor
RESOLVED
DUPLICATE
{'$oid': '52e9c13654dc1c25ebdc0b94'}
61,750
I have: combo.addTraverseListener(new TraverseListener() { public void keyTraversed(TraverseEvent e) {<<CARET>>} }); If I press ENTER, the brace is not put in the correct place. That's fine, because the assumption is that you will just let it float behind the caret until you are finished and then press enter. So, if I type: System.out.println("foo"<<CARET>>)} Then pressing ; will insert the semicolon in the wrong place. It should be in front of hte BRACE. Also, pressing BACKSPACE at this point is very strange. It transposes the characters instead of deleting the semicolon. 0428 build.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13654dc1c25ebdc0b96'}
61,749
I20040506 It should be filtered from the view list (in the case where some perspective adds it as a view shortcut) and from the configure dialog. Activating the intro view in this way results in an empty view.
normal
CLOSED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b97'}
61,751
In the FeatudeEditorDialog used to add values to a multi-valued feature, The objects are collected into a HashSet by ItemPropertyDescriptor.getReachableObjectsOfType, so the order is pretty much random. It would be better if the order were in containment order. The values can be sorted by the property descriptor before returning the getChoiceOfValues, but leaving them in containment order and providing a sort capability in the dialog would be very nice.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b98'}
61,754
This bug has two parts: 1. In the Java Application launch configuration type, there is an Arguments tab which contains a field for the working path. This field is not being passed on to the RAC by the launch delegate (it should be). 2. For External Java Application, there is no UI to specify a working directory. Users should be able to set this.
normal
CLOSED
FIXED
{'$oid': '52e9c13654dc1c25ebdc0b99'}
61,752
I200405110800 I'm unable to open a Java editor, every time I get one or two NPEs and a ClassCastException. See attached log. . launch eclipse on a new workspace . switch to the Java perspective . create a Java project . create a class in the project
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c13654dc1c25ebdc0b9a'}
61,753
I will attach a test case that compiles fine and it is possible to create a DOM/AST tree from that code. However it is not possible to walk the tree using a DOM/AST visitor without getting a Stackoverflow error.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c13654dc1c25ebdc0b9b'}
61,755
This problem came up after I migrated to M7, and has continued in M8. Normally with Eclipse 3.x, if I check out a project from CVS - then work with it, like if I begin editing a .java file in the eclipse editor, Eclipse used to mark it editable and then allow me to edit it. But now after M7, I would be blocked from editing the file, and I would have to do one of a few things which were really annoying. 1. Pick Team > Edit to have eclipse attempt ot make it editable, which would result in a "Errors in deleting resources" message. Then I would have to pick Properties, then un-check the Read-Only attribute and then I finally can edit it. OR 1. Go to terminal and type 'chflags -R nouchg .' in the workspace directory, to mark the files not read- only and then eclipse will allow me to edit the files normally. However problem with the above solutions is that as soon as I refresh from CVS, or do a replace file from CVS or anything (or set up a new workspace), those files would be read-only again, and I'd run into the same problems again. My co-worker here also uses Eclipse on his Powerbook and has been experiencing the same problems. Another co-worker with a PC does not have this problem. Just wondering if anything was changed w/ how Eclipse handles marking files read-only, and vice versa between M7 and earlier versions, that might have brought about this regression. Everything worked fine prior to M7 in our development environment. (Note, we did skip M5, M6, I believe). I am willing to try out earlier milestones or do tests on my computer to give additional information, if any of you request it.
major
RESOLVED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0b9c'}
61,756
In PIProcessListener, when it detects a launched process, it creates a TRCProcessProxy and constructs a label for it. The call to findVMendIdx() tries to determine the end of the vm args (starts with '-'). The problem arises when one of the application's parameters starts with '-'. It will think it's a VM arg and the resulting label for the process will be incorrect.
normal
CLOSED
WORKSFORME
{'$oid': '52e9c13754dc1c25ebdc0b9d'}
61,757
I get the following stack trace when I open the intro view after it's been dropped as a fast view. It looks like the clientArea in ImageHyperlink.paintEvent() has 0 width. Thread [main] (Suspended (exception IllegalArgumentException)) SWT.error(int, Throwable, String) line: 2675 SWT.error(int, Throwable) line: 2614 SWT.error(int) line: 2585 Image.init(Device, int, int) line: 1351 Image.<init>(Device, int, int) line: 161 ImageHyperlink(AbstractHyperlink).paint(PaintEvent) line: 233 AbstractHyperlink$2.paintControl(PaintEvent) line: 57 TypedListener.handleEvent(Event) line: 82 EventTable.sendEvent(Event) line: 82 ImageHyperlink(Widget).sendEvent(Event) line: 796 ImageHyperlink(Widget).sendEvent(int, Event, boolean) line: 820 ImageHyperlink(Widget).sendEvent(int, Event) line: 805 ImageHyperlink(Composite).WM_PAINT(int, int) line: 795 ImageHyperlink(Control).windowProc(int, int, int, int) line: 3001 Display.windowProc(int, int, int, int) line: 3291 OS.DispatchMessageW(MSG) line: not available [native method] OS.DispatchMessage(MSG) line: 1466 Display.readAndDispatch() line: 2388 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1353 Workbench.runUI() line: 1324 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 243 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 90 PlatformActivator$1.run(Object) line: 283 EclipseStarter.run(Object) line: 242 EclipseStarter.run(String[], Runnable) line: 119 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 269 Main.run(String[]) line: 700 Main.main(String[]) line: 684
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c13754dc1c25ebdc0b9e'}
61,758
With build-on-resource-mod turned on, releases 3M7 and 3M8 do far more work than their predecessors. Where making a single, non-cascading change to a Java source file in release 3M6, let's say, caused a brief (<2 seconds) incremental build, and non-Java files caused essentially no pause -- newer releases have unpredictable results. Often, a single change causes 20 seconds of building (and a fairly locked up environment) when the change is Java-related or not. I've tried "priming" new Eclipse runs with full clean builds, hoping all future mods would cause mild interruptions, but it doesn't seem to matter. For reference, I'm running a 2Ghz P4 with lots of free RAM and Eclipse memory -Xmx256m.
normal
RESOLVED
INVALID
{'$oid': '52e9c13754dc1c25ebdc0b9f'}
61,759
I20040506 0. smart semicolon is on, smart typing mode 1. have this code: String s= "asdfasdf<caret>" 2. press SEMICOLON -> expected: semicolon gets inserted after the closing quotation mark -> real: the semicolon is inserted at the caret position -> note that it works if the caret position is not before the closing quotation mark.
normal
RESOLVED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0ba0'}
61,760
In Package org.eclipse.jdt.debug.tests, testStepIntoSourceConstructor fails with the following message: "Should be in constructor expected:<<init>> but was:<cleanup>". It seems that the test may be stepping beyond the <init> method into cleanup. Running the suite of tests also results in the following console output that may or may not be related. (I don't have the setup to run individual tests and there are other failures): eclipse-test: [echo] Running org.eclipse.jdt.debug.tests.AutomatedSuite [java] Unhandled event loop exception [java] Reason: [java] Failed to execute runnable (junit.framework.AssertionFailedError: Ba dLocationException occurred: org.eclipse.jface.text.BadLocationException) [java] *** SWT nested exception [java] Reason: [java] BadLocationException occurred: org.eclipse.jface.text.BadLocationExc eption There also was a failure dialog up saying "Execution did not enter "StepIntoSelectionClass()" before the current method returned." - Acknowledging this dialogue box allows the testing to complete (it hangs otherwise). The testing is being performed using the M8 stable build and the nightly VM rebuild. VM Bugzilla 103823
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c13754dc1c25ebdc0ba1'}
61,761
Part of our build tree includes building the perl DBD and DBI modules, which creates a set of files with the extensions ".3", ".3pm", and so on. When I try to refresh with the filesystem, I get this error: Errors occurred while refreshing resources with the local file system. Bundle::DBD::mysql.3pm is an invalid resource name. Bundle::DBI.3pm is an invalid resource name. DBD::DBM.3pm is an invalid resource name. DBD::File.3pm is an invalid resource name. DBD::Proxy.3pm is an invalid resource name. DBD::Sponge.3pm is an invalid resource name. DBD::mysql.3pm is an invalid resource name. DBD::mysql::INSTALL.3pm is an invalid resource name. DBI::Const::GetInfo::ANSI.3pm is an invalid resource name. DBI::Const::GetInfo::ODBC.3pm is an invalid resource name. DBI::Const::GetInfoReturn.3pm is an invalid resource name. DBI::Const::GetInfoType.3pm is an invalid resource name. DBI::DBD.3pm is an invalid resource name. DBI::DBD::Metadata.3pm is an invalid resource name. DBI::FAQ.3pm is an invalid resource name. DBI::Profile.3pm is an invalid resource name. DBI::ProfileData.3pm is an invalid resource name. DBI::ProfileDumper.3pm is an invalid resource name. DBI::ProfileDumper::Apache.3pm is an invalid resource name. DBI::ProxyServer.3pm is an invalid resource name. DBI::PurePerl.3pm is an invalid resource name. DBI::SQL::Nano.3pm is an invalid resource name. DBI::W32ODBC.3pm is an invalid resource name. Win32::DBIODBC.3pm is an invalid resource name. Devel::PPPort.3 is an invalid resource name. Unicode::Normalize.3 is an invalid resource name. XS::APItest.3 is an invalid resource name. Note that I used to be able to 'fix' this by cleaning these directories temporarily in order to use Eclipse. However, this has stopped working (I did a clean cvs checkout, which removed those files, from the command-line, but still cannot refresh).
critical
RESOLVED
WORKSFORME
{'$oid': '52e9c13754dc1c25ebdc0ba2'}
61,762
The org.eclipse.jface.dialogs.ErrorDialog in build I0506 does not list the individual status messages contained in the child status objects. The details lists the message in the MultiStatus objects for the number of children times.
major
RESOLVED
DUPLICATE
{'$oid': '52e9c13754dc1c25ebdc0ba4'}
61,764
When building a new plug-in, the build path does not include swt.jar. The build does not succeed if swt.jar is not manually added to the java build path/libraries in the project properties dialog. If Compute BuildPath is used in the plug-in.xml editor, the swt.jar reference is removed and the project no longer builds.
major
RESOLVED
WORKSFORME
{'$oid': '52e9c13754dc1c25ebdc0ba5'}
61,765
N200405100010 For some reason, I cannot start eclipse. I found this in a file called 1084294805254.log. !SESSION May 11, 2004 13:00:06.582 --------------------------------------------- eclipse.buildId=N200405100010 java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -Xmx512 !ENTRY org.eclipse.osgi May 11, 2004 13:00:06.597 !MESSAGE Startup error !STACK 1 java.lang.IllegalStateException: Bundle initial@reference:file:d:/Program Files/eclipse/plugins/org.eclipse.update.configurator_3.0.0/ [2] is not active. at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive(EclipseStarter.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:221) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:124) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13754dc1c25ebdc0ba6'}
61,768
/* According to the documentation, the scope rules for intertype method declarations are interpreted from the originating aspect. The only exceptions (I thought) are the use of "this" and "super" which refer to the target type. According to that interpretation, the program below is type correct, but ajc generates two error messages, shown in comments at the relevant lines. Note that it's ok to access private static fields of the aspect, but not to use private classes of the aspect. If this is a feature and not a bug, what are the precise scope rules for intertype method declarations? */ aspect Aspect { private static int y = 5; private class A { int x = 3; } private static void B.happy() { System.out.println(y); // happy accessing private field y } private static void B.foo(A z) { System.out.println(z.x); // ERROR: The type Aspect.A is not visible } public void B.bar() { B.foo(new A()); // ERROR: The type A is not visible } } class B { } public class IT { public static void main(String[] args) { new B().bar(); } }
normal
RESOLVED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0ba8'}
61,767
Using the Change Method Signature refactoring, I added a new parameter to a method. I assigned a type to the new parameter, and tried to hit tab to move between fields so I could assign a name, but hitting tab doesn't seem to move between fields. So I clicked Edit and changed the name of the parameter from "newParam" to "testType" and hit enter. I then (quickly) used the Up button to move the parameter up in the method signature, and the parameter name changed back to "newParam." I have played with this a bit, and the behavior is not entirely consistent. It almost looks like a race condition, because if I wait a few seconds before hitting the up button, the problem does not occur. It only seems to happen if I hit Up immediately after dismissing the Edit dialog.
minor
RESOLVED
DUPLICATE
{'$oid': '52e9c13754dc1c25ebdc0ba9'}
61,770
If a sub-content type can have a default charset different from its parent, it should be able to choose to not have any default as well. The syntax could be something like: <content-type id="subtype" base-type="parent" default-charset="" .../>
normal
RESOLVED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0baa'}
61,769
I20040506 I used to have a detail formatter for org.eclipse.jface.text.IDocument, which would read as follows: return get(); This does not work any longer. For any implementors of IDocument, always the default toString message is displayed. If I go to the the detail formatter preference page, the content assist I get is for InstructionPointerManager, but not for IDocument. Not sure whether these are related.
normal
VERIFIED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0bab'}
61,771
Build I20040511 0800 1. Create a new workspace; autobuild off 2. Load all eclipse projects from dev.eclipse.org (except for swt). 3. Build All Building results in 62000+ errors! Here's a sample, from the org.eclipse.ui plugin: (Error) The project cannot be built until build path errors are resolved. org.eclipse.ui May 11, 2004 12:54:25 PM (Warning) Cannot resolve plug-in dependency: org.eclipse.jface. plugin.xml org.eclipse.ui line 20 May 11, 2004 12:54:25 PM (Warning) Cannot resolve plug-in dependency: org.eclipse.ui.workbench. plugin.xml org.eclipse.ui line 21 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.contexts'. plugin.xml org.eclipse.ui line 60 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.commands'. plugin.xml org.eclipse.ui line 98 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.views'. plugin.xml org.eclipse.ui line 1035 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.elementFactories'. plugin.xml org.eclipse.ui line 1052 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.themes'. plugin.xml org.eclipse.ui line 1059 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.systemSummarySections'. plugin.xml org.eclipse.ui line 1300 May 11, 2004 12:54:25 PM (Warning) Unknown extension point: 'org.eclipse.ui.presentationFactories'. plugin.xml org.eclipse.ui line 1313 May 11, 2004 12:54:25 PM Once thing to note here is that the extension points mentioned in these warnings are ones provided by the org.eclipse.ui plug-in. In other works, PDE seems unable to resolves even internal references.
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c13754dc1c25ebdc0bac'}
61,772
I20040511 - 0800 1.1.2 expected:<testOrder(2)(226)> but was:<testOrder(3)(227)> junit.framework.AssertionFailedError: 1.1.2 expected:<testOrder(2)(226)> but was:<testOrder(3)(227)> at org.eclipse.core.tests.runtime.jobs.IJobManagerTest.testReverseOrder(IJobManagerTest.java:1144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:322) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:198) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c13754dc1c25ebdc0bad'}
61,774
Build I20040511 1200 I get these errors in my log when I open my full source workspace: !ENTRY org.eclipse.pde.core 1 1 May 11, 2004 14:19:53.897 !MESSAGE Problems encountered while PDE was scanning the Target Platform !SUBENTRY 1 org.eclipse.core.runtime 1 1 May 11, 2004 14:19:53.897 !MESSAGE This plug-in (located at "d:\eclipse-SDK-I200405111200-win32 \eclipse\plugins\org.eclipse.core.runtime_3.0.0") was ignored because another version of the same plug-in (located at "D:\fullsrcws\org.eclipse.core.runtime") was picked !SUBENTRY 1 org.eclipse.core.runtime.compatibility 1 1 May 11, 2004 14:19:53.897 !MESSAGE This plug-in (located at "d:\eclipse-SDK-I200405111200-win32 \eclipse\plugins\org.eclipse.core.runtime.compatibility_3.0.0") was ignored because another version of the same plug-in (located at "D:\fullsrcws\org.eclipse.core.runtime.compatibility") was picked Note that these messages are unexpected: neither org.eclipse.core.runtime nor org.eclipse.core.runtime.compatibility is selected in the Target Platform
normal
RESOLVED
FIXED
{'$oid': '52e9c13754dc1c25ebdc0bae'}
61,773
Tutorial states selecting of Binary Parser is important and allows the user to browse the contents of .o files in both the C/C++ Projects view (to browse symbols) and in the Editor view. However, editor view shows no useful information (see attached screen capture). Is there a problem with the editor view? or more likely, users should not be allowed to open .o files in the editor?
normal
RESOLVED
WONTFIX
{'$oid': '52e9c13854dc1c25ebdc0baf'}
61,778
Build I20040511 1200 My workspace is in a state where one of the projects cannot be built. Here are the two entries from the problem view (both for org.eclipse.osgi project): (1) The project cannot be built until build path errors are resolved. (2) Unbound classpath container: 'org.eclipse.pde.core.requiredPlugins' in project org.eclipse.osgi. I tried - File > Close and re-Open project - Project > Clean - PDE Tool > Update Classpath None of these cleared these errors. Expectation: There should be a way to clear this condition (without having to exit and restart).
major
RESOLVED
DUPLICATE
{'$oid': '52e9c13854dc1c25ebdc0bb0'}
61,776
Traces included (note the spelling mistake in the error message as well. :-)) org.eclipse.core.runtime.CoreException: CDTProject already exisits but does not match owner ID of creator at org.eclipse.cdt.internal.core.CDescriptor.<init>(CDescriptor.java:111) at org.eclipse.cdt.internal.core.CDescriptorManager. configure(CDescriptorManager.java:266) at org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:711) at org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests. testDescriptorCreation(CDescriptorTests.java:123) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. runTests(RemoteTestRunner.java:410) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. run(RemoteTestRunner.java:294) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner. main(RemotePluginTestRunner.java:30) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1. run(UITestApplication.java:91) 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:1930) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.pde.internal.junit.runtime.UITestApplication. run(UITestApplication.java:34) at org.eclipse.core.internal.runtime.PlatformActivator$1. run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) testDescriptorCreation(org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests) org.eclipse.core.runtime.CoreException: CDTProject already exisits but does not match owner ID of creator at org.eclipse.cdt.internal.core.CDescriptor.<init>(CDescriptor.java:111) at org.eclipse.cdt.internal.core.CDescriptorManager. configure(CDescriptorManager.java:266) at org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:711) at org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests. testDescriptorCreation(CDescriptorTests.java:123) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. runTests(RemoteTestRunner.java:410) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. run(RemoteTestRunner.java:294) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner. main(RemotePluginTestRunner.java:30) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1. run(UITestApplication.java:91) 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:1930) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.pde.internal.junit.runtime.UITestApplication. run(UITestApplication.java:34) at org.eclipse.core.internal.runtime.PlatformActivator$1. run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) testDescriptorOwner(org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests) junit.framework.ComparisonFailure: expected:<org.eclipse.cdt.core.tests. TestProject> but was:<> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests. testDescriptorOwner(CDescriptorTests.java:140) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. runTests(RemoteTestRunner.java:410) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. run(RemoteTestRunner.java:294) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner. main(RemotePluginTestRunner.java:30) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1. run(UITestApplication.java:91) 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:1930) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.pde.internal.junit.runtime.UITestApplication. run(UITestApplication.java:34) at org.eclipse.core.internal.runtime.PlatformActivator$1. run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676)
normal
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bb1'}
61,779
I200405111200 Linux-GTK When I put the mouse cursor on the quickdiff bar, on a 'lines removed' indicator (small black dash), I no more get the hover showing the content of the removed lines.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13854dc1c25ebdc0bb2'}
61,777
Last year we put in place the lazy loading of the registry in place. It was consisting in loading the configuration elements (children of extensions) on demand, once loaded the configuration elements were kept in memory ending up (in the worst case) with the complete registry loaded in memory. I tried an experiment that consisted in putting the configuration elements in a weakReference so that they can be GC'ed. Here are some results on an empty workspace for eclipse (I20040506). The second number in paranthesis is the number of instances with lazy loading only. # of strings: 28277 (4.5% less - 29607) # of config elements: 517 (74% less - 2248) # of config property: 1717 (78% less - 7420) Aside from the gain, the experiment revealed that even if some configuration elements are loaded several times on startup because they've been gc'ed, the degradation on the startup time is insignificant. I tried a startup of an empty workspace in an install that contains several hundreds of plugins and the results are the following: # of strings: 98241 (3.5% less - 101746) # of config elements: 946 (80% less - 5568) # of config property: 3341 (78% less - 17019) Java Heap size: 28192K (7% less - 30440) Java Heap Used: 17742K (7% less - 19163)
normal
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bb3'}
61,780
build I20040506 Some plugins may want to start themselves conditionally. Currently, the startup extension point does not allow conditions to be specified. See bug 61683 for an example. Note that the Startup and Shutdown preference page lists the plugins declaring a startup extension. Should it give some indication when the startup is conditional? The user probably doesn't care too much about the condition, if any.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c13854dc1c25ebdc0bb4'}
61,781
Create a ComboBoxCellEditor in a TableView, click on the cell and click the dropdown button to get dropdown list, select one item from the list, mouse click anywhere else, the ComboBoxCellEditor goes back to the original selection. But if hit enter after doing the selection, the ComboBoxCellEditor will keep the newly selected item. Problem found in 3.0 M8 (not in 2.x).
normal
RESOLVED
INVALID
{'$oid': '52e9c13854dc1c25ebdc0bb5'}
61,782
I200405111200 Linux-GTK The hover displayed for added lines when putting the cursor on the quickdiff bar is as wide as the editor, hiding the text. A few weeks ago, it was only one character wide, this was way better.
normal
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bb6'}
61,786
I200405111200 Window -> Preferences -> Workbench -> Appearance Toggle the view tabs from top to bottom in "View Tab position" and apply. Notice that the contents of the views not move to the correct position - if you resize the view folder the contents get fixed. CTabFolder is sending a resize event but it is not being respected here. Same applies for editors.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13854dc1c25ebdc0bb7'}
61,785
Opening and closing an ant editor leaks an AntEditorDocumentProvider. The provider remains as it is registered as a file buffer listener with the text file buffer manager of the FileBuffersPlugin.
normal
VERIFIED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bb8'}
61,783
build i0506-0200 - schedule a synchronize to happen every hour - wait until it completes - remove the scheduled synchronize via the drop down menu in the Sychronize view - add the scheduled synchronize back via the drop down menu in the Synchronize view Note that the synchronization with the repository starts immediately even though it says that you are scheduled to run every hour and its been less than an hour since you last synchronized.
normal
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bb9'}
61,784
In org.eclipse.ui.internal.CycleEditorAction: The method updateState gets the active page and makes a cast to WorkbenchPage in order to call the getSortedEditors() method. Instead it could have called getActivePage().getEditorReferences() which is more efficient.
normal
RESOLVED
INVALID
{'$oid': '52e9c13854dc1c25ebdc0bba'}
61,787
Our plugin has its own project nature and we would like to extend the Clean... function. We have a few file types that should be deleted by this action. I can find no explanation whatsoever on how to extend this.
enhancement
RESOLVED
INVALID
{'$oid': '52e9c13854dc1c25ebdc0bbb'}
61,788
We need to fire a build finished when the Ant editor closes to clean up the IntrospectionHelpers that are generated during code assist.
major
VERIFIED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bbc'}
61,789
When trying to run the SWT Browser widget on Linux distributions, you need to create the file /etc/gre.conf. There is currently no API/functionality to specify an alternative config file to the Browser component. Our application requires the Browser component to use a specific version of mozilla and without the ability to specify an alternative configuration to be used by the Browser component there is no gurantee that our application would coexist with other applications on Linux. We require an API to tell the browser component what config file to use so that we can point the Browser component to the Mozilla version required by us.
blocker
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bbe'}
61,793
20040411 You cannot see the preferences for a PDE entry in the properties view any more. STEPS 1) Open the plug.xml of a project 2) Select an extention 3) Open the properties view - you won't see anything
normal
RESOLVED
INVALID
{'$oid': '52e9c13854dc1c25ebdc0bbf'}
61,792
The probekit_toc.xml file reports an error in the PII checking tool. A possible fix is to add this line after the <?xml?> line and before the <toc> line: <?NLS TYPE="org.eclipse.help.toc"?>
normal
CLOSED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bc0'}
61,794
I200405111200 1) When a perspective is opened and the chevron is showing but was not used to change perspective (e.g. automatically switch from Java Perspective to Debug Perspective when you debug an application). If the icon for the new perspective is in the chevron, it is not moved to the visible area. 2) On GTK only, the chevron is not handled correctly - the chevron does not appear until you make the perspective area a pinhead. This is because Toolbar.computeSize will always return a dimension of one row high. The toolbar on GTK does not support wrap. 3) Resize your workbench so that there is only one row in the coolbar on the left. Have 5 or 6 perspectives open. Resize the perspective area so that not all the perspectives can be visible. Notice that the toolbar wraps around below and only a small amount of the bottom toolitems is showing. 4) Chevron does not always go away when not required. Fopr example, have two perspectives open. Resize the perspective area so that only one perspective is showing. Now close that perspective using the context menu in the perspective toolbar. Notice that the chevron does not go away.
normal
RESOLVED
FIXED
{'$oid': '52e9c13854dc1c25ebdc0bc1'}
61,790
I have observed three different cases in which auto refresh causes file deletions to fail. I'm using a polling delay of 30000 (the default, I believe). First case: In a shell (outside of eclipse), when I try to do a *clean* Ant build, the build frequently (almost always) fails because it cannot delete the build directory. However, I can usually work around this by simply attempting the clean build again--the second attempt always works. Second case: I just recently noticed that I sometimes have to delete a project twice in order to successfully delete the project (along with its resources). The first time the deletion fails, having deleted only some of the projects resources. The second time, the deletion completes successfully. Third case: (similar to case 2) When I try to rename a project, the new (copied) project is created fine, but the deletion of the old project fails with only some of its resources actually deleted. The old project no longer shows up in Eclipse, but its directory remains on the file system. In all three of these cases, the symptoms disappear when I turn auto refresh off.
normal
RESOLVED
INVALID
{'$oid': '52e9c13954dc1c25ebdc0bc2'}
61,775
Faded appearance of the icons resolved with new set of crisper icons. These new icons will appear in this week's integration build.
normal
RESOLVED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bc3'}
61,795
Platforms: Solaris 9 & HPUX11.11 Build: 3.0M8 (id 200403261517) - Add a new by right click on the CVS Repositories view to get the context menu: New -> Repository location. - Fill in all the information: Host, Repository path, User, Password, Connection type & port. Also select 'Validate Connection on Finish' and click 'Finish'. - A new repository location is now displayed on the CVS Repositories view. - Add another repository location by using the same procedure. Fill in the same data and click 'Finish'. In 3.0M7, a dialog box will come up to warning user that 'Unable to create repository location - The specified repository location already exists. In 3.0M8 this dialog box is missing. A progress box will come up and looks like it is processing. However, no new repository location is created (and this is a correct behaviour) but there is no warning to the user.
normal
RESOLVED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bc4'}
61,796
After upgrading Eclipse from 2.1 to 3.0 I observed a rather annoying behaviour of the code assist. The popup remains open if I press "Home" or "End". I frequently use these keys to jump to the end resp. start of the current line, even if the code assist popup is still open. It would be nice to have the same behaviour like "left" or "right" key which both are closing the code assist popup.
minor
RESOLVED
WONTFIX
{'$oid': '52e9c13954dc1c25ebdc0bc5'}
61,797
This is a request to have the ability to change an object reference to be null in the 'Variables' view when debugging Java code.
enhancement
CLOSED
DUPLICATE
{'$oid': '52e9c13954dc1c25ebdc0bc6'}
61,798
Use the plugin wizard to create a new plugin project. I used the hello world template. Add a build.xml file to the top level directory of the plugin. Export the plugin to some random directory (/tmp) (I exported as a directory structure). You do _not_ have to save the export operation as an ant build script. Now look on the file system: build.xml is gone! Using 3.0 M8 on debian Linux
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c13954dc1c25ebdc0bc7'}
61,800
There is a failed junit test case for SelectionSearch that demonstrates the following: class ABCDEF{ public: static int x; }; int ABCDEF::x = 5; // lookup of ABCDEF::x throws an exception from the symbol table
normal
RESOLVED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bc8'}
61,801
If I have a String variable that is set to null, i.e. String temp = null; and then I try to change the value of this variable in the 'Variables' view while debugging the code, and just press OK without changing the value in the 'Set Value' dialog, then the String value becomes "null".
normal
CLOSED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bc9'}
61,802
I200405111200 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.infoviews.JavadocView.setFocus (JavadocView.java:292) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:469) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:466) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:2587) at org.eclipse.ui.internal.WorkbenchPage.activate (WorkbenchPage.java:455) at org.eclipse.ui.internal.WorkbenchPage.busyShowView (WorkbenchPage.java:765) at org.eclipse.ui.internal.WorkbenchPage.access$9 (WorkbenchPage.java:738) at org.eclipse.ui.internal.WorkbenchPage$13.run (WorkbenchPage.java:2912) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:2909) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:2893) at org.eclipse.ui.internal.ShowViewAction.run(ShowViewAction.java:51) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:891) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:842) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:761) 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:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) 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:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
major
RESOLVED
DUPLICATE
{'$oid': '52e9c13954dc1c25ebdc0bca'}
61,803
I20040510 0800 1. start with clean configuration 2. double click eclipse.exe, accept workspace location, do not exit 3. double click eclipse.exe again Eclipse exits without even asking for a workspace and writes 1084306779565.log in the configuration directory with the following content: !SESSION May 11, 2004 16:19:40.256 -------------------------------------------- - eclipse.buildId=I200405110800 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 11, 2004 16:19:40.256 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:289) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706) Note the problem does not occur after exiting eclipse that was launched first, more than one instance can run concurently. This bug is causing Infocenter, Stan-alone Help, and Update Site Mirroring junit tests to fail when run using rel-eng testing framework. Infocenter, Stan-alone Help, and Update Site Mirroring launch Eclipse instance and they have the problem since first instance running all junit tests is still up. We have debug update configurator, and the problem does not seem to be there. When running stand-alone help with debugging enabled for update configurator I got following output: Install location: file:/d:/eclipse-testing/test-eclipse/eclipse/ Configuration file: file:/d:/eclipse-testing/test-eclipse/eclipse/configuration/config.ini loaded Configuration location: file:/d:/eclipse-testing/test-eclipse/eclipse/configuration/ Configuration file: file:/d:/eclipse-testing/test-eclipse/eclipse/configuration/config.ini loaded Framework located: file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/ Loading framework classpath from: file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipse.properties Framework classpath: file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/core.jar file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/console.jar file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.jar file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/resolver.jar file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar file:/d:/eclipse-testing/test- eclipse/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar Debug options: file:/D:/eclipse-testing/test-eclipse/eclipse/.options loaded Time to load bundles: 100 PlatformConfig: Start parsing Configuration:file:/d:/eclipse-testing/test- eclipse/eclipse/configuration/org.eclipse.update/platform.xml PlatformConfig: Start Element: uri: local Name:config qName:config PlatformConfig: End Processing Config Tag: date:1084303234538 PlatformConfig: Start Element: uri: local Name:site qName:site PlatformConfig: End process config site url:platform:/base/ policy:USER- EXCLUDE updatable:true PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: Start Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:feature qName:feature PlatformConfig: End Element: uri: local Name:site qName:site PlatformConfig: End Element: uri: local Name:config qName:config PlatformConfig: Using configuration file:/d:/eclipse-testing/test- eclipse/eclipse/configuration/org.eclipse.update/platform.xml PlatformConfig: Creating configuration file:/d:/eclipse-testing/test- eclipse/eclipse/configuration/org.eclipse.update/platform.xml PlatformConfig: No links detected in file:/d:/eclipse-testing/test- eclipse/eclipse/links/ PlatformConfig: file:/d:/eclipse-testing/test-eclipse/eclipse/ feature stamp: 1084297012962 in 0ms PlatformConfig: file:/d:/eclipse-testing/test-eclipse/eclipse/ located 117 plugin(s) PlatformConfig: file:/d:/eclipse-testing/test-eclipse/eclipse/ plugin stamp: 1084302092806 in 180ms PlatformConfig: Same last time stamp ***** Time spent in registry parsing: null Time spent in package admin resolve: null Time spent resolving the dependency system: null The last three lines are normally (when things work) not there.
major
RESOLVED
INVALID
{'$oid': '52e9c13954dc1c25ebdc0bcb'}
61,804
Currently, the contextual launch actions "Run->", "Debug->", "Profile->" will appear on an item if there are any config types registered in that mode and the selected object provides an ILaunchable adapter. This is basically an all-or-nothing approach; if something is "launchable", you get all the actions even if they don't make sense. For example, we now have a "Debug->" action on nodes in the Ant outline even though there are no shortcuts available to Debug an Ant target. One way to fix this would be to provide a separate interface for each launch mode - IRunnable, IDebuggable, IProfilable, etc. This would create a bit of XML bloat, unfortunately, but the resulting user experience would be better.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c13954dc1c25ebdc0bcc'}
61,799
I200405111200 See attachment. There is a space below the status line that is drawn in a bogus colour. Not sure if you are setting backgrounds here or if this is a SWT bug.
normal
RESOLVED
INVALID
{'$oid': '52e9c13954dc1c25ebdc0bcd'}
61,805
I20040511 If you multi-select projects in the navigator then select Project > Clean... the resulting dialog appears sized horizontaly to fit the entire screen. This is happening because the read-only text field showing the selected resources is trying to display them all. Maybe it would be better to have a width hint?
normal
VERIFIED
WORKSFORME
{'$oid': '52e9c13954dc1c25ebdc0bce'}
61,806
InputDialog#getErrorMessageLabel() is deprecated
normal
VERIFIED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bcf'}
61,807
I found the following exception in my log. I'm using Linux-GTK I200405060200. !SESSION May 11, 2004 16:30:51.539 --------------------------------------------- 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.core.runtime 4 2 May 11, 2004 16:30:51.539 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access 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:373) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:310) at org.eclipse.swt.widgets.Widget.getData(Widget.java:399) at org.eclipse.ui.part.MultiPageEditorPart.getEditor(MultiPageEditorPart.java:291) at org.eclipse.ui.part.MultiPageEditorPart.removePage(MultiPageEditorPart.java:482) at org.eclipse.pde.internal.ui.editor.MultiSourceEditor.removePage(MultiSourceEditor.java:42) at org.eclipse.pde.internal.ui.editor.plugin.ManifestEditor.contextRemoved(ManifestEditor.java:116) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.fireContextChange(InputContextManager.java:212) at org.eclipse.pde.internal.ui.editor.plugin.PluginInputContextManager.fireContextChange(PluginInputContextManager.java:43) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.removeContext(InputContextManager.java:191) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.structureChanged(InputContextManager.java:176) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.access$0 (InputContextManager.java:166) at org.eclipse.pde.internal.ui.editor.context.InputContextManager$1.visit(InputContextManager.java:155) at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:68) at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:77) at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:77) at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.resourceChanged(InputContextManager.java:147) 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.Workspace.run(Workspace.java:1665) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
normal
RESOLVED
FIXED
{'$oid': '52e9c13954dc1c25ebdc0bd0'}
61,808
With I0506, a NPE is thrown when using the "SWT Layout" example and trying to switch the widget type of an item you added (In my example I was using GridLayout). It seems it throws this exception as it is in the process of showing the combobox editor to select values. Not sure if this is a SWT bug or an SWT example bug.. If it is just an example bug I ugess the severity should be bumped down to normal. ava.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.swt.examples.layoutexample.Tab.createComboEditor (Tab.java:181) at org.eclipse.swt.examples.layoutexample.GridLayoutTab$2.mouseDown (GridLayoutTab.java:99) 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.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
DUPLICATE
{'$oid': '52e9c13954dc1c25ebdc0bd1'}
61,809
IWorkbench should have a method added to indicate that it should be relaunched. This would follow the same format as the existing Workbench.restart, but use a unique return code. The work for the actual relaunch as already been implemented in core, workbench just needs to add API to use it. When this has been done, we can remove the IDE-specific code that accomplishes the same thing.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c13a54dc1c25ebdc0bd2'}
61,811
eclipse.buildId=I200405111200 Found this in my log. I had not noticed a problem while working. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2675) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.graphics.Image.init(Image.java:1351) at org.eclipse.swt.graphics.Image.<init>(Image.java:161) at org.eclipse.ui.internal.progress.NewProgressViewer$Hyperlink.paint (NewProgressViewer.java:412) at org.eclipse.ui.internal.progress.NewProgressViewer$Hyperlink.handleEvent (NewProgressViewer.java:289) 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.Composite.WM_PAINT(Composite.java:795) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3001) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388) 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:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) 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:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
VERIFIED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bd3'}
61,810
I noticed this in my log. Not sure if the debug NPE is related to the first NPE or not. !SESSION May 11, 2004 16:00:25.146 -------------------------------------------- - java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.ui 4 4 May 11, 2004 16:00:25.146 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 11, 2004 16:00:25.156 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PerspectiveBarManager.handleChevron (PerspectiveBarManager.java:156) at org.eclipse.ui.internal.WorkbenchWindow$3.widgetSelected (WorkbenchWindow.java:803) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) 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) !ENTRY org.eclipse.core.runtime 4 2 May 11, 2004 16:02:07.363 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.getElements (RemoveAllTerminatedAction.java:105) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.update (RemoveAllTerminatedAction.java:72) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.launchesRemoved (RemoveAllTerminatedAction.java:166) at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run (LaunchManager.java:1396) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify (LaunchManager.java:1447) at org.eclipse.debug.internal.core.LaunchManager.fireUpdate (LaunchManager.java:371) at org.eclipse.debug.internal.core.LaunchManager.removeLaunches (LaunchManager.java:1231) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.removeTerminate dLaunches(RemoveAllTerminatedAction.java:123) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.doAction (RemoveAllTerminatedAction.java:89) at org.eclipse.debug.internal.ui.actions.AbstractRemoveAllActionDelegate.doAction (AbstractRemoveAllActionDelegate.java:24) at org.eclipse.debug.internal.ui.actions.AbstractRemoveAllActionDelegate.run (AbstractRemoveAllActionDelegate.java:32) at org.eclipse.debug.internal.ui.actions.AbstractListenerActionDelegate.runWithEve nt(AbstractListenerActionDelegate.java:112) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:266) 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) !ENTRY org.eclipse.debug.core 4 120 May 11, 2004 16:02:07.373 !MESSAGE An exception occurred during launch change notification. !STACK 0 java.lang.NullPointerException at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.getElements (RemoveAllTerminatedAction.java:105) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.update (RemoveAllTerminatedAction.java:72) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.launchesRemoved (RemoveAllTerminatedAction.java:166) at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run (LaunchManager.java:1396) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify (LaunchManager.java:1447) at org.eclipse.debug.internal.core.LaunchManager.fireUpdate (LaunchManager.java:371) at org.eclipse.debug.internal.core.LaunchManager.removeLaunches (LaunchManager.java:1231) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.removeTerminate dLaunches(RemoveAllTerminatedAction.java:123) at org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction.doAction (RemoveAllTerminatedAction.java:89) at org.eclipse.debug.internal.ui.actions.AbstractRemoveAllActionDelegate.doAction (AbstractRemoveAllActionDelegate.java:24) at org.eclipse.debug.internal.ui.actions.AbstractRemoveAllActionDelegate.run (AbstractRemoveAllActionDelegate.java:32) at org.eclipse.debug.internal.ui.actions.AbstractListenerActionDelegate.runWithEve nt(AbstractListenerActionDelegate.java:112) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:266) 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)
normal
VERIFIED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bd4'}
61,812
The File Search dialog tab (reached via, e.g., C-h>File Search) should support the Whole Word option. What I mean: My group is getting old source (many KLOC) running on a new base. Among the many tasks involved is replacing many Java type names, e.g. FacesConfig with FacesConfigTypeImpl. It would be nice to be able to do this via C-h>Java Search (for which I'll do a separate bug), but that does not support Replace. Instead I use C-h>File Search ... which does the job, except that, when I attempt to replace FacesConfig I also catch getFacesConfig setFacesConfigName FacesConfigHelper etc. For this usecase I want *only* to replace, e.g., FacesConfig with FacesConfigTypeImpl. This would be easy and not error-prone if File Search supported one of the Find/Replace (C-f) Options, "Whole word". File Search already supports the options "Case sensitive" and "Regular expression"; I don't believe "Wrap Search" makes sense for File Search (as it does for Find/Replace), and I'm not sure what the "Incremental" option does. But Whole Word is very much needed, for both File Search and Find/Replace!
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c13a54dc1c25ebdc0bd5'}
61,813
I have noticed from time to time while editing in Eclipse M8 that the "Copy" command is disabled from both the edit menu and the Ctrl+C hotkey. It appears to happen under these circumstances... 1) paste this line into a java editor System.out.println(SwingUtilities.CENTER); 2) move your cursor 5 spaces to the left so that it is in between the N and the T of CENTER 3) Do an auto-complete (Crtl+Space) to finish the variable name. 4) Do an Crtl+Shift+Left Arrow to highlight the word CENTER 5) Do an Alt+E to open the Edit menu, you should see that the Cut and Copy commands remain disabled.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c13a54dc1c25ebdc0bd7'}
61,816
The error message is "Specify a valid XML Schema and try loading again". Pre-condition: a. Have the following java file in your project package web; /** * @model */ public class Spider { /** * @model */ public String identifier; /** * @model */ public String reference; } Steps are: 1. File | New | EMF Models, Next 2. Pick your project, Next 3. "Load from annotated java", Next 4. Next page is empty (no packages to select from) The task window shows new error: java.lang.NullPointerException at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.analyzeField (JavaEcoreBuilder.java:1305) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.analyzeType (JavaEcoreBuilder.java:817) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.analyzeCompilationUni t(JavaEcoreBuilder.java:717) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.traverse (JavaEcoreBuilder.java:699) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.traverse (JavaEcoreBuilder.java:675) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.traverse (JavaEcoreBuilder.java:679) at org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.run (JavaEcoreBuilder.java:268) at org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard$40.execute (EMFProjectWizard.java:2703) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:91) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1559) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:756) at org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard$PackagePag e.refreshPackagesTable(EMFProjectWizard.java:2745) at org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard$PackagePag e.setVisible(EMFProjectWizard.java:2148) at org.eclipse.jface.wizard.WizardDialog.updateForPage (WizardDialog.java:957) at org.eclipse.jface.wizard.WizardDialog.access$1 (WizardDialog.java:938) at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:927) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.jface.wizard.WizardDialog.showPage (WizardDialog.java:925) at org.eclipse.jface.wizard.WizardDialog.nextPressed (WizardDialog.java:682) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:314) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:413) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:163) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676)
normal
VERIFIED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bd8'}
61,814
The error message is "Specify a valid XML Schema and try loading again". Steps are: 1. File | New | EMF Models, Next 2. Pick your project, Next 3. "Load from schema", Next 4. Enter path to a XSD file. E.g. enter "D:/xerces-2_6_2/data/personal.xsd" as an input schema (the file comes with workaround for Xerces)
major
RESOLVED
WORKSFORME
{'$oid': '52e9c13a54dc1c25ebdc0bd9'}
61,818
Flipping between views, you can see lines drawn bogusly. Calling layout of ViewForm changes location of items but does not force a redraw?
normal
RESOLVED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bda'}
61,817
Since there is public API for "RenameSupport", I was wondering why there isn't similar "MoveSupport" (or is there...) to kick off Java move/refactoring.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bdb'}
61,819
I200405111200 When I export a plugin (org.eclipse.ant.ui but I get messages for any plugin I try), I get lots of error log message. The export seems to be successful. Example message: File not read: C:\darins\debugger\20040511 \eclipse\plugins\org.eclipse.jdt.core_3.0.0\build.properties.
normal
RESOLVED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bdc'}
61,820
0511 integration build I have the feature based self-hosting setup. When creating a patch, and picking up the feature to patch, I see duplicates for all features.
normal
RESOLVED
FIXED
{'$oid': '52e9c13a54dc1c25ebdc0bdd'}
61,822
After the patch project was successfully created, I tried removing it from the workspace (and from the disk as well). I got an error message saying that /Patch resource does not exists. (the project was called Patch). This may not be a PDE problem, but a 0511 integration build issue.
normal
VERIFIED
WORKSFORME
{'$oid': '52e9c13a54dc1c25ebdc0bde'}
61,821
Some default values must be generated, otherwise the patch cannot be instaled
normal
RESOLVED
FIXED