[Mono-bugs] [Bug 60744][Blo] Changed - protected ctor not accessible in child class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Jun 2004 01:42:02 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60744

--- shadow/60744	2004-06-28 02:46:37.000000000 -0400
+++ shadow/60744.tmp.28621	2004-06-29 01:42:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60744
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: Jeroen@xs4all.nl               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,15 @@
 This is not a bug, AFAIK.
 
 Noting that .ctor() is essentially an instance-level method, see sec 
 3.5.3 (Protected access for instance members) of the MSDN C#
 reference, or (probably) sec 10.5.3 in the ECMA standard.
 
+
+------- Additional Comments From rharinath@novell.com  2004-06-29 01:42 -------
+We have two reasons for closing this:
+
+  * We have a justification from the standard
+  * CSC 2.0 thinks the testcase is wrong
+
+So, marking NOTABUG (miguel agrees)
+