Reporter | Sorin Oboroceanu (sorin.oboroceanu) |
---|---|
Created | Apr 6, 2012 5:35:58 PM |
Updated | Apr 6, 2012 5:35:58 PM |
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 Version=6.1.1000.82, Built=2012-02-15T14:14:48, Configuration=“Csharp InternalMode Vbnet VS1000”
typeMemberBlock != null, member type JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclaration, name ???
--- EXCEPTION #1/1 [LoggerException]
Message = “typeMemberBlock != null, member type JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclaration, name ???”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
typeMemberBlock != null, member type JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclaration, name ???
--- EXCEPTION #1/1 [LoggerException]
Message = “typeMemberBlock != null, member type JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclaration, name ???”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.Psi.Razor.Impl.CustomHandlers.RazorPsiServicesBase.GetOriginalNodeForTypeMember(ITreeNode typeMember, Boolean first) at JetBrains.ReSharper.Psi.Services.Razor.CSharp.RazorCSharpCustomIndentHandler.IndentHandler(ITreeNode node, CustomIndentType indentType, CSharpIndentHelper helper, CSharpCodeFormattingSettings settings) at JetBrains.ReSharper.Psi.Services.Razor.CSharp.RazorCSharpCustomIndentHandler.Indent(ITreeNode node, CustomIndentType indentType, CSharpCodeFormattingSettings settings) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.<>c__DisplayClass3.<GetCustomLineIndent>b__0(ICustomIndentHandler handler) at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.GetCustomLineIndent(ITreeNode node, CustomIndentType indentType) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.CalcIndent(FormattingStageContext context) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.DoIndent(FormattingRange formattingRange, CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, Boolean dontStickComments, IProgressIndicator progress) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpFormatterImplHelper.DoIndent(CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, Boolean dontStickComments, IProgressIndicator progress) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpFormatterImplHelper.DoFormatAndIndent(CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, CSharpFormatProfile profile, IProgressIndicator progress) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.Formatter.CSharpCodeFormatter.Format(ITreeNode firstElement, ITreeNode lastElement, CSharpFormatProfile profile, IProgressIndicator progressIndicator, IContextBoundSettingsStore overrideSettingsStore) at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.Formatter.CSharpCodeFormatter.Format(ITreeNode root, CSharpFormatProfile profile, IProgressIndicator progressIndicator, IContextBoundSettingsStore overrideSettingsStore) at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.<>c__DisplayClass11.<ReparseAndFormatOnEnter>b__10(Lifetime lifetime) at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.ReparseAndFormatOnEnter(ITextControl textControl, TreeOffset lBraceTreePos, TreeOffset rBraceTreePos, Int32 charPos, ITokenNode lBraceNode, ITokenNode rBraceNode, IFile& file) at JetBrains.ReSharper.Feature.Services.Razor.CSharp.TypingAssist.RazorCSharpTypingAssist.ReparseAndFormatOnEnter(ITextControl textControl, TreeOffset lBraceTreePos, TreeOffset rBraceTreePos, Int32 charPos, ITokenNode lBraceNode, ITokenNode rBraceNode, IFile& file) at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.DoHandleEnterAfterLBracePressed(ITextControl textControl) at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.HandleEnterPressed(ITextControl textControl, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.Razor.CSharp.TypingAssist.RazorCSharpTypingAssist.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.NextActionHandler.CallExecute() at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.NextActionHandler.CallExecute() at JetBrains.ReSharper.Feature.Services.VB.TypingAssist.VBTypingAssistBase.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.NextActionHandler.CallExecute() at JetBrains.ReSharper.Feature.Services.JavaScript.TypingAssist.JavaScriptTypingAssistBase.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.NextActionHandler.CallExecute() at JetBrains.ReSharper.Feature.Services.Css.TypingAssist.CssTypingAssistBase.ActionHandler(ITextControl textControl, Keys key, String actionId, DelegateExecute nextExecute) at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) at JetBrains.ActionManagement.ActionManager.<>c__DisplayClass3.<ExecuteActionUnsafe>b__2(Lifetime lifetime) at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) at JetBrains.ActionManagement.ActionManager.ExecuteActionUnsafe(IExecutableAction action, IDataContext dataContextOverride) at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClasse.<TryDelegateToReSharper_NonTyping>b__d() at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun) at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs) at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed) at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass19.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__17() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) 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.OLE.Interop.IOleCommandTarget.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)