konB00yay opened a new issue, #6323: URL: https://github.com/apache/incubator-kie-drools/issues/6323
If a method has a mix of DrlNameExpr and FieldAccessExpr arguments, the DrlNameExpr items are replaced and put at the end of the childNodes list. This is resulting in an incorrect method declaration translation ``UtilsClass.utilityMethodWithLotsOfArguments($arg1, $arg2.field1, $arg3.field2, $arg4.field3, $arg5.field4))`` Would have arguments listed as: $arg2.field1, $arg3.field2, $arg4.field3, $arg5.field4, $arg1 -- 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]
