Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some of the equals() docs still include texts like
> Implementations MAY check the local scope for Literal comparison. Implementations MUST also override hashCode() so that two equal Literals produce the same hash code.
> Implementations MUST check the local scope for Triple comparison if either the subject or object is a BlankNode, and MAY check the local scope in other cases.
These are leftovers from before COMMONSRDF-6 which hardened BlankNode equality, and there is no longer any sense of "local scope". Thus all these mentions should be removed.