History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
RSRP-42084
Type:
Bug
Status:
Open
Priority:
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.
Description
struct Stuff {
public
Stuff(
int
x) { } }
Refactoring does nothing.
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.