2012-07-10 16 views
11

के साथ संहिता पूर्ण करने के मुद्दे मैं जावा (जावा बिल्ड 1.7.0_05-बी05 64 बिट) और स्कैला-आईडीई प्लगइन के साथ ग्रहण जूनो का उपयोग कर रहा हूं (ग्रहण 2.1.0 के लिए स्कैला आईडीई। रातोंरात- 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 

हर समय मैं मेरे 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. 

नीचे मेरा स्कैला-विचार लॉग दिखाता है:

[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-इदे लॉग में एक अलग त्रुटि मिल रही है अक्षम करने के बाद:

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] 

लेकिन स्केला कोड पूर्णता अब ठीक

+0

कृपया इसे [स्केल-आइडिया-उपयोगकर्ता] पर पोस्ट करें (https://groups.google.com/forum/?fromgroups#!forum/scala-ide-user) – sschaef

+0

@sschaef: धन्यवाद - किया गया :) – Timka

उत्तर

2

आप आपत्ति तो नहीं है काम करता है इसे ठीक करने के लिए एक स्टैकट्रैक समेत कोड अनुशंसाओं पर एक बग रिपोर्ट खोलें?

+0

मार्सेल : मुझे यह बग रिपोर्ट यहां मिली: [कोड सहायता रात के निर्माण + ग्रहण 4.2 जूनो में काम नहीं कर रही है] (http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1001132) – Timka

+0

धन्यवाद। वहाँ stacktrace मदद करता है। सिफारिशकर्ता पक्ष पर फिक्स प्रगति पर है। https://bugs.eclipse.org/bugs/show_bug.cgi?id=383395#c4 – Marcel

+0

बस आपको बताने के लिए: मुझे जूनो बिल्ड के लिए एक ही पीबी, ग्रहण जूनो + रात स्काला आईडीई मिला। – ROLO

संबंधित मुद्दे