NightOwl888 opened a new pull request, #743: URL: https://github.com/apache/lucenenet/pull/743
Fixes #667. On all abstract classes: - Changed public constructors to protected - Changed internal constructors to private protected - Changed protected internal constructors to protected (SonarCloud gave [incorrect advice](https://github.com/apache/lucenenet/issues/648#issuecomment-1299606844) to make them private protected) - **BREAKING:** `Lucene.Net.Search.FieldCacheRangeFilter<T>`: Changed accessibility from protected internal to private protected. This class was not intended to be subclassed by users. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org