[Mono-bugs] [Bug 25171] Changed - mcs doesn't catch usage of uninitialised variable

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 May 2002 13:03:03 -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 lupus@ximian.com.

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

--- shadow/25171	Thu May 23 08:00:04 2002
+++ shadow/25171.tmp.16154	Thu May 23 09:03:03 2002
@@ -1,14 +1,14 @@
 Bug#: 25171
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: SuSE 8.0
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: detlev@die-offenbachs.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -62,6 +62,11 @@
     loc1.xVal = 75;     // initialize the members
 //    loc1.yVal = 225;
     Console.WriteLine(loc1);        // <--- error
   }
 }
 ------------------------------------------------------------
+
+------- Additional Comments From lupus@ximian.com  2002-05-23 09:03 -------
+
+
+*** This bug has been marked as a duplicate of 22724 ***