Paul King created GROOVY-8430:
---------------------------------

             Summary: @Field doesn't support final fields
                 Key: GROOVY-8430
                 URL: https://issues.apache.org/jira/browse/GROOVY-8430
             Project: Groovy
          Issue Type: Bug
            Reporter: Paul King


We do slightly stricter checking of final modifiers for fields in 2.5 but 
@Field has problems with code like this:
{code}
@Field final foo = 42
{code}
giving the error:
{noformat}
cannot modify final field 'foo' outside of constructor.
{noformat}
It turns out the {{setFoo}} method we create as a helper method shouldn't be 
created for the final case.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to