You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/09 21:04:28 UTC

[GitHub] [accumulo] jmark99 opened a new pull request #2477: Expresion of type int may overflow before assignment to long.

jmark99 opened a new pull request #2477:
URL: https://github.com/apache/accumulo/pull/2477


   From errorpone bug pattern description:
   
   Performing an arithmetic expression on arguments of type int and then
   assigning the result to a long is error-prone. The result is widened to
   a long as the final step, and the intermediate results may overflow.


-- 
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@accumulo.apache.org

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



[GitHub] [accumulo] jmark99 merged pull request #2477: Expresion of type int may overflow before assignment to long.

Posted by GitBox <gi...@apache.org>.
jmark99 merged pull request #2477:
URL: https://github.com/apache/accumulo/pull/2477


   


-- 
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@accumulo.apache.org

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