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

Key: RSRP-48561
Type: Bug Bug
Status: Closed Closed
Resolution: Obsolete
Priority: Stopbuild Stopbuild
Assignee: Sergey Shkredov
Reporter: Oleg Stepanov
Votes: 0
Watchers: 0
Operations

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

"Introduce..." refactorings' don't remove read only markers properly

Created: 04 Sep 07 13:56   Updated: 24 Sep 07 16:29
Component/s: None
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
"Introduce..." refactorings are unusable in their current state

 All   Comments   Work Log   Change History      Sort Order:
Serge Baltic - 24 Sep 07 16:18
Some of the refactorings have an ILockedRange.

They should release it immediately after the refactoring page is shown (more specifically, immediately after the text editor loses focus). After that, even if the text editor gets the focus again, the "pretty listing" won't occur.

They're trying to release the lock on commit, but at times that would not succeed, I could not positively identify as of why.