baldimir opened a new issue, #624: URL: https://github.com/apache/incubator-kie-issues/issues/624
When having a double type in an mvel expression and using executable model, the type is not coerced. This leads to problem in using a parameter of type double in BigDecimal.valueOf method (when such method is used in an expression), in an expression like `$someBigDecimalVariable = $someBigDecimalVariable + BigDecimal.valueOf(0.5);`. In this case, the executable model doesn't generate properly BigDecimal addition using `.add` method, because it cannot resolve an appropriate version of valueOf method, because of missing type information about the parameter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
