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-41907
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
'Inline variable' kills comments on array elements
Created:
31 May 07 18:26
Updated:
07 May 08 19:38
Component/s:
Refactorings - Inline Variable
Fix Version/s:
Future Versions
Security Level:
Everybody
(All jira users)
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Build:
447
Description
« Hide
int
[] s = { 1,
// one
2,
// two
}; Foo(s);
Result:
Foo(
new
int
[] {1, 2});
Description
int
[] s = { 1,
// one
2,
// two
}; Foo(s);
Result:
Foo(
new
int
[] {1, 2});
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.