Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Strange Error Message - no clue what is wrong(Couldn't find EReference for crossreference '*' in parser rule '*'.)
Strange Error Message - no clue what is wrong [message #1837202] Sun, 24 January 2021 17:48 Go to next message
Eclipse UserFriend
I got the above error message after working on the generator part of my grammar. The error message appears instead of my DSL text in the runtime eclipse.
I before hat added some @Inject annotations in the generator part.
But this messed up Guice because it could not resolve the annotations.
So I commented out the annotations.
I understand the error that xtext could not resolve a crossreference in one of my ParserRules.
The ScopeProvider worked before and I did not change it.
I simply do not know where to start to seek the mistake.
Re: Strange Error Message - no clue what is wrong [message #1837206 is a reply to message #1837202] Mon, 25 January 2021 00:34 Go to previous message
Eclipse UserFriend
i assume you actually changed something in the grammar.
you can try to debug installProxies inside LazyLinker
to find out more.

please also triple check that there are no errors or warnings if you run language workflow. also make sure the code you have is built (build automatically on)

besides that:
please provide a complete minimal example

[Updated on: Mon, 25 January 2021 00:46] by Moderator

Previous Topic:[Formatter2] append newLine + spaces
Next Topic:Dokumentation for Formatter2 API
Goto Forum:
  


Current Time: Fri Jul 04 04:55:28 EDT 2025

Powered by FUDForum. Page generated in 0.03945 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top