Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-7
-
None
-
Java1.4.2, Windows XP
Description
I run
groovy DoesNotVerify.groovy
where the file DoesNotVerify.groovy has the following contents:
public class DoesNotVerify {
public void method(double a, double b) {}
public static void main(String[] args)
}
The command:
java DoesNotVerify
gives the output:
Exception in thread "main" java.lang.VerifyError: (class:
DoesNotVerify, method: method signature: (
DD)V) Register pair 2/3 contains wrong type
Attachments
Issue Links
- duplicates
-
GROOVY-704 Primitive function arguments cause VerifyError
- Closed