X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/CompilationUnitScope.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/CompilationUnitScope.java index 0e03ef2..0de4b0a 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/CompilationUnitScope.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/CompilationUnitScope.java @@ -387,7 +387,7 @@ public class CompilationUnitScope extends Scope { } typeBinding.compoundName = compoundName; // compoundName; // this.fPackage = fPackage; - typeBinding.fileName = file.getLocation().toString() + typeBinding.fileName = file.getFullPath().toString() .toCharArray(); // typeBinding.modifiers = scope.referenceContext.modifiers; // typeBinding.sourceName = scope.referenceContext.name;