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

(-)model/org/eclipse/jdt/core/JavaCore.java (+2 lines)
Lines 3342-3347 Link Here
3342
				IClasspathEntry[] classpath;
3342
				IClasspathEntry[] classpath;
3343
				try {
3343
				try {
3344
					classpath = javaProject.getResolvedClasspath();
3344
					classpath = javaProject.getResolvedClasspath();
3345
					// 285917: force JavaProject.buildStructure to be called if it hasn't yet, to make sure externalLibTimestamps are computed
3346
					javaProject.getPackageFragmentRoots();
3345
				} catch (JavaModelException e) {
3347
				} catch (JavaModelException e) {
3346
					// project no longer exist: ignore
3348
					// project no longer exist: ignore
3347
					continue;
3349
					continue;

Return to bug 285917