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

Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/core/JavaModelManager.java (-2 / +3 lines)
Lines 3976-3983 Link Here
3976
					&& this.workspaceScope != null) {
3976
					&& this.workspaceScope != null) {
3977
				manager.cleanUpIndexes();
3977
				manager.cleanUpIndexes();
3978
			}
3978
			}
3979
3979
		}
3980
			// clean up external folders on full save
3980
		// clean up external folders on full save or snapshot
3981
		if (context.getKind() == ISaveContext.FULL_SAVE || context.getKind() == ISaveContext.SNAPSHOT) {
3981
			this.externalFoldersManager.cleanUp(null);
3982
			this.externalFoldersManager.cleanUp(null);
3982
		}
3983
		}
3983
3984

Return to bug 268879