[Mono-bugs] [Bug 75721][Nor] Changed - [PATCH] CS0165: incorrect flow branching on member access to an unassigned class instance

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 12:06:40 EDT 2005


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 atsushi at ximian.com.

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

--- shadow/75721	2005-08-23 11:56:17.000000000 -0400
+++ shadow/75721.tmp.30344	2005-08-23 12:06:40.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75721
 Product: Mono: Compilers
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
@@ -136,6 +136,9 @@
 ec.OmitStructFlowAnalysis) && !variable_info.IsAssigned (ec)) {
  				Error (188, "The `this' object cannot be used before all of its
 fields are assigned to");
  				variable_info.SetAssigned (ec);
  				return this;
 
+
+------- Additional Comments From atsushi at ximian.com  2005-08-23 12:06 -------
+fixed as r48739.


More information about the mono-bugs mailing list