View | Details | Raw Unified | Return to bug 118064
Collapse All | Expand All

(-)batch/org/eclipse/jdt/internal/compiler/batch/Main.java (+1 lines)
Lines 2115-2120 Link Here
2115
						case readyToCloseOrOtherEntry:
2115
						case readyToCloseOrOtherEntry:
2116
							state = readyToCloseOrOtherEntry;
2116
							state = readyToCloseOrOtherEntry;
2117
							addNewEntry(InsideClasspath, InsideSourcepath, bootclasspaths, classpaths, sourcepathClasspaths, currentClasspathName, currentRuleSpecs, mode, customEncoding);
2117
							addNewEntry(InsideClasspath, InsideSourcepath, bootclasspaths, classpaths, sourcepathClasspaths, currentClasspathName, currentRuleSpecs, mode, customEncoding);
2118
							currentRuleSpecs.clear();
2118
							break;
2119
							break;
2119
						case rulesReadyToClose:
2120
						case rulesReadyToClose:
2120
							state = rulesNeedAnotherRule;
2121
							state = rulesNeedAnotherRule;

Return to bug 118064