Found a reference to old version of the function helper util.
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/80ffdd84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/80ffdd84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/80ffdd84 Branch: refs/heads/master Commit: 80ffdd84e7a37e0a2aff1603ff511d10d3567040 Parents: e88b8e1 Author: Preston Carman <[email protected]> Authored: Thu Feb 13 16:19:25 2014 -0800 Committer: Preston Carman <[email protected]> Committed: Thu Feb 13 16:19:25 2014 -0800 ---------------------------------------------------------------------- .../unary/AbstractNumericUnaryScalarEvaluatorFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/80ffdd84/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/unary/AbstractNumericUnaryScalarEvaluatorFactory.java ---------------------------------------------------------------------- diff --git a/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/unary/AbstractNumericUnaryScalarEvaluatorFactory.java b/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/unary/AbstractNumericUnaryScalarEvaluatorFactory.java index 9919f34..8456dec 100644 --- a/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/unary/AbstractNumericUnaryScalarEvaluatorFactory.java +++ b/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/unary/AbstractNumericUnaryScalarEvaluatorFactory.java @@ -85,7 +85,7 @@ public abstract class AbstractNumericUnaryScalarEvaluatorFactory extends case ValueTag.XS_BYTE_TAG: case ValueTag.XS_UNSIGNED_BYTE_TAG: abvsInteger.reset(); - FunctionHelper.getIntegerPointable(tvp, ppool, dOutInteger); + FunctionHelper.getIntegerPointable(tvp, dOutInteger); longp.set(abvsInteger.getByteArray(), abvsInteger.getStartOffset() + 1, LongPointable.TYPE_TRAITS.getFixedLength()); }
