misc: fix typos #994
Annotations
12 warnings
|
src/Lucene.Net.TestFramework/Analysis/MockCharFilter.cs#L106
'SortedDictionary<int, int>.TryGetPredecessor(int, out KeyValuePair<int, int>)' is obsolete: 'Use TryGetPredecessor(TKey, out TKey, out TValue) or INavigableCollection<KeyValuePair<TKey, TValue>>.TryGetPredecessor(TKey, out KeyValuePair<TKey, TValue>) instead.'
|
|
src/Lucene.Net.TestFramework/Analysis/MockCharFilter.cs#L106
'SortedDictionary<int, int>.TryGetPredecessor(int, out KeyValuePair<int, int>)' is obsolete: 'Use TryGetPredecessor(TKey, out TKey, out TValue) or INavigableCollection<KeyValuePair<TKey, TValue>>.TryGetPredecessor(TKey, out KeyValuePair<TKey, TValue>) instead.'
|
|
src/Lucene.Net.Grouping/AbstractGroupFacetCollector.cs#L195
'SortedSet<AbstractGroupFacetCollector.FacetEntry>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net.Grouping/AbstractGroupFacetCollector.cs#L187
'SortedSet<AbstractGroupFacetCollector.FacetEntry>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L508
'SortedSet<Util.FSTPath<T>>.Min' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetFirst(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L439
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L396
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Codecs/Compressing/CompressingTermVectorsWriter.cs#L475
'SortedSet<int>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Codecs/Compressing/CompressingTermVectorsWriter.cs#L475
'SortedSet<int>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L508
'SortedSet<Util.FSTPath<T>>.Min' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetFirst(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L439
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L396
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
The logs for this run have expired and are no longer available.
Loading