eric-milles commented on a change in pull request #1556:
URL: https://github.com/apache/groovy/pull/1556#discussion_r611835761
##########
File path: src/main/java/org/codehaus/groovy/classgen/asm/OperandStack.java
##########
@@ -338,6 +338,12 @@ private void doConvertAndCast(ClassNode targetType, final
boolean coerce) {
return;
}
+ // GROOVY-10034: no need to cast non-primitive array when target is
"java.lang.Object[]"
Review comment:
I wanted to keep the scope limited. This is so widely used. You could
certainly add a new issue that references this one and I could take a look at
it after I get through with array stuff.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]