Reporter | Greg Law (lothan) |
---|---|
Created | Dec 28, 2011 9:25:57 AM |
Updated | Feb 20, 2012 2:27:52 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | Refactoring |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
When renaming fields in a class and sometimes when renaming variables in a method or performing a quick fix, the cursor jumps to the end of the file. This isn't so bad when working with good, clean classes that are short but it can be painful trying to remember where you were when refactoring a monolithic class containing 2,500+ lines of code. I think the easiest way to reproduce this issue is to pick a large class that contains lots of private fields and and then rename each field one by one (e.g. to remove Hungarian notation, abbreviations, etc.). At some point the cursor jump to the end of the file.