iverase opened a new issue, #16545:
URL: https://github.com/apache/lucene/issues/16545

   This check prevents methods that do not throw a specific exception to 
declare they do. I think this would be beneficial for Lucene as many method 
implementation declare they throw IOExceptions when they do not perform any IO 
making consumer of those methods to have to handle this exceptions when they 
shouldn't.
   
   Change is trivial but it touches many files.
    
   
    


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

Reply via email to