Skip to content

Attribute equality problem caused by hashCode() that depends on Object.hashCode() #101

Description

@puneetnanand

AMIDST team, I am having to work around the problem with Attribute.java:hashCode() calling into stateSpaceType.hashCode() which has no hashCode defined and lets the Object.java:hashCode() get called which in turn uses the memory address that is different for the same state spaces. The Attribute class is also not extensible. So the result isn't beautiful. Please let me know if I am missing something.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions