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

Key: RSRP-14417
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Rename related symbols doesn't check field prefix

Created: 05 Aug 06 20:41   Updated: 08 Jun 07 19:45
Component/s: Refactorings - Rename
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

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


 Description  « Hide
Get this code, set field prefix to "_" and try to rename 'line' field to '_line' to fix naming convention. It suggests to change 'Line' property to '_line' (capitalizes underscore?), gets conflict (which is incorrectly displayed) and finaly fails.
class Test
	{
		int line = 1;

		public int Line
		{
			get { return line; }
		}
	}


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