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/03/09 20:08:07 UTC

[GitHub] [accumulo] jmark99 edited a comment on pull request #2558: Specify when return values are unused

jmark99 edited a comment on pull request #2558:
URL: https://github.com/apache/accumulo/pull/2558#issuecomment-1063318686


   I put this PR in as a consideration as I am trying to remove ErrorProne errors without having to put an exception in the configuration. In order to do so, instances of method that are non-void must either use/check the return value or specifically acknowlege the return values are unused. 
   
   If this PR add too much 'wordiness' to the code then we can continue to keep the two checks turned off within the ErrorProne configuration and ignore this PR. 
   
   Let me know your thoughts.


-- 
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