gitgabrio commented on code in PR #6614:
URL:
https://github.com/apache/incubator-kie-drools/pull/6614#discussion_r2894407716
##########
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/util/CodegenUtils.java:
##########
@@ -181,6 +171,22 @@ public static VariableDeclarationExpr
getObjectExpression(Object object, String
}
}
+ private static VariableDeclarationExpr
getVariableDeclaratorWithZonedDateTime(String variableName, ZonedDateTime
zonedDateTime) {
Review Comment:
Great idea to create this common method. Maybe a unit test ?
--
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]