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

Key: RSRP-28277
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Andrew Serebryansky
Votes: 0
Watchers: 0
Operations

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

Wrong 'Cannot resolve symbol'

Created: 28 Aug 06 13:32   Updated: 24 Oct 06 18:12
Component/s: None
Fix Version/s: 2.0.1, 2.0.2
Security Level: Everybody (All jira users)

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

Build: 259
Fixed in build: 260


 Description  « Hide
The following code is indicated as incorrect by ReSharper, but compiles fine:

private static bool ValueIsInList<T>(T value, IEnumerable<T> list)

{ foreach (T match in list) if (match.Equals(value)) return true; return false; }

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