You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be overwriting the value of return here, but we are not.
This needs to be analyzed further by comparing against Lucene 4.8.1:
If this is a bug in the translation from Java to .NET, we should simply fix it.
If this is a bug that still exists in the current version of Lucene, we should both fix it and report it to them.
If this is a bug that existed in 4.8.1 but was fixed since, we need to track down the JIRA/GitHub issue number and leave a comment indicating the issue number of the patch that has been applied. The entire patch should be analyzed and we should bring over all changes from the patch. We should also look up and include the Lucene version number(s) it was released in so we know when to remove the comment.
The text was updated successfully, but these errors were encountered:
https://sonarcloud.io/project/issues?resolved=false&types=BUG&id=nikcio_lucenenet&open=AYPAuQAohbfJOGLOobtL
We should be overwriting the value of
return
here, but we are not.This needs to be analyzed further by comparing against Lucene 4.8.1:
The text was updated successfully, but these errors were encountered: