Skip to content
Snippets Groups Projects
Commit 44f69857 authored by Johannes Mey's avatar Johannes Mey
Browse files

make error message more resilient

parent c539cb46
No related branches found
No related tags found
No related merge requests found
......@@ -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()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment