Content assist does not work [message #780242] |
Tue, 17 January 2012 07:46  |
Eclipse User |
|
|
|
Hi,
After an intensive Xtext week things are getting up and running. So far Xtext has worked nicely!
The only thing that remains is content assist, which does not work. My project has no errors and everything works as it should. However, when I press Ctrl + space in an attempt to bring up code suggestions, an exception is thrown (each time).
Does anyone have any idea why this happens?
java.lang.VerifyError: Inconsistent stackmap frames at branch target 173 in method com.model.generator.ui.contentassist.antlr.internal.InternalGeneratorParser.rule__NumericValue__Alternatives()V at offset 330
at com.model.generator.ui.contentassist.antlr.GeneratorParser.createParser(GeneratorParser.java:29)
at com.model.generator.ui.contentassist.antlr.GeneratorParser.createParser(GeneratorParser.java:1)
at org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser.getFollowElements(AbstractContentAssistParser.java:283)
at org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory$StatefulFactory.handleLastCompleteNodeIsAtEndOfDatatypeNode(ParserBasedContentAssistContextFactory.java:205)
at org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory$StatefulFactory.doCreateContexts(ParserBasedContentAssistContextFactory.java:156)
at org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory$StatefulFactory.create(ParserBasedContentAssistContextFactory.java:143)
at org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.create(ParserBasedContentAssistContextFactory.java:533)
at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:48)
at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
[Updated on: Tue, 17 January 2012 07:47] by Moderator
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07113 seconds