Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-4
-
None
-
None
-
Windows XP; Cygwin; Java 1.5.0_05
Description
The following code:
for (; {
println "Hi"
}
When run as:
groovy myscript.groovy
Produces:
Caught: UNCAUGHT EXCEPTION: null
A more descriptive error message would be helpful.