2012-07-10 11 views
11

Java(Javaビルド1.7.0_05-b05 64bit)とScala-IDEプラグイン (Eclipse 2.1.0.nightly- 2_09-201207100348-f1d9c23 org.scala-ide.sdt.feature.feature.group scala-ide.org)。Scala-IDEとEclipse Junoのコード補完に関する問題

以下

は、Eclipseたeclipse.iniのための私のカスタム設定されている:私は私の2つのエラーのウィンドウを投げEclipseのコード補完を使用しようと

-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 

すべて-時間:

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] 

これを修正する方法はありますか?

ありがとうございます。

UPDATE 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のコード補完は今

+0

[scala-ide-user](https://groups.google.com/forum/?fromgroups#!forum/scala-ide-user)に投稿してください – sschaef

+0

@sschaef:ありがとう - 完了:) – Timka

答えて

2

は、あなたが気に思いOK作品これを修正するためにスタックトレースを含むコード提案者のバグレポートを開きますか?

+0

Marcel :私はこのバグレポートをここに見つけました:[コードアシストは夜間ビルド+ eclipse 4.2 junoで動作しません](http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1001132) – Timka

+0

ありがとうございました。スタックトレースが役立ちます。推奨側の修正が進行中です。 https://bugs.eclipse.org/bugs/show_bug.cgi?id=383395#c4 – Marcel

+0

Junoビルド用の同じEclipse、ジュノ+夜間のScala IDEを入手しました。 – ROLO

関連する問題