2012-07-10 15 views
11

Używam Eclipse Juno z Javą (Java build 1.7.0_05-b05 64bit) i wtyczką Scala-IDE (Scala IDE dla Eclipse 2.1.0.nightly- 2_09-201207100348-f1d9c23 org.scala-ide.sdt.feature.feature.group scala-ide.org).Problemy z zakończeniem kodu z Scala-IDE i Eclipse Juno

Poniżej są moje ustawienia niestandardowe dla Eclipse 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 

każdym czasie próbuję użyć kodu zakończenia Eclipse rzuca mi 2 okna błędach:

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. 

i

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. 

Mój log Scala-ide poniżej pokazuje:

[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] 

Czy istnieje sposób, aby to naprawić?

Dziękuję.

UPDATE 1: Po wyłączeniu rekomendujących kodu Dostaję inny błąd w moim dzienniku 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] 

ale uzupełniania kodu Scala działa obecnie ok

+0

Poinformuj o tym na [scala-ide-user] (https://groups.google.com/forum/?fromgroups#!forum/scala-ide-user) – sschaef

+0

@sschaef: Dzięki - gotowe :) – Timka

Odpowiedz

2

Mógłbyś otworzyć raport o błędzie w sprawie Zaleceń Kodu, w tym stosu stacków, aby to naprawić?

+0

Marcel : Znalazłem ten raport o błędzie tutaj: [wspomaganie kodu nie działa w nocnej kompilacji + eclipse 4.2 juno] (http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1001132) – Timka

+0

dzięki. tam wskaźnik stosu pomaga. Napraw po stronie Rekomendatorzy jest w toku. https://bugs.eclipse.org/bugs/show_bug.cgi?id=383395#c4 – Marcel

+0

Po prostu, aby Cię powiadomić: Dostałem ten sam pb, Eclipse Juno + nightly Scala IDE dla kompilacji Juno. – ROLO