Closed artsmandev closed 1 year ago
My change suggestions are about refact:
refact
AssertNotNull
shouldReturnSameHashCode
personRepository.equals(personRepository)
shouldReturnNotNull
Thank you.
Can one of the admins verify this patch?
My change suggestions are about
refact
:AssertNotNull
with hashCode(), because hashCode() is primitive.shouldReturnSameHashCode
personRepository.equals(personRepository)
, returns false, i had the idea to suggest:shouldReturnNotNull
Thank you.