rmuir commented on PR #14132: URL: https://github.com/apache/lucene/pull/14132#issuecomment-2616174314
For the java language: Specifying that something is nullable doesn't provide any value: all types are nullable by default already. Specifying that something is NOT-nullable would allow for additional smarts: it is the only possible way to do "gradual nullness typing". I agree too, that we would need linter to verify this stuff in builds. Maybe the errorprone could do it. -- 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