]
Mario Fusco resolved DROOLS-4717.
---------------------------------
Resolution: Done
Fixed by
int value don't get promoted to double when necessary to invoke a
method in LHS with executable model
-----------------------------------------------------------------------------------------------------
Key: DROOLS-4717
URL:
https://issues.jboss.org/browse/DROOLS-4717
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Major
Using Double.valueOf(1) works in RHS but not in LHS. The executable model is not able to
parse the expression and allow the promotion fo the int into a double.