stefanvodita opened a new pull request, #12397: URL: https://github.com/apache/lucene/pull/12397
I've noticed unused `throws` declarations multiple times and thought I'd see if they could be removed. This is the result of running IntelliJ's code inspection. There is an argument to be made that not all of these should be removed because a user could have extended one of the classes and relies on a method throwing a certain exception. Even if that's the case, there's still some `throws` declarations we can remove, e.g. in tests. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org