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

Key: RSRP-25970
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Dmitry Lomov
Reporter: Harald Bechtoldt
Votes: 0
Watchers: 0
Operations

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

Qualifier 'base.' is redundant results in infinite loop

Created: 06 Aug 06 18:10   Updated: 09 Sep 06 13:33
Component/s: None
Fix Version/s: 2.0.1
Security Level: Everybody (All jira users)

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

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


 Description  « Hide
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!



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