Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4099110
By: odwl

I have a problem renaming a function (on LINUX UBUNTU). I have one of the two
following errors occuring (inconsistently)

1. It stalled  (impossible to close the Progress Window)
When I kill the process (from the shell) the renaming was done correctly !
The error in the logs is :
java.lang.RuntimeException: Couldn't find END@@ on received string.
at org.python.pydev.editor.codecompletion.shell.AbstractShell.read(AbstractShell
.java:603)
at org.python.pydev.editor.refactoring.PyRefactoring.makeAction(PyRefactoring.ja
va:86)
at org.python.pydev.editor.refactoring.PyRefactoring.rename(PyRefactoring.java:1
36)
at org.python.pydev.editor.actions.refactoring.PyRename.perform(PyRename.java:24
)
at org.python.pydev.editor.actions.refactoring.PyRefactorAction$Operation.execut
e(PyRefactorAction.java:73)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperatio
n.java:101)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.
java:113)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.
java:113)


2. It does nothing. The logs contain two errors 

java.lang.NullPointerException
        at 
org.python.pydev.editor.actions.refactoring.PyRefactorAction.run(PyRefactorA
ction.java:293)
        at 
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)
        at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:539)
        at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI
tem.java:488)
        at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu
tionItem.java:400)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3164)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2840)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
        at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.
java:78)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(
EclipseAppLauncher.java:92)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp
pLauncher.java:68)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        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.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

and Unhandled event loop exception with no stacktrace

Thanks a lot

Olivier



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to