mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xbase][validation] Fix: Detect restricted access violation in local workspace
This commit is contained in:
parent
bf5fc00e09
commit
4cfeedb02c
1 changed files with 3 additions and 1 deletions
|
@ -138,8 +138,10 @@ public class ValidationTestHelper {
|
|||
for(Issue issue: validate) {
|
||||
EObject eObject = model.eResource().getResourceSet().getEObject(issue.getUriToProblem(), true);
|
||||
message.append(issue.getSeverity())
|
||||
.append(" '")
|
||||
.append(" (")
|
||||
.append(issue.getCode())
|
||||
.append(") '")
|
||||
.append(issue.getMessage())
|
||||
.append("' on ")
|
||||
.append(eObject.eClass().getName())
|
||||
.append("\n");
|
||||
|
|
Loading…
Reference in a new issue