We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file UCdslParsingTest.xtend in UCWriter/ucwriter.xtext.guimeta.ucdsl.parent/ucwriter.xtext.guimeta.ucdsl.tests/src/ucwriter/xtext/guimeta/ucdsl/tests/ is commented because the code in line 13
UCdslParsingTest.xtend
UCWriter/ucwriter.xtext.guimeta.ucdsl.parent/ucwriter.xtext.guimeta.ucdsl.tests/src/ucwriter/xtext/guimeta/ucdsl/tests/
import ucwriter.xtext.guimeta.ucdsl.uCdsl.Model
Report error: ucwriter.xtext.guimeta.ucdsl.uCdsl.Model cannot be resolved to a type.
Line 19 report: Model cannot be resolved to a type.
And line 23: The field UCdslParsingTest.parseHelper refers to the missing type Model.
So I comment the entire file to compile the xtext features.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The file
UCdslParsingTest.xtend
inUCWriter/ucwriter.xtext.guimeta.ucdsl.parent/ucwriter.xtext.guimeta.ucdsl.tests/src/ucwriter/xtext/guimeta/ucdsl/tests/
is commented because the code in line 13import ucwriter.xtext.guimeta.ucdsl.uCdsl.Model
Report error: ucwriter.xtext.guimeta.ucdsl.uCdsl.Model cannot be resolved to a type.
Line 19 report: Model cannot be resolved to a type.
And line 23: The field UCdslParsingTest.parseHelper refers to the missing type Model.
So I comment the entire file to compile the xtext features.
The text was updated successfully, but these errors were encountered: