Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
2.0.1
State
Fixed
Assignee
Dmitry Lomov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Harald Bechtoldt
    5 years ago (06 Aug 2006 18:10)
  • Updated by   Harald Bechtoldt
    5 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25970
    (history, comments)
 
RSRP-25970 Qualifier 'base.' is redundant results in infinite loop
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments