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

Key: RSPL-98
Type: Exception Exception
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexander Nesterenko
Reporter: Anonymous
Votes: 0
Watchers: 0
Operations

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

at PsiManagerImpl.UpdateCaches : Cannot update caches when there are uncommited documents

Created: 19 Mar 08 12:47   Updated: 21 Mar 08 15:29
Component/s: SafeDevelop - RGreatEx
Fix Version/s: None
Security Level: Everybody (All jira users)

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

Build: 749
Fixed in build: 755


 Description  « Hide
ReSharper 4 Version=4.0.749.10, Edition=, Built=2008-03-10T22:01:50, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.LoggerException: Cannot update caches when there are uncommited documents

at JetBrains.Util.Logger.Assert(Boolean, String) in c:\Agent\work\39db43b25bc9fc32\Platform\src\Util\src\Logger\Logger.cs:line 103 column 3
at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.UpdateCaches() in c:\Agent\work\39db43b25bc9fc32\src\Psi\src\impl\PsiManager\PsiManagerImpl.cs:line 990 column 7
at JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil.CheckResolvedTo(IReference, IDeclaredElement, ISubstitution) in c:\Agent\work\39db43b25bc9fc32\src\Psi.CSharp\src\Impl\CSharpReferenceBindingUtil.cs:line 56 column 7
at JetBrains.ReSharper.Psi.CSharp.Impl.CSharpReferenceBindingUtil.BindReferenceTo(IQualifiableReference, IDeclaredElement, ISubstitution, ICSharpIdentifierNode) in c:\Agent\work\39db43b25bc9fc32\src\Psi.CSharp\src\Impl\CSharpReferenceBindingUtil.cs:line 1574 column 7
at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameReference.BindTo(IDeclaredElement, ISubstitution) in c:\Agent\work\39db43b25bc9fc32\src\Psi.CSharp\src\Impl\Tree\ReferenceName.cs:line 344 column 9
at JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.ReBindReference(IReference) in c:\Agent\work\39db43b25bc9fc32\src\Psi\src\impl\CodeStyle\OptimizeImportsEngine.cs:line 214 column 7
at JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.ReBindRegisteredReferences(IFile, OptimizeReferenceCollector, Boolean, IProgressIndicator) in c:\Agent\work\39db43b25bc9fc32\src\Psi\src\impl\CodeStyle\OptimizeImportsEngine.cs:line 83 column 9
at JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.Optimize(IFile, IPsiRangeMarker, Boolean, Boolean, IProgressIndicator) in c:\Agent\work\39db43b25bc9fc32\src\Psi\src\impl\CodeStyle\OptimizeImportsEngine.cs:line 55 column 7
at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpCodeFormatterImpl.Optimize(IFile, IPsiRangeMarker, Boolean, Boolean, IProgressIndicator) in c:\Agent\work\39db43b25bc9fc32\src\Psi.CSharp\src\Impl\CodeStyle\CSharpCodeFormatterImpl.cs:line 471 column 5
at SafeDevelop.RGreatEx.Utils.PsiUtil.OptimizeUsings(IFile, IProgressIndicator) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx.Utils\PsiUtil.cs:line 363 column 21
at SafeDevelop.RGreatEx.Resources.ResourceCodeProvider.OptimizeUsings(IProjectFile, IProgressIndicator) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx.Resources\ResourceCodeProvider.cs:line 209 column 17
at SafeDevelop.RGreatEx.Resources.ResourceProvider.OptimizeUsings(IProjectFile, IProgressIndicator) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx.Resources\ResourceProvider.cs:line 318 column 17
at SafeDevelop.RGreatEx.Refactoring.Resources.MoveStringFromEditorWorkflow.DoOptimize(Object[]) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx\Refactoring\Resources\MoveStringFromEditorWorkflow.cs:line 532 column 25
at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.DoTransaction(TransactionHandler, Object[]) in c:\Agent\work\39db43b25bc9fc32\src\Psi\src\impl\PsiManager\PsiManagerImpl.cs:line 367 column 9
at SafeDevelop.RGreatEx.Refactoring.Resources.MoveStringFromEditorWorkflow.PostExecute(IProgressIndicator) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx\Refactoring\Resources\MoveStringFromEditorWorkflow.cs:line 511 column 13
at JetBrains.Shell.Progress.SimpleTaskExecutor.ExecuteTask(TaskWithProgress, String, Boolean&) in c:\Agent\work\39db43b25bc9fc32\Platform\src\Shell\src\Progress\Progress.cs:line 132 column 6
at SafeDevelop.RGreatEx.Refactoring.Resources.MoveStringFromEditorWorkflow.PostExecute(Func`1) in D:\Repository\SafeDevelop\Projects\RGreatEx\4.0\1.1.1\SafeDevelop.RGreatEx\Refactoring\Resources\MoveStringFromEditorWorkflow.cs:line 489 column 25
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.ProcessTransactionResult(TransactionResult) in c:\Agent\work\39db43b25bc9fc32\src\NewRefactorings\src\Workflow\WorkflowProcessor.cs:line 380 column 9
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.TryExecuteRefactoring() in c:\Agent\work\39db43b25bc9fc32\src\NewRefactorings\src\Workflow\WorkflowProcessor.cs:line 516 column 5
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.ShowNextPage() in c:\Agent\work\39db43b25bc9fc32\src\NewRefactorings\src\Workflow\WorkflowProcessor.cs:line 464 column 13
at JetBrains.ReSharper.Refactorings.Workflow.WorkflowProcessor.MyForm_OnContinueClicked(Object, EventArgs) in c:\Agent\work\39db43b25bc9fc32\src\NewRefactorings\src\Workflow\WorkflowProcessor.cs:line 344 column 5
at JetBrains.ReSharper.Refactorings.Workflow.WinForms.RefactoringWizardForm.myContinueButton_Click(Object, EventArgs) in c:\Agent\work\39db43b25bc9fc32\src\NewRefactorings\src\WorkflowW\RefactoringWizardForm.cs:line 481 column 6
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)

bei JetBrains.Util.Logger.Fail(String messageText) in c:\Agent\work\39db43b25bc9fc32\Platform\src\Util\src\Logger\Logger.cs:Zeile 130.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Nesterenko - 21 Mar 08 15:29
Fixed in the RGreatEx 1.1.2.