Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Visible to
All Users 
  • Submitted by   Harald Bechtoldt
    3 years ago (06 Aug 2006 18:10)
  • Updated by Harald Bechtoldt
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25970
    (history, comments)

RSRP-25970

Qualifier 'base.' is redundant results in infinite loop

0
Resharpers analysis flags the 'base.' in the following code segment as redundant qualifier but removing 'base.' results in an infinite loop.

public class Y : X
{
public string GetString(string name, params object[] objects)
{
	string s = *base.*GetString(name);	// without base. --> infinite loop
	...
}
}


But still:
ReSharper is great!


Issue was closed
Comments (0)
 
History (0)
 
Linked Issues (0)
 
Issue has no comments