Committing more fixes for bug #1839622 RSE Path error. This will clean up php files...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / lookup / CompilationUnitScope.java
index 0e03ef2..0de4b0a 100644 (file)
@@ -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;