11

Java(Javaビルド1.7.0_05-b05 64ビット)とScala-IDEプラグイン(Scala IDE for Eclipse 2.1.0.nightly-2_09-201207100348-f1d9c23org.scala-ide.sdt.feature)でEclipseJunoを使用しています。 feature.group scala-ide.org)。

以下は、Eclipseeclipse.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を使用しようとするたびに、2つのエラーウィンドウがスローされます。

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.

The 'Code Recommenders Overrides Proposals' proposal computer from
the 'org.eclipse.recommenders.completion.rcp.overrides' 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コードの補完は正常に機能するようになりました

4

1 に答える 1

2

これを修正するために、スタックトレースを含むコードレコメンダーに関するバグレポートを開いていただけませんか?

于 2012-07-12T07:42:25.957 に答える