uschindler commented on PR #15047: URL: https://github.com/apache/lucene/pull/15047#issuecomment-3209067308
Unused parameters only cause warnings for private methods. In all other cases they don't. That's easy to explain: only if something is fully private the method parameters can't be used outside of the class. If the method is visible the parameters are part of (semi-)public signature. Then they are "relevant". -- 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