Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-469385: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repe

$
0
0
Reporter Ekaterina Solovova (Ekaterina.Solovova) Ekaterina Solovova (Ekaterina.Solovova)
Created Apr 23, 2018 9:15:14 PM
Updated Apr 23, 2018 9:15:59 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 12 Hive _691f50f3Debug2 — JetBrains ReSharper Ultimate 2018.1 EAP 10 D Build 112.0.20180409.0-eap07

JetBrains dotCover 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07
JetBrains ReSharper 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07
JetBrains ReSharper C++ 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07

SubProducts.0 = JetBrains dotCover 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07
SubProducts.1 = JetBrains ReSharper C++ 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07
SubProducts.2 = JetBrains ReSharper 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07

Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'JetBrains.Application.UI.BindableLinq.Iterators.ItemSorter2[JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree+IUnitTestTreeNodeWithStatus,JetBrains.Application.UI.TreeModels.New.ITreeModelNode]'.

--- EXCEPTION #1/2 [ArgumentException]
Message = “Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'JetBrains.Application.UI.BindableLinq.Iterators.ItemSorter
2[JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree+IUnitTestTreeNodeWithStatus,JetBrains.Application.UI.TreeModels.New.ITreeModelNode]'.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = mscorlib
StackTraceString = “
 at System.Collections.Generic.IntrospectiveSortUtilities.ThrowOrIgnoreBadComparer(Object comparer)
 at System.Collections.Generic.IntrospectiveSortUtilities.ThrowOrIgnoreBadComparer(Object comparer)
 at System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
 at System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer)
 at System.Collections.Generic.List`1.Sort(Int32 index, Int32 count, IComparer`1 comparer)
 at System.Collections.Generic.List`1.Sort(IComparer`1 comparer)
 at JetBrains.Application.UI.BindableLinq.Collections.SortedBindableCollection`1..ctor(List`1 items, IComparer`1 comparer, ISync readLock, ISync writeLock) in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\BindableLinq\Collections\SortedBindableCollection.cs:line 58
 at JetBrains.Application.UI.BindableLinq.Collections.SortedBindableCollection`1..ctor(IEnumerable`1 items, IComparer`1 comparer, ISync readLock, ISync writeLock) in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\BindableLinq\Collections\SortedBindableCollection.cs:line 45
 at JetBrains.Application.UI.BindableLinq.Iterators.OrderByIterator`2.CreateResultCollection(ISync readlock, IEnumerable`1 items) in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\BindableLinq\Iterators\OrderByIterator.cs:line 60
 at JetBrains.Application.UI.BindableLinq.Iterators.Iterator`2.Evaluate() in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\BindableLinq\Iterators\Iterator.cs:line 74
 at JetBrains.Application.UI.BindableLinq.Iterators.Iterator`2.get_Count() in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\BindableLinq\Iterators\Iterator.cs:line 36
 at JetBrains.Application.UI.TreeModels.New.LiveTreeNode`1.JetBrains.Application.UI.TreeModels.TreeModelNode.get_HasChildren() in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\TreeModels\New\LiveTreeModel.cs:line 193
 at JetBrains.Application.UI.TreeModels.TreeModelNodeEx.<GetDescendants>d__1.MoveNext() in C:\Repos\dotnet-products\Platform\Core\Shell\Shell\Src\UI\TreeModels\TreeModelNode.cs:line 166
 at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
 at System.Linq.Enumerable.<OfTypeIterator>d__93`1.MoveNext()
 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
 at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
 at JetBrains.ReSharper.UnitTestExplorer.Session.UnitTestSessionDescriptorBase.PreviewUpdate(IPreviewControl previewControl, TreeModelNode modelNode) in C:\Repos\dotnet-products\Psi.Features\VisualStudio\UnitTesting\Explorer\Src\Session\UnitTestSessionDescriptorBase.cs:line 147
 at JetBrains.Platform.UIInteractive.Ide.TreeGridBrowser.Revised.TreeModelBrowserView.SynchronizePreview() in C:\Repos\dotnet-products\Platform\UIInteractive\Ide\Src\TreeGridBrowser\Revised\TreeModelBrowserView.cs:line 766
 at JetBrains.Threading.GroupingEvent.Execute() in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEvent.cs:line 359


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'JetBrains.Application.UI.BindableLinq.Iterators.ItemSorter`2[JetBrains.ReSharper.UnitTestFramework.UI.VS.TreeModel.UnitTestSessionTree+IUnitTestTreeNodeWithStatus,JetBrains.Application.UI.TreeModels.New.ITreeModelNode]'.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 10 D Build 112.0.20180409.0-eap07”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07”
Data.SubProducts.#1 = “JetBrains ReSharper C++ 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07”
Data.SubProducts.#2 = “JetBrains ReSharper 2018.1 EAP 10 D Build 2018.1.20180409.0-eap07”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave12-dotCover-es-bugfix::e94bb67b360d1c9087d11c5acf31b5dd7e4a99df

Data.VsVersion = 15.6.27428.2037
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Logging\ILogger.cs:line 24
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Logging\ILogger.cs:line 24
 at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message) in C:\Repos\dotnet-products\Platform\Core\Shell\RdCore\Src\Logging\LogEx.cs:line 216
 at JetBrains.Util.Logging.Logger.LogException(Exception ex) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Logging\Logger.cs:line 974
 at JetBrains.Threading.GroupingEvent.Execute() in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEvent.cs:line 363
 at JetBrains.Threading.GroupingEventHost.ExecuteExpiredEvents() in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEventHost.cs:line 257
 at JetBrains.Threading.GroupingEventHost.<OnClockTimerTick>b__22_0() in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEventHost.cs:line 309
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 300
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\ReentrancyGuard.cs:line 397
 at JetBrains.Threading.GroupingEventHost.OnClockTimerTick() in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEventHost.cs:line 306
 at JetBrains.Threading.GroupingEventHost.ClockTimer.OnTimerTick(Object sender, EventArgs e) in C:\Repos\dotnet-products\Platform\Core\Shell\Core\Src\Concurrency\GroupingEventHost.cs:line 456
 at System.Windows.Forms.Timer.OnTick(EventArgs e)
 at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>