You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/14 06:26:25 UTC

[GitHub] [shardingsphere-elasticjob] zume0127 opened a new pull request, #2150: Bug: Bad attempt to compute absolute value of signed 32-bit hashcode

zume0127 opened a new pull request, #2150:
URL: https://github.com/apache/shardingsphere-elasticjob/pull/2150

   Fixes #ISSUSE_ID.
   
   Changes proposed in this pull request:
   -
   -此代码产生的哈希码,然后计算该哈希码的绝对值。如果哈希码是Integer.MIN_VALUE的,那么结果将是负面的,以及(因为Math.abs(Integer.MIN_VALUE的)==Integer.MIN_VALUE的)。 
   -
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-elasticjob] zume0127 closed pull request #2150: Bug: Bad attempt to compute absolute value of signed 32-bit hashcode

Posted by GitBox <gi...@apache.org>.
zume0127 closed pull request #2150: Bug: Bad attempt to compute absolute value of signed 32-bit hashcode
URL: https://github.com/apache/shardingsphere-elasticjob/pull/2150


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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