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

RSRP-289055: Can not determine action type type for severity DO_NOT_SHOW of IQuickFix JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UseVarFix

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 6, 2012 2:16:41 AM
Updated Mar 6, 2012 2:16:41 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7 Preview for Visual Studio 11 Beta EAP Version=7.0.0.325, Built=2012-03-03T02:39:56, Configuration=“Csharp PublicMode VS1100”
Can not determine action type type for severity DO_NOT_SHOW of IQuickFix JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UseVarFix

--- EXCEPTION #1/2 [NotSupportedException]
Message = “Can not determine action type type for severity DO_NOT_SHOW of IQuickFix JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UseVarFix”
ExceptionPath = Root.InnerException
ClassName = System.NotSupportedException
HResult = COR_E_NOTSUPPORTED=80131515
Source = JetBrains.ReSharper.Intentions
StackTraceString = “
  at JetBrains.ReSharper.Intentions.Bulbs.BulbActionExtensions.GetActionAvailabilityReason(IBulbAction self, Severity severity, FunctionalGroupAttribute functionalGroup) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbActionExtensions.cs:line 26
     at JetBrains.ReSharper.Intentions.Bulbs.VisibleActions.<CalculateIndicator>b__1(VisibleAction left, VisibleAction right) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\VisibleActions.cs:line 80
     at JetBrains.Comparer`1.System.Collections.Generic.IComparer<T>.Compare(T x, T y) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Comparer!1.cs:line 34
     at System.Linq.EnumerableSorter`2.CompareKeys(Int32 index1, Int32 index2)
     at System.Linq.EnumerableSorter`1.QuickSort(Int32[] map, Int32 left, Int32 right)
     at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
     at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
     at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Intentions.Bulbs.VisibleActions.CalculateIndicator() in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\VisibleActions.cs:line 75
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator..ctor(BulbContext context, VisibleActions visibleActions, DocumentManager documentManager, IMainWindow mainWindow) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 105
     at JetBrains.ReSharper.Intentions.Bulbs.BulbManagerImpl.ShowIndicator(VisibleActions visibleActions, ITextControl textControl) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbManagerImpl.cs:line 307
     at JetBrains.ReSharper.Intentions.Bulbs.BulbManagerImpl.WorkDoneContinuation(BulbItemsBuilder builder, VisibleActions actions) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbManagerImpl.cs:line 255
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.WasOk(VisibleActions actions) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 90
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BackgroundContextActionBuilder.Finish() in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 384
     at JetBrains.Application.InterruptableReadActivity.FinishingProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 169


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Can not determine action type type for severity DO_NOT_SHOW of IQuickFix JetBrains.ReSharper.Intentions.CSharp.QuickFixes.UseVarFix”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Application.InterruptableReadActivity.FinishingProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 174
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__8(QueuedAction action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(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>