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

Key: RSRP-42084
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Replace constructor with factory method' does not work if applied to struct ctor, and target type is the current struct

Created: 02 Jun 07 14:18   Updated: 07 May 08 19:38
Component/s: Refactorings - Replace Constructor with Factory Method
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 450


 Description  « Hide
struct Stuff
{
    public Stuff(int x)
    {
    }
}

Refactoring does nothing.



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