nikcio opened a new issue, #671: URL: https://github.com/apache/lucenenet/issues/671
Mentioned in #648 Issues found: https://sonarcloud.io/project/issues?resolved=false&rules=csharpsquid%3AS1116&id=nikcio_lucenenet When these are extra `;` characters, they are most likely just typos. For [labeled continue statements](https://www.programiz.com/java-programming/continue-statement#labeled-continue), we inconsistently use `;` and `{ }`, both which trigger this warning. For those, we should probably use the latter approach and add an inline comment `/* LUCENENET: intentionally blank */` between the curly brackets. -- 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]
