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


   ErrorProne insists that return values be checked/used or specifically
   acknowledged as unused. There are two error patterns related to these
   issues:
   
     CheckReturnValue:
       (https://errorprone.info/bugpattern/CheckReturnValue)
   
   and
   
     ReturnValueIgnored:
       (https://errorprone.info/bugpattern/ReturnValueIgnored)
   
   In order to remove these cases from the ErrorProne configuration,
   occurrences of unused return values were modified by creating an
   'unusedRetVal' return value for each instance. The use of a variable
   beginning with 'unused' prevents that instance from being flagged
   as an ErrorProne error.


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


Reply via email to