gitgabrio commented on PR #5749:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5749#issuecomment-1966910756

   This PR fix the behavior of executable model when there is a 
`ConstraintExpr` used as "binding"; that define a `NameExpr` as right side, e.g.
   
   `$p : Person($amount: (money == null ? BigDecimal.valueOf(100.0) : money))`
   
   `$amount: (money == null ? BigDecimal.valueOf(100.0) : money)` <- binding
   
   `money == null ? BigDecimal.valueOf(100.0) : money` <- `ConstraintExpr`  
   `: money` <- `NameExpr` 
   
   
   


-- 
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]

Reply via email to