Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.6
-
Fix Version/s: 1.7.7, 1.8-beta-4
-
Component/s: class generator, Compiler
-
Labels:None
-
Environment:wxp sp3, jdk 1.6.0_20, groovy 1.7.6
-
Number of attachments :
Description
when an inner class annotated with @Category is referenced from a static method,
it fails at runtime with a VerifyError
without the @Category annotation it works just fine,
so perhaps its something with the transformation
attached is a simple example
proposed patch attached