Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stgroup
ttc18
Commits
f55b13fd
Commit
f55b13fd
authored
Aug 15, 2018
by
Johannes Mey
Browse files
make error message more resilient
parent
906e647f
Changes
1
Hide whitespace changes
Inline
Side-by-side
jastadd-mquat-base/src/main/jastadd/Eval.jrag
View file @
f55b13fd
...
...
@@ -67,9 +67,8 @@ aspect eval {
}
if (providingAssignment == null) {
MquatWriteSettings settings = new MquatWriteSettings("");
logger.error("Could not evaluate {} in {} of {}",
this.print(settings), containingClause().print(settings),
((ModelElement)containingClause().getParent()).name());
logger.error("Could not evaluate {} in {}",
this.print(settings), containingClause().print(settings));
return 0;
}
for (Clause clause : providingAssignment.getImplementation().getClauseList()) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment