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

RSRP-446775: changedRange.EndOffset

$
0
0
Reporter Felipe Chiumeo (fchiumeo) Felipe Chiumeo (fchiumeo)
Created Aug 5, 2015 5:32:47 PM
Updated Aug 13, 2015 10:42:48 AM
Assignee Unassigned
Priority Normal
State Submitted
Type Exception
Target Wave Undefined
Fixed In Wave Undefined
Affected Wave No affected wave
Subsystem No subsystem
Fix versions No Fix versions
Affected versions No Affected versions
Fixed in builds No Fixed in build
VsVersion All Versions
ReSharperPlatformVs12 Wave 03 — JetBrains ReSharper Ultimate 2015.2 EAP 7 Build 103.0.20150801.135000-EAP7

JetBrains dotCover 3.2 EAP 7 Build 3.2.20150801.141836-EAP7
JetBrains ReSharper 9.2 EAP 7 Build 9.2.20150801.142525-EAP7

changedRange.EndOffset <= oldBufferLength

— EXCEPTION #1/2 [AssertionException]
Message = “changedRange.EndOffset <= oldBufferLength”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
  at JetBrains.ReSharper.Psi.Parsing.TokenBuffer.ReScan(TextRange oldRange, ILexerFactory lexerFactory, BufferRange newBufferRange)
     at JetBrains.ReSharper.Psi.Parsing.TokenBufferExtensions.ReSync(TokenBuffer tokenBuffer, TextRange modifiedRange, Int32 insertedTextLength, ILexerFactory lexerFactory, IBuffer newDocumentBuffer)
     at JetBrains.ReSharper.Psi.Parsing.MixedLexer.ReSync(DocumentUpdatesAccumulator accumulator, TokenBuffer cachedTokenBuffer, IBuffer buffer)
     at JetBrains.ReSharper.Psi.CachingLexers.MixedCachingLexerService.<>c__DisplayClass4.<Resync>b__3()
     at JetBrains.ReSharper.Psi.CachingLexers.UniversalCachingLexerService.Resync(ITextControl textControl, Func`1 action)
     at JetBrains.ReSharper.Psi.CachingLexers.MixedCachingLexerService.Resync(ISolution solution, DocumentUpdatesAccumulator updatesAccumulator, ProjectFileType projectFileType, ITextControl textControl, PsiProjectFileTypeCoordinator projectFileTypeCoordinator, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.CachingLexers.CachingLexerServiceImpl.GetCachingLexerImpl(ITextControl textControl, ProjectFileType projectFileType, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.CachingLexers.CachingLexerServiceImpl.GetCachingLexer(ITextControl textControl, IPsiSourceFile sourceFile)
     at JetBrains.ReSharper.Psi.CachingLexers.CachingLexerService.GetCachingLexer(ITextControl textControl)
     at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.Razor.CSharp.RazorCSharpSpecificCodeCompletionContextProvider.GetCompletionContext(CodeCompletionContext context)
     at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.Razor.CSharp.RazorCSharpSpecificCodeCompletionContextProvider.IsApplicable(CodeCompletionContext context)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.<>c__DisplayClass5.<GetContextProviders>b__0(ICodeCompletionContextProvider factory)
     at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetContextProviders(List`1 basicContexts)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.SpecificCodeCompletionContexts(CodeCompletionParameters parameters, ITextControl textControl)
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetCompletionResult(CodeCompletionParameters parameters, ITextControl textControl)
     at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.Sessions.AutomaticCodeCompletionSession.AsyncCompletionExecutor.Work()
     at JetBrains.Application.InterruptableReadActivity.DoWork()
     at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc()
     at JetBrains.Util.Logging.Logger.Catch(Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “changedRange.EndOffset <= oldBufferLength”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2015.2 EAP 7 Build 103.0.20150801.135000-EAP7”
Data.SubProducts.#0 = “JetBrains dotCover 3.2 EAP 7 Build 3.2.20150801.141836-EAP7”
Data.SubProducts.#1 = “JetBrains ReSharper 9.2 EAP 7 Build 9.2.20150801.142525-EAP7”
Data.ManagedThreadName = “JetPool (S) Regular thread #5”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 12.0.40629.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logging.Logger.Catch(Action action)
     at JetBrains.Application.Threading.Tasks.TaskHostEx.<>c__DisplayClass1.<RunSafe>b__0()
     at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClasse.<Create>b__a(Object state)
     at System.Threading.Tasks.Task.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     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.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
     at System.Threading.ThreadHelper.ThreadStart_Context(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.Threading.ThreadHelper.ThreadStart()

Viewing all articles
Browse latest Browse all 106942


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