Actions
Feature #9123
closedcalculate DataType for 'BVEXTRACT(i, i, x)' NodeOperation objects
Start date:
07/18/2018
Due date:
% Done:
100%
Estimated time:
Published in build:
0.4.32-beta-180820
Description
For 'BVEXTRACT' NodeOperation objects, where i is a non-NodeValue object, an attempt to calculate it's DataType causes the following exception:
java.lang.IllegalStateException: Parameter is not a value: i at ru.ispras.fortress.expression.NodeOperation.getParams(NodeOperation.java:260) at ru.ispras.fortress.expression.NodeOperation.getDataType(NodeOperation.java:196)
Actions