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

Key: RSRP-25376
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Dmitry Lomov
Reporter: Eugene Pasynkov
Votes: 0
Watchers: 0
Operations

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

Bug in resolve

Created: 06 Aug 06 17:37   Updated: 09 Sep 06 13:33
Component/s: PSI - Resolve
Fix Version/s: 2.0.1
Security Level: Everybody (All jira users)

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

Fixed in build: 253
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=25376


 Description  « Hide
class ServiceCreator<T> {}

interface I
{
  void Publish<T>(T serviceInstance) where T : class;
  void Publish<T>(ServiceCreator<T> serviceCreator) where T : class;  
}

interface ISampleService {}

class C
{
  public void Foo (I i)
  {
    i.Publish<ISampleService> (null);
  }
}

see highlighting test RedundantCast25



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