Integrated: 1542: Census Namespace missing hashCode and equals

Erik Joelsson erikj at openjdk.org
Thu Aug 11 21:45:54 UTC 2022


On Thu, 11 Aug 2022 20:40:10 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> The Namespace class is missing hashCode and equals. This patch adds implementations for those two methods. The other data classes in the Census module already have them. 
> 
> This is preventing the change in [SKARA-1529](https://bugs.openjdk.org/browse/SKARA-1529) from actually taking effect, as we can't compare two instances of Namespace to see if they have the same contents.

This pull request has now been integrated.

Changeset: 4ac1e709
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/4ac1e7097f69435ede9eb8aaa7b662ba7eea8679
Stats:     19 lines in 1 file changed: 19 ins; 0 del; 0 mod

1542: Census Namespace missing hashCode and equals

Reviewed-by: kcr, darcy

-------------

PR: https://git.openjdk.org/skara/pull/1356


More information about the skara-dev mailing list