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

Collapse All | Expand All

(-)a/org.eclipse.jdt.compiler.tool.tests/src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (-1 / +3 lines)
Lines 113-119 Link Here
113
			return task.call();
113
			return task.call();
114
		} finally {
114
		} finally {
115
			try {
115
			try {
116
				manager.close();
116
				if (arguments.standardJavaFileManager == null) { // close only if it is got in this function
117
					manager.close();
118
				}
117
			} catch (IOException e) {
119
			} catch (IOException e) {
118
				// nop
120
				// nop
119
			}
121
			}

Return to bug 365710