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/22 09:52:00 UTC

[jira] [Assigned] (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 reassigned GROOVY-9753:
---------------------------------

    Assignee: Paul King

> 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
>
> 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)