Paul King created GROOVY-9753:
---------------------------------
Summary: 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
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)