The CollidableInteger type renames and extracts the PureSeparateHashCodeInteger class and is not used more pervasively (i.e., to improve coverage of hash collision tests).
Known Issue
When running mvn test it appears that the JUnit Quickcheck test suites are not executed (to be confirmed).
The PR covers:
CollidableInteger
typeThe
CollidableInteger
type renames and extracts thePureSeparateHashCodeInteger
class and is not used more pervasively (i.e., to improve coverage of hash collision tests).Known Issue
When running
mvn test
it appears that the JUnit Quickcheck test suites are not executed (to be confirmed).