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

make error message more resilient

parent 906e647f
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