Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6-rc-2, 1.6-rc-3
-
None
-
None
Description
Execute the following groovy script:
def a = 1
def b = "two"
println "${a} ${b} c".split()
using
java -ea -cp lib/groovy-all-1.6-RC-3.jar groovy.lang.GroovyShell test.groovy
gives a NullPointerException with groovy-all-1.6-RC-2.jar or groovy-all-1.6-RC-3.jar, runs fine with groovy-all-1.5.7.jar.