nikcio commented on issue #265: URL: https://github.com/apache/lucenenet/issues/265#issuecomment-1279817587
Issues found: https://sonarcloud.io/project/issues?resolved=false&rules=csharpsquid%3AS3881&id=nikcio_lucenenet Mentioned in #648 : Note this is part of https://github.com/apache/lucenenet/issues/265. Most of the issues I have spotted were failure to call `base.Dispose(disposing)` after exiting the `if (disposing)` block. Others are because they are on a private class that should be sealed, but it is not (Enumerators). -- 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]
