[
https://issues.apache.org/jira/browse/GROOVY-11512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895007#comment-17895007
]
Eric Milles commented on GROOVY-11512:
--------------------------------------
Plans are to build on Monday. I might be able to fix one more item if you can
point it out to me.
> Inconsistent isAttribute & getAttribute behavior in Groovy 4 with traits
> ------------------------------------------------------------------------
>
> Key: GROOVY-11512
> URL: https://issues.apache.org/jira/browse/GROOVY-11512
> Project: Groovy
> Issue Type: Bug
> Components: Compiler
> Affects Versions: 4.0.0
> Reporter: James Daugherty
> Assignee: Eric Milles
> Priority: Major
> Fix For: 5.0.0-alpha-11, 4.0.24
>
>
> As a follow-up to GROOVY-10621:
> The following class in groovy 4:
> {code:java}
> class Testing {
> boolean deleted
> } {code}
> will generate `getDeleted()` & `isDeleted`, but if a trait adds the property
> like this code:
> {code:java}
> trait ParentTesting {
> boolean deleted
> }
> class Testing implements ParentTesting {
> } {code}
> It will generate only the isDeleted() and not the getDeleted() on the testing
> class.
> Also, the behavior change mentioned in GROOVY-10621 is not mentioned in the
> Groovy 4 release notes. Can this behavior either be made consistent or
> reverted to pre-groovy 4 behavior?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)