You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2018/03/06 23:26:12 UTC

[jira] [Closed] (GROOVY-8430) @Field doesn't support final fields

     [ https://issues.apache.org/jira/browse/GROOVY-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed GROOVY-8430.
-----------------------------

> @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
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 2.5.0-beta-3
>
>
> 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
(v7.6.3#76005)