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

Key: RSRP-54567
Type: Bug Bug
Status: Submitted Submitted
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

False "Type Cast Redundant"

Created: 13 Dec 07 19:57   Updated: 28 Aug 08 14:33
Component/s: Code Analysis
Fix Version/s: 4.5
Security Level: Everybody (All jira users)

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


 Description  « Hide
public class CC
	{
		void Do(Action act) {}
		void Do(Action<bool> act) {}
		void Impl(){}
		void Impl(bool b){}
		void Call() { Do((Action)Impl);}
	}

The (Action) cast is highlighted as redundant, but removing it yields an error.



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