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

Key: RSRP-61396
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Noam Honig
Votes: 0
Watchers: 1
Operations

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

Import of extention method namespace misbehaves.

Created: 14 Mar 08 12:53   Updated: 10 Apr 08 17:48
Component/s: Quick Fixes
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 748


 Description  « Hide
Hi

I have an extention method:

public static void ShouldBe(this Number a,Number b)
public static void ShouldBe(this Number a,int b)
public static void ShouldBe(this Number a,double b)
...etc for each numeric type.

inside a namespace called - firefly.box.testing.

In a code that i wrote i gave the following text (before adding the using):

t.a.ShouldBe(2);

Resharper prompts me to import firefly.box.testing

when i agree it imports it ok, but also does the following:

Should.ShouldBe(t.a, (double) 2);



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