ConstraintBinding.java

Hi again,

There is a class org.openehr.am.archetype.ontology.ConstraintBinding.java in the Java RM implementation and I wonder if this is just a left-over from long ago?
It doesn’t seem to be used at all unless I am missing something? Could this be deleted?

Also, I would like to overwrite equals and hashCode methods for
QueryBindingItem, ConstraintBindingItem, OntologyBindingItem, OntologyBinding

Are you ok with this?

Cheers
Sebastian

Sebastian,

If it's not used by any other classes, it's probably a left-over. To
be sure, please make a full run of unit tests in the java project.

Go ahead with equals() and hashCode() methods in mentioned classes.

/Rong

Thanks Rong, I already did that and it comes up with no problems Cheers Sebastian