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

Key: RSRP-29371
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Move static member out from unsafe class does not make member unsafe

Created: 05 Oct 06 08:55   Updated: 27 Mar 07 20:17
Component/s: Refactorings - Move Static Members
Fix Version/s: 3.0 M1
Security Level: Everybody (All jira users)

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

Build: 263
Fixed in build: 407


 Description  « Hide
unsafe class Unsafe
{
    static void Foo(int* ptr){}
}

class Safe
{
    
}

Move method Foo to class Safe.

unsafe class Unsafe
{}

class Safe
{
    private static void Foo(int* ptr){} // missing 'insafe'
}


 All   Comments   Work Log   Change History      Sort Order: