History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-35157
Type: Exception Exception
Status: Open Open
Priority: Critical Critical
Assignee: Oleg Stepanov
Reporter: Dirk Maegh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

declaredElement.IsValid()

Created: 02 Feb 07 13:41   Updated: 17 Jul 07 18:15
Component/s: None
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 344


 Description  « Hide
Renamed a class, with conflicts.
While conflicts open, I renamed the appropriate variables that caused the conflicts.
Then pushed Continue on the Conflict dialog. (error)
Build344, VS2005
JetBrains.ReSharper.Util.InternalErrorException: declaredElement.IsValid()
An exception has occurred ---> System.ArgumentException: declaredElement.IsValid()
at JetBrains.ReSharper.Refactorings.Conflicts.ConflictWithDeclaredElement..ctor(IDeclaredElement declaredElement, String conflictDescription) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Conflicts\ConflictWithDeclaredElement.cs:line 38
at JetBrains.ReSharper.Refactorings.Rename.LocalElementConflictSearcher.SearchConflictsUp(ILocalScope scope) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Rename\Impl\LocalElementConflictSearcher.cs:line 104
at JetBrains.ReSharper.Refactorings.Rename.LocalElementConflictSearcher.FindConflictsInScope(ILocalScope scope) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Rename\Impl\LocalElementConflictSearcher.cs:line 77
at JetBrains.ReSharper.Refactorings.Rename.LocalElementConflictSearcher.SearchConflicts(IProgressIndicator progressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Rename\Impl\LocalElementConflictSearcher.cs:line 70
at JetBrains.ReSharper.Refactorings.Conflicts.CompositeConflictSearcher.SearchConflicts(IProgressIndicator progressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Conflicts\CompositeConflictSearcher.cs:line 43
at JetBrains.ReSharper.Refactorings.Conflicts.QueueConflictSearcher.SearchConflicts(IProgressIndicator progressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Conflicts\QueueConflictSearcher.cs:line 48
at JetBrains.ReSharper.Refactorings.Workflow.ConflictsPage.Initialize(IProgressIndicator progressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\ConflictsPage.cs:line 148
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.CustomPageInitializer.Initialize(IProgressIndicator progressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\WorkflowProcessor.cs:line 533
— End of inner exception stack trace —

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 362 column 5
at JetBrains.ReSharper.Refactorings.Workflow.CustomPageInitializer.Initialize(IProgressIndicator) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\WorkflowProcessor.cs:line 543 column 11
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\Agent\work\Server\ReSharper2.5\src\Shell\src\Progress\UITaskExecutor.cs:line 231 column 13
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object)
at System.Threading.ExecutionContext.runTryCode(Object)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, Object)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object)
at System.Threading.ExecutionContext.Run(ExecutionContext, ContextCallback, Object)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ScrollableControl.WndProc(Message&)
at System.Windows.Forms.ContainerControl.WndProc(Message&)
at System.Windows.Forms.Form.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at JetBrains.UI.Interop.Win32Declarations.DispatchMessage(MSG&)
at JetBrains.ReSharper.Shell.Progress.UITaskExecutor.RunMessageLoop() in c:\Agent\work\Server\ReSharper2.5\src\Shell\src\Progress\UITaskExecutor.cs:line 127 column 11
at JetBrains.ReSharper.Shell.Progress.UITaskExecutor.ExecuteTask(TaskHelper, String, Boolean, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\Shell\src\Progress\UITaskExecutor.cs:line 149 column 11
at JetBrains.ReSharper.Shell.Progress.UITaskExecutor.ExecuteTask(TaskWithProgress, String, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\Shell\src\Progress\UITaskExecutor.cs:line 170 column 7
at JetBrains.ReSharper.Refactorings.Workflow.TaskExecutorWrapper.ExecuteTask(TaskWithProgress, String, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\WorkflowProcessor.cs:line 479 column 9
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.ShowNextPage() in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\WorkflowProcessor.cs:line 133 column 17
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.MyForm_OnContinueClicked(Object, EventArgs) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\WorkflowProcessor.cs:line 93 column 5
at JetBrains.ReSharper.Refactorings.Workflow.RefactoringWizardForm.myContinueButton_Click(Object, EventArgs) in c:\Agent\work\Server\ReSharper2.5\src\Refactorings\src\Workflow\RefactoringWizardForm.cs:line 482 column 3
at System.Windows.Forms.Control.OnClick(EventArgs)
at System.Windows.Forms.Button.OnClick(EventArgs)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs)
at System.Windows.Forms.Control.WmMouseUp(Message&, MouseButtons, Int32)
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ButtonBase.WndProc(Message&)
at System.Windows.Forms.Button.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)



 All   Comments   Work Log   Change History      Sort Order:
Drew Noakes - 13 Apr 07 21:47
Rename type, clicked continue after resolving conflicts.
Build376, VS2005

Anonymous - 23 Apr 07 23:34
Build337, VS2005

Anonymous - 25 Apr 07 00:47
Build337, VS2005