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 2020/09/26 04:29:00 UTC

[jira] [Resolved] (GROOVY-9753) EqualsAndHashCode should be enhanced to be POJO aware

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

Paul King resolved GROOVY-9753.
-------------------------------
    Fix Version/s: 4.0.0-alpha-1
       Resolution: Fixed

Proposed PR merged.

> EqualsAndHashCode should be enhanced to be POJO aware
> -----------------------------------------------------
>
>                 Key: GROOVY-9753
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9753
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 4.0.0-alpha-1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The generated equals and hashCode methods should avoid calls into the Groovy runtime. For example, the generated hashCode method could use {{Objects.hash()}} instead of {{HashCodeHelper.updateHash()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)