Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.5
-
Ubuntu 10.04 x64
Description
When methods compiled static are mixed with methods not compiled static and calling the closure, InvokerInvocationException is not unwrapped. Code depending on original Exception won't work.
See attached Groovy class.
If compiled with 2.0.5, following output should be printed
First: WRONG
Second: WRONG
If all static compilations are disabled, everything is ok
First: OK
Second: OK