laimis opened a new pull request, #825: URL: https://github.com/apache/lucenenet/pull/825
Continuation of fixes with virtual calls being made from constructors. The issue originally reported by SonarCloud scans: https://sonarcloud.io/project/issues?resolved=false&rules=csharpsquid%3AS1699&id=apache_lucenenet and referenced in this issue: https://github.com/apache/lucenenet/issues/670 This one focuses on AnalyzingInfixSuggester. After going back to Lucene repository and looking at the history of the file, I found this: https://issues.apache.org/jira/browse/LUCENE-7670 and https://github.com/apache/lucene/commit/c1fe88b7c6fa861d5101f9702a7832d29b8032ee The opening of a writer appears to be a bug that was fixed, and the line was removed. Removing the line eliminates the sonar cloud issue as well. -- 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]
