Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2, 1.0-JSR-3
-
None
-
None
-
Fedora Core 3, Sun JDK1.5.0_01
Description
In a groovy script, inside a try block (inside a method), if we have return statement, the corresponding finally block is never called.
For example, in the attached groovy script, when we call `addTen(20)`, finally block is never called.