wmedvede commented on code in PR #3278:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3278#discussion_r1384793937
##########
jbpm/jbpm-flow-builder/src/main/java/org/jbpm/compiler/canonical/descriptors/ExpressionUtils.java:
##########
@@ -108,7 +108,7 @@ public static Expression getLiteralExpr(Object object) {
} else if (object instanceof Character) {
return new CharLiteralExpr(((Character) object));
} else if (object instanceof Long) {
- return new LongLiteralExpr(object.toString());
+ return new LongLiteralExpr(object + "L");
Review Comment:
yes, I have verified it empirically.
--
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]