undera commented on PR #693:
URL: https://github.com/apache/jmeter/pull/693#issuecomment-1303868676

   > Why are you so sure `hashCode` is always different? There are at most 
2**32 different `hashCode` values, so sometimes `hashCode` will collide.
   
   I went through your code piece under the debugger and I saw that the 
hashCode for two objects were different. The statement about 1/(2**32) event as 
sufficiently frequent does not sound to me. It's a very low probability and 
that's why Java relies on this result type of hashCode.
   
   My point here is that I don't see any realistic evidence of a problem and 
struggling to understand it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to