Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 174098
Collapse All | Expand All

(-)src-fastxpath-common/org/eclipse/tptp/platform/provisional/fastxpath/FastXPathAPI.java (-1 / +1 lines)
Lines 277-283 Link Here
277
						compiledEvaluator = FAILED_COMPILATION_STUB;
277
						compiledEvaluator = FAILED_COMPILATION_STUB;
278
					}
278
					}
279
				}
279
				}
280
			} catch (Exception e1) {
280
			} catch (Throwable e1) {
281
				compiledEvaluator = FAILED_COMPILATION_STUB;
281
				compiledEvaluator = FAILED_COMPILATION_STUB;
282
			}
282
			}
283
			compiledXpathExpressions.put(queryExpr, compiledEvaluator);
283
			compiledXpathExpressions.put(queryExpr, compiledEvaluator);

Return to bug 174098