Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 71149 Details for
Bug 192388
NPE while trying to autocomplete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
extract from .log describing the problem
log.txt (text/plain), 7.55 KB, created by
Nikolay Kurtov
on 2007-06-13 05:23:05 EDT
(
hide
)
Description:
extract from .log describing the problem
Filename:
MIME Type:
Creator:
Nikolay Kurtov
Created:
2007-06-13 05:23:05 EDT
Size:
7.55 KB
patch
obsolete
>eclipse.buildId=I20070517-1700 >java.version=1.5.0_09 >java.vendor=Sun Microsystems Inc. >BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_RU >Framework arguments: -startup /home/kurtov/eclipsed/fourth/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070516.jar >Command-line arguments: -os linux -ws gtk -arch x86 -startup /home/kurtov/eclipsed/fourth/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070516.jar >This is a continuation of log file /home/kurtov/workspace/.metadata/.bak_4.log >Created Time: 2007-06-13 09:05:52.768 > >Warning >Wed Jun 13 09:14:46 GMT 2007 >The 'org.eclipse.dltk.ruby.ui.RubyTypeCompletionProposalComputer' proposal computer from the 'org.eclipse.dltk.ruby.ui' plug-in did not complete normally. The extension has thrown a runtime exception. > >java.lang.NullPointerException > at org.eclipse.dltk.ruby.typeinference.RubyTypeInferencingUtils.determineSelfClass(RubyTypeInferencingUtils.java:195) > at org.eclipse.dltk.ruby.typeinference.evaluators.SelfReferenceEvaluator.init(SelfReferenceEvaluator.java:47) > at org.eclipse.dltk.ti.GoalEngine.evaluateGoal(GoalEngine.java:188) > at org.eclipse.dltk.ti.DefaultTypeInferencer.evaluateType(DefaultTypeInferencer.java:217) > at org.eclipse.dltk.ruby.typeinference.RubyTypeInferencer.evaluateType(RubyTypeInferencer.java:54) > at org.eclipse.dltk.ti.DLTKTypeInferenceEngine.evaluateType(DLTKTypeInferenceEngine.java:78) > at org.eclipse.dltk.ruby.internal.core.codeassist.RubyCompletionEngine.completeClassMethods(RubyCompletionEngine.java:421) > at org.eclipse.dltk.ruby.internal.core.codeassist.RubyCompletionEngine.completeCall(RubyCompletionEngine.java:709) > at org.eclipse.dltk.ruby.internal.core.codeassist.RubyCompletionEngine.complete(RubyCompletionEngine.java:286) > at org.eclipse.dltk.internal.core.Openable.codeComplete(Openable.java:492) > at org.eclipse.dltk.internal.core.SourceModule.codeComplete(SourceModule.java:702) > at org.eclipse.dltk.internal.core.SourceModule.codeComplete(SourceModule.java:698) > at org.eclipse.dltk.ui.text.completion.ScriptCompletionProposalComputer.computeScriptCompletionProposals(ScriptCompletionProposalComputer.java:182) > at org.eclipse.dltk.ui.text.completion.ScriptCompletionProposalComputer.computeCompletionProposals(ScriptCompletionProposalComputer.java:234) > at org.eclipse.dltk.ui.text.completion.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:330) > at org.eclipse.dltk.ui.text.completion.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:266) > at org.eclipse.dltk.ui.text.completion.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:266) > at org.eclipse.dltk.ui.text.completion.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:225) > at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1758) > at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:478) > at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:475) > at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:410) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) > at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:404) > at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1587) > at org.eclipse.dltk.internal.ui.editor.ScriptEditor$AdaptedSourceViewer.doOperation(ScriptEditor.java:367) > at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) > at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) > at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) > at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) > at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) > at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) > at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:821) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:568) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1423) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1100) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1125) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1110) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1137) > at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:663) > at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2384) > at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:679) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1486) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:4055) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:3973) > at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5593) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1192) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1487) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2969) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > 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:585) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:497) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) > at org.eclipse.equinox.launcher.Main.run(Main.java:1162) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192388
: 71149