Skip to content

Fix concurrent-extension race in MMapDirectory.Map, #1090 (#1263) #1566

Fix concurrent-extension race in MMapDirectory.Map, #1090 (#1263)

Fix concurrent-extension race in MMapDirectory.Map, #1090 (#1263) #1566

Triggered via push April 19, 2026 19:56
Status Success
Total duration 18m 51s
Artifacts

sonar.yml

on: push
Build and analyze
18m 46s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and analyze: src/Lucene.Net/Analysis/Analyzer.cs#L491
Private classes which are not derived in the current assembly should be marked as 'sealed'.
Build and analyze: src/Lucene.Net/Analysis/Analyzer.cs#L473
Private classes which are not derived in the current assembly should be marked as 'sealed'.
Build and analyze: 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.'
Build and analyze: 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.'
Build and analyze: 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.'
Build and analyze: 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.'