Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.6.4, 1.6.5
-
None
-
None
Description
In the code below:
public class GroovyBean {
@Lazy volatile String foo =
()
}
The compiler generates get$foo and set$foo methods. Both of these are marked as bridge methods which is incorrect because they are not actually bridge methods at all.