gitgabrio commented on issue #2099:
URL: 
https://github.com/apache/incubator-kie-issues/issues/2099#issuecomment-3291296957

   Finding with `decimal("a", 0)` expression.
   
   During evaluation,
   
   1. B`aseFEELFunction.invokeReflectively(EvaluationContext, Object[])`
   2. current function is `DecimalFunction`
   3.  parameters are `String` and `integer`
   4.  `BaseFEELFunction.getCandidateMethod(EvaluationContext, Object[], 
boolean)`  returns `null` (no `invoke` method inside `DecimalFunction` with 
those parameters)
   5. error logged (and `null` returned) at `BaseFEELFunction#112`
   6. In this case, solution should be to check for B-FEEL at line 112, soon 
before error logging/null return.
   7. Maybe similar solution for all other cases


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