History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-37808
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Olga Lobacheva
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

[VB Move Type Refactoring problem] With collapsing method's names

Created: 24 Mar 07 21:54   Updated: 02 Apr 08 00:03
Component/s: Refactorings - Move Type
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Example
Imports Some.C1

Namespace Old
  Module {caret}M
    Public Sub F()
    End Sub
    Public Sub G()
    End Sub
  End Module
End Namespace

Namespace New1  
  Public Class C
    Public Sub X()
      F()  ' this reference will be broken after moving class
    End Sub
  End Class
End Namespace

Namespace Some
  Public Class C1
    Public Shared Sub F()
    End Sub
  End Class
End Namespace


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.