Priority
Major
Type
Bug 
State
Can't Reproduce 
Assignee
Sergey Shkredov 
Subsystem
Refactorings - Rename 
Affected versions
Fixed in
Fixed in build
Next build 
Build
212
  • Submitted by   Ilya Ryzhenkov
    3 years ago (05 Aug 2006 20:41)
  • Updated by Ilya Ryzhenkov
    18 months ago (11 Jul 2008 18:25)
  • Jira: RSRP-14417
    (history, comments)

RSRP-14417

Rename related symbols doesn't check field prefix

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; }
		}
	}



Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments