Exception in file structure popup.
I can not submit this using the tool coming with resharp. So i have to post here :(
In file structure, search for a method name with narrow option turned on. when alreayd nothing displaied, and then press another character, this poped up.
JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred --->]]> System.NullReferenceException: Object reference not set to an instance of an object.
at JetBrains.ReSharper.UI.SpeedSearch.TreeSpeedSearchProvider.GetNextNode(Object node) in c:\TEMP\tmp5613.tmp\src\IDECore\src\SpeedSearch\TreeSpeedSearchProvider.cs:line 58
at JetBrains.ReSharper.UI.SpeedSearch.Impl.SpeedSearchControl.SelectNextFilteredItem(Boolean isForward) in c:\TEMP\tmp5613.tmp\src\IDECore\src\SpeedSearch\Impl\SpeedSearchControl.cs:line 140
at JetBrains.ReSharper.UI.SpeedSearch.Impl.SpeedSearchControl.CheckFilteredItem() in c:\TEMP\tmp5613.tmp\src\IDECore\src\SpeedSearch\Impl\SpeedSearchControl.cs:line 130
at JetBrains.ReSharper.UI.SpeedSearch.Impl.SpeedSearchControl.ProcessKeyPress(KeyPressEventArgs e) in c:\TEMP\tmp5613.tmp\src\IDECore\src\SpeedSearch\Impl\SpeedSearchControl.cs:line 93
at JetBrains.ReSharper.UI.SpeedSearch.SpeedSearch.OnAnchorKeyPress(Object sender, KeyPressEventArgs e) in c:\TEMP\tmp5613.tmp\src\IDECore\src\SpeedSearch\SpeedSearch.cs:line 66
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Form.ProcessKeyPreview(Message& m)
at System.Windows.Forms.Control.ProcessKeyPreview(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
at JetBrains.ReSharper.UI.AbstractTreeBuilder.DevExpressTree.DevExpressTreeControl.WndProc(Message& m) in c:\TEMP\tmp5613.tmp\src\AbstractTreeBuilder\src\DevExpressTreeBuilder\DevExpressTreeControl.cs:line 146
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp5613.tmp\src\Util\src\Logger.cs:line 297 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp5613.tmp\src\Util\src\Logger.cs:line 309 column 5
at JetBrains.ReSharper.UI.AbstractTreeBuilder.DevExpressTree.DevExpressTreeControl.WndProc(Message&) in c:\TEMP\tmp5613.tmp\src\AbstractTreeBuilder\src\DevExpressTreeBuilder\DevExpressTreeControl.cs:line 150 column 9
at JetBrains.ReSharper.UI.AbstractTreeBuilder.DevExpressTree.SimpleTreeControl.WndProc(Message&) in c:\TEMP\tmp5613.tmp\src\AbstractTreeBuilder\src\DevExpressTreeBuilder\SimpleTreeControl.cs:line 134 column 5
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&)
at System.Windows.Forms.ThreadContext.LocalModalMessageLoop(Form)
at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32, ApplicationContext)
at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32, ApplicationContext)
at System.Windows.Forms.Application.RunDialog(Form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window)
at JetBrains.ReSharper.Shell.WindowUtil.ShowDialog(Form, IWin32Window) in c:\TEMP\tmp5613.tmp\src\Shell\src\WindowUtil.cs:line 48 column 9
at JetBrains.ReSharper.CodeInsight.OldFileStructure.FileStructureView.ShowList(Int32) in c:\TEMP\tmp5613.tmp\src\CodeInsight\src\oldFileStructure\FileStructureView.cs:line 168 column 5
at JetBrains.ReSharper.CodeInsight.OldFileStructure.FileStructureAction.Execute(IDataContext, DelegateExecute) in c:\TEMP\tmp5613.tmp\src\CodeInsight\src\oldFileStructure\FileStructureAction.cs:line 49 column 5
at JetBrains.ReSharper.ActionManagement.NextActionHandler.CallExecute() in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\Action\ActionHandler.cs:line 43 column 5
at JetBrains.ReSharper.BuildScriptSupport.FileStructurePopup.FileStructurePopupAction.Execute(IDataContext, DelegateExecute) in c:\TEMP\tmp5613.tmp\src\BuildScriptSupport\src\FileStructurePopup\FileStructurePopupAction.cs:line 76 column 5
at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\Action\ExecutableAction.cs:line 25 column 13
at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 506 column 9
at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 493 column 5
at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\TEMP\tmp5613.tmp\src\VSAddin\src\ActionManagement\VSActionManager.cs:line 431 column 11
at ReSharperAddIn.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\TEMP\tmp5613.tmp\src\VSAddin\src\Connect.cs:line 220 column 3
Please sign in to leave a comment.
Thank you for your feedback. This exception is present in the tracker and
is already fixed in build 224, which will soon be published.
Thanks,
Andrey Simanovsky