Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
Quick Fixes 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
251
  • Submitted by   Andrey Simanovsky
    3 years ago (05 Aug 2006 03:10)
  • Updated by Andrey Simanovsky
    3 years ago (09 Sep 2006 13:29)
  • Jira: RSRP-6693
    (history, comments)

RSRP-6693

QF for inaccessible base constructor

0
To do: make base constructor protected/protected internal depending on the situation.
Example:
Before:
class C
{
private C() {}
}
class D : C
{
public D(){caret}{}
}
After:
class C
{
protected C() {}
}
class D : C
{
public D(){caret}{}
}


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments