mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[455181] ValidationTestHelper should show offset and length
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455181 Change-Id: I5218a8c7bf1f5e42425bcbaf434cb111504eb5c6 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
bcd60753e6
commit
bcf56d635d
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ public class ValidationTestHelper {
|
|||
result.append(" on ");
|
||||
result.append(eObject.eClass().getName());
|
||||
}
|
||||
result.append(", offset " + issue.getOffset() + ", length " + issue.getLength());
|
||||
result.append("\n");
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue