Scala IDE和EclipseJuno的代码完成问题

Scala IDE和EclipseJuno的代码完成问题,eclipse,scala,code-completion,scala-ide,eclipse-juno,Eclipse,Scala,Code Completion,Scala Ide,Eclipse Juno,我将EclipseJuno与Java(Java构建1.7.0_05-b05 64位)和Scala IDE插件一起使用 (Eclipse的Scala IDE 2.1.0.nightly-2_09-201207100348-f1d9c23 org.Scala-IDE.sdt.feature.feature.group Scala IDE.org) 下面是我对Eclipse.ini的自定义设置: -vmargs -Dosgi.requiredJavaVersion=1.7 -Dhelp.lucene.

我将EclipseJuno与Java(Java构建1.7.0_05-b05 64位)和Scala IDE插件一起使用 (Eclipse的Scala IDE 2.1.0.nightly-2_09-201207100348-f1d9c23 org.Scala-IDE.sdt.feature.feature.group Scala IDE.org)

下面是我对Eclipse.ini的自定义设置:

-vmargs
-Dosgi.requiredJavaVersion=1.7
-Dhelp.lucene.tokenizer=standard
-Xss8m
-Xms256m
-Xmx1536m
-XX:PermSize=64m
-server
-Xverify:none
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:MaxGCPauseMillis=50
-XX:+DoEscapeAnalysis
-XX:+UseCompressedOops
每次我尝试使用代码完成时,Eclipse都会抛出两个错误窗口:

The 'Code Recommenders Calls Proposals' proposal computer from
the 'org.eclipse.recommenders.completion.rcp.calls' plug-in did
not complete normally.
The extension has thrown a runtime exception.

下面我的scala ide日志显示:

[Xlint:cantFindType]
2012-07-10 15:37:29,404 ERROR [main] - System.err - 
[org.eclipse.jdt.launching] error can't determine modifiers of missing type
org.eclipse.pde.internal.ui.wizards.imports.PluginImportHelper
when weaving type org.eclipse.jdt.launching.JavaRuntime
when weaving classes 
when weaving 
[Xlint:cantFindType]
有办法解决这个问题吗

多谢各位

更新1: 禁用代码推荐程序后,我的Slaca Ide日志中出现了另一个错误:

2012-07-10 16:10:24,342 ERROR [main] - System.err - [org.eclipse.jdt.debug.ui] 
error can't determine modifiers of missing type
org.eclipse.pde.internal.ui.wizards.imports.PluginImportHelper
when weaving type org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter
when weaving classes
when weaving 
[Xlint:cantFindType]

但是scala代码完成现在可以正常工作了

你介意打开一个关于代码推荐程序的错误报告,包括stacktrace来修复这个问题吗?

请在Marcel上发布这个消息:我在这里找到了这个错误报告:谢谢。那里的stacktrace有帮助。建议方的修复正在进行中。只是想让你知道:我得到了同样的pb,EclipseJuno+NightlyScalaIDE,用于Juno构建。对于Juno+Scalaide2.0.2,得到了同样的错误。在我输入“args”的那一刻,我就看到了这个弹出窗口。几天前安装了最新的Juno(Juno Service Release 1),带有针对Eclipse 2.1.0的Scala IDE,仍然存在同样的问题。虽然在这些错误出现之后,自动内容建议似乎对我的项目中包含的scala类很有效,所以在每种类型的点上获取这两条消息看起来只是个麻烦。你确定问题已经解决了吗?
2012-07-10 16:10:24,342 ERROR [main] - System.err - [org.eclipse.jdt.debug.ui] 
error can't determine modifiers of missing type
org.eclipse.pde.internal.ui.wizards.imports.PluginImportHelper
when weaving type org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter
when weaving classes
when weaving 
[Xlint:cantFindType]