Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-RC-1
-
None
-
Ubuntu 6.06 LTS Dapper Drake ; JDK 1.5.0_06 ; Groovy r 4093
Description
The class:
class SubBinding extends Binding { def getVariable ( String name ) { try { super.getVariable ( name ) } catch ( MissingPropertyException mpe ) { } } }
when executed as a Groovy script caused the error:
Caught: java.lang.VerifyError: (class: SubBinding, method: getVariable signature: (Ljava/lang/String;)Ljava/lang/Object Inconsistent stack height 0 != 1