View | Details | Raw Unified | Return to bug 176118 | Differences between
and this patch

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/Compiler.java (-1 / +3 lines)
Lines 733-739 Link Here
733
			this.handleInternalException(e, unit, null);
733
			this.handleInternalException(e, unit, null);
734
			throw e; // rethrow
734
			throw e; // rethrow
735
		} finally {
735
		} finally {
736
			this.lookupEnvironment.unitBeingCompleted = null;
736
			// leave this.lookupEnvironment.unitBeingCompleted set to the unit, until another unit is resolved
737
			// other calls to dom can cause classpath errors to be detected, resulting in AbortCompilation exceptions
738
737
			// No reset is performed there anymore since,
739
			// No reset is performed there anymore since,
738
			// within the CodeAssist (or related tools),
740
			// within the CodeAssist (or related tools),
739
			// the compiler may be called *after* a call
741
			// the compiler may be called *after* a call

Return to bug 176118