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

RSRP-293199: Object reference not set to an instance of an object.

$
0
0
Reporter Serge Baltic (baltic) Serge Baltic (baltic)
Created Apr 6, 2012 11:55:02 PM
Updated Apr 6, 2012 11:55:02 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 EAP Version=6.5.0.0, Built=2012-01-23T16:53:03, Configuration=“Csharp InternalMode Vbnet VS1000”
Object reference not set to an instance of an object.

--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.ReSharper.NewRefactorings
StackTraceString = “
  at JetBrains.ReSharper.Refactorings.Rename.RenameRefactoring.CheckSuspiciousReferences(IProgressIndicator pi) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\Rename\RenameRefactoring.cs:line 280
     at JetBrains.ReSharper.Refactorings.Rename.RenameRefactoring.Execute(IProgressIndicator pi) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\Rename\RenameRefactoring.cs:line 195
     at JetBrains.ReSharper.Refactorings.Workflow.DrivenRefactoringConflictSearcher.<>c__DisplayClass6.<SearchConflicts>b__0() in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\Workflow\DrivenRefactoringConflictSearcher.cs:line 45
     at JetBrains.ReSharper.Psi.PsiTransactionCookie.ExecuteConditionally(IPsiServices psiServices, Func`1 action, String commandName) in w:\ReSharper\Psi.Features\src\Psi\_Core\src\PsiTransactionCookie.cs:line 88
     at JetBrains.ReSharper.Refactorings.Workflow.DrivenRefactoringConflictSearcher.SearchConflicts(IProgressIndicator pi, Boolean canPerformRefactoring) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\Workflow\DrivenRefactoringConflictSearcher.cs:line 40
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.<>c__DisplayClass14.<InitPage>b__b(IProgressIndicator pi) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 305
     at JetBrains.ReSharper.Refactorings.WorkflowNew.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\FunctionWrapper.cs:line 33


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
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.ReSharper.Refactorings.WorkflowNew.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\FunctionWrapper.cs:line 46
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary) in w:\ReSharper\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 315
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass3.<RunCore>b__0(Lifetime lifetime) in w:\ReSharper\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 139
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in w:\ReSharper\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, Boolean enforceModalityState) in w:\ReSharper\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 84
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.Run(TaskThreadAffinity taskThreadAffinity, Action`1 task, Func`3 FAttachUi, ProgressIndicator indicator, IWin32Window parentWindow, IThreading threading, Boolean enforceModalityState) in w:\ReSharper\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 45
     at JetBrains.ReSharper.Refactorings.Workflow.RefactoringsTaskExecutor.JetBrains.Application.Progress.ITaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\Workflow\RefactoringsTaskExecutor.cs:line 54
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.RunWithProgress[TResult](Func`2 action, String taskName, TResult& result) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 382
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.InitPage(IRefactoringPage page) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 305
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.NextPage(IRefactoringPage currentPage) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 268
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.MoveToNextPage() in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 167
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowHostWithWizardForm.<NextClick>b__a() in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowHostWithWizardForm.cs:line 161
at Action(“Next click on refactoring form.”).Execute(Action )
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in w:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 264
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in w:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowHostWithWizardForm.NextClick(Object sender, EventArgs e) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowHostWithWizardForm.cs:line 162
     at JetBrains.ReSharper.Refactorings.WorkflowW.RefactoringWizardForm.myContinueButton_Click(Object sender, EventArgs e) in w:\ReSharper\Psi.Features\src\Refactorings\_Core\src\WorkflowW\RefactoringWizardForm.cs:line 569
     at System.Windows.Forms.Control.OnClick(EventArgs e)
     at System.Windows.Forms.Button.OnClick(EventArgs e)
     at System.Windows.Forms.Button.PerformClick()
     at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
     at JetBrains.ReSharper.Features.Common.UI.CompletionPickerEdit.ProcessDialogKey(Keys keyData) in w:\ReSharper\Psi.Features\src\Features\Common\src\UI\CompletionPickerEdit.cs:line 609
     at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
     at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
     at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
     at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
     at System.Windows.Forms.ComponentManagerProxy.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)

Viewing all articles
Browse latest Browse all 106942

Trending Articles