Reporter | dex (dex) |
---|---|
Created | Dec 31, 2011 3:45:33 AM |
Updated | Dec 31, 2011 3:45:33 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 6.1 EAP Version=6.1.36.53, Built=2011-12-20T10:56:36, Configuration=“Csharp PublicMode Vbnet VS1000”
An exception has occurred during action 'TextControl.Enter' execution. startIntervalRange.StartOffset == range.StartOffset
--- EXCEPTION #1/2 [AssertionException]
Message = “startIntervalRange.StartOffset == range.StartOffset”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.TextControl
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “An exception has occurred during action 'TextControl.Enter' execution. startIntervalRange.StartOffset == range.StartOffset”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at Action(VsTextControl.Exec).Execute(Action )
”
An exception has occurred during action 'TextControl.Enter' execution. startIntervalRange.StartOffset == range.StartOffset
--- EXCEPTION #1/2 [AssertionException]
Message = “startIntervalRange.StartOffset == range.StartOffset”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.TextControl
StackTraceString = “
at JetBrains.TextControl.Data.RangeableContainer`2.RemoveImpl(TextRange range, TItem rangeable) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\data\RangeableContainer.cs:line 248 at JetBrains.TextControl.Data.RangeableContainer`2.SortChangedRangeables(DocumentChange args, LocalList`1& toBeRemoved, LocalList`1& left, LocalList`1& leftOverlap, LocalList`1& rightOverlap, LocalList`1& right, LocalList`1& overlapping) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\data\RangeableContainer.cs:line 473 at JetBrains.TextControl.Data.RangeableContainer`2.OnDocumentChangeImpl(DocumentChangeData changeData) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\data\RangeableContainer.cs:line 337 at JetBrains.TextControl.Data.RangeableContainer`2.EnsureUpdated() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\data\RangeableContainer.cs:line 72 at JetBrains.TextControl.Data.RangeableContainer`2.Contains(TItem rangeable) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\data\RangeableContainer.cs:line 214 at JetBrains.TextControl.Markup.Impl.DocumentMarkupBase.RegisterNewHighlighter(IHighlighter highlighter) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\markup\impl\DocumentMarkupBase.cs:line 140 at JetBrains.TextControl.Markup.Impl.DocumentMarkupBase.AddHighlighter(Key key, TextRange range, AreaType areaType, Int32 layer, String attributeId, ErrorStripeAttributes errorStripeAttributes, IHighlighterTooltipProvider tooltip) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\TextControl\src\markup\impl\DocumentMarkupBase.cs:line 132 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSessionUi.<UpdateHighlighting>b__f(Lifetime l) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSessionUI.cs:line 206 at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40 at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 122 at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 49 at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSessionUi.UpdateHighlighting() in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSessionUI.cs:line 197 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSessionUi.<.ctor>b__2(HotspotSession , Hotspot ) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSessionUI.cs:line 121 at System.Action`2.Invoke(T1 arg1, T2 arg2) at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSession.GoToNextHotspot() in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSession.cs:line 155 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSession.StartSession() in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSession.cs:line 89 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Hotspots.HotspotSessionExecutor.ExecuteSession(HotspotSession hotspotSession, IDisposable tryFinallyCookie) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Hotspots\HotspotSessionExecutor.cs:line 78 at JetBrains.ReSharper.Feature.Services.LiveTemplates.Util.TemplateLookupItem.Accept(ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, Boolean keepCaretStill) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\LiveTemplates\Util\TemplateLookupItem.cs:line 69 at JetBrains.ReSharper.Feature.Services.Lookup.LookupItemCompletor.CompleteItem(Action executeInsideCommandScope) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\Lookup\LookupItemCompletor.cs:line 108 at JetBrains.ReSharper.Feature.Services.Lookup.LookupActions.CompleteHandler.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\f5d3dd6494bcaf3b\src\Feature.Services\src\Lookup\LookupActions.cs:line 119 at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “An exception has occurred during action 'TextControl.Enter' execution. startIntervalRange.StartOffset == range.StartOffset”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 184 at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 1407 at JetBrains.ActionManagement.ActionManager.<>c__DisplayClass3.<ExecuteActionUnsafe>b__2(Lifetime lifetime) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 146 at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20 at JetBrains.ActionManagement.ActionManager.ExecuteActionUnsafe(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 147 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClassf.<TryDelegateToReSharper_NonTyping>b__e() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 282 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 354 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 282 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 261 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass1a.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__18() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 409
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 265 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 416 at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 398 at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at Microsoft.VisualStudio.Editor.Implementation.VsCodeWindowAdapter.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)