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

RSRP-294230: The starting offset must fall within the text, whose length is 9. Parameter name: startOffset Actual value was 12.

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Apr 13, 2012 5:57:32 AM
Updated Apr 13, 2012 5:57:32 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 EAP for Visual Studio 11 Beta Version=7.0.14.191, Built=2012-04-12T12:27:50, Configuration=“Csharp PublicMode Vbnet VS1100”
The starting offset must fall within the text, whose length is 9. Parameter name: startOffset Actual value was 12.

--- EXCEPTION #1/2 [ArgumentOutOfRangeException]
Message = “The starting offset must fall within the text, whose length is 9.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentOutOfRangeException
“Data.Item type” = JetBrains.ReSharper.Feature.Services.CodeCompletion.CompletionInDocComments.SimpleTagLookupItem
Data.DisplayName = <|code|>...
HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
Source = JetBrains.Platform.ReSharper.Util
ParamName = startOffset
ActualValue = 12
StackTraceString = “
  at JetBrains.UI.RichText.RichText.GetPartsFromRangeAndSplit(Int32 startOffset, Int32 length) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\RichText\RichText.cs:line 986
     at JetBrains.UI.RichText.RichText.SetForeColor(Color foreColor, Int32 startOffset, Int32 length) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\RichText\RichText.cs:line 765
     at JetBrains.ReSharper.Feature.Services.Lookup.MatchingResult.HighlightMatchingSymbols(RichText text) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\MatchingResult.cs:line 52
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupListItem.FormatName(ILookupItem item, MatchingResult matchingResult) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupListItem.cs:line 167


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “
The starting offset must fall within the text, whose length is 9.
Parameter name: startOffset
Actual value was 12.

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = js
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50323.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.Feature.Services.Lookup.LookupListItem.FormatName(ILookupItem item, MatchingResult matchingResult) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupListItem.cs:line 174
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupListItem.ToString() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupListItem.cs:line 153
     at System.Convert.ToString(Object value, IFormatProvider provider)
     at System.Windows.Forms.ListControl.GetItemText(Object item)
     at System.Windows.Forms.ListBox.NativeAdd(Object item)
     at System.Windows.Forms.ListBox.ObjectCollection.AddInternal(Object item)
     at System.Windows.Forms.ListBox.ObjectCollection.Add(Object item)
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupWindow.EvaluateSize(IEnumerable`1 list, Boolean updateSize) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupWindow.cs:line 441
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupWindow.SetList(IListItemDescriptor[] list, Boolean updateSize) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupWindow.cs:line 289
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupWindow.SetList(ICollection`1 items, Boolean updateSize, ITextControl textControl) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupWindow.cs:line 209
     at JetBrains.ReSharper.Feature.Services.Lookup.Lookup.ShowCurrentItems(Boolean updateSize) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\Lookup.Selection.cs:line 131
     at JetBrains.ReSharper.Feature.Services.Lookup.Lookup.UpdateCurrentItems() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\Lookup.Selection.cs:line 103
     at JetBrains.ReSharper.Feature.Services.Lookup.Lookup.<>c__DisplayClass20.<PrefixChanged>b__1d() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\Lookup.Selection.cs:line 196
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.ExecuteIfSuccessful() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\CommitExecuter.cs:line 181
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.ExecuteSecondaryCommit(ICollection`1 dataForSecondaryCommits) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\CommitExecuter.cs:line 167
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.AsyncCommitter`2.Finish() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\CommitExecuter.cs:line 292
     at JetBrains.Application.InterruptableReadActivity.FinishingProc() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 174
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__8(QueuedAction action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\3355b838ddaf4e5c\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>