Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Fix/virtual calls from constructors for cell #808

Merged

Conversation

laimis
Copy link
Contributor

@laimis laimis commented Apr 8, 2023

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: #670

This one focuses on Cell where we add a private method to call from the constructor and a virtual method that used to be called from the constructor, as well as B_fixLeaf() method that another constructor calls.

@laimis laimis merged commit fdc6325 into apache:master Apr 8, 2023
@laimis laimis deleted the fix/virtual-calls-from-constructors-cell branch May 17, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant