From 9b03811333687b7a41baa1b9c9ff84344df86bbc Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 18 Aug 2006 12:38:01 +0000 Subject: 145963: binary entries in the model: various parts to the fix. --- .../aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'org.aspectj.ajdt.core') diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java index 8e597c0ec..0f80b1380 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java @@ -158,4 +158,8 @@ public class EclipseSourceLocation implements ISourceLocation { getOffset()==o.getOffset() && ((filename==null)?(o.filename==null):o.filename.equals(filename)); } + + public String getSourceFileName() { + return null; + } } -- cgit v1.2.3