[Mono-bugs] [Bug 22724] Changed - Flow analysis not done.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Mar 2002 01:51:37 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22724
--- shadow/22724 Thu Mar 28 18:00:56 2002
+++ shadow/22724.tmp.8102 Thu Mar 28 20:51:37 2002
@@ -1,23 +1,23 @@
Bug#: 22724
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE 7.1
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duco@lorentz.xs4all.nl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Use of uninitialized variable not detected
+Summary: Flow analysis not done.
Description of Problem:
mcs does not detect the use of a uninitialized variable
Steps to reproduce the problem:
using System;
@@ -37,6 +37,9 @@
Expected Results:
Compiler error (csc reports error CS0165)
How often does this happen?
Always
+
+------- Additional Comments From miguel@ximian.com 2002-03-28 20:51 -------
+Yes, this is one of the areas missing in the compiler.