laimis opened a new pull request, #823:
URL: https://github.com/apache/lucenenet/pull/823

   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 OpenBitSetDISI class. It gets deleted in later version 
of Lucene, so figured it's not worth addressing the issue here, especially 
since the fix does not appear to be trivial (e.g. we can't resort to private 
easily as it calls another virtual method in the logic, or introduce a 
different constructor).


-- 
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]

Reply via email to