From 1575a175b511eadbae03fc760b0cd20edde6ae4e Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 10 Dec 2004 15:40:59 +0000 Subject: Support for 'offset' in source locations - enabling AJDT improvements. Not perfect - really the whole ISourceLocation thing needs sorting out ... --- testing/src/org/aspectj/testing/xml/SoftSourceLocation.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testing/src') 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() { -- cgit v1.2.3