tkobayas commented on PR #6324:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6324#issuecomment-2834734446

   @konB00yay Than you for filing the GH issue and this PR.
   
   It's great that you provided the unit test. Could you also share an example 
rule (not only the expression) which you hit the issue? Per my understanding, 
this issue is about the order in `MethodCallExpr.childNodes` while the order in 
`MethodCallExpr.arguments` is correct. So there might be a problem where drools 
should use `MethodCallExpr.arguments` instead of `MethodCallExpr.childNodes`.


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