This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 67c0c6b Added needed using statement.
new a525c9b Fix SonarQube's "Any() should be used to test for emptiness"
/ Code Smell
new b03b936 Lucene.Net.Grouping: Added comments to change !Any() to
.Count when IEnumerable<T> is factored out
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net.Grouping/AbstractSecondPassGroupingCollector.cs | 2 +-
src/Lucene.Net.Grouping/SearchGroup.cs | 2 +-
src/dotnet/tools/Lucene.Net.Tests.Cli/EnumerableExtensions.cs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)