Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 378585
Collapse All | Expand All

(-)src/org/eclipse/wst/jsdt/internal/compiler/lookup/CompilationUnitScope.java (-1 / +1 lines)
Lines 665-671 Link Here
665
					continue nextType;
665
					continue nextType;
666
			
666
			
667
		}
667
		}
668
			if (inferredType.binding != null)
668
			if (inferredType.binding != null && inferredType.binding.classScope != null)
669
				inferredType.binding.classScope.connectTypeHierarchy();
669
				inferredType.binding.classScope.connectTypeHierarchy();
670
670
671
		}
671
		}

Return to bug 378585