[
https://issues.apache.org/jira/browse/ATLAS-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apoorv Naik updated ATLAS-1303:
-------------------------------
Attachment: ATLAS-1303.patch
> Update hashCode and equals method to use standard JDK libraries
> ---------------------------------------------------------------
>
> Key: ATLAS-1303
> URL: https://issues.apache.org/jira/browse/ATLAS-1303
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 0.8-incubating
> Reporter: Apoorv Naik
> Assignee: Apoorv Naik
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1303.patch
>
>
> Currently all the hashCode and equals methods use numerous if-else branches
> to determine the result. This change uses the existing JDK7
> Objects.equals(...) and Objects.hashCode(...) instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)