[Mono-bugs] [Bug 29590][Nor] Changed - Access of private constructor possible

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Aug 2002 10:57:42 -0000


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 gonzalo@ximian.com.

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

--- shadow/29590	Fri Aug 30 04:43:16 2002
+++ shadow/29590.tmp.24362	Fri Aug 30 06:57:42 2002
@@ -1,13 +1,13 @@
 Bug#: 29590
 Product: Mono/MCS
 Version: unspecified
 OS: SuSE 8.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ritterfelix@web.de               
 QAContact: mono-bugs@ximian.com
@@ -101,7 +101,12 @@
   static void Main ()
   {
 	  Singleton s = new Singleton (); /* why is it ok to access 
 the private constructor???? */
   }
 }
+
+
+------- Additional Comments From gonzalo@ximian.com  2002-08-30 06:57 -------
+The current CVS version does fail properly on that one.
+Which version of mcs are you using? I think it was fixed after 0.15...