_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': '52e9c16254dc1c25ebdc0eb4'}
62,549
On CDT 2.0.0.200405121551 1. Create a Std Make project 2. Import GCC-3.3 into it. (3. Add to CVS. I suspect this is unnecessary.) The following traceback appears on the console: org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTableError at org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTable.getFlatTypeInfo (ParserSymbolTable.java:2043) at org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTable.checkType (ParserSymbolTable.java:463) at org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTable.collectSymbol (ParserSymbolTable.java:489) at org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTable.lookupInContained (ParserSymbolTable.java:345) at org.eclipse.cdt.internal.core.parser.pst.ParserSymbolTable.lookup (ParserSymbolTable.java:132) at org.eclipse.cdt.internal.core.parser.pst.ContainerSymbol.lookup (ContainerSymbol.java:480) at org.eclipse.cdt.internal.core.parser.ast.complete.CompleteParseASTFactory.create SimpleTypeSpecifier(CompleteParseASTFactory.java:1954) at org.eclipse.cdt.internal.core.parser.Parser.simpleDeclaration (Parser.java:1004) at org.eclipse.cdt.internal.core.parser.Parser.simpleDeclarationStrategyUnion (Parser.java:829) at org.eclipse.cdt.internal.core.parser.Parser.declaration (Parser.java:792) at org.eclipse.cdt.internal.core.parser.Parser.translationUnit (Parser.java:152) at org.eclipse.cdt.internal.core.parser.Parser.parse(Parser.java:105) at org.eclipse.cdt.internal.core.search.indexing.SourceIndexer.indexFile (SourceIndexer.java:124) at org.eclipse.cdt.internal.core.search.indexing.AbstractIndexer.index (AbstractIndexer.java:439) at org.eclipse.cdt.internal.core.index.impl.Index.add(Index.java:110) at org.eclipse.cdt.internal.core.search.indexing.AddCompilationUnitToIndex.indexDoc ument(AddCompilationUnitToIndex.java:29) at org.eclipse.cdt.internal.core.search.indexing.AddFileToIndex.execute (AddFileToIndex.java:39) at org.eclipse.cdt.internal.core.search.processing.JobManager.run (JobManager.java:395) at java.lang.Thread.run(Thread.java:536)
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0eb5'}
62,550
I have added <install-handler handler="org.eclipse.update.core.DeltaInstallHandler"/> to my feature.xml of a patch, as explained in bug 38003. After installing the patch, plug-in is incomplete - does not have files from the original plug-in, only delta that is delivered in the updated plug-in is installed.
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0eb6'}
62,541
I200405171219 Shortly after first startup with this build, I noticed several errors in my log file like the ones below. The UI seems to have restored correctly though. I will attach the complete log, because there were other startup errors that may be relevant. !ENTRY org.eclipse.ui 4 4 May 17, 2004 15:15:32.152 !MESSAGE Referenced part does not exist yet: org.eclipse.ui.views.TaskList. !ENTRY org.eclipse.ui 4 4 May 17, 2004 15:15:32.152 !MESSAGE Referenced part does not exist yet: org.eclipse.ui.views.TaskList. !ENTRY org.eclipse.ui 4 4 May 17, 2004 15:15:32.168 !MESSAGE Referenced part does not exist yet: org.eclipse.ui.views.ResourceNavigator. !ENTRY org.eclipse.ui 4 4 May 17, 2004 15:15:40.918
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0eb7'}
62,551
Not sure whose this is.... N20040517 Comparing previous versions of TableItem with the current version using Compare with version... After comparing a couple of versions, I finally got this. 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.core.internal.content.ContentTypeManager.readBuffer (ContentTypeManager.java) at org.eclipse.core.internal.content.ContentTypeManager.getDescriptionFor (ContentTypeManager.java) at org.eclipse.team.internal.core.TeamPlugin.getContentDescription (TeamPlugin.java:143) at org.eclipse.team.internal.core.TeamPlugin.getCharset (TeamPlugin.java:121) at org.eclipse.team.core.variants.CachedResourceVariant$ResourceVariantStorage.get Charset(CachedResourceVariant.java:87) at org.eclipse.team.internal.ccvs.ui.ResourceEditionNode.getCharset (ResourceEditionNode.java:156) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getEncoding (TextMergeViewer.java:1670) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.updateContent (TextMergeViewer.java:1639) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalRefresh (ContentMergeViewer.java:661) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.inputChanged (ContentMergeViewer.java:558) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java) at org.eclipse.compare.CompareViewerSwitchingPane.setInput (CompareViewerSwitchingPane.java:302) at org.eclipse.compare.CompareEditorInput$11.run (CompareEditorInput.java:526) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.compare.CompareEditorInput.feed1 (CompareEditorInput.java:516) at org.eclipse.compare.CompareEditorInput.access$1 (CompareEditorInput.java:515) at org.eclipse.compare.CompareEditorInput$6.open (CompareEditorInput.java:457) at org.eclipse.compare.CompareViewerSwitchingPane$1.open (CompareViewerSwitchingPane.java:55) at org.eclipse.jface.viewers.StructuredViewer$2.run (StructuredViewer.java:396) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:394) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:592) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen (StructuredViewer.java:681) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:211) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0eb8'}
62,552
build I20040514 - in the tasks view, create a new task - click to edit its description - the cell editor's position is off by quite a bit It used to line up pretty closely with the text in the table cell. I don't think anything has changed in this area in JFace. Rename in the Navigator works OK. I don't believe it uses JFace. However, it's a Tree here, not a Table, so it could still be a problem in SWT.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16254dc1c25ebdc0eb9'}
62,553
My sorting options for the problems view are never persisted -- I have to reset them every time I restart Eclipse. This has been a problem for a while, but I'm reporting against 20040517-1219.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16254dc1c25ebdc0eba'}
62,554
build i0517-1219 I have a job entry in the Progress View which has no name. I will attach a screen shot as well as a stack trace showing the running threads. Threads: Stack Traces of Threads: ThreadName=main(0003579C) Status=Running In org/eclipse/swt/internal/win32/OS.WaitMessage()Z In org/eclipse/swt/widgets/Display.sleep()Z In org/eclipse/ui/application/WorkbenchAdvisor.eventLoopIdle(Lorg/eclips e/swt/widgets/Display;)V In org/eclipse/ui/internal/Workbench.runEventLoop(Lorg/eclipse/jface/win dow/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V In org/eclipse/ui/internal/Workbench.runUI()I In org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Lorg/eclipse/ swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widg ets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/internal/ide/IDEApplication.run(Ljava/lang/Object;)Lja va/lang/Object; In org/eclipse/core/internal/runtime/PlatformActivator$1.run(Ljava/lang/ Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run(Ljava/lang/Object ;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run([Ljava/lang/Strin g;Ljava/lang/Runnable;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Metho d;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/ lang/Object;)Ljava/lang/Object; In sun/reflect/DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Lj ava/lang/Object;)Ljava/lang/Object; In java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object; )Ljava/lang/Object; In org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lan g/Object; In org/eclipse/core/launcher/Main.run([Ljava/lang/String;)I In org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V ThreadName=Gc Thread(000358EC) Status=Waiting Monitor=00034DA8 (System monitor) Count=0 Owner=(00000000) ThreadName=Finalizer thread(00035940) Status=Waiting Monitor=000355B8 (System monitor) Count=0 Owner=(00000000) ThreadName=Framework Event Dispatcher(00035994) Status=Waiting Monitor=01A1E2C8 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventTh read @ 008E4130) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/ec lipse/osgi/framework/eventmgr/EventThread$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=OSGi Console(000359E8) Status=Waiting Monitor=01A1E2F8 (Object monitor for java/lang/Object @ 00986EB0) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/osgi/framework/internal/core/FrameworkConsole.console()V In org/eclipse/osgi/framework/internal/core/FrameworkConsole.console([Lj ava/lang/String;)V In org/eclipse/osgi/framework/internal/core/FrameworkConsole.run()V In java/lang/Thread.run()V ThreadName=Start Level Event Dispatcher(00035A3C) Status=Waiting Monitor=01A1E358 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventTh read @ 00986E04) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/ec lipse/osgi/framework/eventmgr/EventThread$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Worker-0(00035A90) Status=Blocked Monitor=01A1E388 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00DA97A0) Count=1 Owner=Worker-10(05287600) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Thread-0(00035AE4) Status=Waiting Monitor=01A1E7A8 (Object monitor for java/lang/ref/ReferenceQueue @ 033C305C) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/lang/ref/ReferenceQueue.remove(J)Ljava/lang/ref/Reference; In java/lang/ref/ReferenceQueue.remove()Ljava/lang/ref/Reference; In org/eclipse/jface/action/ActionContributionItem$ImageCache$ReferenceC leanerThread.run()V ThreadName=Thread-1(00035B38) Status=Waiting Monitor=01A1E7D8 (Object monitor for java/lang/ref/ReferenceQueue @ 033C30E4) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/lang/ref/ReferenceQueue.remove(J)Ljava/lang/ref/Reference; In java/lang/ref/ReferenceQueue.remove()Ljava/lang/ref/Reference; In org/eclipse/jface/action/ActionContributionItem$ImageCache$ReferenceC leanerThread.run()V ThreadName=Thread-4(00035C34) Status=Running In java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII) I In java/net/SocketInputStream.read([BII)I In com/jcraft/jsch/IO.getByte([BII)V In com/jcraft/jsch/Session.read(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsc h/Buffer; In com/jcraft/jsch/Session.run()V In java/lang/Thread.run()V ThreadName=Java indexing(00035C88) Status=Waiting Monitor=01A1EC58 (Object monitor for org/eclipse/jdt/internal/core/search/indexi ng/IndexManager @ 0381C044) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/core/search/processing/JobManager.run()V In java/lang/Thread.run()V ThreadName=Worker-4(00035D30) Status=Waiting Monitor=01A1E388 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00DA97A0) Count=1 Owner=Worker-10(05287600) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00035E2C) Status=Waiting Monitor=01A61C08 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegi onQueue @ 07A72794) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-8(00035BE0) Status=Waiting Monitor=01A1E388 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00DA97A0) Count=1 Owner=Worker-10(05287600) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00035E80) Status=Waiting Monitor=01A61848 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegi onQueue @ 0961F72C) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-10(00035ED4) Status=Waiting Monitor=00039610 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-11(00035DD8) Status=Waiting Monitor=01A1E388 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00DA97A0) Count=1 Owner=Worker-10(05287600) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ebb'}
62,556
0517 integration build Note that this could be a side effect of bug 62547 but I'm logging it here to ensure that it's not forgotten. - retrieve the org.eclipse.swt.gtk project from dev.eclipse.org - select its contained os/linux/x86/libswt-atk-gtk-30XX.so file, right-click -> Properties - note its size (for me it's currently 43377 bytes), OK - do the same for the contained os/linux/x86/libswt-awt-gtk-30XX.so file (for me its current size is 6607 bytes), OK - delete libswt-atk-gtk-30XX.so - rename libswt-awt-gtk-30XX.so to libswt-atk-gtk-30XX.so - select the project, Replace With -> Latest from HEAD - now check the size of libswt-atk-gtk-30XX.so and it will have taken on the size of libswt-awt-gtk-30XX.so - if you compare them with each other they now have the same content
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16254dc1c25ebdc0ebc'}
62,557
build i0517-1219 - in the progress view use the drop-down menu to "show verbose" - close the view - open the view via double-clicking in the bottom right of the app window - note that the checkmark doesn't appear next to "verbose" in the menu - note that it is showing all jobs - choose "verbose" from the menu - note it reduces the number of jobs shown in the view - choose "verbose" from the menu - note that the checkmark appears
normal
VERIFIED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ebd'}
62,558
Go to the menu and choose, File>Open External File, when the open file dialog comes up select a folder from the left side list and hit open, should get a big long traceback similar to the following org.eclipse.ui.PartInitException[0]: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:80) at org.eclipse.core.internal.filebuffers.JavaTextFileBuffer.setDocumentContent(JavaTextFileBuffer.java:300) at org.eclipse.core.internal.filebuffers.JavaTextFileBuffer.initializeFileBufferContent(JavaTextFileBuffer.java:231) at org.eclipse.core.internal.filebuffers.JavaFileBuffer.create(JavaFileBuffer.java:81) at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager.java:68) at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvider.java:470) at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:414) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2507) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.ExtendedTextEditor.doSetInput(ExtendedTextEditor.java:1067) at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290) at org.eclipse.ui.texteditor.AbstractTextEditor$14.run(AbstractTextEditor.java:1978) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:576) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:573) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1606) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1993) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2011) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:569) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:633) 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:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2037) at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run(OpenExternalFileAction.java:115) at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run(OpenExternalFileAction.java:87) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207) 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:939) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1953) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1726) 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(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)
minor
VERIFIED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ebe'}
62,559
Problem: existence of symptom database for the Log Analyzer sample is not checked i.e. any invalid database file can be entered.
normal
CLOSED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ebf'}
62,555
Build 200405171219 Linux-GTK The right half of the bottom line of a group border is miscolored in the latest build. See attached screenshot.
normal
RESOLVED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ec0'}
62,560
Problem: The second page in the wizard of the Log Analyzer sample displays the incorrect labels.
normal
CLOSED
FIXED
{'$oid': '52e9c16254dc1c25ebdc0ec1'}
62,561
build I20040514 - with platform-ui module loaded from head, - open type on CustomHashtable (in o.e.jface.viewers) - Ctrl+Shift+G - it shows matches in CustomHashtable and StructuredViewer, but not in other places where used like AbstractTreeViewer and CheckboxTableViewer. The latter refs were added in this session, so it's possible the index is not getting updated. Nothing in the log.
normal
CLOSED
INVALID
{'$oid': '52e9c16354dc1c25ebdc0ec2'}
62,562
Build 200405171219 Linux-GTK Not sure how relevant this is, but: I debugged a toy program to a breakpoint. The console view opened to show the output and then the Debug view automatically brought itself to the top over the console view. The following was then dumped to the log: java.lang.NullPointerException at org.eclipse.ui.internal.presentations.DefaultPartPresentation. childPropertyChanged(DefaultPartPresentation.java:567) at org.eclipse.ui.internal.presentations.DefaultPartPresentation$5. propertyChanged(DefaultPartPresentation.java:168) at org.eclipse.ui.internal.presentations.PresentableViewPart. firePropertyChange(PresentableViewPart.java:60) at org.eclipse.ui.internal.ViewPane.showHighlight(ViewPane.java:614) at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService. warnOfContentChange(WorkbenchSiteProgressService.java:255) at org.eclipse.ui.internal.console.ConsoleView.warnOfContentChange(ConsoleView.java:431) at org.eclipse.ui.internal.console.ConsoleManager.warnOfContentChange(ConsoleManager.java: 235) at org.eclipse.debug.internal.ui.views.console.ProcessConsole. warnOfContentChange(ProcessConsole.java:146) at org.eclipse.debug.internal.ui.views.console.ProcessConsole.access$1(ProcessConsole.java: 145) at org.eclipse.debug.internal.ui.views.console.ProcessConsole$1.run(ProcessConsole.java:137) 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:2515) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2252) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
VERIFIED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec3'}
62,563
I opened an external build file, and the following appeard in my console (nothing in the log). Then when I tried to close the file, Eclispe hung (thread dump follows). java.lang.NullPointerException at org.eclipse.ant.internal.ui.editor.outline.AntEditorMarkerUpdater.rem oveProblems(AntEditorMarkerUpdater.java:49) at org.eclipse.ant.internal.ui.editor.outline.AntEditorMarkerUpdater.upd ateMarkers(AntEditorMarkerUpdater.java:69) at org.eclipse.ant.internal.ui.editor.outline.AntModel.updateForInitialR econcile(AntModel.java:1230) at org.eclipse.ant.internal.ui.editor.AntEditor.updateForInitialReconcil e(AntEditor.java:689) at org.eclipse.ant.internal.ui.editor.AntEditor.reconciled (AntEditor.jav a:762) at org.eclipse.ant.internal.ui.editor.text.NotifyingReconciler.notifyRec oncilingParticipants(NotifyingReconciler.java:55) at org.eclipse.ant.internal.ui.editor.text.NotifyingReconciler.initialPr ocess(NotifyingReconciler.java:63) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:166) Thread Dump: "Worker-12" prio=5 tid=0x03f30ea8 nid=0xf30 in Object.wait() [49af000..49afd94] at java.lang.Object.wait(Native Method) - waiting on <0x1154ddd0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x1154ddd0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob (WorkerPool.java:23 6) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Thread-4" prio=5 tid=0x02e5cd18 nid=0x8e4 runnable [3eef000..3eefd94] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.jcraft.jsch.IO.getByte(Unknown Source) at com.jcraft.jsch.Session.read(Unknown Source) at com.jcraft.jsch.Session.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) "Java indexing" daemon prio=4 tid=0x02e52a80 nid=0x53c in Object.wait() [3cdf000 ..3cdfd94] at java.lang.Object.wait(Native Method) - waiting on <0x1190ce58> (a org.eclipse.jdt.internal.core.search.indexi ng.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run (JobMan ager.java:344) - locked <0x1190ce58> (a org.eclipse.jdt.internal.core.search.indexing.I ndexManager) at java.lang.Thread.run(Thread.java:534) "Thread-1" prio=7 tid=0x02ebed28 nid=0xdb8 in Object.wait() [3b9f000..3b9fd94] at java.lang.Object.wait(Native Method) - waiting on <0x1187a408> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x1187a408> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceC leanerThread.run(ActionContributionItem.java:196) "Thread-0" prio=7 tid=0x0307cb28 nid=0x46c in Object.wait() [3b5f000..3b5fd94] at java.lang.Object.wait(Native Method) - waiting on <0x1187a478> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x1187a478> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceC leanerThread.run(ActionContributionItem.java:196) "Start Level Event Dispatcher" daemon prio=5 tid=0x02ed9ad8 nid=0xea8 in Object. wait() [2fcf000..2fcfd94] at java.lang.Object.wait(Native Method) - waiting on <0x113babd8> (a org.eclipse.osgi.framework.eventmgr.EventTh read) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent (EventThr ead.java:162) - locked <0x113babd8> (a org.eclipse.osgi.framework.eventmgr.EventThread ) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java: 100) "Framework Event Dispatcher" daemon prio=5 tid=0x02eb8980 nid=0x72c in Object.wa it() [2f8f000..2f8fd94] at java.lang.Object.wait(Native Method) - waiting on <0x113bacc0> (a org.eclipse.osgi.framework.eventmgr.EventTh read) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent (EventThr ead.java:162) - locked <0x113bacc0> (a org.eclipse.osgi.framework.eventmgr.EventThread ) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java: 100) "Signal Dispatcher" daemon prio=10 tid=0x0003d420 nid=0x568 waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009c03f0 nid=0x720 in Object.wait() [2c4f000..2c 4fd94] at java.lang.Object.wait(Native Method) - waiting on <0x1134afa0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x1134afa0> (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=0x009befc0 nid=0x680 in Object.wait() [2c 0f000..2c0fd94] at java.lang.Object.wait(Native Method) - waiting on <0x1134b008> (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 <0x1134b008> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x000352d0 nid=0x808 in Object.wait() [7e000..7fc3c] at java.lang.Object.wait(Native Method) - waiting on <0x13074f78> (a org.eclipse.jface.text.reconciler.DirtyRegi onQueue) at java.lang.Object.wait(Object.java:429) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .suspendCallerWhileDirty(AbstractReconciler.java:117) - locked <0x13074f78> (a org.eclipse.jface.text.reconciler.DirtyRegionQu eue) at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.inputDo cumentAboutToBeChanged(AbstractReconciler.java:262) at org.eclipse.jface.text.TextViewer.fireInputDocumentAboutToBeChanged (T extViewer.java:2281) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2336) at org.eclipse.jface.text.source.SourceViewer.setDocument (SourceViewer.j ava:454) at org.eclipse.jface.text.source.SourceViewer.setDocument (SourceViewer.j ava:400) at org.eclipse.jface.text.TextViewer$1.widgetDisposed (TextViewer.java:13 57) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java: 100) 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.Widget.notifyListeners(Widget.java:613) at org.eclipse.swt.custom.StyledText.handleDispose (StyledText.java:4859) at org.eclipse.swt.custom.StyledText$7.handleEvent (StyledText.java:4730) 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:801) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:708) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1470) at org.eclipse.swt.widgets.Scrollable.releaseWidget (Scrollable.java:192) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:373) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Composite.releaseChildren (Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Composite.releaseChildren (Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Composite.releaseChildren (Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Composite.releaseChildren (Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Composite.releaseChildren (Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:192) at org.eclipse.ui.internal.EditorAreaHelper.closeEditor (EditorAreaHelper .java:111) at org.eclipse.ui.internal.EditorAreaHelper.closeEditor (EditorAreaHelper .java:99) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java: 160) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java: 966) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java: 932) at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:97) at org.eclipse.ui.internal.PartStack.close(PartStack.java:219) at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:199) at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:72) at org.eclipse.ui.internal.presentations.DefaultPartPresentation$1.close ButtonPressed(DefaultPartPresentation.java:104) at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners (PaneFolder.java:417) at org.eclipse.ui.internal.presentations.PaneFolder$1.close (PaneFolder.j ava:123) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1981) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:291) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.jav a:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformAct ivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621) "VM Thread" prio=5 tid=0x009fb6f8 nid=0xe14 runnable "VM Periodic Task Thread" prio=10 tid=0x0003fc40 nid=0x5a4 waiting on condition "Suspend Checker Thread" prio=10 tid=0x009c2790 nid=0xcc8 runnable
normal
VERIFIED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec4'}
62,564
To fix bugs 61958 and bug 61960, we removed the Throwable catch clauses in the Jobs of DebugPlugin and of JDIThread. These Jobs are implemented to execute one or more runnables. With this change, it's possible that some runnable will never be run. When a Job has a set of runnables to execute, if one runnable throws an exception, the execution of the Job is stopped, the runnables still to be executed in this Job will never be run.
normal
VERIFIED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec5'}
62,567
I200405171219 All the tab gradients are now going from dark on the top to light on the bottom. This conflicts with the UI look and feel convention of having everthing lit from the upper-left. It also creates jarring colour changes at the bottom of the gradient, in situations where the gradient touches a wrapped toolbar or message label.
trivial
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec6'}
62,565
This happenned again, using the following build. I had opened an editor, and it was still "initializing" when I pressed CTRL-O. I noticed that the editor text pane was present, but the editor tab was not yet drawn, and a build was going on in the background. eclipse.buildId=I200405171219 java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3393) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec7'}
62,568
I20040517 If you try to run two "export plugin" jobs at once, you get an error dialog (since only one Ant job can be run at once in the same VM as Eclispe). The jobs should have a scheduling rule to avoid running at the same time.
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ec8'}
62,569
Easily seen with the sample code of the preview for the new formatting. The echo after the CDATA is not formatted correctly. <?xml version="1.0" encoding="UTF-8"?> <project name="create-buildfile" default="build"> <!-- - - - - - - - - - - - - - --> <!-- target: build --> <!-- - - - - - - - - - - - - - --> <target name="build" description="Display a valid buildfile which greets the user with the value of ${favoriteGreeting}."> <echo>The following is a valid ant buildfile:</echo> <property name="favoriteGreeting" value="buenos dias"/> <xml-greeting greeting-text="${favoriteGreeting}"/> </target> <!-- - - - - - - - - - - - - - --> <!-- macrodef: xml-greeting --> <!-- - - - - - - - - - - - - - --> <macrodef name="xml-greeting" description="This macrodef echos a hello world buildfile to stdout."> <attribute name="greeting-text" default="hello world" /> <sequential> <echo> <![CDATA[ <?xml version="1.0" encoding="UTF-8"?> <project default="greeting"> <target name="default"> <echo>@{greeting-text}</echo> </target> </project> ]]> </echo> </sequential> </macrodef> </project>
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16354dc1c25ebdc0ec9'}
62,566
I created an org.eclipse.osgi.nl1 fragment containing chinese translations. The keys are not being replaced properly in the about dialog for this fragment.
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0eca'}
62,570
Build 200405171219 Win2k I was just poking around in my target Eclipse when the following exception occurred. Based on the stack trace, it looks like I had an Ant editor open, but I don't remember when I was doing when this happened. After this exception occurred, the workbench was frozen. java.lang.LinkageError: duplicate class definition: org/apache/tools/ant/helper/ProjectHelper2 at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:502) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClas s(DefaultClassLoader.java:298) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass (EclipseClassLoader.java:203) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassI mpl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass (DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass (AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:60) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass (BundleLoader.java:336) at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass (BundleLoader.java:914) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:399) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:255) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:502) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClas s(DefaultClassLoader.java:298) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass (EclipseClassLoader.java:203) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassI mpl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass (DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass (AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:60) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:255) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) at org.eclipse.ant.internal.ui.editor.outline.AntModel.prepareForFullParse (AntModel.java:319) at org.eclipse.ant.internal.ui.editor.outline.AntModel.parseDocument (AntModel.java:237) at org.eclipse.ant.internal.ui.editor.outline.AntModel.reconcile (AntModel.java:184) at org.eclipse.ant.internal.ui.editor.text.XMLReconcilingStrategy.internalReconcile (XMLReconcilingStrategy.java:47) at org.eclipse.ant.internal.ui.editor.text.XMLReconcilingStrategy.initialReconcile (XMLReconcilingStrategy.java:85) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess (MonoReconciler.java:104) at org.eclipse.ant.internal.ui.editor.text.NotifyingReconciler.initialProcess (NotifyingReconciler.java:62) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run (AbstractReconciler.java:166)
critical
RESOLVED
WORKSFORME
{'$oid': '52e9c16354dc1c25ebdc0ecb'}
62,571
There are two problems in the test case: 1. Macro expansion of operator ## with hex literal-like "0xxyz" causes the parser to ignore the expansion. 2. Macro expansion where macroname is the same as one of its arguments. see below, #define C(X,Y) X##Y int C(A,1Xxyz) = 10; int C(B,1X1X1Xxyz) = 20; int C(C,0Xxyz) = 30; // macro expansion is NOT OK int C(CC,0Xxyz) = 30; // OK int C(D,0xxyz) = 40; // macro expansion is NOT OK int C(E,0x0x0xxyz) = 50;
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ecc'}
62,572
Feature ID field is always un-editable.... (self-explanatory). Should be editable if model is editable.
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ecd'}
62,573
Build 200405171219 Linux-GTK I launched an empty workspace and launched a runtime-workbench config. In the target, I then created a simple project and a build.xml file. I then exited Eclipse and the following exception occurred: !SESSION May 17, 2004 14:58:37.578 --------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY initial@reference:file:/home/jburns/host/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ 0 0 May 17, 2004 14:58:37.579 !MESSAGE FrameworkEvent.ERROR !STACK 0 org.osgi.framework.BundleException: Exception in [Ljava.lang.Object;@19b7dfa.java.lang. NullPointerException() of bundle <missing argument>. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java: 1010) at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:502) at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:539) at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1022) at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager. java:625) at org.eclipse.osgi.framework.internal.core.StartLevelManager. doSetStartLevel(StartLevelManager.java:281) at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager. java:254) at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:196) at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:459) at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:181) at java.lang.Thread.run(Thread.java:534)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c16354dc1c25ebdc0ece'}
62,574
When the user manually opens and closes views, the Debug view takes notice of this and will no longer automatically manage those views. This state is currently reset whenever the user resets a perspective. There's no way for the user to know what's going on here or how they can control it. We should add something to the "View Management" preference page like the following: x Do not automatically open/close views which have been manually opened/closed. The set of views which the Debug view has stopped managing is persisted across workbench invocations. This information can reset, which will make those views be managed again. ------------- | Reset now | -------------
normal
VERIFIED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ecf'}
62,576
To be tested on OS X: /* * Created on May 18, 2004 * Created by Olivier Chalouhi * Copyright (C) 2004 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * AELITIS, SARL au capital de 30,000 euros * 8 Allee Lenotre, La Grille Royale, 78600 Le Mesnil le Roi, France. * */ import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; public class Main { static Display display; static Shell shell; public static void main (String [] args) { display = new Display (); shell = new Shell (display); shell.setLayout(new GridLayout()); Combo combo = new Combo(shell,SWT.NULL); combo.add("Text 1"); combo.add("Text 2"); Listener listener = new Listener() { public void handleEvent(Event e) { System.out.println(e); } }; combo.addListener(SWT.Selection,listener); combo.addListener(SWT.DefaultSelection,listener); combo.addListener(SWT.Modify,listener); shell.pack(); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } ///////////// END It doesn't fire any event when selecting Text 1 or Text 2, it does however fire events when modifying directly from the text area. don't hesitate if you need any other information. I've set the severity to major, as I can't find any workaround, and this is creating a real wrong bahaviour in my application. Olivier Chalouhi.
major
RESOLVED
DUPLICATE
{'$oid': '52e9c16354dc1c25ebdc0ed0'}
62,577
Even though "none" is a valid trace mode, sometimes I see a message like 'Invalid trace mode "NONE"' when I profile - especially if I don't enable any of the Hyades profiling modes. This is intermittent but I think that's caused by a stderr buffering problem.
major
CLOSED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ed1'}
62,578
in i0517 I pick a plugin and say export as deployable zip. Everything goes swimmingly. I then unzip the zip and find that I have an empty feature in a dir called org.eclipse.pde.container.feature_1.0.0. I suspect that this is the feature created by/for PDE build to run the export but it is somehow getting included in the zip. Note that there are commonly issues with zips and deleting files. Not sure exactly but you have to take care to delete the actual dirs or perhaps not even include them in the first place. Note also that this may be related to a problem that the Update guys have seen where this feature seems to appear spontaenously.
normal
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ed2'}
62,579
I got i0517 and started it on my normal workspace. On startup I got the following log. Note that this workspace has an open (customized) Debug perspective... !ENTRY org.eclipse.core.runtime 4 2 May 17, 2004 20:57:24.416 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.debug.internal.ui.views.launch.LaunchView.perspectiveChanged (LaunchView.java:614) at org.eclipse.ui.internal.PerspectiveListenerListOld$2.run (PerspectiveListenerListOld.java:58) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PerspectiveListenerListOld.firePerspectiveChanged (PerspectiveListenerListOld.java:56) at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveChanged (WorkbenchWindow.java:913) at org.eclipse.ui.internal.WorkbenchPage.showActionSet (WorkbenchPage.java:2921) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.showDebugAc tionSet(LaunchViewContextList ener.java:821) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.<init> (LaunchViewContextListener.java:13 5) at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened (LaunchView.java:656) at org.eclipse.ui.internal.PartListenerList$5.run (PartListenerList.java:105) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList.firePartOpened (PartListenerList.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened (WorkbenchPage.java:1404) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:138) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:140) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.ViewFactory.busyRestoreView (ViewFactory.java:202) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:452) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart (ViewFactory.java:93) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange (WorkbenchPage.java:130) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:257) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:282) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:567) at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible (PresentableViewPart.java:114) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart (DefaultPartPresentation.java:846) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:799) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:347) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:247) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:427) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1994) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1907) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1894) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1462) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1216) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:652) at org.eclipse.ui.internal.Workbench.init(Workbench.java:817) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1311) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621) !ENTRY org.eclipse.ui 4 4 May 17, 2004 20:57:25.128 !MESSAGE Unable to find Action Set: org.eclipse.ui.Activities Unable to find Action Set: org.eclipse.ui.Activities
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16354dc1c25ebdc0ed3'}
62,580
in i0517 I was checking out the startup performance with the new timpstamp checking approach in update configurator (great BTW) and noticed that the platform.xml is being parsed for on every startup. I suspect it is just to get the timestamp so you can tell if things have changed. Unfortunately, this forces the initialization of random data structures as well as the loading of various XML parser classes. It takes some 100ms (1%) or so on my machine. Some of that time will be eaten later on (e.g., loading the XML classes) in many scenarios but not all. Q: would it be reasonable to put this in a simple file (literally just a 8 byte file containing the long in binary form). Q: is there any other information that you need out of the platform.xml? Q: is there any need for the platform.xml to be an xml file at all? It is just a cache of your internal data right? Could it be in some simple binary form? Using this you would only ever have to read the platform.xml if you find that something had changed.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16354dc1c25ebdc0ed4'}
62,581
Something is seriously wrong with the standby part support - it seems like it is not disposed when the intro is closed. Scenario: 1) Start runtime workbench with the latest code in the workspace 2) Open Intro 3) Close it using 'Go to workbench' link 4) Open it again from the Help menu 5) Switch to 'Tutorials' and click on a cheat sheet link Got the following exception: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:223) at org.eclipse.swt.widgets.Widget.<init>(Widget.java:111) at org.eclipse.swt.widgets.Control.<init>(Control.java:88) at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:72) at org.eclipse.swt.widgets.Composite.<init>(Composite.java:86) at org.eclipse.ui.forms.widgets.LayoutComposite.<init>(LayoutComposite.java:24) at org.eclipse.ui.forms.widgets.FormToolkit.createComposite (FormToolkit.java:193) at org.eclipse.ui.forms.widgets.FormToolkit.createComposite (FormToolkit.java:181) at org.eclipse.platform.internal.CheatSheetStandbyContent.createPartControl (CheatSheetStandbyContent.java:34) at org.eclipse.ui.internal.intro.impl.parts.StandbyPart.addStandbyContentPart (StandbyPart.java:215) at org.eclipse.ui.internal.intro.impl.model.IntroURL.handleStandbyStateChanged (IntroURL.java:189) at org.eclipse.ui.internal.intro.impl.model.IntroURL.doExecute (IntroURL.java:123) at org.eclipse.ui.internal.intro.impl.model.IntroURL.access$0 (IntroURL.java:111) at org.eclipse.ui.internal.intro.impl.model.IntroURL$1.run(IntroURL.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.intro.impl.model.IntroURL.execute(IntroURL.java:92) at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartLocationListen er.changing(BrowserIntroPartLocationListener.java:61) at org.eclipse.swt.browser.Browser$3.handleEvent(Browser.java:169) at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:55) at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:146) at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:120) at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:96) at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:70) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:115) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
critical
RESOLVED
FIXED
{'$oid': '52e9c16354dc1c25ebdc0ed5'}
62,582
in i0517 when you deploy a plugin to a zip (and perhaps other destinations or other deployed things) you select the zip location. If that zip already exists you are prompted for overwrite. The message looks something like "The file d:\\foo.zip already exists..." Note that it is d:\\foo.zip rather than d:\foo.zip (i.e, two \ rather than one)
normal
RESOLVED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0ed6'}
62,583
Build: I-20040517 Open the plugin.xml of org.eclipse.jdt.debug.ui. Go to the dependencies page. Click on "Find Unused Dependencies". YOu will see that the plug-in has listed three dependencies that it is not even using. They should be deleted. Also, a few of the <import> statements are marked as soft dependencies, i.e. they have the attribute "optional" set to true. I believe this was left over from the 3.0 migration step where PDE adjusted the plugin dependencies. Note that we added the "soft" aspect as a precaution because the old dependency on org.eclipse.ui used to give you six or seven plug-ins for free, so we wanted to give them all to you after the migration. It is possible that the plugin was not using some of these plugins, while the ones it is using must be changed to a "hard" dependency. Therefore, for all the plug-ins that were not flagged as "unused", please remove the optional attribute.
normal
VERIFIED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0ed7'}
62,584
I20040517 If you wait for hover text while over a javadoc section, the following occurs: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.core.internal.preferences.EclipsePreferences.internalGet ( EclipsePreferences.java) at org.eclipse.core.internal.preferences.EclipsePreferences.get (EclipseP references.java) at org.eclipse.core.internal.preferences.PreferenceForwarder.contains (Pr eferenceForwarder.java) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.c ontains(AbstractUIPlugin.java) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore (Chai nedPreferenceStore.java) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean (ChainedPr eferenceStore.java) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover.g etHoverInfo(AbstractAnnotationHover.java:83) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run (TextViewerHoverMa nager.java:161)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0ed8'}
62,585
I200405171219 I closed the Hierarchy View which hid the Package Explorer. The Hierarchy view was removed but the Package Explorer looked exactly like the Hierarchy view, except for the title of the view and the fact that it was all gray. 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.debug.internal.ui.views.launch.LaunchView.perspectiveChanged (LaunchView.java:614) at org.eclipse.ui.internal.PerspectiveListenerListOld$2.run (PerspectiveListenerListOld.java:58) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PerspectiveListenerListOld.firePerspectiveChanged (PerspectiveListenerListOld.java:56) at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveChanged (WorkbenchWindow.java:913) at org.eclipse.ui.internal.WorkbenchPage.showActionSet (WorkbenchPage.java:2921) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.showDebugA ctionSet(LaunchViewContextListener.java:821) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.<init> (LaunchViewContextListener.java:135) at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened (LaunchView.java:656) at org.eclipse.ui.internal.PartListenerList$5.run (PartListenerList.java) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PartListenerList.firePartOpened (PartListenerList.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened (WorkbenchPage.java:1404) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:138) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:140) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.ViewFactory.busyRestoreView (ViewFactory.java:202) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.ViewFactory.restoreView (ViewFactory.java:452) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart (ViewFactory.java:93) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange (WorkbenchPage.java:130) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:257) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:282) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:567) at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible (PresentableViewPart.java:114) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart (DefaultPartPresentation.java:846) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:799) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:347) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:247) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:427) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2721) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective (WorkbenchPage.java:728) at org.eclipse.ui.internal.WorkbenchPage.access$8 (WorkbenchPage.java:713) at org.eclipse.ui.internal.WorkbenchPage$12.run (WorkbenchPage.java:2864) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2862) at org.eclipse.ui.internal.Workbench.showPerspective (Workbench.java:1434) at org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager.switchToP erspective(PerspectiveManager.java:171) at org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager$5.run (PerspectiveManager.java:322) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0ed9'}
62,586
in i0517 I was running on an empty workspace. Created a java project and a single java file (Main with a main()). Opened and closed the file several times and noticed the following stack trace which occured at some point. (sorry nothing more specific) java.lang.NullPointerException at org.eclipse.core.internal.preferences.EclipsePreferences.internalGet( EclipsePreferences.java:479) at org.eclipse.core.internal.preferences.EclipsePreferences.get(EclipseP references.java:349) at org.eclipse.core.internal.preferences.PreferenceForwarder.contains(Pr eferenceForwarder.java:181) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.c ontains(AbstractUIPlugin.java:277) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore(Chai nedPreferenceStore.java:525) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean(ChainedPr eferenceStore.java:166) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover.g etHoverInfo(AbstractAnnotationHover.java:83) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverMa nager.java:161)
normal
RESOLVED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0eda'}
62,587
in i0517 The resume and run icons in the Debug view and debug perspective toolbar (respectively) are too similar. I keep on hitting the green triangle (run) when I want to resume the currently paused thread. I suggest reverting to the "runny man" for Run on the toolbar. That has a much more natural feel (debug or run, which do you want). Plus you get to say things like "hit the runny man"
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0edc'}
62,588
I200405171219 Right click on a project Compare With>Branch or Version Select a version Hit OK java.lang.NullPointerException at org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant.equals (AbstractSynchronizeParticipant.java:164) at org.eclipse.core.internal.runtime.ListenerList.add (ListenerList.java:63) at org.eclipse.core.internal.preferences.PreferenceForwarder.addPropertyChangeList ener(PreferenceForwarder.java:95) at org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant.setSubscriber (CompareParticipant.java:90) at org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant.<init> (CompareParticipant.java:78) at org.eclipse.team.internal.ccvs.ui.actions.CompareWithTagAction.execute (CompareWithTagAction.java:45) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run (CVSAction.java:70) at org.eclipse.ui.actions.ActionDelegate.runWithEvent (ActionDelegate.java:71) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:266) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:899) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:850) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent (ActionContributionItem.java:769) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0edd'}
62,589
Hi, I donot know wether the bug falls into the categeory which I selected byt I think, this is the right one. If not, assign it to the right module. We havebeen using Eclipse for almost 2 years. We recently downloaded the new Eclipse (Version 3.0M8) and configured all the existing projects. When a new file is added to any existing project tree node, the newly added file doesnot get added to the tree unless I close and reopen the project. The physical file is created in the local file system. So is the case with VSS. Unless I reopen the project, the newly added files are NOT added to the tree and NOT visible and NOt available for any further action like editing. When I open the log files of Eclipse (located at %ECLIPSE_HOME%/workspace/metadata), I found the following message and this stack trace is repeated a number of of times.. Same is the problem when I try to delete a file from the project tree.. it doesnot get deleted from the tree though it got deleted from file system. It appears till I reopen the project. I'm using the VSS plugin for Eclipse (vor Version 3.0 M8). May you require any further information, Please contact me at anand@ocimumbio.com. I'll provide you with the details. I'm comitted to solve the problem. I can't associate the complete bug trace here as It's not accepting morethan 65000 characters .. so the part of information which I think is most useful.. Regards, Anand, V. Initial part of trace for your information like OS, version etc... !SESSION May 14, 2004 09:43:50.546 --------------------------------------------- java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 09:43:50.546 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". ...... LOTS OF SUCH TRACE HERE A SAMPLE IS ATTACHED ..... !SUBENTRY 1 org.eclipse.jdt.core 4 969 May 14, 2004 16:41:07.828 !MESSAGE RunDialog.java [in com.ocimum.biotracker.task.run.view [in src [in UOT Code]]] does not exist. !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 18:54:41.203 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.IllegalArgumentException: Attempted to beginRule: F/UOT Code/src/com/ocimum/biotracker/admin/authoritylevel/model, does not match outer scope rule: L/UOT Code/src/com/ocimum/biotracker/admin/authoritylevel/model/AuthorityModel.java at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56) at org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob.illegalPush (ImplicitJobs.java:86) at org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob.push (ImplicitJobs.java:167) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:241) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:149) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:88) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1521) at org.eclipse.core.internal.resources.Synchronizer.setSyncInfo (Synchronizer.java:211) at org.vssplugin.core.StateFactory.storeState(StateFactory.java:131) at org.vssplugin.core.ResourceState.store(ResourceState.java:906) at org.vssplugin.core.ResourceState.touchParent(ResourceState.java:672) at org.vssplugin.core.ResourceState.basicCheckOut (ResourceState.java:618) at org.vssplugin.core.ResourceState.checkOut(ResourceState.java:180) at org.vssplugin.core.VSSPluginProvider$6.visit (VSSPluginProvider.java:466) at org.vssplugin.core.VSSPluginProvider.execute (VSSPluginProvider.java:849) at org.vssplugin.core.VSSPluginProvider.execute (VSSPluginProvider.java:737) at org.vssplugin.core.VSSPluginProvider.checkout (VSSPluginProvider.java:460) at org.vssplugin.core.FileModificationValidator$2.exec (FileModificationValidator.java:172) at org.vssplugin.core.SyncNotificationOperation.execute (SyncNotificationOperation.java:84) at org.vssplugin.core.WorkspaceSyncModifyOperation$1.run (WorkspaceSyncModifyOperation.java:71) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1559) at org.vssplugin.core.WorkspaceSyncModifyOperation.run (WorkspaceSyncModifyOperation.java:85) at org.vssplugin.core.ExecUtils$3.run(ExecUtils.java:239) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.vssplugin.core.ExecUtils.runInCurrentThread(ExecUtils.java:233) at org.vssplugin.core.FileModificationValidator.checkout (FileModificationValidator.java:185) at org.vssplugin.core.FileModificationValidator.getDefaultStatus (FileModificationValidator.java:88) at org.vssplugin.core.FileModificationValidator.validateSave (FileModificationValidator.java:238) at org.eclipse.team.internal.core.FileModificationValidatorManager.validateSave (FileModificationValidatorManager.java:104) at org.eclipse.core.internal.resources.Workspace$6.run (Workspace.java:2098) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.resources.Workspace.validateSave (Workspace.java:2104) at org.eclipse.core.internal.resources.File.setContents(File.java:312) at org.eclipse.core.internal.resources.File.setContents(File.java:371) at org.eclipse.core.internal.filebuffers.ResourceTextFileBuffer.commitFileBufferCon tent(ResourceTextFileBuffer.java:243) at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.commit (ResourceFileBuffer.java:275) at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.save (DocumentAdapter.java:356) at org.eclipse.jdt.internal.core.CommitWorkingCopyOperation.executeOperation (CommitWorkingCopyOperation.java:113) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:700) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1559) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation (JavaModelOperation.java:744) at org.eclipse.jdt.internal.core.CompilationUnit.commitWorkingCopy (CompilationUnit.java:296) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.commitWor kingCopy(CompilationUnitDocumentProvider.java:889) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$2.execute (CompilationUnitDocumentProvider.java:935) at org.eclipse.ui.editors.text.TextFileDocumentProvider$DocumentProviderOperation.r un(TextFileDocumentProvider.java:94) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute (WorkspaceModifyDelegatingOperation.java:67) 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.ui.editors.text.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:73) at org.eclipse.ui.editors.text.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:63) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation (TextFileDocumentProvider.java:392) at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument (TextFileDocumentProvider.java:612) at org.eclipse.ui.texteditor.AbstractTextEditor.performSave (AbstractTextEditor.java:3136) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.performSave (CompilationUnitEditor.java:1188) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSave (CompilationUnitEditor.java:1238) at org.eclipse.ui.internal.EditorManager$10.run(EditorManager.java:982) at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:837) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.window.ApplicationWindow$1.run (ApplicationWindow.java:576) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.window.ApplicationWindow.run (ApplicationWindow.java:573) at org.eclipse.ui.internal.WorkbenchWindow.run (WorkbenchWindow.java:1606) at org.eclipse.ui.internal.EditorManager.runProgressMonitorOperation (EditorManager.java:843) at org.eclipse.ui.internal.EditorManager.savePart (EditorManager.java:987) at org.eclipse.ui.internal.WorkbenchPage.savePart (WorkbenchPage.java:2450) at org.eclipse.ui.internal.WorkbenchPage.saveEditor (WorkbenchPage.java:2462) at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68) at org.eclipse.ui.internal.commands.Command.execute(Command.java:173) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:463) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:855) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:896) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:522) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:488) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:261) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:768) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3041) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2944) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254) 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) !ENTRY com.objectlearn.jdt.j2ee 1 0 May 14, 2004 19:07:03.218 !MESSAGE Creating server definition manager[/d:/My Documents/software/eclipse/plugins/com.objectlearn.jdt.j2ee/] !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 19:07:16.265 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.IllegalArgumentException: Attempted to beginRule: F/UOT Code/src/com/ocimum/biotracker/task/experiment/view, does not match outer scope rule: L/UOT Code/src/com/ocimum/biotracker/task/experiment/view/ExperimentDialog.java at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56) at org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob.illegalPush (ImplicitJobs.java:86) at org.eclipse.core.internal.jobs.ImplicitJobs$ThreadJob.push (ImplicitJobs.java:167) at org.eclipse.core.internal.jobs.ImplicitJobs.begin (ImplicitJobs.java:241) at org.eclipse.core.internal.jobs.JobManager.beginRule (JobManager.java:149) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:88) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1521) at org.eclipse.core.internal.resources.Synchronizer.setSyncInfo (Synchronizer.java:211) at org.vssplugin.core.StateFactory.storeState(StateFactory.java:131) at org.vssplugin.core.ResourceState.store(ResourceState.java:906) at org.vssplugin.core.ResourceState.touchParent(ResourceState.java:672) at org.vssplugin.core.ResourceState.basicCheckOut (ResourceState.java:618) at org.vssplugin.core.ResourceState.checkOut(ResourceState.java:180) at org.vssplugin.core.VSSPluginProvider$6.visit (VSSPluginProvider.java:466) at org.vssplugin.core.VSSPluginProvider.execute (VSSPluginProvider.java:849) at org.vssplugin.core.VSSPluginProvider.execute (VSSPluginProvider.java:737) at org.vssplugin.core.VSSPluginProvider.checkout (VSSPluginProvider.java:460) at org.vssplugin.core.FileModificationValidator$2.exec (FileModificationValidator.java:172) at org.vssplugin.core.SyncNotificationOperation.execute (SyncNotificationOperation.java:84) at org.vssplugin.core.WorkspaceSyncModifyOperation$1.run (WorkspaceSyncModifyOperation.java:71) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1559) at org.vssplugin.core.WorkspaceSyncModifyOperation.run (WorkspaceSyncModifyOperation.java:85) at org.vssplugin.core.ExecUtils$3.run(ExecUtils.java:239) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.vssplugin.core.ExecUtils.runInCurrentThread(ExecUtils.java:233) at org.vssplugin.core.FileModificationValidator.checkout (FileModificationValidator.java:185) at org.vssplugin.core.FileModificationValidator.getDefaultStatus (FileModificationValidator.java:88) at org.vssplugin.core.FileModificationValidator.validateEdit (FileModificationValidator.java:218) at org.eclipse.team.internal.core.FileModificationValidatorManager.validateEdit (FileModificationValidatorManager.java:70) at org.eclipse.core.internal.resources.Workspace$5.run (Workspace.java:1755) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.resources.Workspace.validateEdit (Workspace.java:1761) at org.eclipse.jdt.internal.corext.util.Resources.makeCommittable (Resources.java:112) at org.eclipse.jdt.internal.ui.util.ElementValidator.checkValidateEdit (ElementValidator.java:180) at org.eclipse.jdt.internal.ui.util.ElementValidator.check (ElementValidator.java:166) at org.eclipse.jdt.internal.ui.util.ElementValidator.check (ElementValidator.java:140) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.run (OrganizeImportsAction.java:404) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.run (OrganizeImportsAction.java:265) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68) at org.eclipse.ui.internal.commands.Command.execute(Command.java:173) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:463) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:855) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:896) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:522) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:488) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:261) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:768) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3041) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2944) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254) 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)
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0ede'}
62,590
Obviously this is post 3.0 work. :) A co-worker of mine was looking for a way to set parameters on the launch config in one place and have them take effect across all launch configs. This concept is similar to the way the JDT compiler preferences are set in the preferences, but overridden (if necessary) in the individual projects. Apparently other IDEs have this feature.
enhancement
RESOLVED
NDUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0edf'}
62,591
Dear Javadoc view, I was pleased the first time you warned me about the lack of an HTML widget on my platform. However, now that you've told me about it 100 times, I think it's time you and I stop talking about this problem. Thanks, Jared Linux-GTK
normal
RESOLVED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0ee0'}
62,592
Depending on how lucky you are (the order that listeners are registered), the Debug view can fail to close the generic debugging views when the last launch terminates. This is because it notices that the "Debugging" context is still running.
normal
VERIFIED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0ee1'}
62,594
The JDT comes with some generic actions that are useful for implementors of plugins. Unfortunately these actions have a internal API, so they are not considered as reusable. They should have a public API. Here is the list of actions that we found in this case: org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction org.eclipse.jdt.internal.debug.ui.actions.AddAdvancedAction org.eclipse.jdt.internal.debug.ui.actions.AddExternalFolderAction org.eclipse.jdt.internal.debug.ui.actions.AddExternalJarAction org.eclipse.jdt.internal.debug.ui.actions.AddFolderAction org.eclipse.jdt.internal.debug.ui.actions.AddJarAction org.eclipse.jdt.internal.debug.ui.actions.AddProjectAction org.eclipse.jdt.internal.debug.ui.actions.AddVariableAction org.eclipse.jdt.internal.debug.ui.actions.AttachSourceAction org.eclipse.jdt.internal.debug.ui.actions.MoveDownAction org.eclipse.jdt.internal.debug.ui.actions.MoveUpAction org.eclipse.jdt.internal.debug.ui.actions.RemoveAction org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction Note that this feature request has been entered to conform to the Ready for Websphere Studio certification.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c16454dc1c25ebdc0ee2'}
62,595
shouldn't it be possible to enter a tag directly without using the "Configure tags" dialog when merging, tagging, etc.? I.e. when I have files on a branch which only exists on the branch and not on head (all files of the branch are incoming additions), how can I merge the branch into head? I can neither select the version tag nor the the branch tag itself, because the revision on head is in attic (or state: "dead") and therefore there is no revision from the target branch (here head) in the local workspace to retrieve the tags needed for the merge. - maybe the easiest way is to add a input field to the "Configure tags" dialog
enhancement
RESOLVED
NDUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0ee3'}
62,596
The messages and images of the JDT (and of the platform) are not accessible through a public API. So implementors of plugins have no good way to make their plugins have a consistent look&feel with the JDT. For example if you provide a plugin which handles java classes, you want to reuse the same icon than the JDT for a java class. All these classes seems useful to us: org.eclipse.ui.internal.WorkbenchMessages org.eclipse.jdt.internal.debug.ui.actions.ActionMessages org.eclipse.jdt.internal.ui.JavaPluginImages org.eclipse.jdt.internal.ui.JavaPlugin org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider org.eclipse.ui.internal.WorkbenchImages org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider org.eclipse.jdt.internal.debug.ui.DebugUIMessages org.eclipse.jdt.internal.debug.core.model.JDIDebugModelMessages org.eclipse.jdt.internal.debug.ui.JavaDebugImages org.eclipse.jdt.internal.launching.LaunchingMessages org.eclipse.jdt.internal.debug.ui.launcher.LauncherMessages org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry org.eclipse.jdt.internal.ui.viewsupport.ImageImageDescriptor org.eclipse.debug.internal.ui.DebugPluginImages org.eclipse.jdt.internal.ui.wizards.NewWizardMessages org.eclipse.search.internal.ui.SearchPluginImages Note that this feature request has been entered to conform to the Ready for Websphere Studio certification.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c16454dc1c25ebdc0ee5'}
62,593
The JDT comes with a large number of widgets that are useful for people who implements some plugins. Most of these widgets have an internal API so they are not considered as reusable. Here is a list of widgets that we found useful. org.eclipse.jdt.internal.ui.util.TabFolderLayout org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter org.eclipse.jdt.internal.ui.wizards.buildpaths.FolderSelectionDialog org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField org.eclipse.jdt.internal.ui.wizards.dialogfields.IDialogFieldListener org.eclipse.jdt.internal.ui.wizards.dialogfields.IStringButtonAdapter org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField org.eclipse.jdt.internal.ui.util.PixelConverter org.eclipse.jdt.internal.ui.wizards.buildpaths.ArchiveFileFilter org.eclipse.jdt.internal.ui.wizards.dialogfields.ITreeListAdapter org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField org.eclipse.jdt.internal.ui.wizards.dialogfields.CheckedListDialogField org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext org.eclipse.jdt.internal.ui.dialogs.MultiElementListSelectionDialog org.eclipse.jdt.internal.debug.ui.launcher.RuntimeClasspathViewer org.eclipse.jdt.internal.ui.refactoring.actions.ListDialog org.eclipse.jdt.internal.ui.dialogs.StatusDialog org.eclipse.ui.internal.dialogs.ListContentProvider org.eclipse.jdt.internal.ui.wizards.dialogfields.IListAdapter org.eclipse.ui.internal.dialogs.ResourceSorter org.eclipse.search.internal.ui.util.RowLayouter org.eclipse.jdt.internal.ui.text.HTMLTextPresenter
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c16454dc1c25ebdc0ee6'}
62,598
To implement the drag'n drop in the package explorer, the JDT implemented several useful mechanisms with an internal API. These mechanism are useful for anyone who wants to implement drag'n drop in its own explorer, so they should be public. We found these classes to be useful: org.eclipse.jdt.internal.ui.dnd.TransferDragSourceListener org.eclipse.jdt.internal.ui.dnd.TransferDropTargetListener org.eclipse.jdt.internal.ui.dnd.LocalSelectionTransfer org.eclipse.jdt.internal.ui.dnd.DelegatingDropAdapter org.eclipse.jdt.internal.ui.dnd.DelegatingDragAdapter org.eclipse.jdt.internal.ui.dnd.BasicSelectionTransferDragAdapter org.eclipse.jdt.internal.ui.dnd.JdtViewerDropAdapter Note that this feature request has been entered to conform to the Ready for Websphere Studio certification.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c16454dc1c25ebdc0ee7'}
62,599
After selecting an item in the outline view, the code editor loses focus. However I would expect moving the mouse back into the code editor view to regain the focus. I use the mouse scroll wheel to navigate in the code editor, but after choosing something in the outline, the mouse wheel now controls the outline window, even when the mouse is hovering over the code view.
normal
RESOLVED
INVALID
{'$oid': '52e9c16454dc1c25ebdc0ee8'}
62,600
sorry no steps !SESSION Mai 18, 2004 08:43:00.23 ---------------------------------------------- eclipse.buildId=I200405171219 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -update -keyring c:\eclipse\.keyring -application org.eclipse.ui.ide.workbench -showlocation !ENTRY org.eclipse.core.runtime 4 2 Mai 18, 2004 08:44:32.380 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.debug.internal.ui.views.launch.LaunchView.perspectiveChanged(LaunchView.java:614) at org.eclipse.ui.internal.PerspectiveListenerListOld$2.run(PerspectiveListenerListOld.java:58) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PerspectiveListenerListOld.firePerspectiveChanged(PerspectiveListenerListOld.java:56) at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveChanged(WorkbenchWindow.java:913) at org.eclipse.ui.internal.WorkbenchPage.showActionSet(WorkbenchPage.java:2921) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.showDebugActionSet(LaunchViewContextListener.java:821) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.<init>(LaunchViewContextListener.java:135) at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened(LaunchView.java:656) at org.eclipse.ui.internal.PartListenerList$5.run(PartListenerList.java:105) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList.firePartOpened(PartListenerList.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened(WorkbenchPage.java:1404) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:138) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:140) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:170) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:128) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:792) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:347) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:247) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:427) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1994) at org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1907) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1894) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1462) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1216) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652) at org.eclipse.ui.internal.Workbench.init(Workbench.java:817) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1311) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16454dc1c25ebdc0ee9'}
62,601
In our plugins, we handle some java files that are not in a java project, and which are not even in the workspace. It is impossible to display (even in read-only mode) these files in the CompilationUnitEditor. So we have to create a custom editor for these files. We consider that any java file should be displayable in the CompilationUnitEditor.
enhancement
RESOLVED
WORKSFORME
{'$oid': '52e9c16554dc1c25ebdc0eea'}
62,602
I200405171219 with ZRH plugin-export from 20040518_0827 Steps to reproduce (not always): - start eclipse - open Java file 1 - open Java file 2 - drag tab of editor 2 to bottom, such that editor area is split horizontally - drag tab of editor 1 on tab of editor 2 - close all -> exception or sometimes a tab is left behind org.eclipse.swt.SWTException: Graphic is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.graphics.Image.getBounds(Image.java:950) at org.eclipse.swt.custom.CTabItem.preferredWidth(CTabItem.java:601) at org.eclipse.swt.custom.CTabFolder.setItemSize(CTabFolder.java:2693) at org.eclipse.swt.custom.CTabFolder.updateItems(CTabFolder.java:3379) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:640) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:135) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.removeP art(DefaultPartPresentation.java:827) at org.eclipse.ui.internal.PartStack.remove(PartStack.java:572) at org.eclipse.ui.internal.EditorSashContainer.removeEditor(EditorSashCo ntainer.java:193) at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper .java:109) at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper .java:99) at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java: 160) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java :906) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.j ava:853) at org.eclipse.ui.internal.CloseAllAction.run(CloseAllAction.java:74) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Workben chKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboar d.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Workbe nchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindi ngs(WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyb oard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(Workbenc hKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:712) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1724) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3499) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621) Graphic is disposed
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c16554dc1c25ebdc0eeb'}
62,605
I20040514 The binding of the simple name "Test" in the following statement "new Test();" is a ITypeBinding. Since the name refers to a constructor the binding should be a IMethodBinding.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16554dc1c25ebdc0eec'}
62,603
I20040514 + ZRH plug-ins from 20040518 1. Have this java class: <pre> package org.eclipse.jdt.text.tests; import java.text.CharacterIterator; import junit.framework.Assert; import junit.framework.TestCase; import org.eclipse.jdt.internal.ui.text.WordNavigator; /** * @since 3.0 */ public class WordNavigationTest extends TestCase { private WordNavigator fWordNavigator; /* * @see junit.framework.TestCase#setUp() */ protected void setUp() throws Exception { fWordNavigator= new WordNavigator(); } public void testNext1() { CharacterIterator it= null; int pos= fWordNavigator.next(it); Assert.assertEquals(5, pos); } } </pre> 2. Select the two last lines of method testNext1 3. Press Alt+Shift+M to extract method -> get this: !ENTRY org.eclipse.ui 4 4 May 18, 2004 10:07:37.267 !MESSAGE The command for the key you pressed failed The command for the key you pressed failed Reason: !ENTRY org.eclipse.ui 4 0 May 18, 2004 10:07:37.295 !MESSAGE The command for the key you pressed failed !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.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor.setPackageFragment(JavaTypeCompletionProcessor.java:55) at org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl.installParameterTypeContentAssist(ChangeParametersControl.java:640) at org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl.addCellEditors(ChangeParametersControl.java:552) at org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl.createParameterList(ChangeParametersControl.java:281) at org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl.<init>(ChangeParametersControl.java:212) at org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl.<init>(ChangeParametersControl.java:182) at org.eclipse.jdt.internal.ui.refactoring.code.ExtractMethodInputPage.createControl(ExtractMethodInputPage.java:150) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.createContents(RefactoringWizardDialog2.java:533) at org.eclipse.jface.window.Window.create(Window.java:348) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:924) at org.eclipse.jface.window.Window.open(Window.java:637) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:121) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.ui.actions.ExtractMethodAction.run(ExtractMethodAction.java:98) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:2284) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) 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
RESOLVED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0eed'}
62,606
/* ITC's don't run field initialisers. Intertype constructors cannot possibly run the field initialisers of the target when you're weaving into byte code. ajc appears to take this as a license not to run the field initialisers, even when weaving into source.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0eee'}
62,604
Build I200405140800 Put cursor on usage of a method defined in the same compilation unit and hit F3. Got an assertion failure: !ENTRY org.eclipse.ui 4 4 May 18, 2004 09:09:58.964 !MESSAGE The command for the key you pressed failed !ENTRY org.eclipse.ui 4 0 May 18, 2004 09:09:58.964 !MESSAGE Assertion failed: !STACK 0 org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.text.Assert$AssertionFailedException.<init> (Assert.java:56) at org.eclipse.jface.text.Assert.isTrue(Assert.java:177) at org.eclipse.jface.text.Assert.isTrue(Assert.java) at org.eclipse.jface.text.projection.ProjectionMapping.toImageRegion (ProjectionMapping.java) at org.eclipse.jface.text.projection.ProjectionMapping.toImageRegion (ProjectionMapping.java) at org.eclipse.jface.text.TextViewer.modelRange2WidgetRange (TextViewer.java) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint1 (AnnotationRulerColumn.java) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint (AnnotationRulerColumn.java:443) at org.eclipse.jface.text.source.AnnotationRulerColumn.redraw (AnnotationRulerColumn.java:728) at org.eclipse.jface.text.source.AnnotationRulerColumn$InternalListener.viewportCha nged(AnnotationRulerColumn.java:72) at org.eclipse.jface.text.TextViewer.updateViewportListeners (TextViewer.java:2524) at org.eclipse.jface.text.TextViewer.internalRevealRange (TextViewer.java:2721) at org.eclipse.jface.text.TextViewer.revealRange(TextViewer.java:2673) at org.eclipse.jface.text.source.SourceViewer.setRangeIndication (SourceViewer.java:819) at org.eclipse.jface.text.source.projection.ProjectionViewer.setRangeIndication (ProjectionViewer.java:970) at org.eclipse.ui.texteditor.AbstractTextEditor.setHighlightRange (AbstractTextEditor.java:4278) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setSelection (JavaEditor.java:2513) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setSelection (JavaEditor.java:2591) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.revealInEditor (EditorUtility.java:129) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (OpenActionUtil.java:51) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:161) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:135) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1724) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3499) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.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
RESOLVED
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0eef'}
62,607
Build I200405140800 With a java file open, attempting to scroll down causes a flurry of exception to be written to the log file. Indeed, lots of operations are failing and the log file is growing rapidly with contributions from the org.eclipse.ui plug-in. Error May 18, 2004 09:22:06.631 Assertion failed: org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.text.Assert$AssertionFailedException.<init> (Assert.java:56) at org.eclipse.jface.text.Assert.isTrue(Assert.java:177) at org.eclipse.jface.text.Assert.isTrue(Assert.java) at org.eclipse.jface.text.projection.ProjectionMapping.toImageRegion (ProjectionMapping.java) at org.eclipse.jface.text.projection.ProjectionMapping.toImageRegion (ProjectionMapping.java) at org.eclipse.jface.text.TextViewer.modelRange2WidgetRange (TextViewer.java) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint1 (AnnotationRulerColumn.java) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint (AnnotationRulerColumn.java) at org.eclipse.jface.text.source.AnnotationRulerColumn.redraw (AnnotationRulerColumn.java:728) at org.eclipse.jface.text.source.AnnotationRulerColumn$5.run (AnnotationRulerColumn.java:715) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java) 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) Error May 18, 2004 09:22:06.601 *** SWT nested exception Error May 18, 2004 09:22:08.804 Failed to execute runnable (org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: ) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: ) at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.swt.SWTException.<init>(SWTException.java:73) at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java) 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
RESOLVED
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0ef0'}
62,608
I20040517 1. Create Java project P with source folder src 2. Create package a.b.c in P/src 3. Add inclusion filter for P/src: 'a/' Observe: 'a.b.c' is removed and replaced with 'a'. 4. Change inclusion filter to 'a/**' Observe: 'a.b.c' appears again
normal
VERIFIED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0ef1'}
62,609
The generated JavaDoc @link tags in EMF generated interfaces and classes yield "JavaDoc: foobar cannot be resolved or is not a field" warnings (if JavaDoc warnings are enabled). The currently generated code look e.g. like the following: /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Rule Block Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.ibm.test.schema10.MyType#getRuleBlock <em>Rule Block</em>} </li> * <li>{@link com.ibm.test.schema10.MyType#getSequenceNumber <em>Sequence Number</em>}</li> * </ul> * </p> * * @see com.ibm.test.schema10.Schema10Package#getRuleBlockType() * @model * @generated */ The method names in the @link fragment should have parentheses, i.e. they should read: * <li>{@link com.ibm.test.schema10.MyType#getRuleBlock() <em>Rule Block</em>} </li> * <li>{@link com.ibm.test.schema10.MyType#getSequenceNumber() <em>Sequence Number</em>}</li> Note: The fix for simple getter methods should be trivial: just add "()" to the generated method names. If any of those methods had parameters, one would have to add a list the parameter types as well, e.g.: * <li>{@link com.ibm.test.schema10.MyType#getSequenceNumber(int, String) <em>Sequence Number</em>}</li> But I think, none of the generated methods has any such parameters. Regards, Michael
minor
RESOLVED
WONTFIX
{'$oid': '52e9c16554dc1c25ebdc0ef2'}
62,610
Eclipse 3.0 has an option to flag warnings for non-qualified access to instance fields. If this option is enabled (which I find very useful...) then the EMF generated code yields tons of warnings. It would thus be very nice, if the EMF generated code either only uses qualified accesses altogether (i.e. accesses instance fields using "this.", e.g. "this.foobar") or - if that's not desireable as a general default - then offered an option to generate such qualified access-code. Cheers, Michael
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c16554dc1c25ebdc0ef3'}
62,612
I200405171219 + ZRH smoke plugin-export 20040518_1115 After start and shutdown of the Buildmeister runtime I found the following exception. It looks like getTextPreferenceKey() in AbstractAnnotationHover#getHoverInfo() at line 83 returned null. java.lang.NullPointerException at org.eclipse.core.internal.preferences.EclipsePreferences.internalGet(EclipsePreferences.java:479) at org.eclipse.core.internal.preferences.EclipsePreferences.get(EclipsePreferences.java:349) at org.eclipse.core.internal.preferences.PreferenceForwarder.contains(PreferenceForwarder.java:181) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.contains(AbstractUIPlugin.java:277) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore(ChainedPreferenceStore.java:525) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean(ChainedPreferenceStore.java:166) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover.getHoverInfo(AbstractAnnotationHover.java:83) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:161)
normal
RESOLVED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0ef4'}
62,613
The following message arrives in eclipse. I am trying to configure eclipse with clearcase.When I restarted it ,It stuck for ever. Then I Ended the task and restarted the PC. Deleted the Eclipse folder and installed a fresh version.Now ,whenever I try to start it gives messsage ,error starting ,check the log file.Any suggestions or advice will be of great help.Thanks. The log file message is given below: _____________________________________ !SESSION ---------------------------------------------------------------------- !ENTRY org.eclipse.core.launcher 4 0 May 18, 2004 17:03:06.132 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.NoSuchMethodError at org.eclipse.osgi.framework.util.SecureAction.getFileOutputStream (SecureAction.java:102) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultLog.openFile (DefaultLog.java:106) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultLog.log (DefaultLog.java:146) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:125) at java.lang.reflect.Method.invoke(Native Method) 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
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0ef5'}
62,615
I2004-04-17 + smoke test plugin export from 2004-04-18-11:15 1) Setup like for a smoke test (i.e. import JUnit). 2) Open a file with protected methods (I use TestCase.java as an example) 3) hover over the method name of protected void runTest() throws Throwable { 4) observe: you get a hover 5) make sure there is no selection in the editor, place the caret in the method name of the above method 6) now hover over the "protected" keyword of the above method. 7) observe: you get a NullPointerException: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.core.internal.preferences.EclipsePreferences.internalGet( EclipsePreferences.java) at org.eclipse.core.internal.preferences.EclipsePreferences.get(EclipseP references.java) at org.eclipse.core.internal.preferences.PreferenceForwarder.contains(Pr eferenceForwarder.java) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.c ontains(AbstractUIPlugin.java) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore(Chai nedPreferenceStore.java) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean(ChainedPr eferenceStore.java) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover.g etHoverInfo(AbstractAnnotationHover.java) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverMa nager.java:161)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0ef6'}
62,614
I20040517 + ZRH plugin-export 200405181100 1. Smoke test (JUnit project) 2. Ctrl+H to search, choose File search 3. Search for "import junit.framework.*;" -> the search result view gets the focus, search results correctly displayed -> press "show next match" expected: the first match is revealed in the editor actual: the second match is revealed
normal
VERIFIED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0ef7'}
62,616
I20040517 + ZRH plug-in export 200405181100 1. Smoke test, compare section 2. Delete getResource from TestCaseClassLoader.java 3. save 4. In the outline, select any method and choose restore from local history -> smoke test says: execute Restore from Local History... on any method of class TestCaseClassLoader * the resulting dialog should show at least a single edition of method getResource(String) -> actual result: "no deleted members found". restoring the deleted method only works when the parent type is selected in the outline, which is in a way more logical. -> we should either change the smoke test or the behaviour
minor
VERIFIED
FIXED
{'$oid': '52e9c16554dc1c25ebdc0ef8'}
62,617
I cannot decide whether or not it's an Hyades bug or an osgi bug. I'm using IES-I20040506-win32-no-hyades.zip with hyades.runtime_3. 0_20040517_2326.zip. I'm filing because I haven't found another bug related to this. Feel free to invalidate it if it's something known or already fixed of course. Here is the log emitted at workbench shutdown: !SESSION mai 18, 2004 11:59:08.422 --------------------------------------------- java.fullversion=J2RE 1.4.2 IBM Windows 32 build cndev-20040414 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR Command-line arguments: -Xj9 !ENTRY org.eclipse.osgi mai 18, 2004 11:59:08.422 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang. NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer. java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.release(Display.java:2325) at org.eclipse.swt.graphics.Device.dispose(Device.java:227) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1. run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java: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) !ENTRY org.eclipse.osgi mai 18, 2004 11:59:08.713 !MESSAGE Error while stopping "org.eclipse.hyades.ui_3.0.0". !STACK 0 org.osgi.framework.BundleException: Exception in [Ljava.lang.Object;@422d6949. java.lang.NullPointerException() of bundle <missing argument>. at org.eclipse.osgi.framework.internal.core.BundleContextImpl. stop(BundleContextImpl.java:1025) at org.eclipse.osgi.framework.internal.core.BundleHost. stopWorker(BundleHost.java:485) at org.eclipse.osgi.framework.internal.core.AbstractBundle. stop(AbstractBundle.java:444) at org.eclipse.core.runtime.adaptor.BundleStopper. stopBundles(BundleStopper.java:64) at org.eclipse.core.runtime.adaptor.BundleStopper. stopBundles(BundleStopper.java:51) at org.eclipse.core.runtime.adaptor.EclipseAdaptor. frameworkStopping(EclipseAdaptor.java:506) at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework. java:451) at org.eclipse.osgi.framework.internal.core.SystemBundle$1. run(SystemBundle.java:183) at java.lang.Thread.run(Thread.java:566)
major
CLOSED
WORKSFORME
{'$oid': '52e9c16554dc1c25ebdc0ef9'}
62,620
I2004-05-14 1) I started a long synchronize operation in the background 2) tried to shutdown eclipse 3) In noticed that the synchronize operation was waiting for me to enter something in the password dialog. 4) I put in my password 5) I could cancel the synchronize operation I would expect a shutdown to automatically cancel the synchronize.
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0efa'}
62,618
I2004-05-17 + ZRH build input from 2004-04-18 1) Create a Project JUnit and import JUnit 3.8.1 as source 2) select VectorTest.java and do "Run as Java Application" 3) put a breakpoint in VectorTest.setup() 4) launch in the debug 5) observe: you get asked whether to switch to the debug perspective 6) say "yes" and check "remember my decision" 7) observe: you get switched to the debug perspective alright, but there's an exception in the console: eclipse.buildId=I200405171219 java.fullversion=J2RE 1.4.1 IBM J9 build 20040510 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -showlocation !ENTRY org.eclipse.core.runtime 4 2 May 18, 2004 12:00:20.552 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.ru ntime". !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.debug.internal.ui.views.launch.LaunchView.perspectiveChan ged(LaunchView.java:614) at org.eclipse.ui.internal.PerspectiveListenerListOld$2.run(PerspectiveL istenerListOld.java:58) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PerspectiveListenerListOld.firePerspectiveCha nged(PerspectiveListenerListOld.java:56) at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveChanged(Workbe nchWindow.java:913) at org.eclipse.ui.internal.WorkbenchPage.showActionSet(WorkbenchPage.jav a:2921) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener. showDebugActionSet(LaunchViewContextListener.java:821) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener. <init>(LaunchViewContextListener.java:135) at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened(Laun chView.java:656) at org.eclipse.ui.internal.PartListenerList$5.run(PartListenerList.java) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PartListenerList.firePartOpened(PartListenerL ist.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened(WorkbenchPage.ja va:1404) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:138 ) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:140 ) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java: 202) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:452) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory .java:93) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage. java:130) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:257) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:282) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:567) at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible( PresentableViewPart.java:114) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectP art(DefaultPartPresentation.java:846) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartSt ack.java:799) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:347) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:247) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashConta iner.java:427) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper. java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.ja va:2721) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPag e.java:728) at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:713 ) at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2864) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.ja va:2862) at org.eclipse.ui.internal.Workbench.showPerspective(Workbench.java:1498 ) at org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager .switchToPerspective(PerspectiveManager.java:171) at org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager $5.run(PerspectiveManager.java:322) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16554dc1c25ebdc0efb'}
62,621
Build 20040514 When performing steps indicated in bug 59933, upon exclusion pattern change, the SetClasspathOperation eagerly closes all sibling roots (to trigger refresh of source attachments). This shouldn't happen in this situation.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16554dc1c25ebdc0efd'}
62,622
I200405171219 There seems to be some changes in key binding support. When using default key bindings I now loose the focus when pressing Esc in the text or Java editor. This is quite annoying.
major
VERIFIED
FIXED
{'$oid': '52e9c16654dc1c25ebdc0efe'}
62,623
Hi, The version of Ant is 1.5.3 of eclipse plugin (org.apache.ant_1.5.3) I have written custom ant task by extending from Task class. In the execute method i call getProject() method, but it returns null. So i get NullPointerException at the position. Whenever I try to get Project object by using getProject() from a custom task the Project object is null. Steps followed by me to execute the build.xml 1.Select Run->External tools->External Tools->Ant Build 2.specify the location of the build.xml file in the Location field of main tab. 3.specify the base directory. 4.Run Gives NullPointerException at the getProject() line in my custom task. When i execute the same build.xml from DOS prompt using Ant 1.5.3 it goes fine without giving any exceptions. Code Snippet: public void execute(){ getProject().setNewProperty("MyProperty", "Hello World"); String myProperty = getProject().getProperty("MyProperty"); System.out.println("MyProperty" + myProperty); } iam also attaching the exception with this mail [NetCOBOLUptodate] java.lang.reflect.InvocationTargetException [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [NetCOBOLUptodate] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [NetCOBOLUptodate] at java.lang.reflect.Method.invoke(Method.java:324) [NetCOBOLUptodate] at org.apache.tools.ant.TaskAdapter.execute (TaskAdapter.java:147) [NetCOBOLUptodate] at org.apache.tools.ant.Task.perform(Task.java:341) [NetCOBOLUptodate] at org.apache.tools.ant.Target.execute(Target.java:309) [NetCOBOLUptodate] at org.apache.tools.ant.Target.performTasks (Target.java:336) [NetCOBOLUptodate] at org.apache.tools.ant.Project.executeTarget (Project.java:1339) [NetCOBOLUptodate] at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:397) [NetCOBOLUptodate] at org.apache.tools.ant.taskdefs.CallTarget.execute (CallTarget.java:143) [NetCOBOLUptodate] at org.apache.tools.ant.Task.perform(Task.java:341) [NetCOBOLUptodate] at org.apache.tools.ant.Target.execute(Target.java:309) [NetCOBOLUptodate] at org.apache.tools.ant.Target.performTasks (Target.java:336) [NetCOBOLUptodate] at org.apache.tools.ant.Project.executeTarget (Project.java:1339) [NetCOBOLUptodate] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run (InternalAntRunner.java:571) [NetCOBOLUptodate] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run (InternalAntRunner.java:367) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [NetCOBOLUptodate] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [NetCOBOLUptodate] at java.lang.reflect.Method.invoke(Method.java:324) [NetCOBOLUptodate] at org.eclipse.ant.core.AntRunner.run (AntRunner.java:335) [NetCOBOLUptodate] at org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate $1.run(AntLaunchDelegate.java:172) [NetCOBOLUptodate] at java.lang.Thread.run(Thread.java:536) [NetCOBOLUptodate] Caused by: java.lang.NullPointerException [NetCOBOLUptodate] at com.fujitsu.netcobol.ui.examples.build.taskdefs.NetCOBOLUptodate.execute (NetCOBOLUptodate.java:114) [NetCOBOLUptodate] ... 24 more [NetCOBOLUptodate] Error in class com.fujitsu.netcobol.ui.examples.build.taskdefs.NetCOBOLUptodate [NetCOBOLUptodate] java.lang.NullPointerException [NetCOBOLUptodate] at com.fujitsu.netcobol.ui.examples.build.taskdefs.NetCOBOLUptodate.execute (NetCOBOLUptodate.java:114) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [NetCOBOLUptodate] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [NetCOBOLUptodate] at java.lang.reflect.Method.invoke(Method.java:324) [NetCOBOLUptodate] at org.apache.tools.ant.TaskAdapter.execute (TaskAdapter.java:147) [NetCOBOLUptodate] at org.apache.tools.ant.Task.perform(Task.java:341) [NetCOBOLUptodate] at org.apache.tools.ant.Target.execute(Target.java:309) [NetCOBOLUptodate] at org.apache.tools.ant.Target.performTasks (Target.java:336) [NetCOBOLUptodate] at org.apache.tools.ant.Project.executeTarget (Project.java:1339) [NetCOBOLUptodate] at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:397) [NetCOBOLUptodate] at org.apache.tools.ant.taskdefs.CallTarget.execute (CallTarget.java:143) [NetCOBOLUptodate] at org.apache.tools.ant.Task.perform(Task.java:341) [NetCOBOLUptodate] at org.apache.tools.ant.Target.execute(Target.java:309) [NetCOBOLUptodate] at org.apache.tools.ant.Target.performTasks (Target.java:336) [NetCOBOLUptodate] at org.apache.tools.ant.Project.executeTarget (Project.java:1339) [NetCOBOLUptodate] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run (InternalAntRunner.java:571) [NetCOBOLUptodate] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run (InternalAntRunner.java:367) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [NetCOBOLUptodate] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [NetCOBOLUptodate] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [NetCOBOLUptodate] at java.lang.reflect.Method.invoke(Method.java:324) [NetCOBOLUptodate] at org.eclipse.ant.core.AntRunner.run (AntRunner.java:335) [NetCOBOLUptodate] at org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate $1.run(AntLaunchDelegate.java:172) [NetCOBOLUptodate] at java.lang.Thread.run(Thread.java:536)
blocker
RESOLVED
DUPLICATE
{'$oid': '52e9c16654dc1c25ebdc0eff'}
62,624
[iajc] can't find: <missing> [iajc] can't find: <missing> [iajc] can't find: <missing> [iajc] D: \work\granite\workspace\metadata-view\src\java\com\netvisor\metadata_view\Entity ListScreen.java error Internal compiler [iajc] java.lang.NullPointerException [iajc] at org.eclipse.jdt.internal.compiler.lookup.MethodBinding. signature(MethodBinding.java:488) [iajc] at org.eclipse.jdt.internal.compiler.codegen.ConstantPool. literalIndex(ConstantPool.java:996) [iajc] at org.eclipse.jdt.internal.compiler.codegen.CodeStream. invokestatic(CodeStream.java:3191) [iajc] at org.eclipse.jdt.internal.compiler.ast.MessageSend. generateCode(MessageSend.java:98) [iajc] at org.eclipse.jdt.internal.compiler.ast.SingleNameReference. generateAssignment(SingleNameReference.java:220) [iajc] at org.eclipse.jdt.internal.compiler.ast.Assignment. generateCode(Assignment.java:74) [iajc] at org.eclipse.jdt.internal.compiler.ast.Expression. generateCode(Expression.java:224) [iajc] at org.eclipse.jdt.internal.compiler.ast.Block.generateCode(Block. java:58) [iajc] at org.eclipse.jdt.internal.compiler.ast.IfStatement. generateCode(IfStatement.java:197) [iajc] at org.eclipse.jdt.internal.compiler.ast. AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:218) [iajc] at org.eclipse.jdt.internal.compiler.ast. AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:164) [iajc] at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. generateCode(TypeDeclaration.java:555) [iajc] at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. generateCode(TypeDeclaration.java:619) [iajc] at org.eclipse.jdt.internal.compiler.ast. CompilationUnitDeclaration.generateCode(CompilationUnitDeclaration.java:176) [iajc] at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler. java:557) [iajc] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler. java:358) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. performCompilation(AjBuildManager.java:601) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. doBuild(AjBuildManager.java:160) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. batchBuild(AjBuildManager.java:94) [iajc] at org.aspectj.ajdt.ajc.AjdtCommand.doCommand(AjdtCommand.java: 102) [iajc] at org.aspectj.ajdt.ajc.AjdtCommand.runCommand(AjdtCommand.java: 53) [iajc] at org.aspectj.tools.ajc.Main.run(Main.java:280) [iajc] at org.aspectj.tools.ajc.Main.runMain(Main.java:217) [iajc] at org.aspectj.tools.ajc.Main.main(Main.java:79) [iajc] (no source information available) [iajc] ABORT [iajc] [iajc] Exception thrown from AspectJ 1.2rc2 [iajc] This might be logged as a bug already -- find current bugs at [iajc] http://bugs.eclipse.org/bugs/buglist.cgi? product=AspectJ&component=Compiler [iajc] Bugs for exceptions thrown have titles File:line from the top stack, [iajc] e.g., "SomeFile.java:243" [iajc] If you don't find the exception below in a bug, please add a new bug [iajc] at http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ [iajc] To make the bug a priority, please include a test program [iajc] that can reproduce this exception. [iajc] null [iajc] java.lang.NullPointerException [iajc] at org.eclipse.jdt.internal.compiler.lookup.MethodBinding. signature(MethodBinding.java:488) [iajc] at org.eclipse.jdt.internal.compiler.codegen.ConstantPool. literalIndex(ConstantPool.java:996) [iajc] at org.eclipse.jdt.internal.compiler.codegen.CodeStream. invokestatic(CodeStream.java:3191) [iajc] at org.eclipse.jdt.internal.compiler.ast.MessageSend. generateCode(MessageSend.java:98) [iajc] at org.eclipse.jdt.internal.compiler.ast.SingleNameReference. generateAssignment(SingleNameReference.java:220) [iajc] at org.eclipse.jdt.internal.compiler.ast.Assignment. generateCode(Assignment.java:74) [iajc] at org.eclipse.jdt.internal.compiler.ast.Expression. generateCode(Expression.java:224) [iajc] at org.eclipse.jdt.internal.compiler.ast.Block.generateCode(Block. java:58) [iajc] at org.eclipse.jdt.internal.compiler.ast.IfStatement. generateCode(IfStatement.java:197) [iajc] at org.eclipse.jdt.internal.compiler.ast. AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:218) [iajc] at org.eclipse.jdt.internal.compiler.ast. AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:164) [iajc] at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. generateCode(TypeDeclaration.java:555) [iajc] at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. generateCode(TypeDeclaration.java:619) [iajc] at org.eclipse.jdt.internal.compiler.ast. CompilationUnitDeclaration.generateCode(CompilationUnitDeclaration.java:176) [iajc] at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler. java:557) [iajc] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler. java:358) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. performCompilation(AjBuildManager.java:601) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. doBuild(AjBuildManager.java:160) [iajc] at org.aspectj.ajdt.internal.core.builder.AjBuildManager. batchBuild(AjBuildManager.java:94) [iajc] at org.aspectj.ajdt.ajc.AjdtCommand.doCommand(AjdtCommand.java: 102) [iajc] at org.aspectj.ajdt.ajc.AjdtCommand.runCommand(AjdtCommand.java: 53) [iajc] at org.aspectj.tools.ajc.Main.run(Main.java:280) [iajc] at org.aspectj.tools.ajc.Main.runMain(Main.java:217) [iajc] at org.aspectj.tools.ajc.Main.main(Main.java:79) [iajc] 1 fail|abort, 1 error [iajc] java.lang.reflect.InvocationTargetException [iajc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [iajc] at sun.reflect.NativeMethodAccessorImpl. invoke(NativeMethodAccessorImpl.java:39) [iajc] at sun.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:25) [iajc] at java.lang.reflect.Method.invoke(Method.java:324) [iajc] at org.apache.tools.ant.taskdefs.ProcessDestroyer. removeShutdownHook(ProcessDestroyer.java:116) [iajc] at org.apache.tools.ant.taskdefs.ProcessDestroyer. remove(ProcessDestroyer.java:186) [iajc] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:495) [iajc] at org.aspectj.tools.ant.taskdefs.AjcTask.execInOtherVM(AjcTask. java:1325) [iajc] at org.aspectj.tools.ant.taskdefs.AjcTask. executeInOtherVM(AjcTask.java:1289) [iajc] at org.aspectj.tools.ant.taskdefs.AjcTask.execute(AjcTask.java: 956) [iajc] at org.apache.tools.ant.UnknownElement.execute(UnknownElement. java:269) [iajc] at org.apache.tools.ant.Task.perform(Task.java:364) [iajc] at org.apache.tools.ant.Target.execute(Target.java:301) [iajc] at org.apache.tools.ant.Target.performTasks(Target.java:328) [iajc] at org.apache.tools.ant.Project.executeTarget(Project.java:1215) [iajc] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383) [iajc] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget. java:107) [iajc] at org.apache.tools.ant.UnknownElement.execute(UnknownElement. java:269) [iajc] at org.apache.tools.ant.Task.perform(Task.java:364) [iajc] at org.apache.tools.ant.Target.execute(Target.java:301) [iajc] at org.apache.tools.ant.Target.performTasks(Target.java:328) [iajc] at org.apache.tools.ant.Project.executeTarget(Project.java:1215) [iajc] at org.apache.tools.ant.Project.executeTargets(Project.java:1063) [iajc] at org.apache.tools.ant.Main.runBuild(Main.java:632) [iajc] at org.apache.tools.ant.Main.startAnt(Main.java:183) [iajc] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197) [iajc] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56) [iajc] Caused by: java.lang.IllegalStateException: Shutdown in progress [iajc] at java.lang.Shutdown.remove(Shutdown.java:102) [iajc] at java.lang.Runtime.removeShutdownHook(Runtime.java:218) [iajc] ... 27 more
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16654dc1c25ebdc0f00'}
62,626
AJDT 1.1.9, Eclipse 3.0m8. Using the AJDT, create a plugin project with an AspectJ nature. Developing this project and testing with "run as runtime workbench" works fine. However, trying to "Export..."->"Deployable plugins and fragments" does not work: the jar file created for the plugin contains the .aj files instead of the compiled .class files for the aspects. Workaround is to create the plugin jar file by hand. Unfortunately, this problem propogates up the chain if the plugin is part of a feature and the feature is part of a site.
normal
RESOLVED
FIXED
{'$oid': '52e9c16654dc1c25ebdc0f01'}
62,628
Version: 2.1.3. Build: 200403101828 The rename refactoring does not take mutiple source directories into account when renaming members with default (package) access. Here is an example. 1. Create two source folders: src and test. 2. Add the two classes (files) below: mypackage.ClassA and mypackage.ClassB. --- File: src/mypackage/ClassA.java package mypackage; public class ClassA { int value; void method() { } } --- --- File: test/mypackage/ClassB.java package mypackage; public class ClassB { public void foo(ClassA a) { a.value = 7; a.method(); } } --- 3. Place the carret on the field value in ClassA and select rename. Enter a new name and press preview. The expected result are two changes: the field is renamed and the only reference in ClassB.foo(ClassA) is renamed. However, the reference in ClassB is left untouched. Press cancel. Step 3 can be repeated for methods (ClassA.mehthod()) and classes (ClassA). All renames show that if the renamed element is declared with default (package) access then references within the same package but in a different source folder are forgotten and not renamed. * Work-around: 1. Declare the element public. 2. Rename the element. 3. Declare the element package. In some cases step 1 results in compilation errors, for example, when declaring an overridden package method as public, results in compilation errors ("Cannot reduce the visibility of the inherited method from ClassA"). It seems that effect of these errors can be ignored when executing the rename.
normal
RESOLVED
FIXED
{'$oid': '52e9c16654dc1c25ebdc0f02'}
62,625
AJDT 1.1.9, Eclipse 3.0m8. When the build.properties files is edited within Eclipse, the Java build path for the project gets screwed up--additional libraries (including ASPECTJRT_LIB) are removed. They need to be added again to successfully compile.
normal
RESOLVED
FIXED
{'$oid': '52e9c16654dc1c25ebdc0f03'}
62,627
The new "camelCaseAware" definition of a word is great, but I think it is missing two obvious behaviors. 1) IF_I_HAVE_A_CONSTANT, it should be recognize _ as a word separator. 2) If I have a parameterList(alpha,beta,gamma), it should recognize the comma between words as separator.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c16654dc1c25ebdc0f05'}
62,632
I20040517 + ZRH contribution v20040518 I was debugging when the suspected deadlock hit. Main seems to be caught in JobManager.schedule, but it is not clear who it is waiting for. full dump below: Stack Traces of Threads: ThreadName=main(0x8052374) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/JobManager.schedule(Lorg/eclipse/core/internal/jobs/InternalJob;J)V In org/eclipse/core/internal/jobs/InternalJob.schedule(J)V In org/eclipse/core/runtime/jobs/Job.schedule(J)V In org/eclipse/ui/internal/progress/ProgressViewUpdater.scheduleUpdate()V In org/eclipse/ui/internal/progress/ProgressViewUpdater.addJob(Lorg/eclipse/ui/internal/progress/JobInfo;)V In org/eclipse/ui/internal/progress/ProgressManager.addJobInfo(Lorg/eclipse/ui/internal/progress/JobInfo;)V In org/eclipse/ui/internal/progress/ProgressManager$1.scheduled(Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners$5.notify(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners.doNotify(Lorg/eclipse/core/internal/jobs/JobListeners$IListenerDoit;Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners.scheduled(Lorg/eclipse/core/runtime/jobs/Job;J)V In org/eclipse/core/internal/jobs/JobManager.schedule(Lorg/eclipse/core/internal/jobs/InternalJob;J)V In org/eclipse/core/internal/jobs/InternalJob.schedule(J)V In org/eclipse/core/runtime/jobs/Job.schedule(J)V In org/eclipse/core/internal/resources/SaveManager.snapshotIfNeeded(Z)V In org/eclipse/core/internal/resources/Workspace.endOperation(Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ZLorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/core/internal/resources/Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/ui/actions/WorkspaceModifyOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/ui/internal/editors/text/WorkspaceOperationRunner.run(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;)V In org/eclipse/ui/internal/editors/text/WorkspaceOperationRunner.run(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V In org/eclipse/ui/editors/text/TextFileDocumentProvider.executeOperation(Lorg/eclipse/ui/editors/text/TextFileDocumentProvider$DocumentProviderOperation;Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/ui/editors/text/TextFileDocumentProvider.saveDocument(Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/lang/Object;Lorg/eclipse/jface/text/IDocument;Z)V In org/eclipse/ui/texteditor/AbstractTextEditor.performSave(ZLorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.performSave(ZLorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.doSave(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/ui/internal/EditorManager$10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/ui/internal/EditorManager$8.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jface/operation/ModalContext.runInCurrentThread(Lorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jface/operation/ModalContext.run(Lorg/eclipse/jface/operation/IRunnableWithProgress;ZLorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/swt/widgets/Display;)V In org/eclipse/jface/window/ApplicationWindow$1.run()V In org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V In org/eclipse/jface/window/ApplicationWindow.run(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V In org/eclipse/ui/internal/WorkbenchWindow.run(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V In org/eclipse/ui/internal/EditorManager.runProgressMonitorOperation(Ljava/lang/String;Lorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/ui/IWorkbenchWindow;)Z In org/eclipse/ui/internal/EditorManager.savePart(Lorg/eclipse/ui/ISaveablePart;Lorg/eclipse/ui/IWorkbenchPart;Z)Z In org/eclipse/ui/internal/WorkbenchPage.savePart(Lorg/eclipse/ui/ISaveablePart;Lorg/eclipse/ui/IWorkbenchPart;Z)Z In org/eclipse/ui/internal/WorkbenchPage.saveEditor(Lorg/eclipse/ui/IEditorPart;Z)Z In org/eclipse/ui/internal/SaveAction.run()V In org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/ui/commands/ActionHandler.execute(Ljava/util/Map;)Ljava/lang/Object; In org/eclipse/ui/internal/commands/Command.execute(Ljava/util/Map;)Ljava/lang/Object; In org/eclipse/ui/internal/keys/WorkbenchKeyboard.executeCommand(Ljava/lang/String;)Z In org/eclipse/ui/internal/keys/WorkbenchKeyboard.press(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)Z In org/eclipse/ui/internal/keys/WorkbenchKeyboard.processKeyEvent(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/ui/internal/keys/WorkbenchKeyboard.filterKeySequenceBindings(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/ui/internal/keys/WorkbenchKeyboard.access$2(Lorg/eclipse/ui/internal/keys/WorkbenchKeyboard;Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/ui/internal/keys/WorkbenchKeyboard$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/Display.filterEvent(Lorg/eclipse/swt/widgets/Event;)Z In org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V In org/eclipse/swt/widgets/Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/Control.sendKeyEvent(ILorg/eclipse/swt/internal/gtk/GdkEventKey;)Z In org/eclipse/swt/widgets/Control.gtk_key_press_event(II)I In org/eclipse/swt/widgets/Composite.gtk_key_press_event(II)I In org/eclipse/swt/widgets/Widget.windowProc(III)I In org/eclipse/swt/widgets/Display.windowProc(III)I In org/eclipse/swt/internal/gtk/OS.gtk_main_do_event(I)V In org/eclipse/swt/widgets/Display.eventProc(II)I In org/eclipse/swt/internal/gtk/OS.gtk_main_iteration()I In org/eclipse/swt/widgets/Display.readAndDispatch()Z In org/eclipse/ui/internal/Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V In org/eclipse/ui/internal/Workbench.runUI()I In org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/internal/ide/IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/internal/runtime/PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In sun/reflect/DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lang/Object; In org/eclipse/core/launcher/Main.run([Ljava/lang/String;)I In org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V ThreadName=Gc Thread(0x80524e4) Status=Waiting Monitor=0x8051980 (System monitor) Count=0 Owner=(0xa6ac000) ThreadName=Finalizer thread(0x8052540) Status=Waiting Monitor=0x8052250 (System monitor) Count=0 Owner=(0xa6ac000) ThreadName=Framework Event Dispatcher(0x805259c) Status=Waiting Monitor=0x8052310 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventThread @ 0x421c8524) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/eclipse/osgi/framework/eventmgr/EventThread$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Start Level Event Dispatcher(0x80525f8) Status=Waiting Monitor=0x821af68 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventThread @ 0x421c8380) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/eclipse/osgi/framework/eventmgr/EventThread$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Thread-0(0x8052654) Status=Waiting Monitor=0x821b3e8 (Object monitor for java/lang/ref/ReferenceQueue @ 0x42e18134) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/lang/ref/ReferenceQueue.remove(J)Ljava/lang/ref/Reference; In java/lang/ref/ReferenceQueue.remove()Ljava/lang/ref/Reference; In org/eclipse/jface/action/ActionContributionItem$ImageCache$ReferenceCleanerThread.run()V ThreadName=Thread-1(0x80526b0) Status=Waiting Monitor=0x821b418 (Object monitor for java/lang/ref/ReferenceQueue @ 0x42e181bc) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/lang/ref/ReferenceQueue.remove(J)Ljava/lang/ref/Reference; In java/lang/ref/ReferenceQueue.remove()Ljava/lang/ref/Reference; In org/eclipse/jface/action/ActionContributionItem$ImageCache$ReferenceCleanerThread.run()V ThreadName=Java indexing(0x805270c) Status=Blocked on flat lock Monitor=0x821bb38 (Object monitor for java/lang/Object @ 0x42d62198) Count=1 Owner=main(0x8055300) In org/eclipse/ui/internal/progress/ProgressManager.addJobInfo(Lorg/eclipse/ui/internal/progress/JobInfo;)V In org/eclipse/ui/internal/progress/ProgressManager$1.scheduled(Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners$5.notify(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners.doNotify(Lorg/eclipse/core/internal/jobs/JobListeners$IListenerDoit;Lorg/eclipse/core/runtime/jobs/IJobChangeEvent;)V In org/eclipse/core/internal/jobs/JobListeners.scheduled(Lorg/eclipse/core/runtime/jobs/Job;J)V In org/eclipse/core/internal/jobs/JobManager.schedule(Lorg/eclipse/core/internal/jobs/InternalJob;J)V In org/eclipse/core/internal/jobs/InternalJob.schedule(J)V In org/eclipse/core/runtime/jobs/Job.schedule()V In org/eclipse/jdt/internal/core/search/processing/JobManager.run()V In java/lang/Thread.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0x80527c4) Status=Waiting Monitor=0x821b868 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegionQueue @ 0x43372718) Count=0 Owner=(0x8055300) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=Worker-2(0x80528d8) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-3(0x805287c) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-4(0x8052768) Status=Waiting Monitor=0xa58b4f8 (Object monitor for java/lang/UNIXProcess @ 0x44a99afc) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In java/lang/UNIXProcess.waitFor()I In org/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0x8052820) Status=Blocked on flat lock Monitor=0x8f787d8 (Object monitor for org/eclipse/jdt/internal/core/CompilationUnit @ 0x439994ec) Count=1 Owner=main(0x8055300) In org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.reconcile()V In org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;)V In org/eclipse/jdt/internal/ui/text/CompositeReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;)V In org/eclipse/jdt/internal/ui/text/JavaCompositeReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;)V In org/eclipse/jface/text/reconciler/MonoReconciler.process(Lorg/eclipse/jface/text/reconciler/DirtyRegion;)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0x8052934) Status=Waiting Monitor=0x8f78478 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegionQueue @ 0x43d0cc28) Count=0 Owner=(0x8055300) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=Worker-5(0x8052990) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-6(0x8052de0) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0x8052e3c) Status=Waiting Monitor=0x8f785f8 (System monitor) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=Worker-7(0x8052ef4) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-8(0x8052f50) Status=Running In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-9(0x8052fac) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-10(0x8053008) Status=Blocked Monitor=0x821b118 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 0x425f84e8) Count=1 Owner=Worker-8(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Thread-33(0x8052b00) Status=Running In java/lang/ProcHelper.run0(Ljava/lang/Process;)V In java/lang/ProcHelper.run()V ThreadName=stdout reader pid=10735(0x8052aa4) Status=Running In java/io/FileInputStream.readBytes([BIILjava/io/FileDescriptor;)I In java/io/FileInputStream.read([B)I In java/lang/ProcessInputStream.run()V In java/lang/Thread.run()V ThreadName=stderr reader pid=10735(0x8052ccc) Status=Running In java/io/FileInputStream.readBytes([BIILjava/io/FileDescriptor;)I In java/io/FileInputStream.read([B)I In java/lang/ProcessInputStream.run()V In java/lang/Thread.run()V ThreadName=Output Stream Monitor(0x8052bb8) Status=Waiting Monitor=0xa58b858 (Object monitor for java/lang/ProcessInputStream @ 0x44a99e64) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/io/PipedInputStream.read()I In java/lang/ProcessInputStream.read()I In java/io/PipedInputStream.read([BII)I In java/io/InputStream.read([B)I In org/eclipse/debug/internal/core/OutputStreamMonitor.read()V In org/eclipse/debug/internal/core/OutputStreamMonitor.access$1(Lorg/eclipse/debug/internal/core/OutputStreamMonitor;)V In org/eclipse/debug/internal/core/OutputStreamMonitor$1.run()V In java/lang/Thread.run()V ThreadName=Output Stream Monitor(0x8052d28) Status=Waiting Monitor=0xa58bee8 (Object monitor for java/lang/ProcessInputStream @ 0x44a9a140) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In java/io/PipedInputStream.read()I In java/lang/ProcessInputStream.read()I In java/io/PipedInputStream.read([BII)I In java/io/InputStream.read([B)I In org/eclipse/debug/internal/core/OutputStreamMonitor.read()V In org/eclipse/debug/internal/core/OutputStreamMonitor.access$1(Lorg/eclipse/debug/internal/core/OutputStreamMonitor;)V In org/eclipse/debug/internal/core/OutputStreamMonitor$1.run()V In java/lang/Thread.run()V ThreadName=Input Stream Monitor(0x8052d84) Status=Waiting Monitor=0x8f78c28 (Object monitor for java/lang/Object @ 0x44a9e330) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/debug/internal/core/InputStreamMonitor.writeNext()V In org/eclipse/debug/internal/core/InputStreamMonitor.write()V In org/eclipse/debug/internal/core/InputStreamMonitor$1.run()V In java/lang/Thread.run()V ThreadName=ServerConnection(0x8052a48) Status=Running In java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I In java/net/SocketInputStream.read([BII)I In java/net/SocketInputStream.read([B)I In sun/nio/cs/StreamDecoder$ConverterSD.implRead([CII)I In sun/nio/cs/StreamDecoder.read([CII)I In java/io/InputStreamReader.read([CII)I In java/io/BufferedReader.fill()V In java/io/BufferedReader.readLine(Z)Ljava/lang/String; In java/io/BufferedReader.readLine()Ljava/lang/String; In org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.readMessage(Ljava/io/BufferedReader;)Ljava/lang/String; In org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.access$29(Lorg/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient;Ljava/io/BufferedReader;)Ljava/lang/String; In org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient$ServerConnection.run()V ThreadName=Console Polling Thread(0x8052e98) Status=Waiting Monitor=0x8f78508 (System monitor) Count=0 Owner=(0xa6ac000) In java/lang/Thread.sleep(JI)V In java/lang/Thread.sleep(J)V In org/eclipse/debug/internal/ui/views/console/ConsoleDocumentPartitioner.pollAndSleep()V In org/eclipse/debug/internal/ui/views/console/ConsoleDocumentPartitioner$1.run()V In java/lang/Thread.run()V ThreadName=Packet Receive Manager(0x8052b5c) Status=Running In java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I In java/net/SocketInputStream.read([BII)I In java/net/SocketInputStream.read()I In java/io/DataInputStream.readInt()I In org/eclipse/jdi/internal/jdwp/JdwpPacket.read(Ljava/io/InputStream;)Lorg/eclipse/jdi/internal/jdwp/JdwpPacket; In org/eclipse/jdi/internal/connect/PacketReceiveManager.readAvailablePacket()V In org/eclipse/jdi/internal/connect/PacketReceiveManager.run()V In java/lang/Thread.run()V ThreadName=Packet Send Manager(0x8052c14) Status=Waiting Monitor=0xa58ba98 (Object monitor for org/eclipse/jdi/internal/connect/PacketSendManager @ 0x44ab9994) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdi/internal/connect/PacketSendManager.sendAvailablePackets()V In org/eclipse/jdi/internal/connect/PacketSendManager.run()V In java/lang/Thread.run()V ThreadName=org.eclipse.jdt.debug: JDI Event Dispatcher(0x80529ec) Status=Waiting Monitor=0xa58baf8 (Object monitor for org/eclipse/jdi/internal/connect/PacketReceiveManager @ 0x44ab990c) Count=0 Owner=(0xa6ac000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdi/internal/connect/PacketReceiveManager.waitForPacketAvailable(J)V In org/eclipse/jdi/internal/connect/PacketReceiveManager.getCommand(IJ)Lorg/eclipse/jdi/internal/jdwp/JdwpCommandPacket; In org/eclipse/jdi/internal/MirrorImpl.getCommandVM(IJ)Lorg/eclipse/jdi/internal/jdwp/JdwpCommandPacket; In org/eclipse/jdi/internal/event/EventQueueImpl.remove(J)Lcom/sun/jdi/event/EventSet; In org/eclipse/jdi/internal/event/EventQueueImpl.remove()Lcom/sun/jdi/event/EventSet; In org/eclipse/jdt/internal/debug/core/EventDispatcher.run()V In java/lang/Thread.run()V
normal
RESOLVED
INVALID
{'$oid': '52e9c16654dc1c25ebdc0f07'}
62,635
Since either blank line(s) required or not is specified in Preferences -> Code Formatter, when formatting, the needless blank lines can be removed, but to keep some intent blank lines, then it's better to add one more formatting option "Remove needlees blank lines" co-existing with current format option. ps. how about keep half page after the end in the editor, this makes sense when appendng more text into the editor.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c16654dc1c25ebdc0f08'}
62,636
I200405171219 the ViewPart#setTitle is deprecated but the methods that are suggested to replace it aren't implemented yet. I've ported the Team code to use setPartName and setContentDescription but they aren't working. If methods are deprecated ensure that the deprecated replacements actually work :)
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c16654dc1c25ebdc0f09'}
62,634
I200405171219 There is a run-time workbench process in the debug view that won't go away. It is marked as terminated but the stack trace is still shown. For some reason I can't get rid of this task. I'll attach a screen shot.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16654dc1c25ebdc0f0a'}
62,611
Tested on SUSE Enterprise build 06-05-2004 IES. Following the testing scenario for debuging, CD24 fails with improper display of the Arabic cpp file name of Thread[1] in the debug view. The Source file could not be opened complaining that the file name is not found, the file name in both views appears as 3 digit numbers.( May be the ascii presentaion of the characters)
major
RESOLVED
NDUPLICATE
{'$oid': '52e9c16654dc1c25ebdc0f0b'}
62,637
There is a different meaning of 'Refresh workspace automatically in background' for the Win32 auto refresh mechanism and the default polling mechanism. The default polling mechanism will catch changes to the workspace that happened when eclipse was not running. On the other hand the Win32 auto refresh mechanism will never catch these changes. I think that in win32 eclipse should refresh the workspace in the background before turning on the Win32 refresh mechanism.
major
RESOLVED
WORKSFORME
{'$oid': '52e9c16754dc1c25ebdc0f0c'}
62,638
The Menus generated to choose new tools in the PaletteStack's are not being disposed. Since they are not disposed, the Menu's actions, which hold onto PaletteViewers, are not being garbage collected.
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f0d'}
62,629
After closing eclipse (3.0M8 - Version: 3.0.0, Build id: 200403261517) the previous time in a given workspace, when eclipse complained about something (I don't recall the complaint), eclipse now hangs when opening the same workspace. Hang in this case also means that after asking for a workspace (I didn't set a default) and removing the splash screen, it stops responding. That includes that it won't respond to any of the few menu items the application presents (as seen in the picture I'm trying to attach showing a hanging eclipse), including the "About eclipse" item. After running for 8 hours, thinking perhaps that it was just chugging away doing something, here's the state of eclipse: <><><><> Tue May 18 07:10:42 CDT 2004 Full thread dump Java HotSpot(TM) Client VM (1.4.2-34 mixed mode): "Start Level Event Dispatcher" daemon prio=5 tid=0x00514030 nid=0x1874a00 in Object.wait() [f0509000..f0509b20] at java.lang.Object.wait(Native Method) - waiting on <0x62b1ad50> (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:167) - locked <0x62b1ad50> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Framework Event Dispatcher" daemon prio=5 tid=0x005134f0 nid=0x187d400 in Object.wait() [f0488000..f0488b20] at java.lang.Object.wait(Native Method) - waiting on <0x62b1ae50> (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:167) - locked <0x62b1ae50> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Signal Dispatcher" daemon prio=10 tid=0x00507f80 nid=0x1809c00 waiting on condition [0..0] "Finalizer" daemon prio=8 tid=0x00506a90 nid=0x180e000 in Object.wait() [f0203000..f0203b20] at java.lang.Object.wait(Native Method) - waiting on <0x62acbf78> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62acbf78> (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=0x00506760 nid=0x1802600 in Object.wait() [f0182000..f0182b20] at java.lang.Object.wait(Native Method) - waiting on <0x62acbd68> (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 <0x62acbd68> (a java.lang.ref.Reference$Lock) "main" prio=6 tid=0x00500d50 nid=0xa000a1ec runnable [bfffe000..bffff548] at org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:2727) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(WorkbenchAdvisor.java:349) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1563) 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(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) "VM Thread" prio=5 tid=0x00505fe0 nid=0x1802e00 runnable "VM Periodic Task Thread" prio=10 tid=0x00507ef0 nid=0x1814200 waiting on condition "Exception Catcher Thread" prio=10 tid=0x00500eb0 nid=0x1802a00 runnable <><><><> Looking in the .log file, I see these 2 entries that may be of interest: <><><><> !ENTRY org.eclipse.core.runtime 4 2 May 17, 2004 19:43:53.166 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Device is disposed at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Display.error(Display.java:797) at org.eclipse.swt.widgets.Display.checkDevice(Display.java:491) at org.eclipse.swt.widgets.Display.update(Display.java:2865) at org.eclipse.jface.window.Window.runEventLoop(Window.java:676) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.ui.internal.EditorManager.saveAll(EditorManager.java:882) at org.eclipse.ui.internal.Workbench$11.run(Workbench.java:506) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.saveAllEditors(Workbench.java:480) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:406) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.Workbench$17.handleEvent(Workbench.java:1498) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2469) at org.eclipse.swt.widgets.Display.close(Display.java:688) at org.eclipse.swt.widgets.Display.commandProc(Display.java:572) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2019) 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(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) !ENTRY org.eclipse.ui 4 4 May 17, 2004 19:43:57.421 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 17, 2004 19:43:57.423 !MESSAGE Device is disposed !STACK 0 org.eclipse.swt.SWTException: Device is disposed at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Display.error(Display.java:797) at org.eclipse.swt.widgets.Display.checkDevice(Display.java:491) at org.eclipse.swt.widgets.Display.getShells(Display.java:1304) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:86) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.Workbench$17.handleEvent(Workbench.java:1498) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2469) at org.eclipse.swt.widgets.Display.close(Display.java:688) at org.eclipse.swt.widgets.Display.commandProc(Display.java:572) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2019) 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(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) <><><><> I have been able to make progress by starting a new workspace and importing the projects into that workspace.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c16754dc1c25ebdc0f0e'}
62,639
Using Eclipse Version: 3.0.0 Build id: 200405140800 with 3.0.0.cheetah05 This: public class V extends java.util.Vector{ public synchronized boolean addAll(java.util.Collection arg0) { return super.addAll(arg0); } } gives this error: Severity Description Resource In Folder Location Creation Time 2 Internal compiler error java.lang.Error: Undefined base type: . at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromSignature(LookupEnvironment.java:648) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeSignature(LookupEnvironment.java:689) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.cachePartsFrom(BinaryTypeBinding.java:201) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom(LookupEnvironment.java:312) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom(LookupEnvironment.java:297) at org.eclipse.jdt.internal.compiler.Compiler.accept(Compiler.java:191) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:81) at org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve(UnresolvedReferenceBinding.java:43) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType(BinaryTypeBinding.java:49) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.memberTypes(BinaryTypeBinding.java:587) at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.memberTypes(ParameterizedTypeBinding.java:404) at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMemberType(ParameterizedTypeBinding.java:270) at org.eclipse.jdt.internal.compiler.lookup.Scope.findMemberType(Scope.java:609) at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java:1666) at org.eclipse.jdt.internal.compiler.lookup.Scope.getType(Scope.java:1553) at org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.getTypeBinding(QualifiedTypeReference.java:39) at org.eclipse.jdt.internal.compiler.ast.TypeReference.resolveType(TypeReference.java:110) at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.resolveTypesFor(SourceTypeBinding.java:837) at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.methods(SourceTypeBinding.java:696) at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.faultInTypesForFieldsAndMethods(SourceTypeBinding.java:370) at org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.faultInTypes(CompilationUnitScope.java:344) at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:499) at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:333) at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:209) at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:159) at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:49) at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:212) at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:135) 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.resources.Workspace.build(Workspace.java:198) at org.eclipse.jdt.internal.ui.preferences.OptionsConfigurationBlock$3.run(OptionsConfigurationBlock.java:455) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) V.java T1 line 0 18. maj 2004 16:03:22
normal
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f0f'}
62,631
Weaving a simple aspect into a weblogic generated stub class results in a corrupt class file. Loading the class fails with "Illegal constant pool index". Exception in thread "main" java.lang.VerifyError: (class: tavant/POCSessionBean_ svxh3d_EOImpl_812_WLStub, method: isIdentical signature: (Ljavax/ejb/EJBObject;) Z) Illegal constant pool index at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at TestLoad.main(TestLoad.java:8)
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f10'}
62,640
I20040518 (8:16AM) * Opened debug perspective * Reset the perspective * Opened editor (VectorTests) * Created a breakpoint, and debugged to the breakpoint * Selected expression "fFull.size()" and used CTRL-SHIFT-D to display the result, which was shown as expected in the display pop-up * Opened the Display View (manually from menu) * Typed the same expression into the display view, selected the text and used CTRL-SHIFT-D to display the result. -> The result showed in the editor as a popup. I verified the key-binding was bound to the editor and not the Display view, as changing the exrepssion and using the keybinding still resulted in "fFull.size()" being displayed in the editor. Using the context menu from the Display view worked as expected.
normal
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f11'}
62,641
I am posting this to core to start with since that's where the NPE occurs. This bug is not reproducible and it occurs every once in a while when I run as “run-time workbench”. When this particular NPE occurred, I had 4 projects loaded. I ran as “run-time workbench” and the trace displayed on the console as the second workbench was launching. The latter workbench loaded correctly and I was able to keep working. There was also a stack trace in the log file. I am not sure if it is related to this bug. The log’s timestamp seems to indicate that they occurred at similar times. I am using Build id: 200405171219. Console Trace: java.lang.NullPointerException at org.eclipse.core.internal.preferences.EclipsePreferences.internalGet(EclipsePreferences.java:479) at org.eclipse.core.internal.preferences.EclipsePreferences.get(EclipsePreferences.java:349) at org.eclipse.core.internal.preferences.PreferenceForwarder.contains(PreferenceForwarder.java:181) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.contains(AbstractUIPlugin.java:277) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore(ChainedPreferenceStore.java:525) at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean(ChainedPreferenceStore.java:166) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover.getHoverInfo(AbstractAnnotationHover.java:83) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:161) Log Trace (in run-time workbench): !SESSION May 18, 2004 09:57:07.418 --------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_02 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 May 18, 2004 09:57:07.428 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.RuntimeException: The workbench should handle hostile pulldown delegates. at org.eclipse.ui.tests.menus.BrokenWorkbenchWindowPulldownDelegate.getMenu(BrokenWorkbenchWindowPulldownDelegate.java:34) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy$MenuLoader.run(WWinPluginPulldown.java:125) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy.getMenu(WWinPluginPulldown.java:153) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:611) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:622) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:2111) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:2133) at org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1921) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1896) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1464) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1216) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1183) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1094) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1027) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652) at org.eclipse.ui.internal.Workbench.init(Workbench.java:817) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1311) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c16754dc1c25ebdc0f12'}
62,642
When a <clinit> of a class contains after throwing advice that may catch ExceptionInInitializer errors due to an embedded advice aspectOf() that fails, the ExceptionInIntializer error does not get properly reported. For the example below: public class Main { static int x = 13; int y; public Main() { y= 14; } public static void main(String args[]) { Main m = new Main(); m.y = 3; System.out.println("hi"); } } aspect Aspect { before () : within(*) { System.out.println("BEFORE " + thisJoinPointStaticPart.getKind() + " at " + thisJoinPointStaticPart.getSourceLocation()); } after () : within(*) { System.out.println("AFTER " + thisJoinPointStaticPart.getKind() + " at " + thisJoinPointStaticPart.getSourceLocation()); } } .... when compiled with ajc, and then run, the following exception is given, Exception in thread "main" java.lang.NoClassDefFoundError at Main.<clinit>(Main.java:1) when really one wants the following: Exception in thread "main" java.lang.ExceptionInInitializerError at Main. ... Caused by: org.aspectj.lang.NoAspectBoundException: Aspect at Aspect.aspectOf .. ------------- Here is a fix ... I give the decompiled <clinit> for Main.java and indicate with comments, look for ***LJH ****, what can be woven to fix it. Basically, the catch block for after throwing, when in <clinit>, should first check if the caught exception if a ExceptionInInitializerError, and if so just throw it. ----------- static { org.aspectj.runtime.reflect.Factory r1; java.lang.Throwable r2, r31; int $i0; r1 = new Factory("Main.java", Class.forName("Main")); ajc$tjp_0 = r1.makeSJP("field-set", r1.makeFieldSig("8-x-Main-int-"), 2); ajc$tjp_1 = r1.makeSJP("staticinitialization", r1.makeInitializerSig("8--Main-"), 2); ajc$tjp_10 = r1.makeSJP("preinitialization", r1.makeConstructorSig("1--Main----"), 5); ajc$tjp_2 = r1.makeSJP("field-set", r1.makeFieldSig("0-y-Main-int-"), 6); ajc$tjp_3 = r1.makeSJP("constructor-execution", r1.makeConstructorSig("1--Main----"), 6); ajc$tjp_4 = r1.makeSJP("constructor-call", r1.makeConstructorSig("1--Main----"), 10); ajc$tjp_5 = r1.makeSJP("field-set", r1.makeFieldSig("0-y-Main-int-"), 11); ajc$tjp_6 = r1.makeSJP("field-get", r1.makeFieldSig("19-out-java.lang.System-java.io.PrintStream-"), 12); ajc$tjp_7 = r1.makeSJP("method-call", r1.makeMethodSig("1-println-java.io.PrintStream-java.lang.String:-arg0:--void-"), 12); ajc$tjp_8 = r1.makeSJP("method-execution", r1.makeMethodSig("9-main-Main-[Ljava.lang.String;:-args:--void-"), 10); ajc$tjp_9 = r1.makeSJP("initialization", r1.makeConstructorSig("1--Main----"), 6); try { Aspect.aspectOf().ajc$before$Aspect$1$36f01b1c(ajc$tjp_1); $i0 = 13; try { Aspect.aspectOf().ajc$before$Aspect$1$36f01b1c(ajc$tjp_0); x = $i0; } catch (Throwable $r30) { /*** LJH insert here *****/ if ($r30 instanceof ExceptionInIntializerError) //*** throw($r30); //*** /***********/ r31 = $r30; Aspect.aspectOf().ajc$after$Aspect$2$36f01b1c(ajc$tjp_0); throw r31; } Aspect.aspectOf().ajc$after$Aspect$2$36f01b1c(ajc$tjp_0); } catch (Throwable $r36) { /*** LJH insert here *****/ if ($r36 instanceof ExceptionInIntializerError) //*** throw($r36); //*** /***********/ r2 = $r36; Aspect.aspectOf().ajc$after$Aspect$2$36f01b1c(ajc$tjp_1); throw r2; } Aspect.aspectOf().ajc$after$Aspect$2$36f01b1c(ajc$tjp_1); }
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f13'}
62,643
If I have defined an external tool which takes a file/dir as an argument, everything works fine UNLESS there is a space in the argument. Fine, I simply quote the argument and everything should work fine. Nope. What happens is that eclipse preserves the singularity of the argument due to the quotes, but it also passes those quotes to the process as part of the argument. If the tool doesn't explicitly handle the prescence of the quote (most on linux don't) then the argument is invalid, and the external process fails. Thus, as far as I can determine, there is no way to pass a single argument with spaces but without the quotes to an external process. This makes the use of external tools of limited use as a general purpose launcher since you can't ensure its functioning for all arguments, especially filenames. If you do strip out the containing quotes (you probably should ;-), then you probably ought to have a way to escape out embedded quotes within an argument with a '\' or something. FYI, this was the underlying cause for bug 61274, and I think I previously reported it in another bug report as well. this is on eclipse 200405140800 on fedora linux core 1
normal
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f14'}
62,645
GlobalSynchronize action doesn't update it's tooltip. This is problematic because the same action that is shown in the sync view does and since they have the same semantics having the tooltip differ is wrong. I've tried to look-into why the tooltip is not being set, but can't figure out why the action's contribution item isn't updating.
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f16'}
62,644
Currently the makefile generator in Managed Build will only generate the following macros: C_SRCS := CC_SRCS := CXX_SRCS := CAPC_SRCS := CPP_SRCS := Similarly, the dependency and build rules generated are only generated with respect to these macros. This works fine if all you are dealing with is C/C++ source, but if you need to be able to build some other type of arbitrary file within your project (e.g. .asm files), you are out of luck.
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f17'}
62,647
The progress shown in the sync view for compare/merge/synchronize doesn't show the participant name. This is confusing because for running and terminated tasks you can't see the tags/resources for the operation. This used to work though...
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f18'}
62,648
Run a compare with another tag. The participant is correctly added to the sync view and the compare runs fine. But after the operation completes the result message in the progress view says "no changes found".
normal
RESOLVED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f19'}
62,649
I20040518 It would be useful for debugging purposes if the ImageCache ReferenceCleanerThread instances had a name (invoke super constructor on Thread with String parameter). They currently have generically assigned names: Thread-1 and Thread-2.
trivial
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f1a'}
62,651
CDT 200405170943 Eclipse 200405140800 Test case: 1. Import a large project. RESULT: If you open the Progress view, you will see the indexer doing its thing. 2. Now delete your project from the C/C++ Projects view. RESULT: The indexer thread stalls. When I try to kill it manually, nothing happens.
major
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f1b'}
62,650
Using 0518, the name of a method ref inside a javadoc comment resolves to a method binding instead of a type binding. The name (selector) of method invocation should not resolve to a binding. It should return null. Right now it returns a method binding.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16754dc1c25ebdc0f1d'}
62,652
I recently switched jobs and use linux at the new one, but I seem to remember being able to resize javadoc popups on windows, and cannnot do so now. I can F2/Focus and scroll, but am unable to find a handle on the popup to drag and resize it to make it easier to read for larger javadocs. This may be related to bug 61308 This is on eclipse 200405140800 on linux fedora core 1
normal
VERIFIED
FIXED
{'$oid': '52e9c16754dc1c25ebdc0f1e'}
62,654
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetException.java:66) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardDialog2.java:282) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish (RefactoringWizard.java:533) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish (UserInputWizardPage.java:153) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:599) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed (RefactoringWizardDialog2.java:406) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:365) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:505) 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.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.jface.window.Window.runEventLoop(Window.java) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run (RefactoringWizardOpenOperation.java:121) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:40) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate (UserInterfaceStarter.java:54) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameUserInterfaceStarter.activa te(RenameUserInterfaceStarter.java:113) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameMethodUserInterfaceStarter. activate(RenameMethodUserInterfaceStarter.java:66) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog (RenameSupport.java:108) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:175) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:128) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:127) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:899) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:850) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent (ActionContributionItem.java:769) 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:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:299) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:127) 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:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621) Caused by: java.util.ConcurrentModificationException at java.lang.Throwable.<init>(Throwable.java) at java.util.HashMap$HashIterator.nextEntry(HashMap.java) at java.util.HashMap$KeyIterator.next(HashMap.java) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameAnalyzeUtil.analyzeRen ameChanges2(RenameAnalyzeUtil.java:205) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.analyz eRenameChanges(RenameMethodProcessor.java:446) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.checkF inalConditions(RenameMethodProcessor.java:275) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProces sor.checkFinalConditions(RenameNonVirtualMethodProcessor.java:57) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFi nalConditions(ProcessorBasedRefactoring.java:134) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:114) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:182) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1674) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) Root exception: java.util.ConcurrentModificationException at java.lang.Throwable.<init>(Throwable.java) at java.util.HashMap$HashIterator.nextEntry(HashMap.java) at java.util.HashMap$KeyIterator.next(HashMap.java) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameAnalyzeUtil.analyzeRen ameChanges2(RenameAnalyzeUtil.java:205) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.analyz eRenameChanges(RenameMethodProcessor.java:446) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.checkF inalConditions(RenameMethodProcessor.java:275) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProces sor.checkFinalConditions(RenameNonVirtualMethodProcessor.java:57) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFi nalConditions(ProcessorBasedRefactoring.java:134) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:114) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:182) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1674) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101)
normal
VERIFIED
FIXED