[Jadclipse-develop] [ jadclipse-Bugs-1609807 ] Stack overflow in various places
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2006-12-19 15:17:08
|
Bugs item #1609807, was opened at 2006-12-05 20:28 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1609807&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Eugene Kuleshov (euxx) Assigned to: Nobody/Anonymous (nobody) Summary: Stack overflow in various places Initial Comment: With Mylar installed, this error happens around code completion in Java editor after one of the classes from Mylar's task context (some task is active), which does not have sources has been opened with JadClipse 3.2.3 plugin. Note that Mylar contributes code completion provider. -- Error Log -- Date: Sat Dec 02 01:02:29 EST 2006 Message: An internal error occurred during: "Computing additional info". Severity: Error Plugin ID: org.eclipse.core.jobs Stack Trace: java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-19 07:17 Message: Logged In: NO I get the same with plain Eclipse 3.2. My Jar is simply dropped in the plugins folder. Take a look at these 2 errors: !ENTRY org.eclipse.ui 4 0 2006-12-19 16:04:37.836 !MESSAGE Unable to create editor ID net.sf.jadclipse.JadclipseClassFileEditor: The classfile is not on the classpath !STACK 1 org.eclipse.core.runtime.CoreException: The classfile is not on the classpath at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:616) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java:2396) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) AND: Caused by: java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1609807&group_id=40205 |