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

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/Compiler.java (-1 / +1 lines)
Lines 670-676 Link Here
670
				// we reset the compiler in order to restart with the new units
670
				// we reset the compiler in order to restart with the new units
671
				internalBeginToCompile(newUnits, newUnitSize);
671
				internalBeginToCompile(newUnits, newUnitSize);
672
				bottom = top;
672
				bottom = top;
673
				top = this.unitsToProcess.length;
673
				top = this.totalUnits; // last unit added
674
			} else {
674
			} else {
675
				bottom = top;
675
				bottom = top;
676
			}
676
			}

Return to bug 203454