[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:
Lorenzo Bettini 2014-12-15 10:14:47 +01:00
parent bcd60753e6
commit bcf56d635d

View file

@ -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;