File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
exist-core/src/main/java/org/exist/xquery Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ public boolean contains(final Item item) {
223
223
return other .compareTo (start .toJavaObject (BigInteger .class )) >= 0
224
224
&& other .compareTo (end .toJavaObject (BigInteger .class )) <= 0 ;
225
225
} catch (final XPathException e ) {
226
+ LOG .warn (e .getMessage (), e );
226
227
return false ;
227
228
}
228
229
}
Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ public boolean containsReference(final Item item) {
450
450
}
451
451
return false ;
452
452
} catch (final XPathException e ) {
453
+ LOG .warn (e .getMessage (), e );
453
454
return false ;
454
455
}
455
456
}
@@ -465,6 +466,7 @@ public boolean contains(final Item item) {
465
466
}
466
467
return false ;
467
468
} catch (final XPathException e ) {
469
+ LOG .warn (e .getMessage (), e );
468
470
return false ;
469
471
}
470
472
}
You can’t perform that action at this time.
0 commit comments