Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.3
-
None
Description
The code within the generated @EAHC methods was sometimes using isProp and other times getProp for boolean properties for the case of having a field but also having an explicit getter override. This is an error related to but different from the non-field property case (GROOVY-7390).