Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-1
-
Fix Version/s: 1.0-JSR-5
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Multi-Dim Arrays are currently not supported.
When a Java method returns such an array and this return value is used in Groovy code,
there should be an appropriate error message.
See test/groovy/SomeClass.java and test/groovy/MultiDimArraysTest for examples.
The current Error Message is
Caught: java.lang.ClassFormatError: gjdk/[Ljava/lang/String;_GroovyReflectorArray (Illegal Class name "gjdk/[Ljava/lang/String;_GroovyReflectorArray")
mdim arrays are supported now