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

Key: RSRP-47994
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Valentin Kipiatkov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

SWA: Does Not See Implicit Base Ctor Usages

Created: 25 Aug 07 20:26   Updated: 22 Feb 08 19:06
Component/s: Code Analysis - Solution-wide
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

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


 Description  « Hide
public class Base
	{
		public Base() { }
		public Base(int a) { }
	}
	public class Derived : Base
	{
		public Derived() { }
		public Derived(int a) : base(a) { }
	}

Base::.ctor() is marked as unused, even though it's required for the implicit base call in the derived ctor.



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