Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
-
None
-
Windows 7, Java 6, 64-bit, Groovy 2.1.3
Description
When compiling the following class the groovy compiler throws an exception. In addition, when compiling multiple classes there is no indication which class caused the exception (making it hard to find).
@groovy.transform.CompileStatic @groovy.transform.Immutable class MyClass { List<String> myList }
java.lang.ArrayIndexOutOfBoundsException: size==0