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

Key: RSRP-55184
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Sergey Coox
Votes: 1
Watchers: 1
Operations

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

Highlighting Array creation is redundand with 'params' parameter

Created: 27 Dec 07 11:59   Updated: 25 Feb 08 18:53
Component/s: None
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

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


 Description  « Hide
i.e.
[Test] public void testContentPlaceholder01() { DoTestFirst( new[]{"testContentPlaceholder01.aspx","testContentPlaceholder01.master"} ); }    

protected void DoTestFirst( params string []fileNames )  {}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 27 Dec 07 15:59
Should check not only that the currently picked overload is params, but also that removing the explicit array creation will not cause a different overload to be picked.