Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-JSR-6, 1.0-RC-1
-
None
-
Linux Fedora core 3 2.6.12-1.1381_FC3
Groovy Version: 1.0-RC-02-SNAPSHOT JVM: 1.5.0_08-b03
Description
Creating a simple class in groovy implementing an interface also declared in groovy and instantiating that class results in a java linkage error:
See example attached to issue.
groovy TestUser.groovy
Caught: java.lang.LinkageError: duplicate class definition: IUser
I tested it in 1.0-RC-01, 1.0-RC-02 and 1.0-JSR-06 with same error.
Regards
Pascal