- added include declarations to Outline view
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / lookup / ClassScope.java
index 6ec975c..6e26e42 100644 (file)
@@ -685,8 +685,8 @@ public class ClassScope extends Scope {
        private void connectTypeHierarchyWithoutMembers() {
                // must ensure the imports are resolved
                if (parent instanceof CompilationUnitScope) {
-                       if (((CompilationUnitScope) parent).imports == null)
-                                ((CompilationUnitScope) parent).checkAndSetImports();
+//                     if (((CompilationUnitScope) parent).imports == null)
+//                              ((CompilationUnitScope) parent).checkAndSetImports();
                } else if (parent instanceof ClassScope) {
                        // ensure that the enclosing type has already been checked
                         ((ClassScope) parent).connectTypeHierarchyWithoutMembers();