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

Key: RSRP-31516
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Valentin Shtronda
Votes: 0
Watchers: 0
Operations

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

NDoc problem is not highlighted

Created: 09 Nov 06 16:30   Updated: 05 Oct 07 20:45
Component/s: Code Analysis
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 266


 Description  « Hide
/// <param name="parameter">Some description of the parameter.</param>
/// <param name="parameter">Completely different parameter description.</param>
void func(object parameter)
{
_parameter = parameter;
}

 All   Comments   Work Log   Change History      Sort Order:
Valentin Shtronda - 05 Oct 07 20:45
Is order of param entries suggested to be corrected if it does not correspond to method parameters order?