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

Key: RSRP-4208
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Extract variable - code not reparsed

Created: 05 Aug 06 00:53   Updated: 14 Dec 07 17:23
Component/s: PSI - Parser
Fix Version/s: 3.1.1
Security Level: Everybody (All jira users)

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

Build: 98
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=4208


 Description  « Hide
private void foo()
		{
			new StringBuilder()| <-- caret

			foreach (int i in new int[] { 1,2,3 } )
			{
				
			}
		}

Extract variable, agree with default name "builder" and see refactoring complete, but last to chars ");" are highlighted with red (Unexpected token).



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.