[Mono-bugs] [Bug 74529][Nor] Changed - mcs fails to detect unassigned variable
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 05:37:30 -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=74529
--- shadow/74529 2005-04-09 20:43:15.000000000 -0400
+++ shadow/74529.tmp.26629 2005-04-13 05:37:30.000000000 -0400
@@ -92,6 +92,13 @@
}
Console.WriteLine (name);
}
}
------------
+
+------- Additional Comments From rharinath@novell.com 2005-04-13 05:37 -------
+Hmm... Gonzalo, your test case is erring out on the
+
+ if (name == null)
+
+line itself, and doesn't exercise the bug.