Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
4.5.1
State
Fixed
Assignee
Alexander Zverev
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Igor A
    2 years ago (29 Apr 2009 15:31)
  • Updated by   Igor A
    2 years ago (12 May 2009 19:47)
  • Jira: RSRP-105613
    (history, comments)
 
RSRP-105613 'Rename file to match type name' action should be removed for partial classes if one file has proper name
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Step to reproduce:
1. Apply 'Rename file to match type name' action to Class1 in Class1_1.cs file:
File Class1.cs:
namespace ClassLibrary1
{
    public partial class Class1
    {
    }
}

File Class1_1.cs:
namespace ClassLibrary1
{
    public partial class Class1
    {
    }
}

Result: there is no changes in Class1_1.cs - it's correct.
It would be better to remove 'Rename file to match type name' action in this case.

Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments