Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.5.1, 5.0
State
Fixed
Assignee
Oleg Stepanov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Sergey Coox
    2 years ago (28 Apr 2009 17:08)
  • Updated by   Sergey Coox
    2 years ago (19 May 2009 13:44)
  • Jira: RSRP-105470
    (history, comments)
 
RSRP-105470 completion problem
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
    public string GetDefaultNamespace( IProject project )
    {
      lock( myCache )
      {
        var entry = GetEntry( project.{selStart}GetPersistentID{selEnd}() );
        return entry.DefaultNamespace;
      }      
    }


complete CreatePointer. Result:
    public string GetDefaultNamespace( IProject project )
    {
      lock( myCache )
      {
        var entry = GetEntry( project.CreatePointer())turn entry.DefaultNamespace;
      }      
    }


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