diff options
Diffstat (limited to 'testing/src')
-rw-r--r-- | testing/src/org/aspectj/testing/xml/SoftSourceLocation.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java b/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java index 022342aa2..0d5f36744 100644 --- a/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java +++ b/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java @@ -115,6 +115,10 @@ public class SoftSourceLocation implements ISourceLocation { public String getLocationContext() { return null; } + + public int getOffset() { + return -1; + } /** @return String : {context\n}file:line:column */ public String toString() { |