acogoluegnes opened a new pull request, #22: URL: https://github.com/apache/qpid-protonj2/pull/22
The hashCode() method was returning the local hc variable (which initialized to 0) on the first invocation, rather than the newly computed hash code. This caused inconsistent hash values across calls on the same instance, leading to Map lookup failures when iterating or copying maps across different JDK versions. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
