Project
ReSharper
Priority
Major
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Naming
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Sergey Coox
    2 years ago (09 Jul 2009 19:15)
  • Updated by   Sergey Shkredov
    7 months ago (10 Jul 2011 00:56)
  • Jira: RSRP-113836
    (history, comments)
 
RSRP-113836 Bad name created by inctroduce variable
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
      public override ISearchDomain GetSearchDomain()
      {
        var declaration = GetDeclaration();
        if( declaration == null )
          return EmptySearchDomain.Instance;
        return SearchDomainFactory.Instance.CreateSearchDomain(declaration.GetContainingFile()); // from declaration.GetContainingFile()
      }
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Shkredov
  Sergey Shkredov
14 Jul 2009 17:13
2 years ago
This problem depends on expected types refactorings.
Olga Lobacheva
  Olga Lobacheva
28 Oct 2009 20:22
2 years ago
There are two many wrong names suggested for new variable. For example the name 'assembly' is lame.